svn commit: r276688 - head/sys/boot/powerpc
Nathan Whitehorn
nwhitehorn at FreeBSD.org
Mon Jan 5 04:33:40 UTC 2015
Author: nwhitehorn
Date: Mon Jan 5 04:33:39 2015
New Revision: 276688
URL: https://svnweb.freebsd.org/changeset/base/276688
Log:
Add kexec-based Linux shim loader for use with the firmware petitboot
loader on PS3 and POWER8 systems. This is reasonably portable to other
architectures, especially FDT-based ones, if similar features are useful
elsewhere.
Netboot support is missing for now and will be added in a future commit,
at which time loader.ps3 will be garbage collected.
Done at: Hackathon
Added:
- copied from r276687, user/nwhitehorn/kboot/powerpc/kboot/
Directory Properties:
head/sys/boot/powerpc/kboot/ (props changed)
Modified:
head/sys/boot/powerpc/Makefile
Modified: head/sys/boot/powerpc/Makefile
==============================================================================
--- head/sys/boot/powerpc/Makefile Mon Jan 5 04:30:21 2015 (r276687)
+++ head/sys/boot/powerpc/Makefile Mon Jan 5 04:33:39 2015 (r276688)
@@ -1,5 +1,5 @@
# $FreeBSD$
-SUBDIR= boot1.chrp ofw ps3 uboot
+SUBDIR= boot1.chrp kboot ofw ps3 uboot
.include <bsd.subdir.mk>
More information about the svn-src-all
mailing list