From: Stefan Reinauer Date: Wed, 6 Aug 2003 10:45:57 +0000 (+0000) Subject: add XIP_ROM_[BASE|SIZE] to newconfig for quicker bootup X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=commitdiff_plain;h=91232c1ca610e149c6f95e9647849ab821d7d8b8;p=coreboot.git add XIP_ROM_[BASE|SIZE] to newconfig for quicker bootup git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1080 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- diff --git a/src/config/Options.lb b/src/config/Options.lb index 6170ea28a..54cd68d38 100644 --- a/src/config/Options.lb +++ b/src/config/Options.lb @@ -276,6 +276,18 @@ define CACHE_RAM_SIZE export always comment "Size of cache when using it for temporary RAM" end +define XIP_ROM_BASE + default 0xffff8000 + format "0x%x" + export used + comment "base address of range of ROM that can be cached to speed up linuxBIOS" +end +define XIP_ROM_SIZE + default 0x8000 + format "0x%x" + export used + comment "size of range of ROM that can be cached to speed up linuxBIOS" +end define CONFIG_COMPRESS default 1 export always