aboutsummaryrefslogtreecommitdiff
path: root/sys/boot/uboot/lib/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Move sys/boot to stand. Fix all references to new locationWarner Losh2017-11-141-31/+0
* Install the 4th files in sys/boot/forth instead of each loaderWarner Losh2017-11-101-1/+1
* Remove LOADER_FDT_SUPPORT as a Makefile variable.Warner Losh2017-11-101-8/+1
* Simplify this if to a direct assignment.Warner Losh2017-11-101-5/+1
* Move machine and other link creation to defs.mkWarner Losh2017-11-061-7/+0
* Cleanup non-arch MakefilesWarner Losh2017-10-291-5/+5
* Use SYSDIR instead of ${.CURDIR}/../..<etc>/sys.Warner Losh2017-10-221-1/+1
* We need to include disk.o in libuboot.a when we're building withWarner Losh2017-10-171-0/+4
* LOADER_foo_SUPPORTEDWarner Losh2017-10-161-5/+0
* Move crc32.c, util.c and gpt.c over to libsa.Warner Losh2017-10-121-1/+1
* Rather than laying whack-a-mole with including the path to stand.h,Warner Losh2017-10-101-2/+0
* Define SASRC and use itWarner Losh2017-10-091-1/+1
* Add more .NOMETA missed in r291320Bryan Drewery2016-03-111-1/+1
* So far bsd.stand.mk wasn't included in the following files:Stanislav Galabov2016-02-261-0/+1
* Move the definitions of the fdt functions from a uboot header to a new fdtAndrew Turner2014-11-011-1/+1
* Use src.opts.mk in preference to bsd.own.mk except where we need stuffWarner Losh2014-05-061-1/+1
* Prevent fdt data loaded from a file from overwriting the kernel environment,Ian Lepore2014-03-011-0/+12
* Build disk.c only when DISK_SUPPORT is enabled.Andrey V. Elsukov2012-09-091-1/+6
* Use the common/shared CRC-32 implementation instead of duplicating it.Marius Strobl2012-03-211-2/+4
* MF tbemd: Minor tweaks, prefer MACHINE_CPUARCH generally to MACHINE_ARCH (whi...Warner Losh2010-08-231-1/+1
* Initial loader(8) support for Flattened Device Tree.Rafal Jaworowski2010-05-251-0/+4
* Move U-Boot compatibility library to WARNS=2 level.Rafal Jaworowski2008-09-031-0/+1
* style(9) & style.Makefile(9)David E. O'Brien2008-03-131-3/+2
* o Build libuboot with -msoft-float like everything else.Marcel Moolenaar2008-02-231-1/+1
* MFp4 (e500):Marcel Moolenaar2008-02-161-0/+28