aboutsummaryrefslogtreecommitdiff
path: root/sys/boot/powerpc
Commit message (Expand)AuthorAgeFilesLines
* Move sys/boot to stand. Fix all references to new locationWarner Losh2017-11-1456-7453/+0
* Install the 4th files in sys/boot/forth instead of each loaderWarner Losh2017-11-105-50/+7
* Remove LOADER_FDT_SUPPORT as a Makefile variable.Warner Losh2017-11-104-15/+9
* FDT support doesn't make sense for ps3. There's no support in the ps3Warner Losh2017-11-101-8/+1
* Remove all the empty help files from the powerpc build.Warner Losh2017-11-108-8/+4
* loader: set options before including bsd.init.mkRoger Pau Monné2017-11-084-42/+42
* Powerpc is a 32-bit boot loader.Warner Losh2017-11-065-12/+8
* Use defs.mk defins in most MD codeWarner Losh2017-10-305-55/+44
* Move BINDIR definition to defs.mk, and override where it isn't /bootWarner Losh2017-10-255-5/+0
* Prefer SRCTOP paths for bits we're grabbing from libc.Warner Losh2017-10-221-1/+1
* End source directories with SRC rather than a hodgepodge of namesWarner Losh2017-10-224-4/+4
* Move fdt and uboot defines into common uboot.mk.Warner Losh2017-10-221-17/+1
* LOADER_foo_SUPPORTEDWarner Losh2017-10-164-124/+5
* Move all the ficl common code into ficl.mkWarner Losh2017-10-164-33/+1
* Move common/Makefile.inc to sys/boot/loader.mk.Warner Losh2017-10-164-16/+16
* Define prototype for exit and ensure referencesWarner Losh2017-10-122-0/+6
* Move ufsread.cWarner Losh2017-10-121-2/+3
* Rather than laying whack-a-mole with including the path to stand.h,Warner Losh2017-10-104-12/+0
* Define LIBSA* and use them instead of overloaded LIBSTANDWarner Losh2017-10-094-12/+8
* Define SASRC and use itWarner Losh2017-10-094-4/+4
* loader: F_READ/F_WRITE should be checked against masked flagToomas Soome2017-04-182-0/+2
* Split the ficl CFLAGS when they refer to an arch-specific include path.Pedro F. Giffuni2017-03-014-4/+8
* dosfs support in libstand is broken since r298230Toomas Soome2016-12-303-7/+7
* Deduplicate loader vers.c Makefile rulesEd Maste2016-12-194-16/+4
* Reduce boot loader version string duplicationEd Maste2016-12-182-14/+4
* dd is currently a bootstrap tool. It really doesn't have any businessWarner Losh2016-12-021-2/+2
* Loader paged/pageable data is not always paged.Toomas Soome2016-11-083-7/+9
* Create a new MACHINE_ARCH for Freescale PowerPC e500v2Justin Hibbits2016-10-221-1/+4
* Stop closing the network device when netbooting for loaders using the commonBaptiste Daroussin2016-10-133-13/+2
* The getsecs() function is implemented in platform- and bootfw-specificStephen J. Kiernan2016-09-222-5/+5
* Increase the boot1 file size on the HFS boot image.Justin Hibbits2016-09-163-14/+14
* Some versions of SLOF do not append the partition number to the bootNathan Whitehorn2016-08-301-20/+31
* Clean up some FDT-related code in the PowerPC bootloader, improving errorNathan Whitehorn2016-07-011-13/+25
* sys/boot: make use of the howmany() macro when available.Pedro F. Giffuni2016-04-261-1/+1
* A new implementation of the loader block cacheAllan Jude2016-04-183-7/+7
* Move all the separate copies of the same strings into paths.h. There'sWarner Losh2016-01-261-3/+2
* Remove hidden "Not ufs" printfs from boot codeSteven Hartland2016-01-091-4/+0
* Clean up PowerPC bootloader compiler flags to fix the build with GCC 5.2Nathan Whitehorn2015-12-032-2/+1
* Allow loader to load 64-bit ELFv2 PowerPC kernels.Nathan Whitehorn2015-12-012-4/+12
* The Linux kexec boot loader doesn't need a font built in to it. This gotNathan Whitehorn2015-11-191-5/+0
* Remove guards around overwriting loader.rc and menu.rcAllan Jude2015-08-063-21/+3
* Fix fallouts from r284590Baptiste Daroussin2015-06-193-0/+3
* Fix powerpc/ps3 build, too.Jung-uk Kim2015-04-031-0/+1
* Revert .PATH changes to fix mips build.Jung-uk Kim2015-04-032-0/+2
* Install newly added brand-*.4th and logo-*.4th files and reduce duplication.Jung-uk Kim2015-04-023-18/+3
* Provide a shim layer in loader to condense the Open Firmware device tree toNathan Whitehorn2015-03-093-9/+235
* Allow this to work with disks greater than 4 GB and with names not beginningNathan Whitehorn2015-02-013-12/+19
* Relocate kernel to high address space (a static + 64 MB for now) to avoidNathan Whitehorn2015-01-314-10/+29
* Add FDT reservations for memory areas used by OPAL or RTAS runtime firmware.Nathan Whitehorn2015-01-311-5/+25
* Add kexec-based Linux shim loader for use with the firmware petitbootNathan Whitehorn2015-01-0515-1/+1694