aboutsummaryrefslogtreecommitdiff
path: root/stand/powerpc
Commit message (Expand)AuthorAgeFilesLines
* kboot: Move powerpc kboot to top levelWarner Losh2021-12-3013-1622/+0
* stand/uboot: reorgWarner Losh2021-12-157-504/+0
* loader: move all gfx_fb.c stubs to common/gfx_fb_stub.cWarner Losh2021-12-144-162/+4
* 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
* powerpc64: tell kernel when radix is not availableLeandro Lupori2021-10-221-2/+8
* powerpc64le: stand fixesLeandro Lupori2021-10-208-22/+371
* powerpc64: make radix with superpages defaultLeandro Lupori2021-10-141-3/+3
* powerpc64: fix loader regressionLeandro Lupori2021-09-211-11/+11
* powerpc64: change CAS to support Radix MMULeandro Lupori2021-09-151-46/+74
* loader: implement mount/unmount rootfsToomas Soome2021-09-082-1/+3
* Disable PIE for powerpc bootloaders.Marcin Wojtas2021-02-244-0/+8
* loader: fix powerpc build with gfx_fbToomas Soome2021-01-044-2/+164
* Add CFI start/end proc directives to arm64, i386, and ppcConrad Meyer2020-12-052-0/+14
* stand/ficl 64-bit compatibilityBrandon Bergren2020-09-141-1/+1
* [PowerPC] Set fixed boot1.elf load addressBrandon Bergren2020-05-011-1/+14
* 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
* veloader use vectx API for kernel and modulesSimon J. Gerraty2020-03-081-4/+4
* [PowerPC] Fix LLD10 linking of ofw loader on ppcBrandon Bergren2020-02-251-1/+5
* [PowerPC] Fix 32-bit ubldr calling conventionBrandon Bergren2020-01-191-4/+9
* Move stand/ofw/libofw to stand/libofw.Brandon Bergren2020-01-021-2/+2
* powerpc: Use builtins for fls/flslJustin Hibbits2019-12-081-1/+0
* loader/powerpc64: Include generic PVR values in CAS architecture listJustin Hibbits2019-10-081-15/+21
* Revert r352557: powerpc/loader: Install ubldr without strippingKyle Evans2019-10-071-1/+0
* loader/powerpc64: Fix HV check for CAS usageJustin Hibbits2019-10-071-1/+1
* powerpc/loader: Install ubldr without strippingJustin Hibbits2019-09-201-0/+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
* stand: TARGET_ARCH is spelled MACHINE_ARCH in MakefilesJustin Hibbits2019-05-211-1/+1
* stand/powerpc: Only build loader.kboot for powerpc64Justin Hibbits2019-05-211-0/+3
* [PowerPC64] stand: fix build using clang 8 as compilerLeandro Lupori2019-05-205-5/+13
* stand: refactor overlay loading a little bitKyle Evans2019-04-112-0/+12
* powerpc/boot: Move ubldr to /boot/uboot, and make this a separate filesystemJustin Hibbits2019-02-181-0/+1
* powerpc/ubldr: Teach powerpc's ubldr to boot 64-bit kernelsJustin Hibbits2018-12-103-1/+104
* 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