aboutsummaryrefslogtreecommitdiff
path: root/sys/boot/uboot
Commit message (Expand)AuthorAgeFilesLines
* Move sys/boot to stand. Fix all references to new locationWarner Losh2017-11-1420-3620/+0
* Install the 4th files in sys/boot/forth instead of each loaderWarner Losh2017-11-102-2/+2
* 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
* Centralize all 32-bit builds on 64-bit platform stuff.Warner Losh2017-11-061-5/+0
* Prefer bsd.init.mk to src.opts.mkWarner Losh2017-11-061-1/+1
* Move machine and other link creation to defs.mkWarner Losh2017-11-062-14/+0
* Cleanup non-arch MakefilesWarner Losh2017-10-292-11/+11
* Use SYSDIR instead of ${.CURDIR}/../..<etc>/sys.Warner Losh2017-10-221-1/+1
* Move fdt and uboot defines into common uboot.mk.Warner Losh2017-10-221-3/+0
* 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-102-4/+0
* Define SASRC and use itWarner Losh2017-10-092-2/+2
* loader: network read reworkToomas Soome2017-05-061-15/+17
* loader: uboot disk ioctl should call disk_ioctlToomas Soome2017-04-181-0/+5
* loader: F_READ/F_WRITE should be checked against masked flagToomas Soome2017-04-181-0/+1
* Correct a comment... the stack used by ubldr is the same stack u-boot wasIan Lepore2017-04-011-1/+3
* loader: remove open_disk cacheToomas Soome2017-03-161-2/+1
* loader: disk/part api needs to use uint64_t offsetsToomas Soome2017-02-011-1/+1
* dosfs support in libstand is broken since r298230Toomas Soome2016-12-301-3/+2
* Reduce boot loader version string duplicationEd Maste2016-12-181-7/+2
* lsdev device name section headers should be printed by dv_print callback.Toomas Soome2016-11-191-0/+7
* Loader paged/pageable data is not always paged.Toomas Soome2016-11-081-8/+9
* The getsecs() function is implemented in platform- and bootfw-specificStephen J. Kiernan2016-09-221-1/+1
* Remove extra 0x before %p format strings introduced by r296182Oleksandr Tymoshenko2016-07-082-2/+2
* Fix several instances where the boot loader ignored pager_outputWarner Losh2016-05-181-1/+4
* sys/boot: spelling fixes in comments.Pedro F. Giffuni2016-04-301-1/+1
* Add FDT overlays support to ubldrOleksandr Tymoshenko2016-04-291-2/+18
* sys/boot: use our nitems() macro when it is available through param.h.Pedro F. Giffuni2016-04-191-1/+1
* A new implementation of the loader block cacheAllan Jude2016-04-181-3/+4
* Add more .NOMETA missed in r291320Bryan Drewery2016-03-112-2/+2
* Improve U-Boot API detectionStanislav Galabov2016-03-093-2/+41
* These changes attempt to put things in order before the introduction of MIPSStanislav Galabov2016-02-295-18/+44
* So far bsd.stand.mk wasn't included in the following files:Stanislav Galabov2016-02-262-0/+2
* If the user has set a u-boot env var named rootpath, automaticallyIan Lepore2016-02-221-5/+12
* Go back to using uintptr_t, because code that actually compiles isIan Lepore2016-01-131-1/+1
* Cast using uintfptr_t and eliminate the cast to uint64_t which is uneededIan Lepore2016-01-121-1/+1
* Cast pointer through uintptr_t on the way to uint64_t to squelch a warning.Ian Lepore2016-01-021-1/+1
* Use 64-bit math when finding a block of ram to hold the kernel. This fixesIan Lepore2016-01-021-11/+13
* Fix the error checking for the ubenv command. This moves the check for anIan Lepore2015-12-291-2/+8
* Enhance the "ubenv import" command to allow importing a u-boot env varIan Lepore2015-12-141-6/+29
* Remove stray unescaped `%` in `Booting from ...` informational messageEnji Cooper2015-12-051-1/+1
* Print more detailed info about the disk and partition chosen for booting.Ian Lepore2015-11-221-7/+7
* Make dtb file configurable via loader(8) variable. ubldr already checksOleksandr Tymoshenko2015-08-151-3/+4
* Provide bug4bug workaround for certain dumbiness of the u-boot's API_env_enumMaxim Sobolev2015-06-191-1/+1
* Fix bug in the ubldr introduced in the rev.283035. The new codeMaxim Sobolev2015-06-191-0/+7
* Print error message if autoload fails due to missing DTB blob, otherwiseOleksandr Tymoshenko2015-05-261-1/+3
* Add a routine to obtain netboot parameters from the U-Boot env vars. CallIan Lepore2015-05-181-0/+109