| Commit message (Expand) | Author | Age | Files | Lines |
| * | Move sys/boot to stand. Fix all references to new location | Warner Losh | 2017-11-14 | 9 | -497/+0 |
| * | Add loader.conf to the list of files that are MD. | Warner Losh | 2017-11-13 | 1 | -0/+0 |
| * | Install the 4th files in sys/boot/forth instead of each loader | Warner Losh | 2017-11-10 | 1 | -19/+3 |
| * | Remove LOADER_FDT_SUPPORT as a Makefile variable. | Warner Losh | 2017-11-10 | 1 | -1/+0 |
| * | loader: set options before including bsd.init.mk | Roger Pau Monné | 2017-11-08 | 1 | -11/+11 |
| * | Remove sys/boot/arm/at91 and ixp425 | Warner Losh | 2017-10-25 | 72 | -10845/+0 |
| * | Move BINDIR definition to defs.mk, and override where it isn't /boot | Warner Losh | 2017-10-25 | 1 | -1/+0 |
| * | Use BOOTDIR consistently. We need to include bsd.init.mk early to make | Warner Losh | 2017-10-25 | 1 | -6/+6 |
| * | Make at91 boot loader compile again. | Warner Losh | 2017-10-22 | 1 | -1/+8 |
| * | End source directories with SRC rather than a hodgepodge of names | Warner Losh | 2017-10-22 | 1 | -1/+1 |
| * | Move fdt and uboot defines into common uboot.mk. | Warner Losh | 2017-10-22 | 1 | -19/+1 |
| * | LOADER_foo_SUPPORTED | Warner Losh | 2017-10-16 | 1 | -45/+2 |
| * | Move all the ficl common code into ficl.mk | Warner Losh | 2017-10-16 | 1 | -8/+0 |
| * | Move common/Makefile.inc to sys/boot/loader.mk. | Warner Losh | 2017-10-16 | 1 | -4/+2 |
| * | Define prototype for exit and ensure references | Warner Losh | 2017-10-12 | 1 | -0/+3 |
| * | Rather than laying whack-a-mole with including the path to stand.h, | Warner Losh | 2017-10-10 | 1 | -2/+0 |
| * | Define LIBSA* and use them instead of overloaded LIBSTAND | Warner Losh | 2017-10-09 | 1 | -3/+2 |
| * | Define SASRC and use it | Warner Losh | 2017-10-09 | 1 | -1/+1 |
| * | Prefer ${LIBSTAND} to -lstand | Warner Losh | 2017-10-09 | 1 | -1/+1 |
| * | Revert r321969 | Enji Cooper | 2017-08-03 | 5 | -21/+16 |
| * | Fix the return types for printf and putchar to match their libc and | Enji Cooper | 2017-08-03 | 5 | -16/+21 |
| * | Link EFI/uboot loaders with -znotext | Ed Maste | 2017-07-01 | 1 | -0/+1 |
| * | Preserve the registers containing argc, argv, and return address values | Ian Lepore | 2017-04-01 | 1 | -0/+9 |
| * | self_reloc.c: Pass -Wno-error=maybe-uninitialized to gcc versions greater tha... | Enji Cooper | 2017-03-28 | 1 | -0/+4 |
| * | Split the ficl CFLAGS when they refer to an arch-specific include path. | Pedro F. Giffuni | 2017-03-01 | 1 | -1/+2 |
| * | Deduplicate loader vers.c Makefile rules | Ed Maste | 2016-12-19 | 1 | -4/+1 |
| * | Add -fPIC to the ubldr build. Without this the self relocation code will | Andrew Turner | 2016-12-15 | 1 | -0/+2 |
| * | Stop closing the network device when netbooting for loaders using the common | Baptiste Daroussin | 2016-10-13 | 1 | -2/+0 |
| * | sys/boot: spelling fixes in comments. | Pedro F. Giffuni | 2016-04-30 | 4 | -10/+10 |
| * | Cleanup unnecessary semicolons from the kernel. | Pedro F. Giffuni | 2016-04-10 | 1 | -1/+1 |
| * | Align the start of the text segment to an 8-byte boundary. This fixes | Ian Lepore | 2016-04-09 | 1 | -2/+3 |
| * | RBX_ defines are in rbx.h, move it there. | Warner Losh | 2016-01-26 | 2 | -72/+2 |
| * | Move all the separate copies of the same strings into paths.h. There's | Warner Losh | 2016-01-26 | 2 | -8/+4 |
| * | Revert r293903 | Steven Hartland | 2016-01-14 | 1 | -2/+0 |
| * | Fix GCC warnings causing build failure after r293724 | Steven Hartland | 2016-01-14 | 1 | -0/+2 |
| * | move the prototype to the lib.h header.. This makes more sense, and | John-Mark Gurney | 2015-07-18 | 2 | -2/+2 |
| * | other fixes to make boot2 compile for IXP... Properly end the asm | John-Mark Gurney | 2015-07-18 | 2 | -0/+4 |
| * | revert r278579, this is in a different compile environment than the | John-Mark Gurney | 2015-07-18 | 1 | -1/+1 |
| * | Install loader.rc with ARM u-boot loader (ubldr). | Luiz Otavio O Souza | 2015-07-04 | 1 | -3/+2 |
| * | Enable the NETIF_OPEN_CLOSE_ONCE option for ubldr. This keeps the network | Ian Lepore | 2015-05-18 | 1 | -0/+2 |
| * | Re-link ubldr when any of its libraries change. | Ian Lepore | 2015-05-16 | 1 | -2/+2 |
| * | Create a relocatable instance of ubldr for ARM. The original ubldr, | Ian Lepore | 2015-05-10 | 2 | -25/+63 |
| * | Move the text section to the start of the output file, so that when you | Ian Lepore | 2015-05-08 | 1 | -9/+9 |
| * | Revert .PATH changes to fix mips build. | Jung-uk Kim | 2015-04-03 | 1 | -0/+1 |
| * | Install newly added brand-*.4th and logo-*.4th files and reduce duplication. | Jung-uk Kim | 2015-04-02 | 1 | -6/+1 |
| * | Summary: Update CPU identification call to recent version. | George V. Neville-Neil | 2015-02-11 | 1 | -1/+1 |
| * | Create a custom /boot/defaults/loader.conf for ARM. This differs from the | Ian Lepore | 2015-01-03 | 1 | -0/+13 |
| * | Convert a couple lingering NO_FORTH conditionals to test MK_FORTH. | Ian Lepore | 2014-12-23 | 1 | -1/+1 |
| * | Start to allow platforms other than U-Boot to use the FDT code in loader by | Andrew Turner | 2014-11-01 | 1 | -2/+3 |
| * | Remove MK_ARM_EABI, the armeb issues have been fixed. The code to support | Andrew Turner | 2014-10-01 | 1 | -2/+0 |