aboutsummaryrefslogtreecommitdiff
path: root/sys/boot
Commit message (Expand)AuthorAgeFilesLines
* Make comconsole options set before its activation to be remembered.Alexander Motin2014-01-202-8/+8
* Update dts files of Cubieboard1,2 to use 1GB memory.Ganbold Tsagaankhuu2014-01-082-3/+3
* Split the last gcc-specific flags off into CFLAGS.gcc. This alsoDimitry Andric2014-01-055-5/+14
* Enable the cesa security/crypto device by providing the required propertyIan Lepore2014-01-051-0/+2
* Update the dockstar DTS to reflect just NAND flash (no SPI NOR flash, andIan Lepore2014-01-031-31/+4
* MFV r259170:Xin LI2014-01-011-0/+3
* For sys/boot/i386 and sys/boot/pc98, separate flags to be passedDimitry Andric2013-12-306-16/+17
* Fix pc98 build, by also forcing COMPILER_TYPE in sys/boot/pc98/boot2'sDimitry Andric2013-12-261-0/+1
* For libstand and sys/boot, split off gcc-only flags into CFLAGS.gcc.Dimitry Andric2013-12-269-13/+16
* 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