summaryrefslogtreecommitdiff
path: root/disk/part_efi.c
AgeCommit message (Expand)AuthorFilesLines
2021-07-28disk: Tidy up #ifdefs in part_efiSimon Glass1-5/+6
2021-04-13disk: 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-19common: Drop log.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop part.h from common headerSimon Glass1-1/+3
2020-05-19part: Drop disk_partition_t typedefSimon Glass1-4/+4
2020-05-19common: 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-03crc32: 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-17disk: 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-11Remove <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-09Move most CONFIG_HAVE_BLOCK_DEVICE to KconfigAdam Ford1-1/+1
2017-11-30disk: 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-24disk: 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
2017-09-03part: efi: make gpt_fill_pte take the device descriptorMaxime Ripard1-3/+4
2017-09-03part: efi: rework the partition start and size in gpt_fill_pteMaxime Ripard1-6/+8
2017-09-03part: efi: Fix offsetMaxime Ripard1-3/+7
2017-08-04GPT: add accessor function for disk GUIDAlison Chaiken1-0/+31
2017-08-04EFI: replace number with UUID_STR_LEN macroAlison Chaiken1-1/+1
2017-03-21part_efi: support padding between the GPT header and partition entriesPhilipp Tomsich1-4/+51
2017-03-17gpt: Fix uuid string formatVincent Tinelli1-1/+1
2017-02-08cmd: gpt: backup boot code before writing MBRVincent Tinelli1-0/+7
2017-01-28cmd, disk: convert CONFIG_PARTITION_UUIDS, CMD_PART and CMD_GPTPatrick Delaunay1-3/+3
2017-01-28disk: convert CONFIG_EFI_PARTITION to KconfigPatrick Delaunay1-1/+1
2016-10-02disk: part: implement generic function part_get_info_by_name()Petr Kulhavy1-19/+1
2016-08-06cmd: gpt: fix the wrong size parse for the last partitionKever Yang1-0/+4
2016-07-25part_efi: Fix compiler warning on 32-bit sandboxSimon Glass1-5/+5
2016-05-27disk: part_efi: fix check of the max partition sizePatrick Delaunay1-1/+1
2016-03-22part_efi: Drop NULL check in part_get_info_efi()Simon Glass1-1/+1
2016-03-22part_efi: Drop the NULL check on dev_desc in part_print_efi()Simon Glass1-4/+0
2016-03-15part: Rename test_part_xx() and print_part_xx()Simon Glass1-4/+4