Date: Mon, 5 Jan 2015 04:33:40 +0000 (UTC) From: Nathan Whitehorn <nwhitehorn@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r276688 - head/sys/boot/powerpc Message-ID: <201501050433.t054XeFG070343@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201501050433.t054XeFG070343>