[coreboot] [commit] r5693 - trunk/src/cpu/x86/32bit

repository service svn at coreboot.org
Sat Aug 14 19:27:28 CEST 2010


Author: stepan
Date: Sat Aug 14 19:27:27 2010
New Revision: 5693
URL: https://tracker.coreboot.org/trac/coreboot/changeset/5693

Log:
clean up comment in entry32.inc

Signed-off-by: Stefan Reinauer <stepan at coresystems.de>
Acked-by: Stefan Reinauer <stepan at coresystems.de>

Modified:
   trunk/src/cpu/x86/32bit/entry32.inc

Modified: trunk/src/cpu/x86/32bit/entry32.inc
==============================================================================
--- trunk/src/cpu/x86/32bit/entry32.inc	Fri Aug 13 17:42:09 2010	(r5692)
+++ trunk/src/cpu/x86/32bit/entry32.inc	Sat Aug 14 19:27:27 2010	(r5693)
@@ -2,15 +2,16 @@
 
 #include <arch/rom_segs.h>
 
-/* 	.section ".rom.text" */
 	.code32
 
+
+	/* This is the GDT for the ROM stage part of coreboot. It 
+	 * is different from the RAM stage GDT which is defined in 
+	 * c_start.S
+	 */
+
 	.align	4
 .globl gdtptr
-
-	/* This is the gdt for ROMCC/ASM part of coreboot.
-	 * It is different from the gdt in GCC part of coreboot
-	 * which is defined in c_start.S */
 gdt:
 gdtptr:
 	.word	gdt_end - gdt -1 /* compute the table limit */




More information about the coreboot mailing list