summaryrefslogtreecommitdiff
path: root/sys/boot
AgeCommit message (Expand)Author
2017-10-29Cleanup non-arch MakefilesWarner Losh
2017-10-29Define new EFI variablesWarner Losh
2017-10-25loader.efi: Make framebuffer commands available for arm64Emmanuel Vadot
2017-10-25Remove sys/boot/arm/at91 and ixp425Warner Losh
2017-10-25Move BINDIR definition to defs.mk, and override where it isn't /bootWarner Losh
2017-10-25Use BOOTDIR consistently. We need to include bsd.init.mk early to makeWarner Losh
2017-10-22Use preferred defined paths, rather than relative paths in fdt.Warner Losh
2017-10-22Use SYSDIR instead of ${.CURDIR}/../..<etc>/sys.Warner Losh
2017-10-22Use BOOTSRC here.Warner Losh
2017-10-22Prefer SRCTOP paths for bits we're grabbing from libc.Warner Losh
2017-10-22Make at91 boot loader compile again.Warner Losh
2017-10-22End source directories with SRC rather than a hodgepodge of namesWarner Losh
2017-10-22Move fdt and uboot defines into common uboot.mk.Warner Losh
2017-10-22Define LIBSA32 to LIBSA on i386 to fix build.Warner Losh
2017-10-22Use BOOTOBJ and BOOTDIR to find geli includes and libraries.Warner Losh
2017-10-22Stopgap fix to the mistmatch between LOADER_GELI_SUPPORT andWarner Losh
2017-10-22Introduce BOOTOBJ: The top level object directory for the boot treeWarner Losh
2017-10-22Use BOOTDIR more consistently in defs.mk rather than repeat sys/boot.Warner Losh
2017-10-18libsa/ip: stop read loop on bad fragmentsToomas Soome
2017-10-18libsa/ip.c: misplaced comment, ip_v is half char, not ip_pToomas Soome
2017-10-17Revert "Unify boot1 with loader" change r324646Warner Losh
2017-10-17loader.mk: clean md.o even if MD_IMAGE_SIZE not definedEd Maste
2017-10-17We need to include disk.o in libuboot.a when we're building withWarner Losh
2017-10-17loader: initialize dv_cleanup in md.c to eliminate clang warningEd Maste
2017-10-16Explicitly inlcude SYSDIR in the include path -- need machine path too?Warner Losh
2017-10-16LOADER_foo_SUPPORTEDWarner Losh
2017-10-16Move all the ficl common code into ficl.mkWarner Losh
2017-10-16create defs.mk for common definitionsWarner Losh
2017-10-16tweak styleWarner Losh
2017-10-16Move common/Makefile.inc to sys/boot/loader.mk.Warner Losh
2017-10-16Rename top level Makefile.ficl to ficl.mk.Warner Losh
2017-10-16Move orphaned man pages into new man directory from common. This helpsWarner Losh
2017-10-16Unify boot1 with loaderWarner Losh
2017-10-12Move panic back into libsa. It's documented in libstand(3) to belongWarner Losh
2017-10-12Define prototype for exit and ensure referencesWarner Losh
2017-10-12Rename exit to efi_exit to avoid clashing with libsa exit definitionWarner Losh
2017-10-12Move ufsread.cWarner Losh
2017-10-12Honor CFLAGS modifications in Makefile.inc by using += here. There'sWarner Losh
2017-10-12Move crc32.c, util.c and gpt.c over to libsa.Warner Losh
2017-10-12Rename libstand.a to libsa.a and libstand32.a to libsa32.aWarner Losh
2017-10-12Kill the userboot copy of libstand.Warner Losh
2017-10-12Move lib/libstand to sys/boot/libsaWarner Losh
2017-10-10Fix typos: `stand alon{e,g}` should be spelled like `standalone`Enji Cooper
2017-10-10Rather than laying whack-a-mole with including the path to stand.h,Warner Losh
2017-10-09Create sys/boot/libsa and build libstand.a thereWarner Losh
2017-10-09Define LIBSA* and use them instead of overloaded LIBSTANDWarner Losh
2017-10-09Add missing -I${SASRC} in a couple of places so that stand.h doesn'tWarner Losh
2017-10-09Define SASRC and use itWarner Losh
2017-10-09Prefer ${LIBSTAND} to -lstandWarner Losh
2017-10-07Unbreak building efiboot with MK_ZFS == noEnji Cooper