summaryrefslogtreecommitdiff
path: root/disk/part_efi.c
AgeCommit message (Expand)Author
2023-02-10Correct SPL use of PARTITION_TYPE_GUIDSimon Glass
2022-10-31disk: Drop debug messages in part_efiSimon Glass
2022-10-17fs: Quieten down the filesystems moreSimon Glass
2022-09-16disk: Use Makefile to omit partition driversSimon Glass
2022-05-28disk: incorrect message in is_gpt_valid()Heinrich Schuchardt
2022-05-06disk: part_efi: add support to repair gpt tablePhilippe Reynes
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-09-25treewide: fdt: Move fdt_get_config_... to ofnode_conf_read...Simon Glass
2021-07-28disk: Tidy up #ifdefs in part_efiSimon Glass
2021-04-12disk: gpt: verify alternate LBA points to last usable LBAStefan Herbrechtsmeier
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass
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
2020-09-22disk: typo Terra BytesHeinrich Schuchardt
2020-05-18common: Drop log.h from common headerSimon Glass
2020-05-18common: Drop part.h from common headerSimon Glass
2020-05-18part: Drop disk_partition_t typedefSimon Glass
2020-05-18common: Drop net.h from common headerSimon Glass
2020-05-18common: Drop uuid.h from common headerSimon Glass
2020-04-30part: detect EFI system partitionHeinrich Schuchardt
2019-12-02crc32: Use the crc.h header for crc functionsSimon Glass
2019-08-23disk: efi: ignore 'IGNOREME' GPT header found on cros eMMCsUrja Rannikko
2019-08-23disk: efi: unify code for finding a valid gptUrja Rannikko
2019-07-16disk: efi: avoid unaligned pointer errorHeinrich Schuchardt
2019-07-06disk: efi: buffer overflow in part_get_info_efi()Heinrich Schuchardt
2019-05-02disk: efi: Fix memory leak on 'gpt verify'Eugeniu Rosca
2019-05-02disk: efi: Fix memory leak on 'gpt guid'Eugeniu Rosca
2019-01-18disk: efi: GUIDs should be constHeinrich Schuchardt
2018-10-09Rename GPT_HEADER_SIGNATURE to avoid conflictSimon Glass
2018-09-10Remove <inttypes.h> includes and PRI* usages in printf() entirelyMasahiro Yamada
2018-06-14efi_loader: avoid initializer element is not constantHeinrich Schuchardt
2018-06-05disk: efi: Correct backing up the MBR boot codeSam Protsenko
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2018-02-08Move most CONFIG_HAVE_BLOCK_DEVICE to KconfigAdam Ford
2017-11-29disk: efi: correct the allocation size for mbr header in stackPatrick Delaunay
2017-11-06gpt: Use cache aligned buffers for gpt_h and gpt_eLukasz Majewski
2017-10-23disk: efi: correct the overlap check on GPT header and PTEPatrick Delaunay
2017-10-16part_efi: In is_gpt_valid() check argument validity before allocationTom Rini
2017-10-04treewide: replace with error() with pr_err()Masahiro Yamada
2017-09-20part: extract MBR signature from partitionsPeter Jones
2017-09-03part: efi: Disable overlap checkMaxime Ripard
2017-09-03part: efi: make gpt_fill_pte take the device descriptorMaxime Ripard
2017-09-03part: efi: rework the partition start and size in gpt_fill_pteMaxime Ripard
2017-09-03part: efi: Fix offsetMaxime Ripard
2017-08-04GPT: add accessor function for disk GUIDAlison Chaiken
2017-08-04EFI: replace number with UUID_STR_LEN macroAlison Chaiken
2017-03-20part_efi: support padding between the GPT header and partition entriesPhilipp Tomsich