aboutsummaryrefslogtreecommitdiff
path: root/stand/uboot
Commit message (Expand)AuthorAgeFilesLines
* loader: fix uboot build with gfx_fbToomas Soome2021-01-032-1/+81
* stand/uboot: fix setting of gateip.s_addrSimon J. Gerraty2020-06-011-1/+1
* stand: -fno-common fixes for !x86 loadersKyle Evans2020-04-071-1/+1
* loader: remove libsa/crc32.c and use version from zlibToomas Soome2020-03-192-3/+5
* veloader use vectx API for kernel and modulesSimon J. Gerraty2020-03-082-3/+4
* Backout 356693. The libsa malloc does provide necessary alignment andToomas Soome2020-01-131-1/+1
* loader: allocate properly aligned buffer for network packetToomas Soome2020-01-131-1/+1
* stand/fdt: Scale blob size better as overlays applyKyle Evans2020-01-091-1/+4
* stand: refactor overlay loading a little bitKyle Evans2019-04-111-2/+7
* Distinguish between "no partition" and "choose best partition" with a constant.Ian Lepore2019-03-242-14/+19
* 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-182-15/+11
* ubldr: Force 'usefdt' variable to 1 for powerpcJustin Hibbits2018-12-021-0/+3
* The libstand's panic() appends its own '\n' to the message, so that users of ...Maxim Sobolev2018-11-292-3/+3
* ubldr: Bump heap size, 1MB -> 2MBKyle Evans2018-08-011-1/+1
* loader: fdt: Try to load every possible DTB from u-bootEmmanuel Vadot2018-07-041-16/+30
* 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
* Remove comments and assertions that are no longer valid after r330809.Ian Lepore2018-06-051-2/+1
* ubldr: Bump heap size from 512K to 1MKyle Evans2018-03-141-1/+5
* Prefer uintXX_t to u_intXX_tWarner Losh2018-03-131-1/+1
* Remove d_type from devdesc. It's not needed as we can fetch it fromWarner Losh2018-03-122-3/+1
* Use the actual struct devdesc at the start of all *_devdesc structsWarner Losh2018-03-124-23/+20
* Minor cosmetic changes.Warner Losh2018-03-121-2/+2
* stand: Fix build after r330249Kyle Evans2018-03-011-1/+1
* stand: Makefile SUBDIR cleanupKyle Evans2018-03-011-3/+1
* Eliminate bsd.stand.mk and -fPIC 32-bit intel buildsWarner Losh2018-02-162-2/+0
* Unify metadata load files for arm, mips, powerpc, sparc64Justin Hibbits2018-02-132-368/+2
* Centralize several variables.Warner Losh2018-02-022-2/+0
* stand/fdt: Consolidate overlay handling a little furtherKyle Evans2018-01-281-10/+2
* Tag unreachable places as such. I left the while (1); in place sinceWarner Losh2018-01-262-2/+4
* Now that exit is __dead2, we need to tag ub_exit() as __dead2. To doWarner Losh2018-01-262-1/+2
* stand/fdt: Consistently apply fdt_overlaysKyle Evans2017-12-291-1/+4
* 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
* When building for arm arches, set PKGALIGN to the max cache line sizeIan Lepore2017-12-101-1/+8
* Move some more common stuff up to Makefile.inc. In particular, the noWarner Losh2017-11-202-4/+0
* Move sys/boot to stand. Fix all references to new locationWarner Losh2017-11-1420-0/+3620