summaryrefslogtreecommitdiff
path: root/sys/boot/powerpc
Commit message (Expand)AuthorAgeFilesLines
* MFC r309412,r316109,r316132:Enji Cooper2017-05-281-2/+2
* MFC r314505:Pedro F. Giffuni2017-03-083-3/+6
* MFC boot loader path and RBX constant deduplicationEd Maste2016-02-091-3/+2
* MFC r293461:Steven Hartland2016-01-251-4/+0
* MFC r286368: Remove guards around overwriting loader.rc and menu.rcDevin Teske2016-01-072-14/+2
* MFC r281011 (jkim):Glen Barber2015-05-221-0/+1
* MFC revisions 277693,278335,280382-280385,280923-280926,280931,Devin Teske2015-04-222-11/+2
* MFC r276145: Convert lingering NO_FORTH conditionals to test MK_FORTH.Ian Lepore2015-02-111-1/+1
* MFC r264400,r265836:Enji Cooper2014-12-312-2/+2
* MFC 273927:Andrew Turner2014-12-141-2/+3
* MFC r263005 by royger: howto_names: unify declarationEd Maste2014-09-042-46/+2
* r261567: Build a 32-bit libstand under sys/boot/Ed Maste2014-09-043-3/+6
* MFC r257180, r257195, r257196, r257198, r257209, r257295Ian Lepore2014-05-141-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
* Add support for booting PS3s from disk. This is still a little hackish untilNathan Whitehorn2011-07-1614-23/+1092
* Include forgotten framework changes to get some of the new menu files install...Julian Elischer2011-05-301-1/+2
* Add some missing files. Without we hang in the OF prompt asking for screen.4th.Andreas Tobler2011-05-291-0/+1
* New boot loader menus from Devin Teske.Julian Elischer2011-05-282-0/+12
* Merge binutils 2.17.50 to head. This brings a number of improvements toDimitry Andric2011-02-182-0/+2
|\
* | Don't need __DYNAMIC here. it is commented out and a.out only -- these are a...Warner Losh2011-01-202-4/+0
* | Import support for the Sony Playstation 3 using the OtherOS featureNathan Whitehorn2011-01-0617-1/+2364
|/
* Revert r215435. We need to figure out the exact value to be loaded.Andreas Tobler2010-11-171-1/+1
* Make sure the .bss is cleared at the beginning. The pSeries OF ELF loader doesAndreas Tobler2010-11-171-1/+14
* Load the full 16k stack space.Andreas Tobler2010-11-171-1/+1
* Provide support in loader for booting 64-bit PowerPC kernels. Like amd64,Nathan Whitehorn2010-07-128-23/+67
* Fix conditional FDT support in loader(8).Rafal Jaworowski2010-06-131-1/+3
* Initial loader(8) support for Flattened Device Tree.Rafal Jaworowski2010-05-252-2/+14
* Enable U-Boot storage for PowerPC. While there fix loader(8) help file name.Rafal Jaworowski2010-02-252-5/+5
* Enable NETIF_OPEN_CLOSE_ONCE on PowerPC OFW. This fixes netbooting onNathan Whitehorn2010-02-201-0/+5
* Bump PowerPC loader(8) version to reflect extensions it has recently grown.Rafal Jaworowski2009-06-221-0/+1
* Fix build when WITH_SSP is set explicitly.Ruslan Ermilov2009-02-211-2/+1
* Improve style(9) in PowerPC U-Boot support lib.Rafal Jaworowski2008-12-171-4/+4
* Modify our boot block to pick an output device, without which boot1 will failNathan Whitehorn2008-10-312-0/+5
* Add a simple HFS boot block implementation for booting PowerPC macs. It createsNathan Whitehorn2008-10-147-1/+906
* Use current SP instead of global data ptr for the U-Boot API signature search...Rafal Jaworowski2008-09-031-1/+1
* Make metadata.c shared across all platforms using U-Boot.Rafal Jaworowski2008-09-032-457/+1
* Enable GCC stack protection (aka Propolice) for userland:Ruslan Ermilov2008-06-252-0/+5
* Improve handling U-Boot's "eth%daddr" while PowerPC metadata preparation.Rafal Jaworowski2008-03-121-3/+20