summaryrefslogtreecommitdiff
path: root/sys/boot
AgeCommit message (Expand)Author
2017-11-14Move sys/boot to stand. Fix all references to new locationWarner Losh
2017-11-14Move sys/boot/fdt/dts to sys/dts and adjust scripts.Warner Losh
2017-11-13Don't add /boot/dt*s* but /boot/dt*b*. Stupid think-o. /boot/dtb wasWarner Losh
2017-11-13Add /boot/dts to the list of default modules. The minimal arm and mipsWarner Losh
2017-11-13Add loader.conf to the list of files that are MD.Warner Losh
2017-11-13Use proper include file. While <boot/userboot/userboot.h> works, itWarner Losh
2017-11-12boot1: also check for NULL deviceEd Maste
2017-11-12Make sure the proper loader.rc gets installed.Warner Losh
2017-11-10Install the 4th files in sys/boot/forth instead of each loaderWarner Losh
2017-11-10Move LOADER_{NO,}_GELI_SUPPORT to MK_LOADER_GELIWarner Losh
2017-11-10Replace LOADER_FIREWIRE_SUPPORT variableWarner Losh
2017-11-10Remove useless PNP define here.Warner Losh
2017-11-10Remove LOADER_ZFS_SUPPORT as a Makefile variableWarner Losh
2017-11-10Remove LOADER_FDT_SUPPORT as a Makefile variable.Warner Losh
2017-11-10FDT support doesn't make sense for ps3. There's no support in the ps3Warner Losh
2017-11-10Remove all the empty help files from the powerpc build.Warner Losh
2017-11-10Simplify this if to a direct assignment.Warner Losh
2017-11-10libsa32 isn't needed for i386. It's already a 32-bit platform andWarner Losh
2017-11-10boot1: avoid using NULL device pathEd Maste
2017-11-10loader.efi: efi_devpath_is_prefix should return boolToomas Soome
2017-11-08loader: set options before including bsd.init.mkRoger Pau Monné
2017-11-06Centralize all 32-bit builds on 64-bit platform stuff.Warner Losh
2017-11-06Prefer bsd.init.mk to src.opts.mkWarner Losh
2017-11-06MACHINE can never be powerpc64, so cleanup code that thinks it can.Warner Losh
2017-11-06Move machine and other link creation to defs.mkWarner Losh
2017-11-06Prefer bsd.init.mk to other constructs.Warner Losh
2017-11-06Use DO32 for all the places that we need to flag we're building a 32Warner Losh
2017-11-06Define LIBFICL32 to be libficl.a on i386 and libficl32.a on amd64.Warner Losh
2017-11-06Powerpc is a 32-bit boot loader.Warner Losh
2017-11-04Cleanup stray libstand names to be libsa names.Warner Losh
2017-11-04Revert "WIP: centralize machine links"Warner Losh
2017-11-04Revert "mostly libsa"Warner Losh
2017-11-04mostly libsaWarner Losh
2017-11-04WIP: centralize machine linksWarner Losh
2017-11-02This used to have bzip2 support too.Warner Losh
2017-11-02loader: fix BOOTSRC -> BOOTOBJ in a library pathAndriy Gapon
2017-11-02loader: re-enable gzip support for x86Roger Pau Monné
2017-11-02zfs.c:vdev_read() needs to be careful about large sectorsToomas Soome
2017-11-01efipart_strategy is using wrong offset with >512B sectorsToomas Soome
2017-10-31loader ptblread() is broken with >512B sectorsToomas Soome
2017-10-31DIRDEPS_BUILD: Update dependencies.Bryan Drewery
2017-10-31DIRDEPS_BUILD: Connect new directories.Bryan Drewery
2017-10-30Actually add zfs32/MakefileWarner Losh
2017-10-30For amd64, compile both zfs and zfs32 libraries.Warner Losh
2017-10-30Minor cleanupWarner Losh
2017-10-30We don't need to build a special ficl for userboot.Warner Losh
2017-10-30Remove the -nostdlib stuff I added. Instead, fix LDFLAGS to be honoredWarner Losh
2017-10-30Use defs.mk name and prefer bsd.init.mkWarner Losh
2017-10-30Use defs.mk values for userbootWarner Losh
2017-10-30Use defs.mk defins in most MD codeWarner Losh