| Commit message (Expand) | Author | Age | Files | Lines |
* | Add CFI start/end proc directives to arm64, i386, and ppc | Conrad Meyer | 2020-12-05 | 2 | -0/+14 |
* | stand/ficl 64-bit compatibility | Brandon Bergren | 2020-09-14 | 1 | -1/+1 |
* | [PowerPC] Set fixed boot1.elf load address | Brandon Bergren | 2020-05-01 | 1 | -1/+14 |
* | Add support to MSDOS FS in PPC loader | Leandro Lupori | 2020-04-07 | 1 | -0/+3 |
* | stand: -fno-common fixes for !x86 loaders | Kyle Evans | 2020-04-07 | 1 | -2/+2 |
* | [PPC] Fix loader call to instantiate-rtas | Leandro Lupori | 2020-04-07 | 1 | -1/+1 |
* | veloader use vectx API for kernel and modules | Simon J. Gerraty | 2020-03-08 | 1 | -4/+4 |
* | [PowerPC] Fix LLD10 linking of ofw loader on ppc | Brandon Bergren | 2020-02-25 | 1 | -1/+5 |
* | [PowerPC] Fix 32-bit ubldr calling convention | Brandon Bergren | 2020-01-19 | 1 | -4/+9 |
* | Move stand/ofw/libofw to stand/libofw. | Brandon Bergren | 2020-01-02 | 1 | -2/+2 |
* | powerpc: Use builtins for fls/flsl | Justin Hibbits | 2019-12-08 | 1 | -1/+0 |
* | loader/powerpc64: Include generic PVR values in CAS architecture list | Justin Hibbits | 2019-10-08 | 1 | -15/+21 |
* | Revert r352557: powerpc/loader: Install ubldr without stripping | Kyle Evans | 2019-10-07 | 1 | -1/+0 |
* | loader/powerpc64: Fix HV check for CAS usage | Justin Hibbits | 2019-10-07 | 1 | -1/+1 |
* | powerpc/loader: Install ubldr without stripping | Justin Hibbits | 2019-09-20 | 1 | -0/+1 |
* | Move CAS check in powerpc64 ofw loader until after the PVR check. | Brandon Bergren | 2019-09-01 | 1 | -4/+4 |
* | [PPC64] Implement CAS | Leandro Lupori | 2019-07-31 | 3 | -1/+251 |
* | stand: TARGET_ARCH is spelled MACHINE_ARCH in Makefiles | Justin Hibbits | 2019-05-21 | 1 | -1/+1 |
* | stand/powerpc: Only build loader.kboot for powerpc64 | Justin Hibbits | 2019-05-21 | 1 | -0/+3 |
* | [PowerPC64] stand: fix build using clang 8 as compiler | Leandro Lupori | 2019-05-20 | 5 | -5/+13 |
* | stand: refactor overlay loading a little bit | Kyle Evans | 2019-04-11 | 2 | -0/+12 |
* | powerpc/boot: Move ubldr to /boot/uboot, and make this a separate filesystem | Justin Hibbits | 2019-02-18 | 1 | -0/+1 |
* | powerpc/ubldr: Teach powerpc's ubldr to boot 64-bit kernels | Justin Hibbits | 2018-12-10 | 3 | -1/+104 |
* | bootprog_info is generated in vers.c. Move it's definition to | Warner Losh | 2018-06-14 | 2 | -3/+0 |
* | Prefer uintXX_t to u_intXX_t | Warner Losh | 2018-03-13 | 5 | -11/+11 |
* | Where we can, pass the kernel an FDT facsimile of the OF device tree rather | Nathan Whitehorn | 2018-03-04 | 1 | -0/+21 |
* | Move "common" Open Firmware parts of the loader used only on PowerPC to | Nathan Whitehorn | 2018-03-03 | 5 | -5/+399 |
* | stand: Fix build after r330249 | Kyle Evans | 2018-03-01 | 1 | -1/+1 |
* | stand: Makefile SUBDIR cleanup | Kyle Evans | 2018-03-01 | 1 | -3/+1 |
* | Add NO_OBJ to those directories that don't make anything. | Warner Losh | 2018-02-26 | 1 | -0/+2 |
* | Unify metadata load files for arm, mips, powerpc, sparc64 | Justin Hibbits | 2018-02-13 | 5 | -699/+3 |
* | Fix regression introduced in r328806, preventing boot at least on all | Nathan Whitehorn | 2018-02-03 | 1 | -1/+1 |
* | Invent new LDR_INTERP for the loader interpreter to use. Use this in | Warner Losh | 2018-02-02 | 3 | -6/+6 |
* | Centralize several variables. | Warner Losh | 2018-02-02 | 4 | -7/+0 |
* | loader: support for mixed-endianness ELF/loader and POWER8 | Wojciech Macek | 2018-01-29 | 8 | -43/+349 |
* | Tag unreachable places as such. I left the while (1); in place since | Warner Losh | 2018-01-26 | 1 | -0/+1 |
* | Make exit() never return until host_exit can be written. | Warner Losh | 2018-01-26 | 1 | -1/+1 |
* | Garbage-collect loader.ps3. It is currently disconnected from the build and | Nathan Whitehorn | 2017-12-30 | 23 | -3510/+0 |
* | Interact is always called with NULL. Simplify code a little by | Warner Losh | 2017-12-19 | 2 | -2/+2 |
* | Move loader help file definitions to being 100% inside of loader.mk. | Warner Losh | 2017-12-18 | 4 | -6/+1 |
* | Revert r326792, r326784, r326772, r326712 | Warner Losh | 2017-12-12 | 2 | -2/+2 |
* | Fix regression with lua import | Warner Losh | 2017-12-11 | 2 | -2/+2 |
* | Provide a md_load64 prototype. | Warner Losh | 2017-12-03 | 1 | -0/+2 |
* | Cast void * pointer to char * so the arg matches the %s format. | Warner Losh | 2017-12-03 | 1 | -1/+1 |
* | Disconnet ps3 from the build. There's too many warnings to fix. Also, | Warner Losh | 2017-12-03 | 1 | -3/+0 |
* | Declare our strange brand of main(). | Warner Losh | 2017-12-03 | 1 | -0/+2 |
* | Include machine/md_var to pick up __syncicache prototype. | Warner Losh | 2017-12-03 | 1 | -2/+1 |
* | Cleanup CFALGS usage here | Warner Losh | 2017-12-02 | 1 | -3/+1 |
* | Remove stale dependency on ufsread.c | Warner Losh | 2017-12-02 | 1 | -2/+0 |
* | Use const pointers to avoid casting away constness. | Warner Losh | 2017-11-30 | 2 | -3/+3 |