summaryrefslogtreecommitdiff
path: root/disk
Commit message (Expand)AuthorAgeFilesLines
* 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
* global: Convert simple_strtoul() with hex to hextoul()Simon Glass2021-08-021-3/+3
* disk: Tidy up #ifdefs in part_efiSimon Glass2021-07-281-5/+6
* disk/part_dos.c: Fix a variable typo in write_mbr_partitions()Christian Melki2021-06-221-1/+1
* part: Add check for NULL dev_part_strSean Anderson2021-05-261-1/+5
* part: Fix bogus return from part_get_info_by_dev_and_nameSean Anderson2021-04-221-1/+1
* disk: gpt: verify alternate LBA points to last usable LBAStefan Herbrechtsmeier2021-04-121-0/+9
* part: Support string block devices in part_get_info_by_dev_and_nameSean Anderson2021-02-261-19/+22
* part: Support getting whole disk from part_get_info_by_dev_and_name_or_numSean Anderson2021-02-261-2/+3
* part: Give several functions more useful return valuesSean Anderson2021-02-261-22/+28
* common: Drop asm/global_data.h from common headerWIP/2021-02-02-drop-asm_global_data-when-unusedSimon Glass2021-02-021-0/+1
* disk: part_dos: update partition table entries after writeGary Bisson2021-02-011-0/+6
* Merge tag 'dm-pull-30jan21' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini2021-01-311-0/+1
|\
| * disk: part: sandbox support in dev_print()Heinrich Schuchardt2021-01-301-0/+1
* | disk: part_efi: update partition table entries after writeGary Bisson2021-01-291-0/+3
|/
* lib/uuid.c: change prototype of uuid_guid_get_str()Rasmus Villemoes2021-01-161-4/+5
* disk: dos: add code for creating MBR partition layoutMarek Szyprowski2021-01-152-0/+169
* disk: dos: make some functions staticMarek Szyprowski2021-01-151-2/+3
* disk: dos: use generic macro for unaligned le32 accessMarek Szyprowski2021-01-151-19/+9
* disk: dos: add some defines for the hardcoded numbersMarek Szyprowski2021-01-152-3/+6
* disk: dos: rename write_mbr_partition to write_mbr_sectorMarek Szyprowski2021-01-151-1/+1
* disk: typo Terra BytesHeinrich Schuchardt2020-09-221-1/+1
* xen: pvblock: Add initial support for para-virtualized block driverAnastasiia Lukianenko2020-08-141-0/+4
* common: Drop log.h from common headerSimon Glass2020-05-183-0/+3
* common: Drop part.h from common headerSimon Glass2020-05-186-1/+10
* part: Drop disk_partition_t typedefSimon Glass2020-05-186-20/+21
* common: Drop net.h from common headerSimon Glass2020-05-182-0/+2
* common: Drop uuid.h from common headerSimon Glass2020-05-181-0/+1
* rename symbol: CONFIG_TEGRA -> CONFIG_ARCH_TEGRATrevor Woerner2020-05-151-2/+2
* part: detect EFI system partitionHeinrich Schuchardt2020-04-302-10/+20
* sunxi: Move common defconfig options to KconfigAndre Przywara2020-03-181-0/+2
* disk: part: rename parameter of lba512_muldiv()WIP/2020-01-22-master-importsHeinrich Schuchardt2020-01-231-6/+7
* crc32: Use the crc.h header for crc functionsSimon Glass2019-12-021-0/+1
* disk: part_dos: correctly detect DOS PBRHeinrich Schuchardt2019-10-311-14/+25
* disk: part_dos: Allocate at least one block size for mbrFaiz Abbas2019-09-191-1/+2
* disk: efi: ignore 'IGNOREME' GPT header found on cros eMMCsUrja Rannikko2019-08-231-7/+21
* disk: efi: unify code for finding a valid gptUrja Rannikko2019-08-231-39/+34