aboutsummaryrefslogtreecommitdiff
path: root/sys/boot/arm
Commit message (Expand)AuthorAgeFilesLines
* Move sys/boot to stand. Fix all references to new locationWarner Losh2017-11-149-497/+0
* Add loader.conf to the list of files that are MD.Warner Losh2017-11-131-0/+0
* Install the 4th files in sys/boot/forth instead of each loaderWarner Losh2017-11-101-19/+3
* Remove LOADER_FDT_SUPPORT as a Makefile variable.Warner Losh2017-11-101-1/+0
* loader: set options before including bsd.init.mkRoger Pau Monné2017-11-081-11/+11
* Remove sys/boot/arm/at91 and ixp425Warner Losh2017-10-2572-10845/+0
* Move BINDIR definition to defs.mk, and override where it isn't /bootWarner Losh2017-10-251-1/+0
* Use BOOTDIR consistently. We need to include bsd.init.mk early to makeWarner Losh2017-10-251-6/+6
* Make at91 boot loader compile again.Warner Losh2017-10-221-1/+8
* End source directories with SRC rather than a hodgepodge of namesWarner Losh2017-10-221-1/+1
* Move fdt and uboot defines into common uboot.mk.Warner Losh2017-10-221-19/+1
* LOADER_foo_SUPPORTEDWarner Losh2017-10-161-45/+2
* Move all the ficl common code into ficl.mkWarner Losh2017-10-161-8/+0
* Move common/Makefile.inc to sys/boot/loader.mk.Warner Losh2017-10-161-4/+2
* 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-2/+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
* Prefer ${LIBSTAND} to -lstandWarner Losh2017-10-091-1/+1
* Revert r321969Enji Cooper2017-08-035-21/+16
* Fix the return types for printf and putchar to match their libc andEnji Cooper2017-08-035-16/+21
* Link EFI/uboot loaders with -znotextEd Maste2017-07-011-0/+1
* Preserve the registers containing argc, argv, and return address valuesIan Lepore2017-04-011-0/+9
* self_reloc.c: Pass -Wno-error=maybe-uninitialized to gcc versions greater tha...Enji Cooper2017-03-281-0/+4
* 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
* Add -fPIC to the ubldr build. Without this the self relocation code willAndrew Turner2016-12-151-0/+2
* Stop closing the network device when netbooting for loaders using the commonBaptiste Daroussin2016-10-131-2/+0
* sys/boot: spelling fixes in comments.Pedro F. Giffuni2016-04-304-10/+10
* Cleanup unnecessary semicolons from the kernel.Pedro F. Giffuni2016-04-101-1/+1
* Align the start of the text segment to an 8-byte boundary. This fixesIan Lepore2016-04-091-2/+3
* RBX_ defines are in rbx.h, move it there.Warner Losh2016-01-262-72/+2
* Move all the separate copies of the same strings into paths.h. There'sWarner Losh2016-01-262-8/+4
* Revert r293903Steven Hartland2016-01-141-2/+0
* Fix GCC warnings causing build failure after r293724Steven Hartland2016-01-141-0/+2
* move the prototype to the lib.h header.. This makes more sense, andJohn-Mark Gurney2015-07-182-2/+2
* other fixes to make boot2 compile for IXP... Properly end the asmJohn-Mark Gurney2015-07-182-0/+4
* revert r278579, this is in a different compile environment than theJohn-Mark Gurney2015-07-181-1/+1
* Install loader.rc with ARM u-boot loader (ubldr).Luiz Otavio O Souza2015-07-041-3/+2
* Enable the NETIF_OPEN_CLOSE_ONCE option for ubldr. This keeps the networkIan Lepore2015-05-181-0/+2
* Re-link ubldr when any of its libraries change.Ian Lepore2015-05-161-2/+2
* Create a relocatable instance of ubldr for ARM. The original ubldr,Ian Lepore2015-05-102-25/+63
* Move the text section to the start of the output file, so that when youIan Lepore2015-05-081-9/+9
* 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
* Summary: Update CPU identification call to recent version.George V. Neville-Neil2015-02-111-1/+1
* Create a custom /boot/defaults/loader.conf for ARM. This differs from theIan Lepore2015-01-031-0/+13
* 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
* Remove MK_ARM_EABI, the armeb issues have been fixed. The code to supportAndrew Turner2014-10-011-2/+0