summaryrefslogtreecommitdiffstats
path: root/sys/boot
Commit message (Expand)AuthorAgeFilesLines
* Fix the Zedboard/Zynq ethernet driver to handle media speed changes soian2014-07-141-0/+2
* Compile boot2 with clang on pc98.imp2014-07-101-2/+2
* Make SERIAL support optional again. Enable it for i386 because a hugeimp2014-07-102-14/+52
* Merge the clang support from i386. Don't move to clang yet.imp2014-07-101-4/+9
* Remove ia64.marcel2014-07-0748-5783/+0
* add a hit that you can enable this by default if you want... necessaryjmg2014-07-041-0/+1
* Display efi framebuffer dimensions on bootemaste2014-07-031-1/+8
* MFV r267565:delphij2014-07-011-0/+29
* mdoc: fix AUTHORS section.joel2014-06-091-2/+2
* In preparation for ASLR [1] support add WITH_PIE to support building with -fPIE.bdrewery2014-06-0812-0/+24
* Mov p2041rdb.dts, p3041ds.dts, and p5020ds.dts to the powerpc directory.rpaulo2014-06-073-0/+0
* Fix the script to run make_dtb.sh instead of just dtc.rpaulo2014-06-071-1/+4
* Add Makefiles to automatically test all the DTS files.rpaulo2014-06-065-0/+33
* Compilation fixes.hselasky2014-06-061-1/+3
* FreeBSD, historically, has always used 8-bit addresses for i2c devicesloos2014-06-032-2/+2
* Add support for Exynos 5420 Octa - 8-corebr2014-06-015-225/+395
* Allow customization of the brand displayed in the boot menu.rodrigc2014-06-011-0/+11
* Use own memory pool of 128K until further, hence that works the best.hselasky2014-05-302-2/+3
* Add optional support for USB to BERI loader. Fix the linker script sohselasky2014-05-303-4/+27
* Resolve issue with resolving malloc() and free() functions at linking time.hselasky2014-05-302-10/+13
* Export structure(s) properly.hselasky2014-05-301-0/+4
* Fix delay() function in the BERI loader code.hselasky2014-05-301-5/+17
* USB boot library improvements:hselasky2014-05-304-29/+131
* Add support for USB mass storage to libusbboot.hselasky2014-05-303-0/+321
* Reset HSIC hub during EHCI initialization. This makes devices connectedbr2014-05-301-0/+5
* o Make keyboard-related properties to be compatible with vendor standardbr2014-05-302-6/+8
* Add common kernel config file for Rockchip RK3188 systems by splittingganbold2014-05-301-0/+59
* Hook the ISP/SAF1761 driver into MIPS kernel builds.hselasky2014-05-291-10/+1
* Describe I2C arbitrator device in DTS and use it for Chromebook Snow only.br2014-05-281-0/+5
* o Add kernel configuration for HP Chromebook 11br2014-05-282-0/+72
* "%p" formatting already includes "0x" prefix in printout.hselasky2014-05-211-2/+2
* Fix build after recent DWC OTG changes.hselasky2014-05-182-6/+24
* Mark the i.MX51 and i.MX53 boards as compatible with the i.MX51 and i.MX53andrew2014-05-172-2/+2
* Adjust the register layout to allow for 64bit registers in thebz2014-05-091-6/+7
* Silence no interrupt-parent found message during boot.ganbold2014-05-081-0/+2
* Use src.opts.mk in preference to bsd.own.mk except where we need stuffimp2014-05-0620-18/+21
* Introduce CWARNFLAGS.${COMPILER_TYPE} and use that to simplify theimp2014-05-051-1/+2
* lindev(4): finish the partial commit in r265212eadler2014-05-021-1/+0
* Honor the max-frequency property if it appears in the fdt data.ian2014-05-022-5/+5
* Provide an alias for the userboot console and name it 'comconsole'.grehan2014-05-012-0/+46
* Turn off various fancy instruction sets, as well as deduplicate some options.nwhitehorn2014-04-281-1/+2
* Move common device tree informations to separate dtsi files for A10 and A20 SoC.ganbold2014-04-284-172/+282
* Disable the beastie menu for EFI console which doesn't support ANSI codesdteske2014-04-273-2/+11
* Revert r258678. Make the led gpio-specifier match again the #gpio-cellsloos2014-04-271-1/+1
* Revert to FAT12. This file system is apparently too small for FAT32, evennwhitehorn2014-04-273-21/+17
* Apparently this is supposed to be FAT32, not FAT12.nwhitehorn2014-04-263-18/+21
* Add generation of an EFI filesystem to hold boot1.efi. This is a near-exactnwhitehorn2014-04-264-1/+94
* Spell NO_PROFILE= as MK_PROFILE=no.imp2014-04-252-2/+2
* Eliminate last vestigies of NO_MAN= in the tree. Also, removeimp2014-04-251-1/+1
* Add the initial version of if_nf10bmac(4), a driver to support anbz2014-04-171-1/+12
OpenPOWER on IntegriCloud