Commit Graph

74 Commits (9b643e312d528f291966c1f30b0d90bf3b1d43dc)

Author SHA1 Message Date
Masahiro Yamada 9b643e312d treewide: replace with error() with pr_err() 7 years ago
Peter Jones ff98cb9051 part: extract MBR signature from partitions 7 years ago
Maxime Ripard 79c5912e8d part: efi: Disable overlap check 7 years ago
Maxime Ripard 47d7ee47ba part: efi: make gpt_fill_pte take the device descriptor 7 years ago
Maxime Ripard 5276e8b62d part: efi: rework the partition start and size in gpt_fill_pte 7 years ago
Maxime Ripard 89d33a2c0d part: efi: Fix offset 7 years ago
Alison Chaiken 73d6d18b71 GPT: add accessor function for disk GUID 7 years ago
Alison Chaiken db9b6200a4 EFI: replace number with UUID_STR_LEN macro 7 years ago
Philipp Tomsich 02e43537b3 part_efi: support padding between the GPT header and partition entries 7 years ago
Vincent Tinelli 9da52f8f67 gpt: Fix uuid string format 7 years ago
Vincent Tinelli e163a931af cmd: gpt: backup boot code before writing MBR 7 years ago
Patrick Delaunay b331cd6204 cmd, disk: convert CONFIG_PARTITION_UUIDS, CMD_PART and CMD_GPT 7 years ago
Patrick Delaunay bd42a94268 disk: convert CONFIG_EFI_PARTITION to Kconfig 7 years ago
Petr Kulhavy 87b8530fe2 disk: part: implement generic function part_get_info_by_name() 8 years ago
Kever Yang c2fdd34569 cmd: gpt: fix the wrong size parse for the last partition 8 years ago
Simon Glass 5afb8d151f part_efi: Fix compiler warning on 32-bit sandbox 8 years ago
Patrick Delaunay a565386762 disk: part_efi: fix check of the max partition size 8 years ago
Simon Glass 4708a07c7c part_efi: Drop NULL check in part_get_info_efi() 8 years ago
Simon Glass 5f095f0c7a part_efi: Drop the NULL check on dev_desc in part_print_efi() 8 years ago
Simon Glass 084bf4c244 part: Rename test_part_xx() and print_part_xx() 8 years ago
Simon Glass 2a981dc2c6 dm: block: Adjust device calls to go through helpers function 8 years ago
Simon Glass bcce53d048 dm: block: Rename device number member dev to devnum 8 years ago
Simon Glass 3e8bd46950 dm: part: Rename some partition functions 8 years ago
Simon Glass 96e5b03c8a dm: part: Convert partition API use to linker lists 8 years ago
Simon Glass f8d6165d4b dm: part: Correct a sandbox build warning 8 years ago
Simon Glass 4101f68792 dm: Drop the block_dev_desc_t typedef 8 years ago
Ben Whitten 192bc6948b Fix GCC format-security errors and convert sprintfs. 8 years ago
Stephen Warren 7c4213f6a5 block: pass block dev not num to read/write/erase() 8 years ago
Patrick Delaunay cfdaf4caa2 part:efi: add bootable parameter in gpt command 9 years ago
Lukasz Majewski cef68bf904 gpt: part: Definition and declaration of GPT verification functions 9 years ago
Patrick Delaunay bcb41dcaef uuid: add selection by string for known partition type GUID 9 years ago
Patrick Delaunay 7561b258a1 gpt: add optional parameter type in gpt command 9 years ago
Simon Glass cf92e05c01 Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h header 9 years ago
Maxime Ripard b349abbfe9 gpt: Fix the protective MBR partition size 9 years ago
Steve Rae 0ff7e585df fastboot: handle flash write to GPT partitions 10 years ago
Steve Rae e1f6b0a02d disk: part_efi: move code to static functions 10 years ago
Simon Glass e48f3741c3 sandbox: Fix warnings due to 64-bit printf() strings 10 years ago
Steve Rae 60bf941693 disk: part_efi: add get_partition_info_efi_by_name() 10 years ago
Steve Rae e04350d299 disk: part_efi: clarify lbaint_t usage 10 years ago
Steve Rae dedf37bb61 disk: part_efi: resolve endianness issues 10 years ago
Steve Rae ae95fad5af disk: part_efi: add support for the Backup GPT 10 years ago
Przemyslaw Marczak d718ded056 lib: uuid: code refactor for proper maintain between uuid bin and string 10 years ago
Przemyslaw Marczak a96a0e6153 part_efi: move uuid<->string conversion functions into lib/uuid.c 10 years ago
Hector Palacios 61fcc7d275 part_efi: fix protective mbr struct allocation 10 years ago
Mark Langsdorf 6d2ee5a33a part_efi: make sure the gpt_pte is freed 11 years ago
Wolfgang Denk 1a4596601f Add GPL-2.0+ SPDX-License-Identifier to source files 11 years ago
Frederic Leroy 04735e9c55 Fix ext2/ext4 filesystem accesses beyond 2TiB 11 years ago
Marek Vasut 67cd4a6348 disk: Fix possible out-of-bounds access in part_efi.c 11 years ago
Egbert Eich ae1768a72c disk/gpt: Fix GPT partition handling for blocksize != 512 11 years ago
Marc Dietrich 8faefadb73 disk: fix unaligned access in efi partitions 11 years ago