aboutsummaryrefslogtreecommitdiff
path: root/stand/powerpc
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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