mirror of
https://github.com/opnsense/src.git
synced 2026-04-26 16:47:30 -04:00
Build uboot ubldr and friends like we build efi binaries o move everything to be under stand/uboot o md code goes in arch/$ARCH o move everything over from the library - Had to rename console.c, disk.c and module.c due to conflicts o update version to 1.5 to reflect the new way of building This results in a more consistent build system and should represent no functional change, apart from powerpc version getting new help file. Also, moved to exlcuding uboot on powerpc64le by using BROKEN_OPTION instead of the incidental exclusion we had before due to Makefile reorgs. Sponsored by: Netflix Feedback by: stevek, jrtc27 Differential Revision: https://reviews.freebsd.org/D33362 |
||
|---|---|---|
| .. | ||
| arch | ||
| api_public.h | ||
| copy.c | ||
| devicename.c | ||
| elf_freebsd.c | ||
| glue.c | ||
| glue.h | ||
| help.uboot | ||
| libuboot.h | ||
| main.c | ||
| Makefile | ||
| net.c | ||
| reboot.c | ||
| time.c | ||
| uboot_console.c | ||
| uboot_disk.c | ||
| uboot_fdt.c | ||
| uboot_module.c | ||
| version | ||