summaryrefslogtreecommitdiff
path: root/stand/powerpc
Commit message (Expand)AuthorAgeFilesLines
* bootprog_info is generated in vers.c. Move it's definition toWarner Losh2018-06-142-3/+0
* Prefer uintXX_t to u_intXX_tWarner Losh2018-03-135-11/+11
* Where we can, pass the kernel an FDT facsimile of the OF device tree ratherNathan Whitehorn2018-03-041-0/+21
* Move "common" Open Firmware parts of the loader used only on PowerPC toNathan Whitehorn2018-03-035-5/+399
* stand: Fix build after r330249Kyle Evans2018-03-011-1/+1
* stand: Makefile SUBDIR cleanupKyle Evans2018-03-011-3/+1
* Add NO_OBJ to those directories that don't make anything.Warner Losh2018-02-261-0/+2
* Unify metadata load files for arm, mips, powerpc, sparc64Justin Hibbits2018-02-135-699/+3
* Fix regression introduced in r328806, preventing boot at least on allNathan Whitehorn2018-02-031-1/+1
* Invent new LDR_INTERP for the loader interpreter to use. Use this inWarner Losh2018-02-023-6/+6
* Centralize several variables.Warner Losh2018-02-024-7/+0
* loader: support for mixed-endianness ELF/loader and POWER8Wojciech Macek2018-01-298-43/+349
* Tag unreachable places as such. I left the while (1); in place sinceWarner Losh2018-01-261-0/+1
* Make exit() never return until host_exit can be written.Warner Losh2018-01-261-1/+1
* Garbage-collect loader.ps3. It is currently disconnected from the build andNathan Whitehorn2017-12-3023-3510/+0
* Interact is always called with NULL. Simplify code a little byWarner Losh2017-12-192-2/+2
* Move loader help file definitions to being 100% inside of loader.mk.Warner Losh2017-12-184-6/+1
* Revert r326792, r326784, r326772, r326712Warner Losh2017-12-122-2/+2
* Fix regression with lua importWarner Losh2017-12-112-2/+2
* Provide a md_load64 prototype.Warner Losh2017-12-031-0/+2
* Cast void * pointer to char * so the arg matches the %s format.Warner Losh2017-12-031-1/+1
* Disconnet ps3 from the build. There's too many warnings to fix. Also,Warner Losh2017-12-031-3/+0
* Declare our strange brand of main().Warner Losh2017-12-031-0/+2
* Include machine/md_var to pick up __syncicache prototype.Warner Losh2017-12-031-2/+1
* Cleanup CFALGS usage hereWarner Losh2017-12-021-3/+1
* Remove stale dependency on ufsread.cWarner Losh2017-12-021-2/+0
* Use const pointers to avoid casting away constness.Warner Losh2017-11-302-3/+3
* Modify all FreeBSD bootloaders on PowerPC AIM (Book-S) systems to pass aNathan Whitehorn2017-11-242-2/+2
* Move some more common stuff up to Makefile.inc. In particular, the noWarner Losh2017-11-205-8/+3
* Move sys/boot to stand. Fix all references to new locationWarner Losh2017-11-1456-0/+7453