aboutsummaryrefslogtreecommitdiff
path: root/sys/boot
Commit message (Expand)AuthorAgeFilesLines
* Bump the loader version to 3.2 after various dosfs fixes (in particular).Marcel Moolenaar2013-12-191-0/+1
* Add an FDT DTS and MDROOT kernel configuration for BERI on NetFPGA.Bjoern A. Zeeb2013-12-121-0/+135
* Add gpio config for usb1 in dts.Ganbold Tsagaankhuu2013-12-091-0/+1
* Fix undefined behavior: (1 << 31) is not defined as 1 is an int and thisEitan Adler2013-11-303-5/+5
* Purely cosmetic change: order DT_REL* and DT_RELA* consistently.Ed Maste2013-11-281-1/+1
* Fix the led 'gpios' definition to match the description onLuiz Otavio O Souza2013-11-271-1/+1
* Add clock frequency for rk3188 watchdog.Ganbold Tsagaankhuu2013-11-251-7/+8
* Recent versions of U-Boot require us to also backup and restore r9 for APIAndrew Turner2013-11-241-6/+12
* Add a try-include word (which acts the same as "include") and use it toDevin Teske2013-11-175-1/+23
* Refactor draw-beastie function.Devin Teske2013-11-171-46/+16
* Add support for Freescale Vybrid Family VF600 heterogeneousRuslan Bukin2013-11-122-0/+279
* Extend loader_delay as-documented in beastie.4th(8) and delay.4th(8), making ...Devin Teske2013-11-073-4/+14
* Defer loading of kernel and modules if the beastie menu is enabled. Add aDevin Teske2013-11-0411-131/+380
* TI sdhci driver improvements, mostly related to fdt data...Ian Lepore2013-11-012-2/+4
* Add dts source for imx6 SoCs and for Wandboard boards.Ian Lepore2013-11-014-0/+565
* Rework the imx ehci driver so that it's four separate ehci units ratherIan Lepore2013-10-305-32/+105
* Digi-CCWMX53: enable ffec and uart.Rui Paulo2013-10-291-0/+4
* Remove more remnants of ng_fec(4).Gleb Smirnoff2013-10-281-1/+0
* Always build ubldr as a soft-float binary as there is no support for VFPAndrew Turner2013-10-271-1/+1
* Fix build after r257162.Nathan Whitehorn2013-10-261-1/+1
* Enable SATA interface on Armada XPZbigniew Bodek2013-10-261-0/+7
* Enable UART busy detection handling for Armada XP - based boardZbigniew Bodek2013-10-261-0/+4
* Remove all the instances of '#undef DEBUG' from kernel.Luiz Otavio O Souza2013-10-252-6/+0
* Add the Raspberry Pi SPI controller driver.Luiz Otavio O Souza2013-10-241-0/+8
* Add the Raspberry Pi BSC (I2C compliant) controller driver.Luiz Otavio O Souza2013-10-231-0/+16
* Add FDT for Radxa Rock board and Rockchip RK3188 SoC.Ganbold Tsagaankhuu2013-10-232-0/+310
* Allow users to set UUID in network byte order regardless of SMBIOS version.Jung-uk Kim2013-10-222-6/+13
* Sync BERI kernel configs with P4:Brooks Davis2013-10-222-0/+410
* Add configuration for the Freescale i.MX53 Quick Start Board.Ian Lepore2013-10-201-0/+126
* Switch to using the standard uart console driver instead of the specialIan Lepore2013-10-201-5/+4
* Merge from project branch. Uninteresting commits are trimmed.Mark Murray2013-10-121-0/+11
|\
| * Snapshot.Mark Murray2013-10-061-0/+11
* | Sanitize the %eflags returned by BIOS routines. Some BIOS routines enterJohn Baldwin2013-10-101-2/+5
|/
* Sweep man pages replacing ad -> ada.Sergey Kandaurov2013-10-011-2/+2
* Use MK_SSP=no after including bsd.own.mk to disable SSP instead of user-knobBryan Drewery2013-09-295-5/+5
* Fix ixp425 boot2 with ARM EABI:Andrew Turner2013-09-291-0/+5
* Initial support for the Digi ConnectCore(c) i.MX53 / Wi-i.MX53 boards.Rui Paulo2013-09-012-0/+803
* Update copyright.Devin Teske2013-08-271-1/+1
* Building upon SVN r254237, disable automated activation of alternate layoutsDevin Teske2013-08-263-19/+34
* Set the hint for physical address of RSDP in hexadecimal as before r223262.Jung-uk Kim2013-08-231-1/+1
* Add support for uarts other than the serial console in TI OMAP SoCs.Ian Lepore2013-08-211-3/+59
* Make the standard sdhci(4) driver work for the TI OMAP family SoCs.Ian Lepore2013-08-201-0/+2
* Add optional support for default override of standard setup; but only ifDevin Teske2013-08-121-3/+35
* Fix the freaddir implementation for the stand-alone interpreter.Marcel Moolenaar2013-08-091-11/+39
* Update legacy static assignments in old code to support dynamic framing,Devin Teske2013-08-082-16/+96
* Since the introduction of SVN r244048 and [follow-up] r244089, it is nowDevin Teske2013-08-088-43/+51
* Make the check for number of entries less strict.Andrey V. Elsukov2013-08-081-6/+9
* Bring initial support for Allwinner A20 SoC (Cubieboard2).Ganbold Tsagaankhuu2013-08-071-0/+141
* Change <sys/diskpc98.h> to not redefine the same symbols that areMarcel Moolenaar2013-08-072-12/+12
* Let the platform calculate the timer frequency at runtime, and use that forOlivier Houchard2013-08-051-8/+7