]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit - stand/ofw/common/main.c
Move "common" Open Firmware parts of the loader used only on PowerPC to
authornwhitehorn <nwhitehorn@FreeBSD.org>
Sat, 3 Mar 2018 23:39:07 +0000 (23:39 +0000)
committernwhitehorn <nwhitehorn@FreeBSD.org>
Sat, 3 Mar 2018 23:39:07 +0000 (23:39 +0000)
commitc0ba77685ab2d6918ca4fc750c90de2746947b75
tree962fe374fa4c4c0d4bd95a43ded05238d4e22a46
parentc258f254e44b0374d82df4679550945092802279
Move "common" Open Firmware parts of the loader used only on PowerPC to
the powerpc/ subdirectory. These have never used by SPARC and we have
no other (and almost certainly will have no other) Open Firmware platforms.
This makes the directory structure simpler and lets us avoid some
cargo-cult MI patterns on code that is, and always was,
architecture-specific.
stand/ofw/common/Makefile.inc [deleted file]
stand/ofw/libofw/Makefile
stand/ofw/libofw/libofw.h
stand/powerpc/ofw/Makefile
stand/powerpc/ofw/conf.c
stand/powerpc/ofw/elf_freebsd.c [moved from stand/ofw/libofw/elf_freebsd.c with 98% similarity]
stand/powerpc/ofw/main.c [moved from stand/ofw/common/main.c with 100% similarity]
stand/powerpc/ofw/ppc64_elf_freebsd.c [moved from stand/ofw/libofw/ppc64_elf_freebsd.c with 100% similarity]