summaryrefslogtreecommitdiffstats
path: root/sys/boot
Commit message (Expand)AuthorAgeFilesLines
* Initial version of libusbboot, a fully stand-alone, single threaded andhselasky2013-01-3110-0/+3295
* Do metadata relocation fixup on all loaded modules, not just the kernel.ian2013-01-301-6/+9
* Add simple clock driver and ehci glue code for a10ganbold2013-01-291-0/+7
* Configure all GPIO pins as described in Beaglebone SRM.dmarion2013-01-281-1/+52
* Add support for the GlobalScale Technologies DreamPlug computer.ian2013-01-272-0/+659
* Fix method of naming compatible string to followganbold2013-01-251-6/+6
* Always update the hw.uart.console hint anytime a change is made to thejhb2013-01-231-18/+7
* Fix linking of loader.efi.benno2013-01-221-1/+1
* Use correct size for AM335x CPSW memory window.kientzle2013-01-211-1/+1
* zfs/sparc64 boot: fix booting after r242230avg2013-01-201-8/+12
* Link against compiler-rt to pull in the required __aeabi_* functionsandrew2013-01-191-2/+2
* Use correct GPIO interrupt lines.kientzle2013-01-191-1/+1
* Initial support for Allwinner A10 SoC (Cubieboard)ganbold2013-01-151-0/+104
* Quiesce some clang warnings while we're here doing stuff.sbruno2013-01-143-2/+9
* Bring in some userboot changes from the bhyve branch to reduce diffs.grehan2013-01-083-4/+12
* Add interrupt for PL310 controllergonzo2012-12-311-0/+2
* Move the 64-bit _setjmp to lib/libstand.rpaulo2012-12-212-94/+1
* Build a 64 bit version of the FICL library. This is need for a 64 bitrpaulo2012-12-212-6/+23
* amd64 only has rela sections.rpaulo2012-12-171-12/+12
* Restore pre-r234898 printing of boot loader and path.marius2012-12-161-3/+3
* Ignore a warning in ubldr where clang doesn't understand the %D printfandrew2012-12-151-0/+3
* Add support for QEMU's version of Versatile Platform Boardgonzo2012-12-131-0/+118
* Fix a regression caused by SVN r222417.dteske2012-12-126-40/+87
* Add support for comma-separated values (whitespace-separated still supported).dteske2012-12-101-6/+6
* Use ASCII characters for box/line characters in frames.4thdteske2012-12-092-0/+56
* Typo in a comment.rpaulo2012-12-071-1/+1
* Make this work for 64 bit binaries.rpaulo2012-12-071-9/+22
* Remove dead code that clang refuses to compile.rpaulo2012-12-051-10/+0
* Teach userboot to boot from ISO image files.neel2012-11-302-4/+7
* Add vchiq nodegonzo2012-11-301-0/+7
* - Implement "fdt mres" sub-command that prints reserved memory regionsgonzo2012-11-302-60/+221
* Discussed at-length on -arch.dteske2012-11-282-42/+142
* Print kernel args when booting the kernel.kientzle2012-11-251-0/+1
* Make FDT blob compatible with Raspberry Pi firmware.gonzo2012-11-231-11/+22
* Fix build after r243245.marius2012-11-191-6/+6
* Fix build on powerpc.trasz2012-11-191-8/+8
* + This patch does not change user experience or functionalitydteske2012-11-162-309/+274
* boot: use packed attribute for edd_params* structures and their substructuresavg2012-11-141-5/+5
* Add a callback function to userboot.so to fetch a list of environmentneel2012-11-123-2/+42
* Fix a stack leak in [unused] cycle_menuitem function while we're heredteske2012-11-121-0/+1
* cosmetic changes to reduce diffs against i386.nyan2012-11-101-2/+2
* MFi386: r241300nyan2012-11-101-14/+22
* MFi386: r241301nyan2012-11-102-8/+15
* MFi386: r241785nyan2012-11-101-1/+1
* Shrink boot2 by 8 bytes, by eliminating some unneeded instructions indim2012-11-081-4/+2
* Put in a band-aid to get the pc98 bootstraps building, now clang is thedim2012-11-072-1/+5
* Hook in new files menusets.4th and manual.dteske2012-11-077-6/+7
* Fix funny comment.dteske2012-11-061-1/+1
* Fix c/p error in comment.dteske2012-11-061-1/+1
* Add ontop of my existing boot loader Forth code, including support fordteske2012-11-065-2/+1016
OpenPOWER on IntegriCloud