aboutsummaryrefslogtreecommitdiffstats
path: root/include/spl_load.h
Commit message (Expand)AuthorAgeFilesLines
* spl: spl_load: fix comparison between negative error code and unsigned sizeDaniel Palmer2024-09-101-0/+4
* mmc: fix signed vs unsigned compare in read check in _spl_load()WIP/27Aug2024-nextFranco Venturi2024-08-271-1/+1
* spl: Convert spi to spl_loadSean Anderson2023-11-161-0/+1
* spl: Convert semihosting to spl_loadSean Anderson2023-11-161-0/+1
* spl: Convert NVMe to spl_loadSean Anderson2023-11-161-0/+1
* spl: Convert nor to spl_loadSean Anderson2023-11-161-0/+1
* spl: Convert net to spl_loadSean Anderson2023-11-161-0/+1
* spl: Convert nand to spl_loadSean Anderson2023-11-161-0/+1
* spl: Convert mmc to spl_loadSean Anderson2023-11-161-0/+1
* spl: Convert fat to spl_loadSean Anderson2023-11-161-0/+1
* spl: Convert ext to use spl_loadSean Anderson2023-11-161-0/+1
* spl: Add generic spl_load functionSean Anderson2023-11-161-0/+135