summaryrefslogtreecommitdiffstats
path: root/sys/boot
Commit message (Expand)AuthorAgeFilesLines
* 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
* Re-indent break statement.brueffer2014-04-141-1/+1
* Improve the i.MX53 / Digi DTS:rpaulo2014-04-132-16/+48
* Apparently some of the i386 boot blocks are so close to full that addingnwhitehorn2014-04-133-3/+85
* Add my copyright here. Most of this is unmodified from the original sparc64nwhitehorn2014-04-131-0/+2
* Fix buildworld. I had some local bits in my build tree that caused thisnwhitehorn2014-04-131-2/+2
* NO_MAN= has been deprecated in favor of MAN= for some time, go aheadimp2014-04-1335-35/+35
* Add a simple EFI stub loader. This is a quick and dirty of boot1.chrp fromnwhitehorn2014-04-134-1/+520
* Fix EFI loader object tree creation on 9.x build hostsemaste2014-04-102-4/+6
* (Re)connect sys/boot/amd64 to the buildemaste2014-04-081-1/+4
* Add explicit casts to quiet warnings in libefiemaste2014-04-081-4/+6
* Fix printf args for 64-bit archsemaste2014-04-081-11/+11
* Correct a variable's type for 64-bit Ficlemaste2014-04-081-1/+1
* Revert r264132, disconnecting sys/boot/amd64 for nowemaste2014-04-081-4/+1
* Updates to i.MX53:rpaulo2014-04-083-21/+21
* These were bogusly placed in the arm directory. Move them to theirimp2014-04-075-0/+0
* Do not build the amd64 UEFI loader with GCCemaste2014-04-071-0/+4
* Fix the memory region. This board has two memory regions.rpaulo2014-04-061-1/+2
OpenPOWER on IntegriCloud