]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Merge from CheriBSD:
authorbrooks <brooks@FreeBSD.org>
Mon, 4 Aug 2014 23:00:13 +0000 (23:00 +0000)
committerbrooks <brooks@FreeBSD.org>
Mon, 4 Aug 2014 23:00:13 +0000 (23:00 +0000)
commit38b0021d0a5ccbc3ae3fa9af5c2668a0426b264e
treee2921e6daa6109b801b0173bc72f31373408b8dc
parent661b96f06e13e80cbb17562fe9f9672c7759429d
Merge from CheriBSD:

Make the sysinit tool a build tool rather than building in with
/usr/bin/cc and running it from OBJDIR.  (It will be moved to usr.bin
once a manpage is written and a few style cleanups are done.)

Split the makefile bits for Hans' kernel shim layer into their own
includable kshim.mk.

Move USB support into a .mk file so loaders can include it.
Makefile.inc1
sys/boot/kshim/bsd_busspace.c [moved from sys/boot/usb/bsd_busspace.c with 100% similarity]
sys/boot/kshim/bsd_global.h [moved from sys/boot/usb/bsd_global.h with 100% similarity]
sys/boot/kshim/bsd_kernel.c [moved from sys/boot/usb/bsd_kernel.c with 100% similarity]
sys/boot/kshim/bsd_kernel.h [moved from sys/boot/usb/bsd_kernel.h with 100% similarity]
sys/boot/kshim/kshim.mk [new file with mode: 0644]
sys/boot/kshim/sysinit.h [moved from sys/boot/usb/tools/sysinit.h with 100% similarity]
sys/boot/usb/Makefile
sys/boot/usb/tools/Makefile [new file with mode: 0644]
sys/boot/usb/usbcore.mk [new file with mode: 0644]