summaryrefslogtreecommitdiffstats
path: root/sys/boot
Commit message (Expand)AuthorAgeFilesLines
* Fix the gpio-leds node to match the LEDs on RPI2.loos2015-04-232-15/+11
* Enable the watchdog on RPI2.loos2015-04-231-0/+6
* Reassign copyright statements on several files from Advancedjhb2015-04-231-1/+1
* Reduce diffs between the three copies of libstand's Makefileemaste2015-04-232-37/+38
* Fix the SDHCI clock frequency for RPI2, the default clock (for the newerloos2015-04-221-1/+1
* Add "GELI Passphrase:" prompt to boot loader.dteske2015-04-163-7/+45
* * Remove the wfi when the efi loader returns, it's unneeded and is notandrew2015-04-142-3/+2
* Add support for arm64 to loader.efi and boot1.efiandrew2015-04-1415-5/+766
* Fix the arm64 MACHINE_CPUARCH value in the efi fdt glue code.andrew2015-04-141-1/+1
* Use MACHINE in the efi loader when it is what we mean, it may not be theandrew2015-04-144-15/+15
* Create the correct symlinks for the machine directory, and only create theandrew2015-04-132-7/+15
* Add fdt support to the arm loader.efiandrew2015-04-111-0/+2
* Only add -fPIC to CFLAGS and -Wl,-znocombreloc to LDFLAGS on x86, theyandrew2015-04-113-2/+7
* Move reloc.c to the top level Makefile as it has become generic.andrew2015-04-114-6/+4
* Update the arm efi ldscript to generate a valid efi binaryandrew2015-04-111-44/+20
* This modifies the FreeBSD Amlogic DTS files to use the GNU filesganbold2015-04-112-365/+171
* The GNU files don't include a DTS for the aml8726-m8b (which hasganbold2015-04-111-0/+79
* Add build support for i386 loader.efiemaste2015-04-102-0/+17
* Limit EFI framebuffer metadata to amd64 for nowemaste2015-04-101-2/+2
* Port the EFI reloc codeto work on arm64. This used the rela relocationandrew2015-04-101-2/+14
* Remove EOL whitespace from i386 EFI loader sourceemaste2015-04-094-5/+5
* Print error values with hex to make it easier to find the EFI error type.andrew2015-04-091-3/+3
* Only use -fPIC when building boot1.efi for x86.andrew2015-04-091-1/+1
* Add the arm64 machine dependent parts of ficl. This is not machineandrew2015-04-092-0/+510
* Re-do proper mode-endings. Antithesis of r281176-281179 which reverteddteske2015-04-086-26/+26
* Fix a bootlock condition if/when loader_logo is set in loader.conf(5)dteske2015-04-081-2/+4
* Add EFI boot1 for i386emaste2015-04-073-2/+30
* EFI: use common reloc.c for all architecturesemaste2015-04-073-93/+21
* 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
OpenPOWER on IntegriCloud