summaryrefslogtreecommitdiff
path: root/disk
AgeCommit message (Expand)Author
2022-08-26disk: part: remove dependency to ubifs for splStefan Herbrechtsmeier
2022-07-21arch: mvebu: Disable by default unused peripherals in SPLPali Rohár
2022-07-02disk: honor CONFIG_SYS_64BIT_LBAHeinrich Schuchardt
2022-05-28disk: incorrect message in is_gpt_valid()Heinrich Schuchardt
2022-05-06disk: part_efi: add support to repair gpt tablePhilippe Reynes
2022-04-23dm: disk: add read/write interfaces with udeviceAKASHI Takahiro
2022-04-23dm: disk: add UCLASS_PARTITIONAKASHI Takahiro
2022-04-23disk: don't compile in partition support for spl/tpl if not really necessaryAKASHI Takahiro
2022-04-12disk: part: add the device search failed log msgOleksii Bidnichenko
2022-04-06disk: Correct the conditions for SPLSimon Glass
2022-04-01fs: Add semihosting filesystemSean Anderson
2022-03-25disk: Add an option for partitions in SPLSimon Glass
2022-01-22Merge tag 'efi-2022-04-rc1-2' of https://source.denx.de/u-boot/custodians/u-b...Tom Rini
2022-01-19doc: replace @return by Return:Heinrich Schuchardt
2022-01-19disk: simplify part_print_efi()Heinrich Schuchardt
2022-01-15disk: gpt: print all partitionsHeinrich Schuchardt
2021-12-20Merge tag 'v2022.01-rc4' into nextTom Rini
2021-12-18part: call part_init() in blk_get_device_by_str() only for MMCAKASHI Takahiro
2021-12-09efi: Add uclass for devices provided by UEFI firmwareSimon Glass
2021-11-29Merge tag 'v2022.01-rc3' into nextTom Rini
2021-11-28disk: part_dos: Fix a NULL pointer errorSimon Glass
2021-11-18part: return -ENOSYS when get_info not valid.schspa
2021-09-30WS cleanup: remove SPACE(s) followed by TABWolfgang Denk
2021-09-25treewide: fdt: Move fdt_get_config_... to ofnode_conf_read...Simon Glass
2021-09-02cmd/part: correct alignment of partition listHeinrich Schuchardt
2021-08-02global: Convert simple_strtoul() with decimal to dectoul()Simon Glass
2021-08-02global: Convert simple_strtoul() with hex to hextoul()Simon Glass
2021-07-28disk: Tidy up #ifdefs in part_efiSimon Glass
2021-06-22disk/part_dos.c: Fix a variable typo in write_mbr_partitions()Christian Melki
2021-05-26part: Add check for NULL dev_part_strSean Anderson
2021-04-22part: Fix bogus return from part_get_info_by_dev_and_nameSean Anderson
2021-04-12disk: gpt: verify alternate LBA points to last usable LBAStefan Herbrechtsmeier
2021-02-26part: Support string block devices in part_get_info_by_dev_and_nameSean Anderson
2021-02-26part: Support getting whole disk from part_get_info_by_dev_and_name_or_numSean Anderson
2021-02-26part: Give several functions more useful return valuesSean Anderson
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass
2021-02-01disk: part_dos: update partition table entries after writeGary Bisson
2021-01-31Merge tag 'dm-pull-30jan21' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini
2021-01-30disk: part: sandbox support in dev_print()Heinrich Schuchardt
2021-01-29disk: part_efi: update partition table entries after writeGary Bisson
2021-01-16lib/uuid.c: change prototype of uuid_guid_get_str()Rasmus Villemoes
2021-01-15disk: dos: add code for creating MBR partition layoutMarek Szyprowski
2021-01-15disk: dos: make some functions staticMarek Szyprowski
2021-01-15disk: dos: use generic macro for unaligned le32 accessMarek Szyprowski
2021-01-15disk: dos: add some defines for the hardcoded numbersMarek Szyprowski
2021-01-15disk: dos: rename write_mbr_partition to write_mbr_sectorMarek Szyprowski
2020-09-22disk: typo Terra BytesHeinrich Schuchardt
2020-08-14xen: pvblock: Add initial support for para-virtualized block driverAnastasiia Lukianenko
2020-05-18common: Drop log.h from common headerSimon Glass
2020-05-18common: Drop part.h from common headerSimon Glass