aboutsummaryrefslogtreecommitdiff
path: root/sys/boot
Commit message (Expand)AuthorAgeFilesLines
* Add EFI boot1 for i386Ed Maste2015-04-073-2/+30
* EFI: use common reloc.c for all architecturesEd Maste2015-04-073-93/+21
* Eliminate literal escape sequences from *.rcDevin Teske2015-04-062-16/+19
* Partially revert r280976: Back to previous mode-endings based on feedbackDevin Teske2015-04-061-16/+16
* Partially revert r280975: Back to previous mode-endings based on feedbackDevin Teske2015-04-062-7/+7
* Partially revert r280974: Back to previous mode-endings based on feedbackDevin Teske2015-04-062-2/+2
* Partially revert r280925: Back to previous mode-endings based on feedbackDevin Teske2015-04-061-1/+1
* Make global variabled only used in this file static.Andrew Turner2015-04-061-2/+2
* Add support to the efi boot1 and loader for 32-bit ARM. This will be usedAndrew Turner2015-04-0614-12/+734
* SMBIOS support for EFI.Rui Paulo2015-04-066-14/+67
* Move boot1.efi to the global CLEANFILES list, it's not x86 specific.Andrew Turner2015-04-051-2/+2
* Spell MACHINE_CPUARCH correctlyAndrew Turner2015-04-051-1/+1
* Add FDT support to loader.efi. This will be used on arm and arm64.Andrew Turner2015-04-054-2/+64
* Make sure forth manpages are only installed once.Baptiste Daroussin2015-04-043-10/+14
* loader/EFI: improve the help of the 'mode' command.Rui Paulo2015-04-041-2/+2
* Remove an unnecessary space in a printf call.Rui Paulo2015-04-041-1/+2
* boot1 EFI: reset the screen and select the best mode.Rui Paulo2015-04-041-1/+22
* Remove whitespace.Rui Paulo2015-04-041-13/+12
* Add the start of the efi fdt bindings. These will be used on arm and arm64.Andrew Turner2015-04-032-0/+99
* Clean up more x86 only options in the efi code.Andrew Turner2015-04-032-5/+16
* Only enable the efi framebuffer on x86 for nowAndrew Turner2015-04-031-5/+8
* Only include machine/specialreg.h on x86Andrew Turner2015-04-031-0/+3
* Only enable comconsole and nullconsole on x86.Andrew Turner2015-04-031-0/+4
* Fix powerpc/ps3 build, too.Jung-uk Kim2015-04-031-0/+1
* Fix mips build, really. :-(Jung-uk Kim2015-04-031-1/+1
* Revert .PATH changes to fix mips build.Jung-uk Kim2015-04-038-1/+7
* Install newly added brand-*.4th and logo-*.4th files and reduce duplication.Jung-uk Kim2015-04-029-49/+35
* Move i386/efi files to new home in efi/loader/arch/i386Ed Maste2015-04-027-0/+0
* Ensure the cross assembler, linker and objcopy are used for the build32Dimitry Andric2015-04-028-13/+13
* Use ^[[m mode-ending (as-in screen.4th `me') versus ^[[37mDevin Teske2015-04-021-16/+16
* Eliminate literal escape sequences from *.4thDevin Teske2015-04-028-93/+154
* Use fg/b/me from screen.4th instead of literalsDevin Teske2015-04-022-11/+7
* multiboot: fix error codesRoger Pau Monné2015-04-011-4/+4
* multiboot: zero mod list arrayRoger Pau Monné2015-04-011-0/+7
* Move the efi loaders to be under sys/boot/efi. This will help us addAndrew Turner2015-04-0126-96/+92
* Whoops! "arc commit --revision" != "arc diff --update"Devin Teske2015-04-013-45/+7
* Add "GELI Passphrase:" prompt to boot loader.Devin Teske2015-04-013-7/+45
* Solve dreaded "dictionary full" issue by segregating words into newDevin Teske2015-04-0110-254/+329
* When forced to draw ASCII lines/boxen, use `=' for the horizontal lineDevin Teske2015-04-011-1/+6
* Securely overwrite (zero) user input when we finish password checks.Devin Teske2015-04-011-5/+14
* Add remainder of supported ANSI escape sequences.Devin Teske2015-04-011-0/+12
* Move beastie to logo-*.4th; brands to brand-*.4thDevin Teske2015-04-019-229/+333
* Comments. No functional change.Devin Teske2015-04-011-1/+1
* Whitespace and cleanup. No functional change(s).Devin Teske2015-03-311-24/+16
* Optimize bootmsg to use fg/bg/me from screen.4thDevin Teske2015-03-311-7/+6
* Comments. No functional change(s).Devin Teske2015-03-3111-18/+71
* Whitespace. No functional change(s).Devin Teske2015-03-312-28/+11
* Change contents of the exec variable in loader.conf to be friendly to bothDevin Teske2015-03-311-1/+1
* Add device tree files for Hardkernel Odroid-C1 and Visson ATV-102 devices.Ganbold Tsagaankhuu2015-03-312-0/+909
* Reorder to help with moving the efi loader parts to sys/boot/efi. As theseAndrew Turner2015-03-292-4/+4