summaryrefslogtreecommitdiffstats
path: root/disk/part_efi.c
Commit message (Expand)AuthorAgeFilesLines
* disk: gpt: verify alternate LBA points to last usable LBAStefan Herbrechtsmeier2021-04-121-0/+9
* common: Drop asm/global_data.h from common headerSimon Glass2021-02-021-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: typo Terra BytesHeinrich Schuchardt2020-09-221-1/+1
* common: Drop log.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop part.h from common headerSimon Glass2020-05-181-1/+3
* part: Drop disk_partition_t typedefSimon Glass2020-05-181-4/+4
* common: Drop net.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop uuid.h from common headerSimon Glass2020-05-181-0/+1
* part: detect EFI system partitionHeinrich Schuchardt2020-04-301-6/+10
* crc32: Use the crc.h header for crc functionsSimon Glass2019-12-021-0/+1
* 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
* disk: efi: avoid unaligned pointer errorHeinrich Schuchardt2019-07-161-2/+11
* disk: efi: buffer overflow in part_get_info_efi()Heinrich Schuchardt2019-07-061-2/+2
* disk: efi: Fix memory leak on 'gpt verify'Eugeniu Rosca2019-05-021-0/+4
* disk: efi: Fix memory leak on 'gpt guid'Eugeniu Rosca2019-05-021-0/+2
* disk: efi: GUIDs should be constHeinrich Schuchardt2019-01-181-1/+1
* Rename GPT_HEADER_SIGNATURE to avoid conflictSimon Glass2018-10-091-3/+3
* Remove <inttypes.h> includes and PRI* usages in printf() entirelyMasahiro Yamada2018-09-101-1/+0
* efi_loader: avoid initializer element is not constantHeinrich Schuchardt2018-06-141-2/+7
* disk: efi: Correct backing up the MBR boot codeSam Protsenko2018-06-051-2/+4
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* Move most CONFIG_HAVE_BLOCK_DEVICE to KconfigAdam Ford2018-02-081-1/+1
* disk: efi: correct the allocation size for mbr header in stackPatrick Delaunay2017-11-291-2/+2
* gpt: Use cache aligned buffers for gpt_h and gpt_eLukasz Majewski2017-11-061-7/+9
* disk: efi: correct the overlap check on GPT header and PTEPatrick Delaunay2017-10-231-2/+2
* part_efi: In is_gpt_valid() check argument validity before allocationTom Rini2017-10-161-2/+3
* treewide: replace with error() with pr_err()Masahiro Yamada2017-10-041-5/+5
* part: extract MBR signature from partitionsPeter Jones2017-09-201-0/+20
* part: efi: Disable overlap checkMaxime Ripard2017-09-031-7/+21
* part: efi: make gpt_fill_pte take the device descriptorMaxime Ripard2017-09-031-3/+4
* part: efi: rework the partition start and size in gpt_fill_pteMaxime Ripard2017-09-031-6/+8
* part: efi: Fix offsetMaxime Ripard2017-09-031-3/+7
* GPT: add accessor function for disk GUIDAlison Chaiken2017-08-041-0/+31
* EFI: replace number with UUID_STR_LEN macroAlison Chaiken2017-08-041-1/+1
* part_efi: support padding between the GPT header and partition entriesPhilipp Tomsich2017-03-201-4/+51
* gpt: Fix uuid string formatVincent Tinelli2017-03-171-1/+1
* cmd: gpt: backup boot code before writing MBRVincent Tinelli2017-02-081-0/+7
* cmd, disk: convert CONFIG_PARTITION_UUIDS, CMD_PART and CMD_GPTPatrick Delaunay2017-01-281-3/+3
* disk: convert CONFIG_EFI_PARTITION to KconfigPatrick Delaunay2017-01-281-1/+1
* disk: part: implement generic function part_get_info_by_name()Petr Kulhavy2016-10-011-19/+1
* cmd: gpt: fix the wrong size parse for the last partitionKever Yang2016-08-051-0/+4
* part_efi: Fix compiler warning on 32-bit sandboxSimon Glass2016-07-251-5/+5
* disk: part_efi: fix check of the max partition sizePatrick Delaunay2016-05-271-1/+1
* part_efi: Drop NULL check in part_get_info_efi()Simon Glass2016-03-221-1/+1
* part_efi: Drop the NULL check on dev_desc in part_print_efi()Simon Glass2016-03-221-4/+0
* part: Rename test_part_xx() and print_part_xx()Simon Glass2016-03-141-4/+4
* dm: block: Adjust device calls to go through helpers functionSimon Glass2016-03-141-19/+15