aboutsummaryrefslogtreecommitdiff
path: root/src/config
diff options
context:
space:
mode:
authorMichael Xie <Michael.Xie@amd.com>2008-09-22 13:07:20 +0000
committerStefan Reinauer <stepan@openbios.org>2008-09-22 13:07:20 +0000
commit06755e404eb4b97dab5bc5ff90443f7d7d74d3cf (patch)
tree5558c824b995599f02caad278c646587bdc7e8b5 /src/config
parent0b0771d180d5b18a3d698ccac54449112a9fca91 (diff)
Patch for AMD RS690 chipset.
All the PCIe slots are enabled in this patch except power management. Signed-off-by: Michael Xie <Michael.Xie@amd.com> Reviewed-by: Marc Jones <marc.jones@amd.com> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3588 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/config')
-rw-r--r--src/config/Options.lb12
1 files changed, 12 insertions, 0 deletions
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