From 9c9083ba4a1cd280fe70c0eec78e562d714a2dc7 Mon Sep 17 00:00:00 2001 From: Marc Jones Date: Fri, 4 May 2007 18:47:52 +0000 Subject: This patch adds support for the AMD Norwich development platform based on the Geode LX processor. The Norwich is the canonical Geode reference, and will server as a good basis for other Geode based platforms. Signed-off-by: Marc Jones Acked-by: Stefan Reinauer git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2629 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- targets/amd/norwich/Config.lb | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 targets/amd/norwich/Config.lb (limited to 'targets/amd/norwich') diff --git a/targets/amd/norwich/Config.lb b/targets/amd/norwich/Config.lb new file mode 100644 index 0000000000..97f3a6fead --- /dev/null +++ b/targets/amd/norwich/Config.lb @@ -0,0 +1,29 @@ +# Config file for the AMD Geode LX/5536 Norwich Platform + +target norwich +mainboard amd/norwich + +#HACK to get the right tsc support +option CONFIG_TSC_X86RDTSC_CALIBRATE_WITH_TIMER2=1 + +# leave 36k for vsa +option CONFIG_COMPRESSED_PAYLOAD_NRV2B=0 +option CONFIG_COMPRESSED_PAYLOAD_LZMA=0 + +option ROM_SIZE=512*1024-36*1024 +#option ROM_SIZE=256*1024-36*1024 +option FALLBACK_SIZE=ROM_SIZE + +option DEFAULT_CONSOLE_LOGLEVEL = 11 +option MAXIMUM_CONSOLE_LOGLEVEL = 11 +#option DEFAULT_CONSOLE_LOGLEVEL = 4 +#option MAXIMUM_CONSOLE_LOGLEVEL = 4 + +romimage "fallback" + option USE_FALLBACK_IMAGE=1 + option ROM_IMAGE_SIZE=64*1024 + option LINUXBIOS_EXTRA_VERSION=".0Fallback" + payload ../payload.elf +end + +buildrom ./norwich.rom ROM_SIZE "fallback" -- cgit v1.2.3