summaryrefslogtreecommitdiffstats
path: root/sys/boot/uboot
Commit message (Expand)AuthorAgeFilesLines
* MFC r316374, r316377:ian2017-09-151-1/+3
* MFC r309369,310850,310853:tsoome2017-02-061-3/+2
* MFC r310225: Reduce boot loader version string duplicationemaste2017-01-171-7/+2
* MFC r302465:gonzo2016-10-172-2/+2
* Fix several instances where the boot loader ignored pager_outputimp2016-05-181-1/+4
* sys/boot: spelling fixes in comments.pfg2016-04-301-1/+1
* Add FDT overlays support to ubldrgonzo2016-04-291-2/+18
* sys/boot: use our nitems() macro when it is available through param.h.pfg2016-04-191-1/+1
* A new implementation of the loader block cacheallanjude2016-04-181-3/+4
* Add more .NOMETA missed in r291320bdrewery2016-03-112-2/+2
* Improve U-Boot API detectionsgalabov2016-03-093-2/+41
* These changes attempt to put things in order before the introduction of MIPSsgalabov2016-02-295-18/+44
* So far bsd.stand.mk wasn't included in the following files:sgalabov2016-02-262-0/+2
* If the user has set a u-boot env var named rootpath, automaticallyian2016-02-221-5/+12
* Go back to using uintptr_t, because code that actually compiles isian2016-01-131-1/+1
* Cast using uintfptr_t and eliminate the cast to uint64_t which is uneededian2016-01-121-1/+1
* Cast pointer through uintptr_t on the way to uint64_t to squelch a warning.ian2016-01-021-1/+1
* Use 64-bit math when finding a block of ram to hold the kernel. This fixesian2016-01-021-11/+13
* Fix the error checking for the ubenv command. This moves the check for anian2015-12-291-2/+8
* Enhance the "ubenv import" command to allow importing a u-boot env varian2015-12-141-6/+29
* Remove stray unescaped `%` in `Booting from ...` informational messagengie2015-12-051-1/+1
* Print more detailed info about the disk and partition chosen for booting.ian2015-11-221-7/+7
* Make dtb file configurable via loader(8) variable. ubldr already checksgonzo2015-08-151-3/+4
* Provide bug4bug workaround for certain dumbiness of the u-boot's API_env_enumsobomax2015-06-191-1/+1
* Fix bug in the ubldr introduced in the rev.283035. The new codesobomax2015-06-191-0/+7
* Print error message if autoload fails due to missing DTB blob, otherwisegonzo2015-05-261-1/+3
* Add a routine to obtain netboot parameters from the U-Boot env vars. Callian2015-05-181-0/+109
* An ARM kernel can be loaded at any 2MB boundary, make ubldr aware of that.ian2015-05-174-27/+102
* Fix fdt_platform_fixups() mem region handling. It turns out u-boot putsian2015-03-172-11/+9
* Allow whitspace to appear between device name and unit number in loaderdev.ian2014-12-211-4/+5
* Start to allow platforms other than U-Boot to use the FDT code in loader byandrew2014-11-013-0/+220
* Move the definitions of the fdt functions from a uboot header to a new fdtandrew2014-11-014-7/+6
* Add a 'ubenv import' command to import environment variables from theian2014-09-081-0/+69
* Give loaders more control over the Forth initialization process. Inmarcel2014-07-271-1/+1
* Use src.opts.mk in preference to bsd.own.mk except where we need stuffimp2014-05-061-1/+1
* Cosmetic changes to printed output, mostly related to probing devices...ian2014-03-171-36/+53
* Fix the paren nesting so that the network device is probed if the loadian2014-03-171-2/+2
* Fix an uninitialized variable error I perpetrated when splitting someian2014-03-141-6/+7
* Enhance the mechanism that lets you configure the ubldr boot device byian2014-03-115-81/+304
* howto_names: unify declarationroyger2014-03-111-23/+1
* Include needed header. I don't know why clang didn't complain about thisian2014-03-021-0/+4
* If we can't find the u-boot api signature, exit with an error status thatian2014-03-011-3/+9
* Prevent fdt data loaded from a file from overwriting the kernel environment,ian2014-03-014-7/+25
* Allow the ubldr boot device to be choosen by a u-boot environment variable.ian2014-02-221-15/+73
* Remove all the instances of '#undef DEBUG' from kernel.loos2013-10-252-6/+0
* Print kernel args as late as possible before jumping into kernel.kientzle2013-02-231-1/+1
* Clarify an error message. The addresses here arekientzle2013-02-181-1/+1
* Do metadata relocation fixup on all loaded modules, not just the kernel.ian2013-01-301-6/+9
* - Implement "fdt mres" sub-command that prints reserved memory regionsgonzo2012-11-301-4/+15
* Print kernel args when booting the kernel.kientzle2012-11-251-0/+1
OpenPOWER on IntegriCloud