aboutsummaryrefslogtreecommitdiff
path: root/stand/powerpc/kboot
Commit message (Expand)AuthorAgeFilesLines
* kboot: Move powerpc kboot to top levelWarner Losh2021-12-3012-1618/+0
* loader: move all gfx_fb.c stubs to common/gfx_fb_stub.cWarner Losh2021-12-142-81/+2
* loader/kboot: minor style nitWarner Losh2021-12-131-1/+0
* kboot: remove host_seekWarner Losh2021-12-092-10/+0
* kboot: simplify _startWarner Losh2021-12-091-12/+1
* loader: implement mount/unmount rootfsToomas Soome2021-09-081-1/+0
* Disable PIE for powerpc bootloaders.Marcin Wojtas2021-02-241-0/+2
* loader: fix powerpc build with gfx_fbToomas Soome2021-01-042-1/+82
* Add CFI start/end proc directives to arm64, i386, and ppcConrad Meyer2020-12-051-0/+13
* veloader use vectx API for kernel and modulesSimon J. Gerraty2020-03-081-4/+4
* powerpc: Use builtins for fls/flslJustin Hibbits2019-12-081-1/+0
* [PowerPC64] stand: fix build using clang 8 as compilerLeandro Lupori2019-05-202-3/+10
* stand: refactor overlay loading a little bitKyle Evans2019-04-111-0/+6
* bootprog_info is generated in vers.c. Move it's definition toWarner Losh2018-06-141-2/+0
* Prefer uintXX_t to u_intXX_tWarner Losh2018-03-131-1/+1
* Unify metadata load files for arm, mips, powerpc, sparc64Justin Hibbits2018-02-133-349/+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-021-2/+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
* 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-3/+0
* Revert r326792, r326784, r326772, r326712Warner Losh2017-12-121-1/+1
* Fix regression with lua importWarner Losh2017-12-111-1/+1
* 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
* 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-241-1/+1
* Move some more common stuff up to Makefile.inc. In particular, the noWarner Losh2017-11-201-1/+1
* Move sys/boot to stand. Fix all references to new locationWarner Losh2017-11-1413-0/+1657