Remove forth and other unused bits from the loader.
authorFrançois Tigeot <ftigeot@wolfpond.org>
Thu, 4 Aug 2011 14:53:47 +0000 (16:53 +0200)
committerFrançois Tigeot <ftigeot@wolfpond.org>
Thu, 4 Aug 2011 16:05:41 +0000 (18:05 +0200)
commitda3921c2179daa60f93571fb448b583fa5df6d08
tree605e8b1224871885a8c93e84cd923502ea4dabd0
parentfbe1c6652892c718ed11437dd5806a560fc5e173
Remove forth and other unused bits from the loader.

More precisely openfirmware, ia64, powerpc, and sparc64 specific code.
69 files changed:
sys/boot/forth/beastie.4th [deleted file]
sys/boot/forth/frames.4th [deleted file]
sys/boot/forth/loader-bootp.conf [deleted file]
sys/boot/forth/loader.4th [deleted file]
sys/boot/forth/loader.conf [deleted file]
sys/boot/forth/loader.rc [deleted file]
sys/boot/forth/pnp.4th [deleted file]
sys/boot/forth/screen.4th [deleted file]
sys/boot/forth/support.4th [deleted file]
sys/boot/ia64/Makefile [deleted file]
sys/boot/ia64/Makefile.inc [deleted file]
sys/boot/ia64/libski/Makefile [deleted file]
sys/boot/ia64/libski/acpi_stub.c [deleted file]
sys/boot/ia64/libski/bootinfo.c [deleted file]
sys/boot/ia64/libski/copy.c [deleted file]
sys/boot/ia64/libski/delay.c [deleted file]
sys/boot/ia64/libski/devicename.c [deleted file]
sys/boot/ia64/libski/efi_stub.c [deleted file]
sys/boot/ia64/libski/elf_freebsd.c [deleted file]
sys/boot/ia64/libski/exit.c [deleted file]
sys/boot/ia64/libski/libski.h [deleted file]
sys/boot/ia64/libski/module.c [deleted file]
sys/boot/ia64/libski/pal_stub.S [deleted file]
sys/boot/ia64/libski/sal_stub.c [deleted file]
sys/boot/ia64/libski/skiconsole.c [deleted file]
sys/boot/ia64/libski/skifs.c [deleted file]
sys/boot/ia64/libski/ssc.c [deleted file]
sys/boot/ia64/libski/time.c [deleted file]
sys/boot/ia64/skiload/Makefile [deleted file]
sys/boot/ia64/skiload/conf.c [deleted file]
sys/boot/ia64/skiload/ldscript.ia64 [deleted file]
sys/boot/ia64/skiload/main.c [deleted file]
sys/boot/ia64/skiload/skiload.cmd [deleted file]
sys/boot/ia64/skiload/start.S [deleted file]
sys/boot/ia64/skiload/version [deleted file]
sys/boot/ofw/Makefile [deleted file]
sys/boot/ofw/common/Makefile.inc [deleted file]
sys/boot/ofw/common/main.c [deleted file]
sys/boot/ofw/libofw/Makefile [deleted file]
sys/boot/ofw/libofw/devicename.c [deleted file]
sys/boot/ofw/libofw/elf_freebsd.c [deleted file]
sys/boot/ofw/libofw/libofw.h [deleted file]
sys/boot/ofw/libofw/ofw_console.c [deleted file]
sys/boot/ofw/libofw/ofw_copy.c [deleted file]
sys/boot/ofw/libofw/ofw_disk.c [deleted file]
sys/boot/ofw/libofw/ofw_memory.c [deleted file]
sys/boot/ofw/libofw/ofw_module.c [deleted file]
sys/boot/ofw/libofw/ofw_net.c [deleted file]
sys/boot/ofw/libofw/ofw_reboot.c [deleted file]
sys/boot/ofw/libofw/ofw_time.c [deleted file]
sys/boot/ofw/libofw/openfirm.c [deleted file]
sys/boot/ofw/libofw/openfirm.h [deleted file]
sys/boot/powerpc/Makefile [deleted file]
sys/boot/powerpc/loader/Makefile [deleted file]
sys/boot/powerpc/loader/conf.c [deleted file]
sys/boot/powerpc/loader/help.ofw [deleted file]
sys/boot/powerpc/loader/metadata.c [deleted file]
sys/boot/powerpc/loader/start.c [deleted file]
sys/boot/powerpc/loader/version [deleted file]
sys/boot/sparc64/Makefile [deleted file]
sys/boot/sparc64/boot1/Makefile [deleted file]
sys/boot/sparc64/boot1/_start.S [deleted file]
sys/boot/sparc64/boot1/boot1.c [deleted file]
sys/boot/sparc64/loader/Makefile [deleted file]
sys/boot/sparc64/loader/help.sparc64 [deleted file]
sys/boot/sparc64/loader/locore.S [deleted file]
sys/boot/sparc64/loader/main.c [deleted file]
sys/boot/sparc64/loader/metadata.c [deleted file]
sys/boot/sparc64/loader/version [deleted file]