[coreboot] r2 - trunk/openvsa/sysmgr

svn at coreboot.org svn at coreboot.org
Sat Feb 9 21:55:32 CET 2008


Author: kilgour
Date: 2008-02-09 21:55:31 +0100 (Sat, 09 Feb 2008)
New Revision: 2

Removed:
   trunk/openvsa/sysmgr/delme
   trunk/openvsa/sysmgr/delme.c
Log:
remove files accidentally added to SVN

Deleted: trunk/openvsa/sysmgr/delme
===================================================================
--- trunk/openvsa/sysmgr/delme	2008-02-08 17:21:13 UTC (rev 1)
+++ trunk/openvsa/sysmgr/delme	2008-02-09 20:55:31 UTC (rev 2)
@@ -1,14 +0,0 @@
-section .data
-
-Flat_Descriptor:
-                 dw 0xFFFF          ; limit 15..0
-                 dw 0x0000          ; base 15..0
-                 db 0x00            ; base 23..16
-                 db 0x93            ; data attributes
-                 db 0x8F            ; flags, limit 19..16
-                 db 0x00            ; base 31..24
-                 dw 0x0000          ; flags, selector 15..3
-
-section .text
-	rsdc es,cs:,Flat_Descriptor
-

Deleted: trunk/openvsa/sysmgr/delme.c
===================================================================
--- trunk/openvsa/sysmgr/delme.c	2008-02-08 17:21:13 UTC (rev 1)
+++ trunk/openvsa/sysmgr/delme.c	2008-02-09 20:55:31 UTC (rev 2)
@@ -1,11 +0,0 @@
-
-#include "sysmgr.h"
-
-extern void Store_Timestamp(void *);
-
-void wrapst(void)
-{
-	unsigned char buf[10];
-
-	Store_Timestamp(buf);
-}





More information about the coreboot mailing list