summaryrefslogtreecommitdiffstats
path: root/src/mainboard/amd/inagua/platform_cfg.h
diff options
context:
space:
mode:
authorefdesign98 <efdesign98@gmail.com>2011-09-15 10:59:55 -0600
committerMarc Jones <marcj303@gmail.com>2011-09-15 19:23:56 +0200
commitd91c9b7e3cb9fdaeb9399a21907996130f3120bb (patch)
tree68fa6ef0a7e92aa056889881a57ef80ffda9c98b /src/mainboard/amd/inagua/platform_cfg.h
parent2c66060169b5e1718406f58d1d7a270aea7b1b73 (diff)
downloadcoreboot-d91c9b7e3cb9fdaeb9399a21907996130f3120bb.tar.gz
coreboot-d91c9b7e3cb9fdaeb9399a21907996130f3120bb.tar.bz2
coreboot-d91c9b7e3cb9fdaeb9399a21907996130f3120bb.zip
AMD Inagua platform updates
These changes update the Inagua platform. The changes include modifying the Kconfig to suggest video bios and ahci rom implementations, changing the dimm spd code to use the correct bus addresses, cleaning up the makefile a bit, and fixing a duplicate definition warning associated with the BIOS_SIZE value. Change-Id: Idab88dda48f08877dbbd2de3136bdf0e54e31247 Signed-off-by: Frank Vibrans <frank.vibrans@amd.com> Signed-off-by: efdesign98 <efdesign98@gmail.com> Reviewed-on: http://review.coreboot.org/136 Tested-by: build bot (Jenkins) Reviewed-by: Marc Jones <marcj303@gmail.com>
Diffstat (limited to 'src/mainboard/amd/inagua/platform_cfg.h')
-rw-r--r--src/mainboard/amd/inagua/platform_cfg.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mainboard/amd/inagua/platform_cfg.h b/src/mainboard/amd/inagua/platform_cfg.h
index d37c7e63c853..4a3f080d67ae 100644
--- a/src/mainboard/amd/inagua/platform_cfg.h
+++ b/src/mainboard/amd/inagua/platform_cfg.h
@@ -36,6 +36,7 @@
* bigger than 1M you have to set the ROM size outside CIMx module and
* before AGESA module get call.
*/
+#ifndef BIOS_SIZE
#if CONFIG_COREBOOT_ROMSIZE_KB_1024 == 1
#define BIOS_SIZE BIOS_SIZE_1M
#elif CONFIG_COREBOOT_ROMSIZE_KB_2048 == 1
@@ -45,6 +46,7 @@
#elif CONFIG_COREBOOT_ROMSIZE_KB_8192 == 1
#define BIOS_SIZE BIOS_SIZE_8M
#endif
+#endif
/**
* @def SPREAD_SPECTRUM