aboutsummaryrefslogtreecommitdiff
path: root/stand/powerpc/ofw
Commit message (Expand)AuthorAgeFilesLines
* Disable PIE for powerpc bootloaders.Marcin Wojtas2021-02-241-0/+2
* loader: fix powerpc build with gfx_fbToomas Soome2021-01-042-1/+82
* stand/ficl 64-bit compatibilityBrandon Bergren2020-09-141-1/+1
* Add support to MSDOS FS in PPC loaderLeandro Lupori2020-04-071-0/+3
* stand: -fno-common fixes for !x86 loadersKyle Evans2020-04-071-2/+2
* [PPC] Fix loader call to instantiate-rtasLeandro Lupori2020-04-071-1/+1
* [PowerPC] Fix LLD10 linking of ofw loader on ppcBrandon Bergren2020-02-251-1/+5
* Move stand/ofw/libofw to stand/libofw.Brandon Bergren2020-01-021-2/+2
* loader/powerpc64: Include generic PVR values in CAS architecture listJustin Hibbits2019-10-081-15/+21
* loader/powerpc64: Fix HV check for CAS usageJustin Hibbits2019-10-071-1/+1
* Move CAS check in powerpc64 ofw loader until after the PVR check.Brandon Bergren2019-09-011-4/+4
* [PPC64] Implement CASLeandro Lupori2019-07-313-1/+251
* [PowerPC64] stand: fix build using clang 8 as compilerLeandro Lupori2019-05-202-2/+2
* 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-1/+0
* Prefer uintXX_t to u_intXX_tWarner Losh2018-03-133-4/+4
* 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
* Unify metadata load files for arm, mips, powerpc, sparc64Justin Hibbits2018-02-132-350/+1
* 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-021-2/+2
* Centralize several variables.Warner Losh2018-02-021-2/+0
* Move loader help file definitions to being 100% inside of loader.mk.Warner Losh2017-12-181-1/+1
* Declare our strange brand of main().Warner Losh2017-12-031-0/+2
* Move some more common stuff up to Makefile.inc. In particular, the noWarner Losh2017-11-201-1/+0
* Move sys/boot to stand. Fix all references to new locationWarner Losh2017-11-147-0/+958