summaryrefslogtreecommitdiffstats
path: root/sys/boot
Commit message (Expand)AuthorAgeFilesLines
* Revert r267233 for now. PIE support needs to be reworked.bdrewery2014-08-1912-24/+0
* New DTS files to suppport the SAM9260EK eval board. Derived, in part,imp2014-08-191-0/+37
* Quiesce warning about discarding a const qualifier in assignement.sbruno2014-08-081-2/+2
* Optionally include the install command as found on Juniper productsmarcel2014-08-062-0/+344
* Rename command_unload() to unload() and re-implement command_unload()marcel2014-08-062-6/+13
* In command_lsmod() prevent overrunning lbuf due to long pathmarcel2014-08-051-2/+4
* In file_loadraw() print the name of the file as well as its sizemarcel2014-08-051-1/+6
* Add new USB phone descriptor template for USB device side mode.hselasky2014-08-051-0/+1
* Merge from CheriBSD:brooks2014-08-049-166/+252
* Rename files: keep codename only to make it shorter.br2014-08-012-0/+0
* Add support for Chromebook2 -- next-generation 8-corebr2014-08-016-10/+207
* Add pkgfs, a file system implementation for reading files out of amarcel2014-07-311-0/+1
* 1. Suppress output for the TFTP-based PXE loader, but leave it inmarcel2014-07-271-4/+15
* Give loaders more control over the Forth initialization process. Inmarcel2014-07-2714-23/+62
* Reviewed by: impsjg2014-07-261-2/+2
* Enable at91 systems to boot from high capacity SD cards.ian2014-07-263-142/+278
* The 'flags' variable is conflicting with some inline code in a header fileian2014-07-261-2/+2
* Eliminate "no previous prototype for main" warnings.ian2014-07-266-1/+14
* Silence a clang warning about a while loop with an empty body.ian2014-07-261-2/+4
* Delete the entire cleandepend/cleanmachine target thing now that its beensbruno2014-07-231-1/+0
* Add .NOPATH to the machine target so that builds in sys/boot work and don'tsbruno2014-07-231-1/+1
* Update so that clean target in sys/boot will delete the symlinksbruno2014-07-231-4/+2
* don't set CR4 PSE bit on amd64royger2014-07-231-1/+1
* copyin/copyout should return 0 if they are truly emulating copyin/copyout beh...sbruno2014-07-221-2/+5
* Enable Freescale i.MX I2C driver for i.MX6.br2014-07-221-0/+21
* Remove boot1.efi during clean target.sbruno2014-07-221-1/+1
* Supress clang warning for FreeBSD printf %b and %D formatssbruno2014-07-222-0/+7
* Add support for Toradex Apalis i.MX6 development board.br2014-07-181-0/+86
* Fix typo.br2014-07-183-3/+3
* o Enable GPIO device driver for i.MX6.br2014-07-184-49/+141
* 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
OpenPOWER on IntegriCloud