summaryrefslogtreecommitdiffstats
path: root/sys/boot
Commit message (Expand)AuthorAgeFilesLines
* The CELL fields can be various integer types depending on the platformkientzle2013-04-071-6/+10
* Fix two broken macros.kientzle2013-04-071-2/+2
* strncmp for boot code: fix an off by one erroravg2013-04-051-2/+2
* When running on armv6, set alignment checking to modulo-4 mode ratherian2013-03-311-0/+8
* Initialize sym_count to 0.kientzle2013-03-301-1/+1
* Integrate Efika MX project back to home.ray2013-03-202-0/+712
* Attach the elf section headers to the loaded kernel as metadata, soian2013-03-102-32/+19
* Since ubldr doesn't necessarily load a kernel at the physical address in theian2013-03-091-5/+6
* Enable uart driver for A10.ganbold2013-03-011-0/+2
* Fix a typo that prevented booting a kernel that had virtual addresses inian2013-02-271-1/+1
* Adjust the arm kernel entry point address properly regardless of whether theian2013-02-261-6/+17
* Fix the bug I introduced in r247045.kientzle2013-02-253-66/+30
* - Move dma, sdhci and mbox nodes down in dts in order to get themgonzo2013-02-231-38/+35
* "fdt addr" gets run from loader.rc before the kernel is loaded.kientzle2013-02-231-7/+22
* Print kernel args as late as possible before jumping into kernel.kientzle2013-02-231-1/+1
* Convert machine/elf.h, machine/frame.h, machine/sigframe.h,kib2013-02-201-0/+1
* Fix "fdt addr" to accept literal addresses rather than va offsets.kientzle2013-02-201-18/+40
* Add mem_load_raw() for loading data from another location in memory.kientzle2013-02-182-0/+39
* Clarify an error message. The addresses here arekientzle2013-02-181-1/+1
* Enable USB1 (which is EHCI0) for Allwinner A10gonzo2013-02-151-1/+8
* Add watchdog driver for Allwinner A10gonzo2013-02-111-0/+6
* Provide verbose help for fdt commands on platforms that use it.kientzle2013-02-114-3/+96
* Add bootcamp support to the loader.ae2013-02-101-3/+7
* - Move scratch data from the USB bus structure to the USB device structurehselasky2013-02-101-1/+1
* Correctly list the usbloader dependencies.hselasky2013-02-081-2/+2
* * Add the integer div & mod functions and ARM EABI support functions toandrew2013-02-051-2/+2
* Add defines to more easily allow a single threaded version of the FreeBSDhselasky2013-02-053-44/+8
* Fix depend target.hselasky2013-02-051-4/+4
* Add gpio driver and update dts and kernel config accordingly.ganbold2013-02-051-0/+9
* 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
OpenPOWER on IntegriCloud