add XIP_ROM_[BASE|SIZE] to newconfig for quicker bootup
authorStefan Reinauer <stepan@openbios.org>
Wed, 6 Aug 2003 10:45:57 +0000 (10:45 +0000)
committerStefan Reinauer <stepan@openbios.org>
Wed, 6 Aug 2003 10:45:57 +0000 (10:45 +0000)
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1080 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

src/config/Options.lb

index 6170ea28a117e5e0d197e100c764fe58d4bb4459..54cd68d38436756b4b93ccb7e4ebce9370ac4ed3 100644 (file)
@@ -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