kboot: Move conf.c up to top level
authorWarner Losh <imp@FreeBSD.org>
Thu, 28 Jul 2022 20:53:25 +0000 (14:53 -0600)
committerWarner Losh <imp@FreeBSD.org>
Thu, 28 Jul 2022 21:35:42 +0000 (15:35 -0600)
commita0c075229f19ce1a10836042907e2bd89907aa0b
tree7d2f4dce97695bf8c6e9bd3b4a8b962670f6a3fa
parent13890d30f8b215b84800cce3f161ad5148c82c00
kboot: Move conf.c up to top level

conf.c is the same now between powerpc64 and amd64, so move it up to
kboot. Move powerpc file formats defines to ppc64_elf_freebsd.c

Sponsored by: Netflix
stand/kboot/Makefile
stand/kboot/arch/amd64/Makefile.inc
stand/kboot/arch/powerpc64/Makefile.inc
stand/kboot/arch/powerpc64/conf.c [deleted file]
stand/kboot/arch/powerpc64/ppc64_elf_freebsd.c
stand/kboot/conf.c [moved from stand/kboot/arch/amd64/conf.c with 100% similarity]