aboutsummaryrefslogtreecommitdiff
path: root/sys/boot/powerpc
Commit message (Expand)AuthorAgeFilesLines
* 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
* For building sys/boot/powerpc, get rid of the obsolete -mppc64bridgeDimitry Andric2014-12-292-6/+0
* Use -Wl, to pass options to the linker for PowerPC's boot1.chrp.Dimitry Andric2014-12-291-1/+1
* Convert a couple lingering NO_FORTH conditionals to test MK_FORTH.Ian Lepore2014-12-231-1/+1
* Start to allow platforms other than U-Boot to use the FDT code in loader byAndrew Turner2014-11-011-2/+3
* Rename elf*-powerpc into elf*-powerpc-freebsd in binutilsBaptiste Daroussin2014-10-103-3/+6
* Give loaders more control over the Forth initialization process. InMarcel Moolenaar2014-07-271-1/+1
* Use src.opts.mk in preference to bsd.own.mk except where we need stuffWarner Losh2014-05-063-3/+3
* NO_MAN= has been deprecated in favor of MAN= for some time, go aheadWarner Losh2014-04-132-2/+2
* howto_names: unify declarationRoger Pau Monné2014-03-112-46/+2
* Build a 32-bit libstand under sys/boot/ for ppc64Ed Maste2014-02-073-3/+6
* Fix build after r257162.Nathan Whitehorn2013-10-261-1/+1
* Use MK_SSP=no after including bsd.own.mk to disable SSP instead of user-knobBryan Drewery2013-09-291-1/+1
* Provide verbose help for fdt commands on platforms that use it.Tim Kientzle2013-02-112-2/+2
* Fix build on powerpc.Edward Tomasz Napierala2012-11-191-8/+8
* Hook in new files menusets.4th and manual.Devin Teske2012-11-072-2/+2
* Handle LOADER_NO_DISK_SUPPORT knob in the arm and powerpc ubldr.Andrey V. Elsukov2012-09-091-0/+4
* Use 32-bit ufs_ino_t instead of ino_t to keep boot2 small and preventGleb Kurtsou2012-05-251-2/+1
* Fix build after changes to trap headers.Nathan Whitehorn2012-03-291-0/+2
* Make sure to synchronize icache for the newly loaded loader. Not an issueNathan Whitehorn2012-02-162-3/+7
* Experimental support for booting CHRP-type PowerPC systems from hard disks.Nathan Whitehorn2012-01-251-1/+0
* Fix some unreliability problems related to MSR bits inherited from kboot byNathan Whitehorn2012-01-151-1/+1
* Rename the linker emulation name for powerpc and powerc64. This is needed thatAndreas Tobler2011-11-191-1/+1
* - change "is is" to "is" or "it is"Eitan Adler2011-10-161-1/+1
* Add support for the Blu-Ray drive found in the Sony Playstation 3 and fixNathan Whitehorn2011-08-148-35/+209