From 06755e404eb4b97dab5bc5ff90443f7d7d74d3cf Mon Sep 17 00:00:00 2001 From: Michael Xie Date: Mon, 22 Sep 2008 13:07:20 +0000 Subject: Patch for AMD RS690 chipset. All the PCIe slots are enabled in this patch except power management. Signed-off-by: Michael Xie Reviewed-by: Marc Jones Acked-by: Stefan Reinauer git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3588 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/config/Options.lb | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'src/config') diff --git a/src/config/Options.lb b/src/config/Options.lb index b685bf8831..715a2b8ef9 100644 --- a/src/config/Options.lb +++ b/src/config/Options.lb @@ -1073,12 +1073,24 @@ define AMD_UCODE_PATCH_FILE comment "name of the microcode patch file" end +define K8_MEM_BANK_B_ONLY + default 0 + export always + comment "use AMD K8's memory bank B only to make a 64bit memory system and memory bank A is free, such as Filbert." +end + define CONFIG_VIDEO_MB default none export used comment "Integrated graphics with UMA has dynamic setup" end +define CONFIG_GFXUMA + default none + export used + comment "GFX UMA" +end + define CONFIG_SPLASH_GRAPHIC default 0 export used -- cgit v1.2.3