aboutsummaryrefslogtreecommitdiff
path: root/sys/boot/powerpc/boot1.chrp/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Move sys/boot to stand. Fix all references to new locationWarner Losh2017-11-141-42/+0
* Install the 4th files in sys/boot/forth instead of each loaderWarner Losh2017-11-101-1/+1
* Use defs.mk defins in most MD codeWarner Losh2017-10-301-4/+4
* Move BINDIR definition to defs.mk, and override where it isn't /bootWarner Losh2017-10-251-1/+0
* Prefer SRCTOP paths for bits we're grabbing from libc.Warner Losh2017-10-221-1/+1
* Move ufsread.cWarner Losh2017-10-121-2/+3
* dd is currently a bootstrap tool. It really doesn't have any businessWarner Losh2016-12-021-2/+2
* Clean up PowerPC bootloader compiler flags to fix the build with GCC 5.2Nathan Whitehorn2015-12-031-1/+1
* Use -Wl, to pass options to the linker for PowerPC's boot1.chrp.Dimitry Andric2014-12-291-1/+1
* NO_MAN= has been deprecated in favor of MAN= for some time, go aheadWarner Losh2014-04-131-1/+1
* Use MK_SSP=no after including bsd.own.mk to disable SSP instead of user-knobBryan Drewery2013-09-291-1/+1
* Make sure to synchronize icache for the newly loaded loader. Not an issueNathan Whitehorn2012-02-161-3/+4
* Experimental support for booting CHRP-type PowerPC systems from hard disks.Nathan Whitehorn2012-01-251-1/+0
* Provide support in loader for booting 64-bit PowerPC kernels. Like amd64,Nathan Whitehorn2010-07-121-1/+1
* Add a simple HFS boot block implementation for booting PowerPC macs. It createsNathan Whitehorn2008-10-141-0/+42