summaryrefslogtreecommitdiffstats
path: root/sys/boot
Commit message (Expand)AuthorAgeFilesLines
* Include needed header. I don't know why clang didn't complain about thisian2014-03-021-0/+4
* - Fix BBB's dts compilation with GNU dtcgonzo2014-03-021-1/+1
* If we can't find the u-boot api signature, exit with an error status thatian2014-03-011-3/+9
* Prevent fdt data loaded from a file from overwriting the kernel environment,ian2014-03-015-8/+26
* Fix syntax errors (missing ;) that bsdl dtc was tolerant of, but gplimp2014-02-281-2/+2
* Integrate device-tree upstream files into the build process:imp2014-02-2856-0/+0
* Merge from head up to r262611.dim2014-02-281-0/+1
|\
| * Add geom_uncompress to the list of available geom modules on loader.conf.loos2014-02-271-0/+1
* | Merge from head up to r262536.dim2014-02-265-58/+150
|\ \ | |/
| * Change the MK_ZFS != "no" case slightly to avoid a namegrehan2014-02-261-5/+3
| * Slightly better revision of teaching userboot how to respect MK_CDDLsbruno2014-02-251-4/+4
| * Teach userboot to comply with WITHOUT_CDDL/WITHOUT_ZFSsbruno2014-02-251-0/+2
| * - Pin configuration is a complete iomux register now and includesbr2014-02-254-55/+147
* | Merge from head up to r262472.dim2014-02-255-2/+93
|\ \ | |/
| * Add support for Quartz Module.br2014-02-241-0/+65
| * Build FICL support into little-endian 64-bit MIPS boot-loader fragments;rwatson2014-02-241-1/+1
| * Build 64-bit ELF support into little-endian 64-bit MIPS boot-loaderrwatson2014-02-241-1/+1
| * Enable the second and the third I2C controllers on Beaglebone-black.loos2014-02-242-0/+26
* | Merge from head up to r262415.dim2014-02-2316-77/+870
|\ \ | |/
| * Build the BERI boot loader on 64-bit MIPS (but not 32-bit MIPS). Whilerwatson2014-02-231-1/+6
| * When building FDT on MIPS, use softfloat.rwatson2014-02-231-1/+1
| * On mips64, built 64-bit ELF support.rwatson2014-02-231-0/+2
| * Give mips64 its own ficl configuration that sizes pointers/etc suitably forrwatson2014-02-233-1/+539
| * Add a feature for automatically finding and loading a dtb file by name.ian2014-02-221-3/+43
| * Change file_loadraw() from static to public. Change the order of itsian2014-02-222-10/+10
| * Change fdt_setup_fdtp() from "guess then fail" to more probe-like behavior.ian2014-02-221-14/+41
| * Allow the ubldr boot device to be choosen by a u-boot environment variable.ian2014-02-221-15/+73
| * ZFS boot support for bhyveload.grehan2014-02-226-15/+135
| * Look for both fdtaddr and fdt_addr env var names. Grepping the u-bootian2014-02-221-1/+1
| * Fix the strange 2-space indentation that appears only in this one function.ian2014-02-221-33/+36
* | Merge from head up to r262311.dim2014-02-211-0/+2
|\ \ | |/
| * Add basic cpu frequency control and temperature monitoring to imx6_anatop.ian2014-02-211-0/+2
* | For now, clang spells -mcmodel=medlow as -mcmodel=small.dim2014-02-211-1/+3
|/
* Fix the boot on FDT-enabled systems after r261819.loos2014-02-201-10/+5
* Temporarily unhook BERI boot loader from the build until 32-bit MIPSrwatson2014-02-191-0/+2
* Do build boot-loader FDT code on MIPS.rwatson2014-02-191-0/+5
* Replace Apache-style license on two Makefiles with stock 2-clause BSD;rwatson2014-02-182-34/+39
* Commit a first cut at ports of boot2 and loader to 64-bit MIPS, with arwatson2014-02-1833-0/+3829
* Add driver for Synchronous Audio Interface (SAI).br2014-02-161-0/+3
* Retire the nve(4) driver; nfe(4) has been the default driver for NVIDIAbrueffer2014-02-161-1/+0
* Add a driver to provide access to imx6 on-chip one-time-programmble data.ian2014-02-151-0/+5
* Make the gpioled(4) work out of the box on BBB.loos2014-02-131-0/+24
* Validate the header of a new dtb before using it. Remove the commentian2014-02-131-2/+7
* Enable both sdcard slots, but not the sdio-based wifi that we don't yetian2014-02-133-6/+6
* Add standard non-removable and cd-gpios properties to the usdhc devices.ian2014-02-131-52/+72
* Add drivers for:br2014-02-081-0/+3
* Build a 32-bit libstand under sys/boot/ for ppc64emaste2014-02-074-3/+7
* Don't force efi to a 32-bit build on amd64emaste2014-02-071-8/+1
* Build a 32-bit libstand under sys/boot/emaste2014-02-068-0/+207
* Describe the use of a freebsd-boot GPT partition, brought up by Scotwblock2014-02-051-4/+11
OpenPOWER on IntegriCloud