]> git.ipfire.org Git - thirdparty/ipxe.git/commit
[contrib] Remove obsolete rom-o-matic code
authorMichael Brown <mcb30@ipxe.org>
Tue, 20 Aug 2024 09:11:24 +0000 (10:11 +0100)
committerMichael Brown <mcb30@ipxe.org>
Tue, 20 Aug 2024 09:22:18 +0000 (10:22 +0100)
commitab5743efc57e84a45754d8ca9a188b7178cefebd
tree51ae3850525fd238b5b0f7b87892f944522171e5
parent633f4f362dbdf1f3177ee0f6b5b63085af7c1be5
[contrib] Remove obsolete rom-o-matic code

The rom-o-matic code does not form part of the iPXE codebase, has not
been maintained for over a decade, and does not appear to still be in
use anywhere in the world.

It does, however, result in a large number of false positive security
vulnerability reports from some low quality automated code analysis
tools such as Fortify SCA.

Remove this unused and obsolete code to reduce the burden of
responding to these false positives.

Signed-off-by: Michael Brown <mcb30@ipxe.org>
42 files changed:
contrib/rom-o-matic/README [deleted file]
contrib/rom-o-matic/bottom.php [deleted file]
contrib/rom-o-matic/build.php [deleted file]
contrib/rom-o-matic/customize-flags.php [deleted file]
contrib/rom-o-matic/directions.php [deleted file]
contrib/rom-o-matic/doc/AUTOBOOT_CMD.html [deleted file]
contrib/rom-o-matic/doc/BANNER_TIMEOUT.html [deleted file]
contrib/rom-o-matic/doc/COMCONSOLE.html [deleted file]
contrib/rom-o-matic/doc/COMDATA.html [deleted file]
contrib/rom-o-matic/doc/COMPARITY.html [deleted file]
contrib/rom-o-matic/doc/COMPRESERVE.html [deleted file]
contrib/rom-o-matic/doc/COMSPEED.html [deleted file]
contrib/rom-o-matic/doc/COMSTOP.html [deleted file]
contrib/rom-o-matic/doc/CONFIG_CMD.html [deleted file]
contrib/rom-o-matic/doc/CONSOLE_PC_BIOS.html [deleted file]
contrib/rom-o-matic/doc/CONSOLE_SERIAL.html [deleted file]
contrib/rom-o-matic/doc/CRYPTO_80211_WEP.html [deleted file]
contrib/rom-o-matic/doc/CRYPTO_80211_WPA.html [deleted file]
contrib/rom-o-matic/doc/CRYPTO_80211_WPA2.html [deleted file]
contrib/rom-o-matic/doc/DHCP_CMD.html [deleted file]
contrib/rom-o-matic/doc/DNS_RESOLVER.html [deleted file]
contrib/rom-o-matic/doc/DOWNLOAD_PROTO_FTP.html [deleted file]
contrib/rom-o-matic/doc/DOWNLOAD_PROTO_HTTP.html [deleted file]
contrib/rom-o-matic/doc/DOWNLOAD_PROTO_TFTP.html [deleted file]
contrib/rom-o-matic/doc/IFMGMT_CMD.html [deleted file]
contrib/rom-o-matic/doc/IMAGE_BZIMAGE.html [deleted file]
contrib/rom-o-matic/doc/IMAGE_CMD.html [deleted file]
contrib/rom-o-matic/doc/IMAGE_ELF.html [deleted file]
contrib/rom-o-matic/doc/IMAGE_MULTIBOOT.html [deleted file]
contrib/rom-o-matic/doc/IMAGE_NBI.html [deleted file]
contrib/rom-o-matic/doc/IMAGE_PXE.html [deleted file]
contrib/rom-o-matic/doc/IMAGE_SCRIPT.html [deleted file]
contrib/rom-o-matic/doc/IWMGMT_CMD.html [deleted file]
contrib/rom-o-matic/doc/NMB_RESOLVER.html [deleted file]
contrib/rom-o-matic/doc/NVO_CMD.html [deleted file]
contrib/rom-o-matic/doc/ROUTE_CMD.html [deleted file]
contrib/rom-o-matic/doc/SANBOOT_CMD.html [deleted file]
contrib/rom-o-matic/flag-table.php [deleted file]
contrib/rom-o-matic/globals.php [deleted file]
contrib/rom-o-matic/index.php [deleted file]
contrib/rom-o-matic/top.php [deleted file]
contrib/rom-o-matic/utils.php [deleted file]