| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Set env vars from values on the efi loader command line. | Ian Lepore | 2015-12-22 | 1 | -2/+25 |
| * | boot1.efi: show EFI error number, not full status value | Ed Maste | 2015-12-21 | 1 | -3/+6 |
| * | loader.efi: strip trailing whitespace | Ed Maste | 2015-12-21 | 3 | -3/+3 |
| * | loader.efi: refresh size in GetMemoryMap retry loop | Ed Maste | 2015-12-20 | 1 | -67/+55 |
| * | Pass the UEFI system table into the kernel from the boot loader via | Warner Losh | 2015-12-19 | 1 | -0/+3 |
| * | loader.efi: show EFI error number, not full status value | Ed Maste | 2015-12-18 | 1 | -5/+6 |
| * | UEFI: combine GetMemoryMap and ExitBootServices and retry on error | Ed Maste | 2015-12-16 | 5 | -38/+39 |
| * | META MODE: Update dependencies with 'the-lot' and add missing directories. | Bryan Drewery | 2015-12-01 | 3 | -0/+43 |
| * | Use EFI page size constants instead of hardcoding 4096. | John Baldwin | 2015-09-29 | 1 | -3/+3 |
| * | META_MODE: Remove DEP_MACHINE from Makefile.depend files. | Bryan Drewery | 2015-09-25 | 1 | -2/+0 |
| * | META_MODE: Remove DEP_RELDIR from Makefile.depend files. | Bryan Drewery | 2015-09-25 | 1 | -2/+0 |
| * | The EFI boot loader allocates a single chunk of contiguous memory to | John Baldwin | 2015-09-17 | 1 | -1/+1 |
| * | Various small cleanups to EFI loader Makefiles. | John Baldwin | 2015-09-17 | 2 | -7/+6 |
| * | As expected, things aren't as simple as hoped. Consequently, we have | Marcel Moolenaar | 2015-09-07 | 1 | -22/+76 |
| * | Auto-detect the UGA frame buffer and stride on a MacBook. We're | Marcel Moolenaar | 2015-09-05 | 1 | -47/+88 |
| * | My MacBook has UGA only, but we fail to detect any changes | Marcel Moolenaar | 2015-09-05 | 1 | -24/+50 |
| * | For UGA, the frame buffer address obtained by scanning the | Marcel Moolenaar | 2015-09-03 | 1 | -52/+175 |
| * | Install the forth bits on arm64. For now limit it to just arm64 as on x86 | Andrew Turner | 2015-09-01 | 2 | -2/+15 |
| * | Add support for the UGA draw protocol. This includes adding a | Marcel Moolenaar | 2015-08-30 | 3 | -56/+925 |
| * | Add a gop command to help diagnose VT efifb problems. The gop | Marcel Moolenaar | 2015-08-30 | 1 | -0/+95 |
| * | Use CFLAGS_NO_SIMD in preference to varying lists of -mno-xxxx flags. | Warner Losh | 2015-08-27 | 1 | -4/+3 |
| * | The flags -mno-aes -mno-avx only exist for clang, not gcc, so | Warner Losh | 2015-08-20 | 1 | -1/+2 |
| * | Avoid creating invalid UEFI device path | Ed Maste | 2015-07-07 | 1 | -5/+18 |
| * | Add META_MODE support. | Simon J. Gerraty | 2015-06-13 | 1 | -0/+17 |
| |\ |
|
| | * | Merge sync of head | Simon J. Gerraty | 2015-05-27 | 53 | -32/+4915 |
| | |\ |
|
| | * \ | Merge from head@274682 | Simon J. Gerraty | 2014-11-19 | 4 | -0/+150 |
| | |\ \ |
|
| | * \ \ | Merge head from 7/28 | Simon J. Gerraty | 2014-08-19 | 6 | -862/+4 |
| | |\ \ \ |
|
| | * \ \ \ | Merge head | Simon J. Gerraty | 2014-04-28 | 10 | -20/+1038 |
| | |\ \ \ \ |
|
| | * \ \ \ \ | Sync with HEAD. | David E. O'Brien | 2013-02-08 | 1 | -1/+1 |
| | |\ \ \ \ \ |
|
| | * | | | | | | Updated/new Makefile.depend | Simon J. Gerraty | 2012-11-08 | 1 | -0/+16 |
| * | | | | | | | Pass the ACPI table pointer to the arm64 kernel from loader.efi. | Andrew Turner | 2015-06-11 | 1 | -1/+39 |
| | |_|_|_|_|/
|/| | | | | |
|
| * | | | | | | Remove OUTPUT_FORMAT from theARM EFI linker script, it breaks building | Andrew Turner | 2015-05-14 | 1 | -2/+0 |
| * | | | | | | Don't check the return value from self_reloc(), it can't fail and doesn't | Ian Lepore | 2015-05-10 | 1 | -2/+0 |
| * | | | | | | The self-relocation code is not efi-specific, move it to boot/common. | Ian Lepore | 2015-05-10 | 7 | -134/+6 |
| * | | | | | | Add FDT to the list of known GUIDs. | Andrew Turner | 2015-05-05 | 1 | -0/+3 |
| * | | | | | | Disable the use of floating-point and vector registers in the loader. They | Andrew Turner | 2015-05-05 | 3 | -0/+8 |
| * | | | | | | When cross-building ${LIBSTAND} may be set to the host copy. Point to the | Andrew Turner | 2015-05-05 | 1 | -0/+6 |
| * | | | | | | * Remove the wfi when the efi loader returns, it's unneeded and is not | Andrew Turner | 2015-04-14 | 1 | -2/+1 |
| * | | | | | | Add support for arm64 to loader.efi and boot1.efi | Andrew Turner | 2015-04-14 | 10 | -5/+621 |
| * | | | | | | Fix the arm64 MACHINE_CPUARCH value in the efi fdt glue code. | Andrew Turner | 2015-04-14 | 1 | -1/+1 |
| * | | | | | | Use MACHINE in the efi loader when it is what we mean, it may not be the | Andrew Turner | 2015-04-14 | 4 | -15/+15 |
| * | | | | | | Create the correct symlinks for the machine directory, and only create the | Andrew Turner | 2015-04-13 | 2 | -7/+15 |
| * | | | | | | Add fdt support to the arm loader.efi | Andrew Turner | 2015-04-11 | 1 | -0/+2 |
| * | | | | | | Only add -fPIC to CFLAGS and -Wl,-znocombreloc to LDFLAGS on x86, they | Andrew Turner | 2015-04-11 | 3 | -2/+7 |
| * | | | | | | Move reloc.c to the top level Makefile as it has become generic. | Andrew Turner | 2015-04-11 | 4 | -6/+4 |
| * | | | | | | Update the arm efi ldscript to generate a valid efi binary | Andrew Turner | 2015-04-11 | 1 | -44/+20 |
| * | | | | | | Add build support for i386 loader.efi | Ed Maste | 2015-04-10 | 2 | -0/+17 |
| * | | | | | | Limit EFI framebuffer metadata to amd64 for now | Ed Maste | 2015-04-10 | 1 | -2/+2 |
| * | | | | | | Port the EFI reloc codeto work on arm64. This used the rela relocation | Andrew Turner | 2015-04-10 | 1 | -2/+14 |
| * | | | | | | Remove EOL whitespace from i386 EFI loader source | Ed Maste | 2015-04-09 | 4 | -5/+5 |