summaryrefslogtreecommitdiff
path: root/stand/mips/beri
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-021-2/+2
* Centralize several variables.Warner Losh2018-02-022-5/+0
* Tag unreachable places as such. I left the while (1); in place sinceWarner Losh2018-01-261-0/+3
* BERI isn't BTX, so we don't have to provide exit(). Just remove itWarner Losh2018-01-261-7/+0
* 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-181-1/+1
* 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-203-5/+1
* Move sys/boot to stand. Fix all references to new locationWarner Losh2017-11-1431-0/+3776