summaryrefslogtreecommitdiffstats
path: root/sys/boot/Makefile.i386
Commit message (Collapse)AuthorAgeFilesLines
* Add more guards to disable GELIBOOT by defining LOADER_NO_GELI_SUPPORTallanjude2016-04-211-0/+3
| | | | | | Reviewed by: cem Sponsored by: ScaleEngine Inc. Differential Revision: https://reviews.freebsd.org/D6049
* Implement GELI (AES-XTS and AES-CBC only) in gptboot and gptzfsbootallanjude2016-03-161-0/+1
| | | | | | | | | Allows booting from a GELI encrypted root file system, via UFS or ZFS Reviewed by: gnn, smh (previous version), delphij (previous version) Relnotes: yes Sponsored by: ScaleEngine Inc. Differential Revision: https://reviews.freebsd.org/D4593
* Build a 32-bit libstand under sys/boot/emaste2014-02-061-0/+1
| | | | | | | | | | | | | A 32-bit libstand is needed on 64-bit platforms for use by various bootloaders. Previously only the 32-bit version was built, installed as /usr/lib/libstand.a. A new 64-bit libstand consumer will arrive in the near future, so move the bootloader-specific 32-bit version to sys/boot/libstand32/. Explicitly link against this version in the 32-bit loaders. Sponsored by: The FreeBSD Foundation
* MF tbemd: move to using specific architecture makefilesimp2010-08-231-0/+4
OpenPOWER on IntegriCloud