summaryrefslogtreecommitdiff
path: root/disk
Commit message (Expand)AuthorAgeFilesLines
* cmd: blkmap: Add blkmap commandTobias Waldekranz2023-04-051-0/+1
* Revert "disk: Use a helper function to reduce duplication"Tom Rini2023-04-031-25/+21
* disk: Use a helper function to reduce duplicationSimon Glass2023-03-301-21/+25
* lib: Add an SPL config for LIB_UUIDSimon Glass2023-03-021-0/+8
* Correct SPL use of PARTITION_TYPE_GUIDSimon Glass2023-02-101-1/+1
* Correct SPL use of CMD_MBRSimon Glass2023-02-091-1/+1
* part: Add a function to find the first bootable partitionSimon Glass2023-01-231-0/+16
* disk: fix blk_get_device_part_str()Heinrich Schuchardt2022-12-021-18/+5
* dm: sandbox: Switch over to using the new host uclassSimon Glass2022-11-071-2/+2
* disk: Rename block_dev to descSimon Glass2022-10-311-19/+19
* disk: Rename block functionsSimon Glass2022-10-311-12/+12
* disk: Drop debug messages in part_efiSimon Glass2022-10-311-78/+72
* fs: Quieten down the filesystems moreSimon Glass2022-10-171-8/+7
* blk: Rename if_type to uclass_idSimon Glass2022-09-252-11/+11
* Merge branch 'master' into nextTom Rini2022-09-191-1/+1
|\
| * disk: part: remove dependency to ubifs for splStefan Herbrechtsmeier2022-08-261-1/+1
* | disk: Handle UCLASS_EFI_MEDIA in dev_print()Simon Glass2022-09-161-1/+4
* | blk: Switch over to using uclass IDsSimon Glass2022-09-161-26/+26
* | blk: Drop IF_TYPE_SDSimon Glass2022-09-161-2/+0
* | blk: Drop IF_TYPE_ATAPISimon Glass2022-09-161-5/+0
* | blk: Drop IF_TYPE_DOCSimon Glass2022-09-161-9/+0
* | blk: Rename HAVE_BLOCK_DEVICESimon Glass2022-09-162-4/+3
* | blk: Use a function for whether block devices are availableSimon Glass2022-09-161-47/+33
* | disk: Use Makefile to omit partition driversSimon Glass2022-09-166-17/+4
* | disk: Correct help for TPL_PARTITIONSSimon Glass2022-09-161-4/+4
|/
* arch: mvebu: Disable by default unused peripherals in SPLPali Rohár2022-07-211-0/+2
* disk: honor CONFIG_SYS_64BIT_LBAHeinrich Schuchardt2022-07-021-0/+1
* disk: incorrect message in is_gpt_valid()Heinrich Schuchardt2022-05-281-3/+1
* disk: part_efi: add support to repair gpt tablePhilippe Reynes2022-05-061-0/+86
* dm: disk: add read/write interfaces with udeviceAKASHI Takahiro2022-04-231-0/+94
* dm: disk: add UCLASS_PARTITIONAKASHI Takahiro2022-04-232-0/+156
* disk: don't compile in partition support for spl/tpl if not really necessaryAKASHI Takahiro2022-04-231-18/+19
* disk: part: add the device search failed log msgOleksii Bidnichenko2022-04-121-0/+2
* disk: Correct the conditions for SPLSimon Glass2022-04-061-5/+5
* fs: Add semihosting filesystemSean Anderson2022-04-011-2/+2
* disk: Add an option for partitions in SPLSimon Glass2022-03-252-5/+21
* Merge tag 'efi-2022-04-rc1-2' of https://source.denx.de/u-boot/custodians/u-b...Tom Rini2022-01-221-13/+8
|\
| * disk: simplify part_print_efi()Heinrich Schuchardt2022-01-191-13/+8
* | doc: replace @return by Return:Heinrich Schuchardt2022-01-192-2/+2
|/
* disk: gpt: print all partitionsHeinrich Schuchardt2022-01-151-2/+2
* Merge tag 'v2022.01-rc4' into nextTom Rini2021-12-201-2/+6
|\
| * part: call part_init() in blk_get_device_by_str() only for MMCAKASHI Takahiro2021-12-181-1/+2
| * efi: Add uclass for devices provided by UEFI firmwareSimon Glass2021-12-091-1/+4
* | Merge tag 'v2022.01-rc3' into nextTom Rini2021-11-291-0/+7
|\ \ | |/
| * part: return -ENOSYS when get_info not valid.schspa2021-11-181-0/+7
* | disk: part_dos: Fix a NULL pointer errorSimon Glass2021-11-281-4/+6
|/
* WS cleanup: remove SPACE(s) followed by TABWIP/2021-09-30-whitespace-cleanupsWolfgang Denk2021-09-301-1/+1
* treewide: fdt: Move fdt_get_config_... to ofnode_conf_read...Simon Glass2021-09-251-5/+3
* cmd/part: correct alignment of partition listHeinrich Schuchardt2021-09-021-1/+1
* global: Convert simple_strtoul() with decimal to dectoul()Simon Glass2021-08-021-2/+2