~funderscore blog cgit wiki get in touch
aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* bootstd: Correct creating of bootdev siblingSimon Glass2023-08-09
* spl: blk: Support loading images from fsMayuresh Chitale2023-06-19
* sandbox: fix return type of os_filesize()Heinrich Schuchardt2023-04-28
* drivers/mtd/nvmxip: introduce NVM XIP block storage emulationAbdellatif El Khlifi2023-04-27
* ide: Make use of U-Boot typesSimon Glass2023-04-27
* ide: Simplify expressions and hex valuesSimon Glass2023-04-27
* ide: Convert to use log_debug()Simon Glass2023-04-27
* ide: Tidy up ide_reset()Simon Glass2023-04-27
* ide: Correct LBA settingSimon Glass2023-04-27
* ide: Use a single local blk_desc for ide_ident()Simon Glass2023-04-27
* ide: Move all blk_desc init into ide_ident()Simon Glass2023-04-27
* ide: Make ide_ident() return an error codeSimon Glass2023-04-27
* ide: Use desc consistently for struct blk_descSimon Glass2023-04-27
* ide: Combine the two loops in ide_probe()Simon Glass2023-04-27
* ide: Move ide_init() entirely within ide_probe()Simon Glass2023-04-27
* ide: Move setting of vendor strings into ide_probe()Simon Glass2023-04-27
* ide: Make ide_bus_ok a local variableSimon Glass2023-04-27
* ide: Move bus init into a functionSimon Glass2023-04-27
* ide: Avoid preprocessor for CONFIG_LBA48Simon Glass2023-04-27
* ide: Avoid preprocessor for CONFIG_ATAPISimon Glass2023-04-27
* ide: Simplify success conditionSimon Glass2023-04-27
* ide: Refactor confusing loop codeSimon Glass2023-04-27
* ide: Change the retries variableSimon Glass2023-04-27
* ide: Make function staticSimon Glass2023-04-27
* ide: Correct use of ATAPISimon Glass2023-04-27
* ide: Create a prototype for ide_set_reset()Simon Glass2023-04-27
* ide: Drop weak functionsSimon Glass2023-04-27
* ide: Move a few functions further up the fileSimon Glass2023-04-27
* ide: Drop ide_device_present()Simon Glass2023-04-27
* ide: Move ide_init() into probingSimon Glass2023-04-27
* ide: Use mdelay() for long delaysSimon Glass2023-04-27
* ide: Move ATA_CURR_BASE to C fileSimon Glass2023-04-27
* blk: blkmap: Add linear device mapping supportTobias Waldekranz2023-04-05
* blk: blkmap: Add memory mapping supportTobias Waldekranz2023-04-05
* blk: blkmap: Add basic infrastructureTobias Waldekranz2023-04-05
* bootstd: Add a new pre-scan priority for bootdevsSimon Glass2023-01-23
* bootstd: Add an IDE bootdevSimon Glass2023-01-23
* ide: Drop non-DM code for BLKSimon Glass2023-01-23
* dm: blk: Add probe in blk_first_device/blk_next_deviceMichal Suchanek2022-11-07
* dm: sandbox: Switch over to using the new host uclassSimon Glass2022-11-07
* dm: sandbox: Create a block driverSimon Glass2022-11-07
* dm: sandbox: Create a new HOST uclassSimon Glass2022-11-07
* dm: blk: Tidy up obtaining a block device from its parentSimon Glass2022-11-07
* dm: test: Clear the block cache after running a testSimon Glass2022-11-07
* dm: sandbox: Drop non-BLK code from host implementationSimon Glass2022-11-07
* dm: blk: mmc: Tidy up some Makefile rules for SPLSimon Glass2022-10-31
* dm: blk: Add udevice functionsSimon Glass2022-10-31
* dm: blk: Do not use uclass_next_device_errMichal Suchanek2022-10-17
* blk: Rename if_type to uclass_idSimon Glass2022-09-25
* cyclic: Use schedule() instead of WATCHDOG_RESET()Stefan Roese2022-09-18