Commit message (Expand) | Author | Age | Lines | |
---|---|---|---|---|
* | spl: Fix compilation warnings for arm64 | Michal Simek | 2016-07-22 | -1/+2 |
* | spl: Support loading a FIT from FAT FS | Lokesh Vutla | 2016-05-27 | -4/+32 |
* | SPL: fat: Fix spl_parse_image_header() return value handling | Tom Rini | 2016-05-23 | -1/+1 |
* | SPL: Let spl_parse_image_header() return value | Marek Vasut | 2016-05-17 | -1/+3 |
* | dm: Drop the block_dev_desc_t typedef | Simon Glass | 2016-03-14 | -4/+4 |
* | spl: mmc: remove #ifdef CONFIG_SPL_OS_BOOT check | Nikita Kiryanov | 2015-11-18 | -0/+6 |
* | spl: do not hang in spl_register_fat_device but return error value. It allows... | Guillaume GARDET | 2014-10-27 | -1/+1 |
* | Rename some defines containing FAT in their name to be filesystem generic | Guillaume GARDET | 2014-10-27 | -3/+3 |
* | spl_mmc/CONFIG_SPL_OS_BOOT: Allow environment to determine what to boot | Tom Rini | 2014-04-17 | -0/+27 |
* | spl: common: Support for USB MSD FAT image loading | Dan Murphy | 2014-01-24 | -8/+8 |
* | spl: common: Move FAT funcs to a common file | Dan Murphy | 2014-01-24 | -0/+96 |