On Tue, May 27, 2008 at 12:11:44AM +0200, Carl-Daniel Hailfinger wrote:
Try creating a ROM file with 2 MB, then run cat coreboot.rom coreboot.rom >final.rom and flash final.rom. A ROM file with 1 MB would use the following: cat coreboot.rom coreboot.rom coreboot.rom coreboot.rom >final.rom That should work fine for the ROMsize!=flashsize problem.
Yeah. I do that all the time (usually to put an 512K image into a 1MB rom).
Thanks, Ward.