aboutsummaryrefslogtreecommitdiff
path: root/sys/boot/uboot
Commit message (Expand)AuthorAgeFilesLines
* 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
* An ARM kernel can be loaded at any 2MB boundary, make ubldr aware of that.Ian Lepore2015-05-174-27/+102
* Fix fdt_platform_fixups() mem region handling. It turns out u-boot putsIan Lepore2015-03-172-11/+9
* Allow whitspace to appear between device name and unit number in loaderdev.Ian Lepore2014-12-211-4/+5
* Start to allow platforms other than U-Boot to use the FDT code in loader byAndrew Turner2014-11-013-0/+220
* Move the definitions of the fdt functions from a uboot header to a new fdtAndrew Turner2014-11-014-7/+6
* Add a 'ubenv import' command to import environment variables from theIan Lepore2014-09-081-0/+69
* Give loaders more control over the Forth initialization process. InMarcel Moolenaar2014-07-271-1/+1
* Use src.opts.mk in preference to bsd.own.mk except where we need stuffWarner Losh2014-05-061-1/+1
* Cosmetic changes to printed output, mostly related to probing devices...Ian Lepore2014-03-171-36/+53
* Fix the paren nesting so that the network device is probed if the loadIan Lepore2014-03-171-2/+2
* Fix an uninitialized variable error I perpetrated when splitting someIan Lepore2014-03-141-6/+7
* Enhance the mechanism that lets you configure the ubldr boot device byIan Lepore2014-03-115-81/+304
* howto_names: unify declarationRoger Pau Monné2014-03-111-23/+1
* Include needed header. I don't know why clang didn't complain about thisIan Lepore2014-03-021-0/+4
* If we can't find the u-boot api signature, exit with an error status thatIan Lepore2014-03-011-3/+9
* Prevent fdt data loaded from a file from overwriting the kernel environment,Ian Lepore2014-03-014-7/+25
* Allow the ubldr boot device to be choosen by a u-boot environment variable.Ian Lepore2014-02-221-15/+73
* Remove all the instances of '#undef DEBUG' from kernel.Luiz Otavio O Souza2013-10-252-6/+0
* Print kernel args as late as possible before jumping into kernel.Tim Kientzle2013-02-231-1/+1
* Clarify an error message. The addresses here areTim Kientzle2013-02-181-1/+1
* Do metadata relocation fixup on all loaded modules, not just the kernel.Ian Lepore2013-01-301-6/+9
* - Implement "fdt mres" sub-command that prints reserved memory regionsOleksandr Tymoshenko2012-11-301-4/+15