summaryrefslogtreecommitdiffstats
path: root/sys/boot
Commit message (Expand)AuthorAgeFilesLines
* Eliminate literal escape sequences from *.rcdteske2015-04-062-16/+19
* Partially revert r280976: Back to previous mode-endings based on feedbackdteske2015-04-061-16/+16
* Partially revert r280975: Back to previous mode-endings based on feedbackdteske2015-04-062-7/+7
* Partially revert r280974: Back to previous mode-endings based on feedbackdteske2015-04-062-2/+2
* Partially revert r280925: Back to previous mode-endings based on feedbackdteske2015-04-061-1/+1
* Make global variabled only used in this file static.andrew2015-04-061-2/+2
* Add support to the efi boot1 and loader for 32-bit ARM. This will be usedandrew2015-04-0614-12/+734
* SMBIOS support for EFI.rpaulo2015-04-066-14/+67
* Move boot1.efi to the global CLEANFILES list, it's not x86 specific.andrew2015-04-051-2/+2
* Spell MACHINE_CPUARCH correctlyandrew2015-04-051-1/+1
* Add FDT support to loader.efi. This will be used on arm and arm64.andrew2015-04-054-2/+64
* Make sure forth manpages are only installed once.bapt2015-04-043-10/+14
* loader/EFI: improve the help of the 'mode' command.rpaulo2015-04-041-2/+2
* Remove an unnecessary space in a printf call.rpaulo2015-04-041-1/+2
* boot1 EFI: reset the screen and select the best mode.rpaulo2015-04-041-1/+22
* Remove whitespace.rpaulo2015-04-041-13/+12
* Add the start of the efi fdt bindings. These will be used on arm and arm64.andrew2015-04-032-0/+99
* Clean up more x86 only options in the efi code.andrew2015-04-032-5/+16
* Only enable the efi framebuffer on x86 for nowandrew2015-04-031-5/+8
* Only include machine/specialreg.h on x86andrew2015-04-031-0/+3
* Only enable comconsole and nullconsole on x86.andrew2015-04-031-0/+4
* Fix powerpc/ps3 build, too.jkim2015-04-031-0/+1
* Fix mips build, really. :-(jkim2015-04-031-1/+1
* Revert .PATH changes to fix mips build.jkim2015-04-038-1/+7
* Install newly added brand-*.4th and logo-*.4th files and reduce duplication.jkim2015-04-029-49/+35
* Move i386/efi files to new home in efi/loader/arch/i386emaste2015-04-027-0/+0
* Ensure the cross assembler, linker and objcopy are used for the build32dim2015-04-028-13/+13
* Use ^[[m mode-ending (as-in screen.4th `me') versus ^[[37mdteske2015-04-021-16/+16
* Eliminate literal escape sequences from *.4thdteske2015-04-028-93/+154
* Use fg/b/me from screen.4th instead of literalsdteske2015-04-022-11/+7
* multiboot: fix error codesroyger2015-04-011-4/+4
* multiboot: zero mod list arrayroyger2015-04-011-0/+7
* Move the efi loaders to be under sys/boot/efi. This will help us addandrew2015-04-0126-96/+92
* Whoops! "arc commit --revision" != "arc diff --update"dteske2015-04-013-45/+7
* Add "GELI Passphrase:" prompt to boot loader.dteske2015-04-013-7/+45
* Solve dreaded "dictionary full" issue by segregating words into newdteske2015-04-0110-254/+329
* When forced to draw ASCII lines/boxen, use `=' for the horizontal linedteske2015-04-011-1/+6
* Securely overwrite (zero) user input when we finish password checks.dteske2015-04-011-5/+14
* Add remainder of supported ANSI escape sequences.dteske2015-04-011-0/+12
* Move beastie to logo-*.4th; brands to brand-*.4thdteske2015-04-019-229/+333
* Comments. No functional change.dteske2015-04-011-1/+1
* Whitespace and cleanup. No functional change(s).dteske2015-03-311-24/+16
* Optimize bootmsg to use fg/bg/me from screen.4thdteske2015-03-311-7/+6
* Comments. No functional change(s).dteske2015-03-3111-18/+71
* Whitespace. No functional change(s).dteske2015-03-312-28/+11
* Change contents of the exec variable in loader.conf to be friendly to bothdteske2015-03-311-1/+1
* Add device tree files for Hardkernel Odroid-C1 and Visson ATV-102 devices.ganbold2015-03-312-0/+909
* Reorder to help with moving the efi loader parts to sys/boot/efi. As theseandrew2015-03-292-4/+4
* Add the Raspberry Pi 2 dtb, based on the existing rpi.dts, but with aandrew2015-03-252-0/+857
* Remove from legacy ata(4) driver support for hardware, supported by newermav2015-03-241-2/+0
OpenPOWER on IntegriCloud