aboutsummaryrefslogtreecommitdiff
path: root/drivers/block
AgeCommit message (Expand)AuthorFilesLines
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
2022-01-19doc: replace @return by Return:Heinrich Schuchardt2-2/+2
2021-12-20Merge tag 'v2022.01-rc4' into nextWIP/20Dec2021-nextTom Rini6-2/+204
2021-12-18blk: add a helper function, blk_probe_or_unbind()AKASHI Takahiro1-0/+13
2021-12-09efi: Add a media/block driver for EFI block devicesSimon Glass3-0/+126
2021-12-09efi: Add uclass for devices provided by UEFI firmwareSimon Glass5-0/+63
2021-12-09efi: Rename UCLASS_EFI and IF_TYPE_EFISimon Glass1-2/+2
2021-12-05ide: Drop ATA_PORT_ADDRSimon Glass1-8/+4
2021-12-05ide: Drop unused CONFIG optionsSimon Glass1-7/+5
2021-12-05sandbox: Drop CONFIG_HOST_MAX_DEVICESSimon Glass1-3/+3
2021-08-31Kconfig: Remove all default n/no optionsMichal Simek1-2/+0
2021-07-21blk: Support iterationSimon Glass1-0/+49
2021-07-18usb: Enforce DM_USB migration for USB_HOST devices.Tom Rini1-1/+1
2021-07-06dm: define LOG_CATEGORY for all uclassPatrick Delaunay2-0/+4
2021-04-20Fix IDE commands issued, fix endian issues, fix non MMIOReinoud Zandijk1-109/+43
2021-03-27sandbox: Provide a way to bind fixed/removeable devicesSimon Glass1-4/+4
2021-03-03sandbox: host bind must close file descriptorHeinrich Schuchardt1-0/+13
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass2-0/+2
2021-01-30sandbox: fill block device meta informationHeinrich Schuchardt1-0/+11
2020-12-13dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass1-3/+3
2020-12-13dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass3-21/+21
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass2-2/+2
2020-08-14xen: pvblock: Add initial support for para-virtualized block driverAnastasiia Lukianenko1-0/+2
2020-08-06blkcache: Extend blkcache_init to cover CONFIG_NEEDS_MANUAL_RELOCOvidiu Panait1-6/+9
2020-08-06dm: blk: Use IS_ENABLED() instead of #ifdefs in blk_post_probeOvidiu Panait1-4/+5
2020-05-18common: Drop linux/delay.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop log.h from common headerSimon Glass3-0/+3