summaryrefslogtreecommitdiff
path: root/stand/uboot/common
Commit message (Expand)AuthorAgeFilesLines
* Distinguish between "no partition" and "choose best partition" with a constant.Ian Lepore2019-03-241-12/+17
* Fix the handling of legacy-format devices in the u-boot loaderdev variable.Ian Lepore2019-02-201-9/+16
* Allow the u-boot loaderdev env var to be formatted in the "usual" loader(8)Ian Lepore2019-02-181-0/+22
* Fix more places to use DEV_TYP_NONE instead of -1 to indicate 'no device'.Ian Lepore2019-02-181-7/+7
* Use DEV_TYP_NONE instead of -1 to indicate no device was specified.Ian Lepore2019-02-181-4/+4
* Make uboot_devdesc properly alias disk_devdesc, so that parsing the u-bootIan Lepore2019-02-181-6/+6
* ubldr: Force 'usefdt' variable to 1 for powerpcJustin Hibbits2018-12-021-0/+3
* ubldr: Bump heap size, 1MB -> 2MBKyle Evans2018-08-011-1/+1
* stand: uboot: Do not panic if we can't find a boot deviceEmmanuel Vadot2018-07-021-2/+5
* bootprog_info is generated in vers.c. Move it's definition toWarner Losh2018-06-141-1/+0
* ubldr: Bump heap size from 512K to 1MKyle Evans2018-03-141-1/+5
* Remove d_type from devdesc. It's not needed as we can fetch it fromWarner Losh2018-03-121-1/+0
* Use the actual struct devdesc at the start of all *_devdesc structsWarner Losh2018-03-121-9/+9
* Unify metadata load files for arm, mips, powerpc, sparc64Justin Hibbits2018-02-131-366/+0
* Tag unreachable places as such. I left the while (1); in place sinceWarner Losh2018-01-261-1/+2
* Interact is always called with NULL. Simplify code a little byWarner Losh2017-12-191-1/+1
* Revert r326792, r326784, r326772, r326712Warner Losh2017-12-121-1/+1
* Attempt to unbreak buildworldAntoine Brodin2017-12-121-1/+1
* Move sys/boot to stand. Fix all references to new locationWarner Losh2017-11-142-0/+1046