aboutsummaryrefslogtreecommitdiff
path: root/drivers/block
AgeCommit message (Expand)AuthorFilesLines
2023-04-27ide: Drop weak functionsSimon Glass1-7/+7
2023-04-27ide: Move a few functions further up the fileSimon Glass1-34/+34
2023-04-27ide: Drop ide_device_present()Simon Glass1-9/+0
2023-04-27ide: Move ide_init() into probingSimon Glass1-7/+6
2023-04-27ide: Use mdelay() for long delaysSimon Glass1-14/+11
2023-04-27ide: Move ATA_CURR_BASE to C fileSimon Glass1-0/+3
2023-04-05blk: blkmap: Add linear device mapping supportTobias Waldekranz1-0/+71
2023-04-05blk: blkmap: Add memory mapping supportTobias Waldekranz1-0/+105
2023-04-05blk: blkmap: Add basic infrastructureTobias Waldekranz4-0/+363
2023-01-23bootstd: Add a new pre-scan priority for bootdevsSimon Glass1-2/+2
2023-01-23bootstd: Add an IDE bootdevSimon Glass1-0/+44
2023-01-23ide: Drop non-DM code for BLKSimon Glass1-41/+1
2022-11-07dm: blk: Add probe in blk_first_device/blk_next_deviceMichal Suchanek1-24/+22
2022-11-07dm: sandbox: Switch over to using the new host uclassSimon Glass2-118/+18
2022-11-07dm: sandbox: Create a block driverSimon Glass2-1/+143
2022-11-07dm: sandbox: Create a new HOST uclassSimon Glass2-1/+177
2022-11-07dm: blk: Tidy up obtaining a block device from its parentSimon Glass1-11/+15
2022-11-07dm: test: Clear the block cache after running a testSimon Glass1-13/+10
2022-11-07dm: sandbox: Drop non-BLK code from host implementationSimon Glass1-102/+0
2022-10-31dm: blk: mmc: Tidy up some Makefile rules for SPLSimon Glass2-2/+1
2022-10-31dm: blk: Add udevice functionsSimon Glass1-17/+34
2022-10-17dm: blk: Do not use uclass_next_device_errMichal Suchanek1-10/+6
2022-09-25blk: Rename if_type to uclass_idSimon Glass4-110/+109
2022-09-18cyclic: Use schedule() instead of WATCHDOG_RESET()Stefan Roese1-4/+4
2022-09-16blk: Drop if_typeWIP/2022-09-16-rationalize-the-block-interfaceSimon Glass2-27/+27
2022-09-16blk: Switch over to using uclass IDsSimon Glass4-40/+46
2022-09-16blk: Rewrite if_type to name functionsSimon Glass1-18/+27
2022-09-16blk: Rename var in blk_get_devnum_by_typename()Simon Glass1-6/+6
2022-09-16blk: Drop IF_TYPE_SDSimon Glass1-2/+0
2022-09-16blk: Drop IF_TYPE_ATAPISimon Glass1-2/+0
2022-09-16ide: Use a flag for an ATAPI deviceSimon Glass1-3/+3
2022-09-16blk: Drop IF_TYPE_DOCSimon Glass1-2/+0
2022-09-16blk: Hide the BLK and SPL_LEGACY_BLOCK optionsSimon Glass1-2/+2
2022-09-16blk: Select SPL_LEGACY_BLOCK automaticallySimon Glass1-4/+7
2022-09-16blk: Rename HAVE_BLOCK_DEVICESimon Glass2-5/+5
2022-09-16blk: Drop unnecessary #ifdef in in blk_legacySimon Glass1-2/+0
2022-09-16blk: Use a function for whether block devices are availableSimon Glass1-2/+1
2022-09-16blk: Enable CONFIG_BLK for all mediaSimon Glass1-1/+2
2022-06-28block: ide: Remove ide_preinit functionTom Rini1-9/+0
2022-06-28Convert CONFIG_LBA48 et al to KconfigTom Rini1-0/+16
2022-05-02vpl: Add Kconfig options for VPLSimon Glass1-0/+12
2022-04-25Merge branch '2022-04-25-initial-implementation-of-stdboot'Tom Rini1-0/+7
2022-04-25dm: blk: Add a function to return the device typeSimon Glass1-0/+7
2022-04-23dm: blk: add a device-probe hook for scanning disk partitionsAKASHI Takahiro1-0/+4
2022-04-09block: ide: call device_probe() after scanningAKASHI Takahiro1-0/+4
2022-04-06dm: blk: Expand iteration and add testsWIP/2022-04-06-various-verified-boot-bugfixesSimon Glass1-0/+24
2022-03-25disk: Add an option for partitions in SPLSimon Glass1-1/+1
2022-03-18sandbox: Open host file for read-only access if neededSimon Glass1-3/+8
2022-02-09Convert CONFIG_SYS_IDE_MAXBUS et al to KconfigSimon Glass1-0/+104
2022-02-09ide: Drop CONFIG_IDE_AHBSimon Glass1-22/+0