aboutsummaryrefslogtreecommitdiff
path: root/disk/part_efi.c
AgeCommit message (Expand)AuthorFilesLines
2023-09-24common: Drop linux/printk.h from common headerSimon Glass1-0/+1
2023-09-11part: rename disk_partition_type_uuid()Heinrich Schuchardt1-1/+1
2023-08-25part: efi: Add debugging for the signature checkSimon Glass1-2/+11
2023-08-25part: Add accessors for struct disk_partition type_uuidSimon Glass1-4/+5
2023-08-25part: Add accessors for struct disk_partition uuidSimon Glass1-15/+16
2023-08-25part: efi: Use desc instead of dev_descSimon Glass1-116/+112
2023-02-10Correct SPL use of PARTITION_TYPE_GUIDSimon Glass1-1/+1
2022-10-31disk: Drop debug messages in part_efiSimon Glass1-78/+72
2022-10-17fs: Quieten down the filesystems moreSimon Glass1-8/+7
2022-09-16disk: Use Makefile to omit partition driversSimon Glass1-3/+0
2022-05-28disk: incorrect message in is_gpt_valid()Heinrich Schuchardt1-3/+1
2022-05-06disk: part_efi: add support to repair gpt tablePhilippe Reynes1-0/+86
2022-01-22Merge tag 'efi-2022-04-rc1-2' of https://source.denx.de/u-boot/custodians/u-b...WIP/22Jan2022Tom Rini1-13/+8
2022-01-19doc: replace @return by Return:Heinrich Schuchardt1-1/+1
2022-01-19disk: simplify part_print_efi()Heinrich Schuchardt1-13/+8
2022-01-15disk: gpt: print all partitionsHeinrich Schuchardt1-2/+2
2021-09-25treewide: fdt: Move fdt_get_config_... to ofnode_conf_read...Simon Glass1-5/+3
2021-07-28disk: Tidy up #ifdefs in part_efiSimon Glass1-5/+6
2021-04-12disk: gpt: verify alternate LBA points to last usable LBAStefan Herbrechtsmeier1-0/+9
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass1-0/+1
2021-01-29disk: part_efi: update partition table entries after writeGary Bisson1-0/+3
2021-01-16lib/uuid.c: change prototype of uuid_guid_get_str()Rasmus Villemoes1-4/+5
2020-09-22disk: typo Terra BytesHeinrich Schuchardt1-1/+1
2020-05-18common: Drop log.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop part.h from common headerSimon Glass1-1/+3
2020-05-18part: Drop disk_partition_t typedefSimon Glass1-4/+4
2020-05-18common: Drop net.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop uuid.h from common headerSimon Glass1-0/+1
2020-04-30part: detect EFI system partitionHeinrich Schuchardt1-6/+10
2019-12-02crc32: Use the crc.h header for crc functionsSimon Glass1-0/+1
2019-08-23disk: efi: ignore 'IGNOREME' GPT header found on cros eMMCsUrja Rannikko1-7/+21
2019-08-23disk: efi: unify code for finding a valid gptUrja Rannikko1-39/+34
2019-07-16disk: efi: avoid unaligned pointer errorHeinrich Schuchardt1-2/+11
2019-07-06disk: efi: buffer overflow in part_get_info_efi()Heinrich Schuchardt1-2/+2
2019-05-02disk: efi: Fix memory leak on 'gpt verify'Eugeniu Rosca1-0/+4
2019-05-02disk: efi: Fix memory leak on 'gpt guid'Eugeniu Rosca1-0/+2
2019-01-18disk: efi: GUIDs should be constHeinrich Schuchardt1-1/+1
2018-10-09Rename GPT_HEADER_SIGNATURE to avoid conflictSimon Glass1-3/+3
2018-09-10Remove <inttypes.h> includes and PRI* usages in printf() entirelyMasahiro Yamada1-1/+0
2018-06-14efi_loader: avoid initializer element is not constantHeinrich Schuchardt1-2/+7
2018-06-05disk: efi: Correct backing up the MBR boot codeSam Protsenko1-2/+4
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-02-08Move most CONFIG_HAVE_BLOCK_DEVICE to KconfigAdam Ford1-1/+1
2017-11-29disk: efi: correct the allocation size for mbr header in stackPatrick Delaunay1-2/+2
2017-11-06gpt: Use cache aligned buffers for gpt_h and gpt_eLukasz Majewski1-7/+9
2017-10-23disk: efi: correct the overlap check on GPT header and PTEPatrick Delaunay1-2/+2
2017-10-16part_efi: In is_gpt_valid() check argument validity before allocationTom Rini1-2/+3
2017-10-04treewide: replace with error() with pr_err()Masahiro Yamada1-5/+5
2017-09-20part: extract MBR signature from partitionsPeter Jones1-0/+20
2017-09-03part: efi: Disable overlap checkMaxime Ripard1-7/+21