In Config.lb at those two boards, it has this line.
option CONFIG_ROM_SIZE = 1024*1024 - 55808
But Config-abuild.lb is not. Final ROM size 992768 bytes by this setting.
I need to set like this to boot properly?
You need
cat vga_bios.rom coreboot.rom > coreboot-final.rom
To get a 1MB image with VGA BIOS.
Zheng
-----Original Message----- From: coreboot-bounces@coreboot.org [mailto:coreboot-bounces@coreboot.org] On Behalf Of jaagar@gmail.com Sent: Thursday, August 13, 2009 12:34 PM To: coreboot@coreboot.org Subject: [coreboot] why did set smaller ROM size for dbm690t and pistachioboard.
In Config.lb at those two boards, it has this line.
option CONFIG_ROM_SIZE = 1024*1024 - 55808
But Config-abuild.lb is not. Final ROM size 992768 bytes by this setting.
I need to set like this to boot properly?