]> git.ipfire.org Git - thirdparty/ipxe.git/commit
[build] Replace obsolete makerom.pl with quick script using Option::ROM
authorMichael Brown <mcb30@ipxe.org>
Sun, 25 Apr 2010 01:54:12 +0000 (02:54 +0100)
committerMichael Brown <mcb30@ipxe.org>
Sun, 25 Apr 2010 01:54:12 +0000 (02:54 +0100)
commitd8c1f2e94f5b072fb5de557bc796ba35f86db6d6
treebe27ca416a56916c56e4235e3a7f71592a129715
parentb7c548a944753faf14eb1b6ee761c6c0cd6e768c
[build] Replace obsolete makerom.pl with quick script using Option::ROM

The only remaining useful function of makerom.pl is to correct the ROM
and PnP checksums; the PCI IDs are set at link time, and padding is
performed using padimg.pl.

Option::ROM already provides a facility for correcting the checksums,
so we may as well just use this instead.

Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/Makefile
src/Makefile.housekeeping
src/arch/i386/Makefile.pcbios
src/util/fixrom.pl [new file with mode: 0755]
src/util/makerom.pl [deleted file]