aboutsummaryrefslogtreecommitdiff
path: root/sys/boot/arm/uboot
Commit message (Expand)AuthorAgeFilesLines
* Move sys/boot to stand. Fix all references to new locationWarner Losh2017-11-146-476/+0
* Add loader.conf to the list of files that are MD.Warner Losh2017-11-131-13/+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
* 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
* 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
* 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
* Align the start of the text segment to an 8-byte boundary. This fixesIan Lepore2016-04-091-2/+3
* Revert r293903Steven Hartland2016-01-141-2/+0
* Fix GCC warnings causing build failure after r293724Steven Hartland2016-01-141-0/+2
* 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
* 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
* Add a 'ubenv import' command to import environment variables from theIan Lepore2014-09-081-0/+26
* Use src.opts.mk in preference to bsd.own.mk except where we need stuffWarner Losh2014-05-061-1/+1
* Recent versions of U-Boot require us to also backup and restore r9 for APIAndrew Turner2013-11-241-6/+12
* Always build ubldr as a soft-float binary as there is no support for VFPAndrew Turner2013-10-271-1/+1
* Install Forth infrastructure along with ubldr.Tim Kientzle2013-07-271-1/+14
* When running on armv6, set alignment checking to modulo-4 mode ratherIan Lepore2013-03-311-0/+8
* Provide verbose help for fdt commands on platforms that use it.Tim Kientzle2013-02-111-1/+1
* * Add the integer div & mod functions and ARM EABI support functions toAndrew Turner2013-02-051-2/+2
* Link against compiler-rt to pull in the required __aeabi_* functionsAndrew Turner2013-01-191-2/+2
* Ignore a warning in ubldr where clang doesn't understand the %D printfAndrew Turner2012-12-151-0/+3
* Handle LOADER_NO_DISK_SUPPORT knob in the arm and powerpc ubldr.Andrey V. Elsukov2012-09-091-0/+4
* Allow the load address used by ARM ubldr to be set via Make argument.Tim Kientzle2012-05-272-2/+19
* Import work done under project/nand (@235533) into head.Grzegorz Bernacki2012-05-173-0/+12