summaryrefslogtreecommitdiff
path: root/sys/boot
Commit message (Expand)AuthorAgeFilesLines
...
* Use BOOTSRC here.Warner Losh2017-10-221-1/+1
* Prefer SRCTOP paths for bits we're grabbing from libc.Warner Losh2017-10-222-2/+2
* Make at91 boot loader compile again.Warner Losh2017-10-221-1/+8
* End source directories with SRC rather than a hodgepodge of namesWarner Losh2017-10-2216-28/+28
* Move fdt and uboot defines into common uboot.mk.Warner Losh2017-10-226-60/+25
* Define LIBSA32 to LIBSA on i386 to fix build.Warner Losh2017-10-221-0/+4
* Use BOOTOBJ and BOOTDIR to find geli includes and libraries.Warner Losh2017-10-224-7/+7
* Stopgap fix to the mistmatch between LOADER_GELI_SUPPORT andWarner Losh2017-10-225-5/+5
* Introduce BOOTOBJ: The top level object directory for the boot treeWarner Losh2017-10-221-4/+6
* Use BOOTDIR more consistently in defs.mk rather than repeat sys/boot.Warner Losh2017-10-221-2/+2
* libsa/ip: stop read loop on bad fragmentsToomas Soome2017-10-181-1/+2
* libsa/ip.c: misplaced comment, ip_v is half char, not ip_pToomas Soome2017-10-181-2/+2
* Revert "Unify boot1 with loader" change r324646Warner Losh2017-10-178-510/+884
* loader.mk: clean md.o even if MD_IMAGE_SIZE not definedEd Maste2017-10-171-0/+2
* We need to include disk.o in libuboot.a when we're building withWarner Losh2017-10-171-0/+4
* loader: initialize dv_cleanup in md.c to eliminate clang warningEd Maste2017-10-171-1/+2
* Explicitly inlcude SYSDIR in the include path -- need machine path too?Warner Losh2017-10-161-1/+1
* LOADER_foo_SUPPORTEDWarner Losh2017-10-1617-294/+95
* Move all the ficl common code into ficl.mkWarner Losh2017-10-1616-102/+21
* create defs.mk for common definitionsWarner Losh2017-10-164-10/+22
* tweak styleWarner Losh2017-10-161-2/+1
* Move common/Makefile.inc to sys/boot/loader.mk.Warner Losh2017-10-1613-54/+38
* Rename top level Makefile.ficl to ficl.mk.Warner Losh2017-10-164-3/+3
* Move orphaned man pages into new man directory from common. This helpsWarner Losh2017-10-164-1/+1
* Unify boot1 with loaderWarner Losh2017-10-168-884/+512
* Move panic back into libsa. It's documented in libstand(3) to belongWarner Losh2017-10-123-3/+3
* Define prototype for exit and ensure referencesWarner Losh2017-10-125-0/+13
* Rename exit to efi_exit to avoid clashing with libsa exit definitionWarner Losh2017-10-123-11/+12
* Move ufsread.cWarner Losh2017-10-125-6/+9
* Honor CFLAGS modifications in Makefile.inc by using += here. There'sWarner Losh2017-10-121-1/+1
* Move crc32.c, util.c and gpt.c over to libsa.Warner Losh2017-10-1211-8/+13
* Rename libstand.a to libsa.a and libstand32.a to libsa32.aWarner Losh2017-10-127-12/+10
* Kill the userboot copy of libstand.Warner Losh2017-10-125-28/+3
* Move lib/libstand to sys/boot/libsaWarner Losh2017-10-1284-15/+18669
* Fix typos: `stand alon{e,g}` should be spelled like `standalone`Enji Cooper2017-10-101-3/+3
* Rather than laying whack-a-mole with including the path to stand.h,Warner Losh2017-10-1024-51/+3
* Create sys/boot/libsa and build libstand.a thereWarner Losh2017-10-093-1/+16
* Define LIBSA* and use them instead of overloaded LIBSTANDWarner Losh2017-10-0917-47/+35
* Add missing -I${SASRC} in a couple of places so that stand.h doesn'tWarner Losh2017-10-092-1/+2
* Define SASRC and use itWarner Losh2017-10-0926-28/+39
* Prefer ${LIBSTAND} to -lstandWarner Losh2017-10-093-3/+3
* Unbreak building efiboot with MK_ZFS == noEnji Cooper2017-10-071-1/+2
* Encapsulate ZFS preferences into efi_zfs_is_preferredWarner Losh2017-10-063-8/+15
* Add efi_devpath_is_prefixWarner Losh2017-10-062-0/+30
* This README file was quite relevant for FreeBSD 3 or 4. However, theWarner Losh2017-10-051-238/+0
* Allow Raspberry Pi platform and drivers to be configured with upstream DTBs.Ian Lepore2017-10-021-1/+1
* Compile loader as Little-Endian on PPC64/POWER8Wojciech Macek2017-09-291-1/+9
* libefi: efipart_floppy() will should not pass acpi pointer if the HID test failsToomas Soome2017-09-251-2/+2
* After the r317886 support for TFTP and NFS can be enable simultaneously.Mariusz Zaborski2017-09-231-2/+2
* libefi: define EISA PNP constantsToomas Soome2017-09-221-3/+8