Author: stepan Date: Sun Feb 28 20:40:03 2010 New Revision: 5174 URL: http://tracker.coreboot.org/trac/coreboot/changeset/5174
Log: disable AP_CODE_IN_CAR. The K8 code has an alternate code path to do the job, and it's not working anyways.
Signed-off-by: Stefan Reinauer stepan@coresystems.de Acked-by: Stefan Reinauer stepan@coresystems.de
Modified: trunk/src/mainboard/amd/serengeti_cheetah/Kconfig trunk/src/mainboard/supermicro/h8dme/Kconfig
Modified: trunk/src/mainboard/amd/serengeti_cheetah/Kconfig ============================================================================== --- trunk/src/mainboard/amd/serengeti_cheetah/Kconfig Sun Feb 28 20:12:37 2010 (r5173) +++ trunk/src/mainboard/amd/serengeti_cheetah/Kconfig Sun Feb 28 20:40:03 2010 (r5174) @@ -15,7 +15,7 @@ select USE_DCACHE_RAM select HAVE_HARD_RESET select LIFT_BSP_APIC_ID - select AP_CODE_IN_CAR + #select AP_CODE_IN_CAR select SB_HT_CHAIN_UNITID_OFFSET_ONLY select WAIT_BEFORE_CPUS_INIT select HAVE_ACPI_TABLES
Modified: trunk/src/mainboard/supermicro/h8dme/Kconfig ============================================================================== --- trunk/src/mainboard/supermicro/h8dme/Kconfig Sun Feb 28 20:12:37 2010 (r5173) +++ trunk/src/mainboard/supermicro/h8dme/Kconfig Sun Feb 28 20:40:03 2010 (r5174) @@ -12,7 +12,7 @@ select USE_PRINTK_IN_CAR select USE_DCACHE_RAM select HAVE_HARD_RESET - select AP_CODE_IN_CAR + #select AP_CODE_IN_CAR select LIFT_BSP_APIC_ID select BOARD_ROMSIZE_KB_1024