aboutsummaryrefslogtreecommitdiff
path: root/stand/mips
Commit message (Expand)AuthorAgeFilesLines
* loader: fix mips build with gfx_fbToomas Soome2021-01-042-1/+83
* stand: -fno-common fixes for !x86 loadersKyle Evans2020-04-071-2/+0
* veloader use vectx API for kernel and modulesSimon J. Gerraty2020-03-081-3/+3
* mips: ubldr: use truncated load address for mips32Kyle Evans2019-09-181-0/+4
* Remove NAND and NANDFS supportWarner Losh2019-06-252-3/+1
* Distinguish between "no partition" and "choose best partition" with a constant.Ian Lepore2019-03-242-4/+4
* Unbreak mip64 build after r328437Oleksandr Tymoshenko2019-01-201-0/+16
* Don't use CCACHE for linking.Bryan Drewery2018-06-271-4/+4
* bootprog_info is generated in vers.c. Move it's definition toWarner Losh2018-06-141-3/+0
* 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-11/+11
* beri loader: Replace getc/putc with beri_ prefixed versionsKyle Evans2018-03-124-8/+8
* Go back to one loader.confWarner Losh2018-02-261-13/+0
* Add NO_OBJ to those directories that don't make anything.Warner Losh2018-02-261-0/+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-134-358/+2
* Invent new LDR_INTERP for the loader interpreter to use. Use this inWarner Losh2018-02-022-4/+4
* Centralize several variables.Warner Losh2018-02-022-5/+0
* Tag unreachable places as such. I left the while (1); in place sinceWarner Losh2018-01-262-0/+5
* BERI isn't BTX, so we don't have to provide exit(). Just remove itWarner Losh2018-01-261-7/+0
* stand: Add /boot/overlays to allow separation of overlays from base FDTKyle Evans2018-01-181-1/+1
* Use <stand.h> instead of <inttypes.h> and <stdio.h> in boot code.John Baldwin2018-01-081-2/+1
* Fix printf missing format variables warnings.John Baldwin2018-01-081-2/+2
* Define __dmadat after #include'ing ufsread.c.John Baldwin2018-01-081-3/+2
* Use 'extern uint8_t' instead of 'extern void' for external symbols.John Baldwin2018-01-032-6/+6
* Don't clobber system LDFLAGS for beri boot loaders.John Baldwin2018-01-032-4/+2
* Interact is always called with NULL. Simplify code a little byWarner Losh2017-12-191-1/+1
* Move loader help file definitions to being 100% inside of loader.mk.Warner Losh2017-12-182-2/+2
* Remove the 'mini libstand in libstand' that util.[ch] provided. TheseWarner Losh2017-12-152-2/+2
* Revert r326792, r326784, r326772, r326712Warner Losh2017-12-121-1/+1
* Fix regression with lua importWarner Losh2017-12-111-1/+1
* Tweaks to the beri boot loader so that it builds w/o warnings.Warner Losh2017-12-027-15/+9
* Minor flags cleanupWarner Losh2017-12-021-1/+0
* Move some more common stuff up to Makefile.inc. In particular, the noWarner Losh2017-11-204-6/+2
* Move sys/boot to stand. Fix all references to new locationWarner Losh2017-11-1440-0/+4222