[coreboot] What is the way to add a VGA ROM space in target\xx\xx\Config.lb

Ward Vandewege ward at gnu.org
Wed Jul 15 14:50:38 CEST 2009


Hi Zheng,

On Wed, Jul 15, 2009 at 05:55:12PM +0800, Bao, Zheng wrote:
> We want to get a space about 50K for VGA ROM like dbm690t does. I tried
> CONFIG_ROM_SIZE, CONFIG_ROM_IMAGE_SIZE, but they both don't work. What
> can we do?

Look at the example in pcengines/alix.1c:

## CONFIG_ROM_SIZE is the total number of bytes allocated for coreboot use
## (normal AND fallback images and payloads). Leave 36k for VSA.
option CONFIG_ROM_SIZE = (512 * 1024) - (36 * 1024)

So, CONFIG_ROM_SIZE is the place to do that.

Thanks,
Ward.

-- 
Ward Vandewege <ward at fsf.org>
Free Software Foundation - Senior Systems Administrator




More information about the coreboot mailing list