summaryrefslogtreecommitdiff
path: root/stand/loader.mk
AgeCommit message (Expand)Author
2025-11-24stand: Rename ZFSSRC to SAZFSSRC to avoid confusionWarner Losh
2025-10-03flua: kick out the remaining builtin modulesKyle Evans
2025-10-03Revert "flua: kick out the remaining builtin modules"Kyle Evans
2025-10-03flua: kick out the remaining builtin modulesKyle Evans
2025-08-20Allow secure-netbootSimon J. Gerraty
2024-10-24loader/loader.mk: add docs for LOADER_*_SUPPORT variablesWarner Losh
2023-08-16Remove $FreeBSD$: one-line sh patternWarner Losh
2023-05-09loader: install help files only onceEd Maste
2023-02-03loader: always install help filesMitchell Horne
2022-09-16stand: Move md_copymodules into modinfo.c and reduce copiesWarner Losh
2022-06-05stand: Fix a common typo in source code commentsGordon Bergling
2021-12-14loader: narrow the scope of gfx frame buffer wrt tg supported kernelsWarner Losh
2021-12-10stand: remove mips supportWarner Losh
2021-12-10loader.mk: Simplify a little bitWarner Losh
2021-06-20stand/common: Add support for timestamp logging (tslog)Colin Percival
2021-04-30EFI secure boot VECTX related changesEric van Gyzen
2021-01-27loader: start kernel in text mode when there is no vbefb vt driverToomas Soome
2021-01-03loader: fix build on non-x86 platformsToomas Soome
2021-01-02loader: implement framebuffer consoleToomas Soome
2020-09-21loader: zfs should support bootonce an nextbootToomas Soome
2020-07-06RISC-V boot1.efi and loader.efi supportMitchell Horne
2020-06-20loader: create single zfs nextboot implementationToomas Soome
2020-03-19loader: remove libsa/crc32.c and use version from zlibToomas Soome
2020-03-08veloader use vectx API for kernel and modulesSimon J. Gerraty
2020-02-03Remove sparc64 support from the boot loader.Warner Losh
2019-11-18Add flua to the base system, install to /usr/libexecKyle Evans
2019-11-02stand: consolidate knowledge of lua pathKyle Evans
2019-06-25Remove NAND and NANDFS supportWarner Losh
2019-04-26loader: implement map-vdisk and unmap-vdisk commandsToomas Soome
2019-04-03Create kernel module to parse Veriexec manifest based on envsMarcin Wojtas
2019-02-26Enable veriexec for loaderSimon J. Gerraty
2019-01-07Create MK_LOADER_VERBOSE and connect it to ELF_VERBOSE in the loaderWarner Losh
2018-08-14Create a loader for each interpreter for x86 BIOS and all EFIWarner Losh
2018-07-20Collapse zfsloader functionality back down into loader.Warner Losh
2018-07-08Move ZFS files into libsaWarner Losh
2018-06-14Remove redundant defs.mk includes. They aren't needed.Warner Losh
2018-03-09stand: Fix copy-paste-o, unbreaks libi386 lualoader buildKyle Evans
2018-02-21Consolidate three copies of ZFS commands into a central location.Warner Losh
2018-02-13Unify metadata load files for arm, mips, powerpc, sparc64Justin Hibbits
2018-02-12Add Lua as a scripting langauge to /boot/loaderWarner Losh
2018-02-02Invent new LDR_INTERP for the loader interpreter to use. Use this inWarner Losh
2018-01-31Break out the interpreters (simple and forth) w/o ifdefs. This isWarner Losh
2017-12-29Fix ubldr. uboot/lib uses defines for the loader. It's part of theWarner Losh
2017-12-18libficl is only ever used in a loader (never a boot) program. Move itWarner Losh
2017-12-18Move loader help file definitions to being 100% inside of loader.mk.Warner Losh
2017-12-16Move loader-only defines to loader.mk from defs.mkWarner Losh
2017-12-12Revert r326792, r326784, r326772, r326712Warner Losh
2017-12-08Create interp class.Warner Losh
2017-11-14Move sys/boot to stand. Fix all references to new locationWarner Losh