Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MFC r263052, r263124, r263265, r263267... Enhance loaderdev env var. | ian | 2014-04-29 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | Enhance the mechanism that lets you configure the ubldr boot device by setting the u-boot environment variable loaderdev=. It used to accept only 'disk' or 'net'. Now it allows specification of unit, slice, and partition as well. In addition to the generic 'disk' it also accepts specific storage device types such as 'mmc' or 'sata'. If there isn't a loaderdev env var, the historical behavior is maintained. It will use the first storage device it finds, or a network device if no working storage device exists. 99% of the work on this was done by Patrick Kelsey, but I made some changes, so if anything goes wrong, blame me. (Indeed, the 3 followup commits fixed things I got wrong on the first.) | ||||
* | Add architecture dependent code to support NAND Framework on Marvell SoCs. | gber | 2012-05-18 | 1 | -0/+1 |
| | | | | | Obtained from: Semihalf Supported by: FreeBSD Foundation, Juniper Networks | ||||
* | Minor style(9) fixes for U-Boot API glue. | raj | 2008-10-04 | 1 | -1/+1 |
| | |||||
* | U-Boot API glue improvements: | raj | 2008-10-04 | 1 | -0/+1 |
| | | | | | | | | - extend ub_dev_read() and ub_dev_recv() so that the actual len and all error codes can be passed and processed properly; unify behaviour of these routines - introduce syscall general error code (API_ESYSC) | ||||
* | style(9) & style.Makefile(9) | obrien | 2008-03-13 | 1 | -27/+27 |
| | | | | Reviewed by: raj | ||||
* | Add the appropriate license information. This file is double | marcel | 2008-02-23 | 1 | -1/+55 |
| | | | | | | licensed under GPL and BSD. Thanks to: raj@ | ||||
* | MFp4 (e500): | marcel | 2008-02-16 | 1 | -0/+104 |
Add support for U-Boot. This uses the U-Boot API as developed by Rafal and which is (will be) part of U-Boot 1.3.2 and later. Credits to: raj@ |