aboutsummaryrefslogtreecommitdiff
path: root/stand/uboot
Commit message (Expand)AuthorAgeFilesLines
* 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