summaryrefslogtreecommitdiff
path: root/stand/uboot/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Distinguish between "no partition" and "choose best partition" with a constant.Ian Lepore2019-03-241-2/+2
* Make uboot_devdesc properly alias disk_devdesc, so that parsing the u-bootIan Lepore2019-02-181-9/+5
* The libstand's panic() appends its own '\n' to the message, so that users of ...Maxim Sobolev2018-11-292-3/+3
* Remove comments and assertions that are no longer valid after r330809.Ian Lepore2018-06-051-2/+1
* 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-121-2/+1
* Use the actual struct devdesc at the start of all *_devdesc structsWarner Losh2018-03-123-14/+11
* Minor cosmetic changes.Warner Losh2018-03-121-2/+2
* Eliminate bsd.stand.mk and -fPIC 32-bit intel buildsWarner Losh2018-02-161-1/+0
* Unify metadata load files for arm, mips, powerpc, sparc64Justin Hibbits2018-02-131-2/+2
* Centralize several variables.Warner Losh2018-02-021-1/+0
* Tag unreachable places as such. I left the while (1); in place sinceWarner Losh2018-01-261-1/+2
* Now that exit is __dead2, we need to tag ub_exit() as __dead2. To doWarner Losh2018-01-262-1/+2
* 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-201-2/+0
* Move sys/boot to stand. Fix all references to new locationWarner Losh2017-11-1414-0/+2339