summaryrefslogtreecommitdiffstats
path: root/sys/boot/powerpc
Commit message (Expand)AuthorAgeFilesLines
* sys/boot: make use of the howmany() macro when available.pfg2016-04-261-1/+1
* A new implementation of the loader block cacheallanjude2016-04-183-7/+7
* Move all the separate copies of the same strings into paths.h. There'simp2016-01-261-3/+2
* Remove hidden "Not ufs" printfs from boot codesmh2016-01-091-4/+0
* Clean up PowerPC bootloader compiler flags to fix the build with GCC 5.2nwhitehorn2015-12-032-2/+1
* Allow loader to load 64-bit ELFv2 PowerPC kernels.nwhitehorn2015-12-012-4/+12
* The Linux kexec boot loader doesn't need a font built in to it. This gotnwhitehorn2015-11-191-5/+0
* Remove guards around overwriting loader.rc and menu.rcallanjude2015-08-063-21/+3
* Fix fallouts from r284590bapt2015-06-193-0/+3
* Fix powerpc/ps3 build, too.jkim2015-04-031-0/+1
* Revert .PATH changes to fix mips build.jkim2015-04-032-0/+2
* Install newly added brand-*.4th and logo-*.4th files and reduce duplication.jkim2015-04-023-18/+3
* Provide a shim layer in loader to condense the Open Firmware device tree tonwhitehorn2015-03-093-9/+235
* Allow this to work with disks greater than 4 GB and with names not beginningnwhitehorn2015-02-013-12/+19
* Relocate kernel to high address space (a static + 64 MB for now) to avoidnwhitehorn2015-01-314-10/+29
* Add FDT reservations for memory areas used by OPAL or RTAS runtime firmware.nwhitehorn2015-01-311-5/+25
* Add kexec-based Linux shim loader for use with the firmware petitbootnwhitehorn2015-01-0515-1/+1694
* For building sys/boot/powerpc, get rid of the obsolete -mppc64bridgedim2014-12-292-6/+0
* Merge ^/head r276347 through r276356.dim2014-12-291-1/+1
* Convert a couple lingering NO_FORTH conditionals to test MK_FORTH.ian2014-12-231-1/+1
* Start to allow platforms other than U-Boot to use the FDT code in loader byandrew2014-11-011-2/+3
* Rename elf*-powerpc into elf*-powerpc-freebsd in binutilsbapt2014-10-103-3/+6
* Give loaders more control over the Forth initialization process. Inmarcel2014-07-271-1/+1
* Use src.opts.mk in preference to bsd.own.mk except where we need stuffimp2014-05-063-3/+3
* NO_MAN= has been deprecated in favor of MAN= for some time, go aheadimp2014-04-132-2/+2
* howto_names: unify declarationroyger2014-03-112-46/+2
* Build a 32-bit libstand under sys/boot/ for ppc64emaste2014-02-073-3/+6
* Fix build after r257162.nwhitehorn2013-10-261-1/+1
* Use MK_SSP=no after including bsd.own.mk to disable SSP instead of user-knobbdrewery2013-09-291-1/+1
* Provide verbose help for fdt commands on platforms that use it.kientzle2013-02-112-2/+2
* Fix build on powerpc.trasz2012-11-191-8/+8
* Hook in new files menusets.4th and manual.dteske2012-11-072-2/+2
* Handle LOADER_NO_DISK_SUPPORT knob in the arm and powerpc ubldr.ae2012-09-091-0/+4
* Use 32-bit ufs_ino_t instead of ino_t to keep boot2 small and preventgleb2012-05-251-2/+1
* Fix build after changes to trap headers.nwhitehorn2012-03-291-0/+2
* Make sure to synchronize icache for the newly loaded loader. Not an issuenwhitehorn2012-02-162-3/+7
* Experimental support for booting CHRP-type PowerPC systems from hard disks.nwhitehorn2012-01-251-1/+0
* Fix some unreliability problems related to MSR bits inherited from kboot bynwhitehorn2012-01-151-1/+1
* Rename the linker emulation name for powerpc and powerc64. This is needed thatandreast2011-11-191-1/+1
* - change "is is" to "is" or "it is"eadler2011-10-161-1/+1
* Add support for the Blu-Ray drive found in the Sony Playstation 3 and fixnwhitehorn2011-08-148-35/+209
* Add support for booting PS3s from disk. This is still a little hackish untilnwhitehorn2011-07-1614-23/+1092
* Include forgotten framework changes to get some of the new menu files install...julian2011-05-301-1/+2
* Add some missing files. Without we hang in the OF prompt asking for screen.4th.andreast2011-05-291-0/+1
* New boot loader menus from Devin Teske.julian2011-05-282-0/+12
* Merge binutils 2.17.50 to head. This brings a number of improvements todim2011-02-182-0/+2
|\
| * Sync: merge r215396 through r215463 from ^/head.dim2010-11-181-1/+14
* | Don't need __DYNAMIC here. it is commented out and a.out only -- these are a...imp2011-01-202-4/+0
* | Import support for the Sony Playstation 3 using the OtherOS featurenwhitehorn2011-01-0617-1/+2364
* | Revert r215435. We need to figure out the exact value to be loaded.andreast2010-11-171-1/+1
OpenPOWER on IntegriCloud