[coreboot] [commit] r5443 - trunk/src/mainboard/thomson/ip1000

repository service svn at coreboot.org
Thu Apr 15 14:41:13 CEST 2010


Author: stepan
Date: Thu Apr 15 14:41:11 2010
New Revision: 5443
URL: https://tracker.coreboot.org/trac/coreboot/changeset/5443

Log:
don't leave VGA disabled by default on thomson ip1000
Signed-off-by: Stefan Reinauer <stepan at coresystems.de>
Acked-by: Stefan Reinauer <stepan at coresystems.de>

Modified:
   trunk/src/mainboard/thomson/ip1000/mainboard.c

Modified: trunk/src/mainboard/thomson/ip1000/mainboard.c
==============================================================================
--- trunk/src/mainboard/thomson/ip1000/mainboard.c	Thu Apr 15 14:39:29 2010	(r5442)
+++ trunk/src/mainboard/thomson/ip1000/mainboard.c	Thu Apr 15 14:41:11 2010	(r5443)
@@ -113,8 +113,8 @@
 	switch (M.x86.R_AX) {
 	case 0x5f35: /* Boot Display */
 		M.x86.R_AX = 0x005f; // Success
-		M.x86.R_CL = BOOT_DISPLAY_TV2;
-		//M.x86.R_CL = BOOT_DISPLAY_DEFAULT;
+		//M.x86.R_CL = BOOT_DISPLAY_TV2;
+		M.x86.R_CL = BOOT_DISPLAY_DEFAULT;
 		break;
 	case 0x5f36: /* Boot TV Format Hook */
 		printk(BIOS_DEBUG, "Boot TV Format Hook. TODO\n");




More information about the coreboot mailing list