aboutsummaryrefslogtreecommitdiff
path: root/sys/boot/powerpc/ofw
Commit message (Expand)AuthorAgeFilesLines
* Move sys/boot to stand. Fix all references to new locationWarner Losh2017-11-147-958/+0
* Install the 4th files in sys/boot/forth instead of each loaderWarner Losh2017-11-101-13/+2
* Remove LOADER_FDT_SUPPORT as a Makefile variable.Warner Losh2017-11-101-6/+2
* Remove all the empty help files from the powerpc build.Warner Losh2017-11-102-2/+1
* loader: set options before including bsd.init.mkRoger Pau Monné2017-11-081-11/+11
* Powerpc is a 32-bit boot loader.Warner Losh2017-11-061-2/+2
* Use defs.mk defins in most MD codeWarner Losh2017-10-301-15/+14
* Move BINDIR definition to defs.mk, and override where it isn't /bootWarner Losh2017-10-251-1/+0
* End source directories with SRC rather than a hodgepodge of namesWarner Losh2017-10-221-1/+1
* LOADER_foo_SUPPORTEDWarner Losh2017-10-161-29/+2
* Move all the ficl common code into ficl.mkWarner Losh2017-10-161-8/+1
* Move common/Makefile.inc to sys/boot/loader.mk.Warner Losh2017-10-161-4/+4
* Define prototype for exit and ensure referencesWarner Losh2017-10-121-0/+3
* Rather than laying whack-a-mole with including the path to stand.h,Warner Losh2017-10-101-3/+0
* Define LIBSA* and use them instead of overloaded LIBSTANDWarner Losh2017-10-091-3/+2
* Define SASRC and use itWarner Losh2017-10-091-1/+1
* Split the ficl CFLAGS when they refer to an arch-specific include path.Pedro F. Giffuni2017-03-011-1/+2
* Deduplicate loader vers.c Makefile rulesEd Maste2016-12-191-4/+1
* Stop closing the network device when netbooting for loaders using the commonBaptiste Daroussin2016-10-131-5/+0
* Clean up some FDT-related code in the PowerPC bootloader, improving errorNathan Whitehorn2016-07-011-13/+25
* Remove guards around overwriting loader.rc and menu.rcAllan Jude2015-08-061-7/+1
* Fix fallouts from r284590Baptiste Daroussin2015-06-191-0/+1
* Revert .PATH changes to fix mips build.Jung-uk Kim2015-04-031-0/+1
* Install newly added brand-*.4th and logo-*.4th files and reduce duplication.Jung-uk Kim2015-04-021-6/+1
* Provide a shim layer in loader to condense the Open Firmware device tree toNathan Whitehorn2015-03-093-9/+235
* For building sys/boot/powerpc, get rid of the obsolete -mppc64bridgeDimitry Andric2014-12-291-3/+0
* Rename elf*-powerpc into elf*-powerpc-freebsd in binutilsBaptiste Daroussin2014-10-101-1/+2
* Use src.opts.mk in preference to bsd.own.mk except where we need stuffWarner Losh2014-05-061-1/+1
* howto_names: unify declarationRoger Pau Monné2014-03-111-23/+1
* Build a 32-bit libstand under sys/boot/ for ppc64Ed Maste2014-02-071-1/+2
* Hook in new files menusets.4th and manual.Devin Teske2012-11-071-1/+1
* 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-281-0/+6
* Merge binutils 2.17.50 to head. This brings a number of improvements toDimitry Andric2011-02-181-0/+1
|\
* | Don't need __DYNAMIC here. it is commented out and a.out only -- these are a...Warner Losh2011-01-201-2/+0
|/
* 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-124-19/+57
* Enable NETIF_OPEN_CLOSE_ONCE on PowerPC OFW. This fixes netbooting onNathan Whitehorn2010-02-201-0/+5
* Fix build when WITH_SSP is set explicitly.Ruslan Ermilov2009-02-211-2/+1
* Enable GCC stack protection (aka Propolice) for userland:Ruslan Ermilov2008-06-251-0/+2
* We build ficl and libofw with -msoft-float. Build the loaderMarcel Moolenaar2008-02-231-1/+1
* Clean up PowerPC loader(8) build config.Rafal Jaworowski2008-02-112-2/+2
* "FreeBSD/Open Firmware/PowerPC ..." is confusing and non-standard.Marcel Moolenaar2007-12-261-1/+1
* Remove more Alpha bits from the boot code including fixing severalJohn Baldwin2006-05-121-1/+1
* Reimplementation of world/kernel build options. For details, see:Ruslan Ermilov2006-03-171-1/+3
* Add loader(8) variables for RB_DFLTROOT, RB_MUTE, and RB_PAUSE:Ruslan Ermilov2005-09-221-2/+8
* Start each of the license/copyright comments with /*-Warner Losh2005-01-051-1/+1
* NOFORTH -> NO_FORTHRuslan Ermilov2004-12-211-1/+1