Author: hargut Date: 2009-06-18 11:46:11 +0200 (Thu, 18 Jun 2009) New Revision: 4361
Modified: trunk/coreboot-v2/src/mainboard/gigabyte/m57sli/Options.lb Log: Change Log: Activate HIGH_TABES on M57SLI Signed-off-by: Harald Gutmann <[email protected]> Acked-by: Carl-Daniel Hailfinger <[email protected]> Modified: trunk/coreboot-v2/src/mainboard/gigabyte/m57sli/Options.lb =================================================================== --- trunk/coreboot-v2/src/mainboard/gigabyte/m57sli/Options.lb 2009-06-17 16:38:43 UTC (rev 4360) +++ trunk/coreboot-v2/src/mainboard/gigabyte/m57sli/Options.lb 2009-06-18 09:46:11 UTC (rev 4361) @@ -87,6 +87,8 @@ uses HW_MEM_HOLE_SIZE_AUTO_INC uses K8_HT_FREQ_1G_SUPPORT +uses HAVE_HIGH_TABLES + uses HT_CHAIN_UNITID_BASE uses HT_CHAIN_END_UNITID_BASE uses SB_HT_CHAIN_ON_BUS0 @@ -169,6 +171,9 @@ ## default HAVE_MP_TABLE=1 +## HIGH tables support +default HAVE_HIGH_TABLES=1 + ## ACPI tables will be included default HAVE_ACPI_TABLES=0 @@ -356,10 +361,10 @@ ## Select power on after power fail setting default MAINBOARD_POWER_ON_AFTER_POWER_FAIL="MAINBOARD_POWER_ON" -### End Options.lb # # CBFS # # default CONFIG_CBFS=0 +### End Options.lb end -- coreboot mailing list: [email protected] http://www.coreboot.org/mailman/listinfo/coreboot

