Commit Graph

239 Commits (lime2-spi)

Author SHA1 Message Date
Simon Glass 67b9052264 Rename GPT_HEADER_SIGNATURE to avoid conflict 6 years ago
Masahiro Yamada dee37fc99d Remove <inttypes.h> includes and PRI* usages in printf() entirely 6 years ago
Sam Protsenko 8f690848b8 disk: part: Don't show redundant error message 6 years ago
Heinrich Schuchardt 44ab2d325b efi_loader: avoid initializer element is not constant 6 years ago
Sam Protsenko 955575c8dc disk: efi: Correct backing up the MBR boot code 6 years ago
Tom Rini 83d290c56f SPDX: Convert all of our single license tags to Linux Kernel style 6 years ago
Alex Kiernan ab9e12f651 spl: disk: usb: Add dependencies to sprintf/strto* 6 years ago
Tom Rini d024236e5a Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR 6 years ago
Alexander Graf 4f67b93fb7 part: Disable CONFIG_SPL_ISO_PARTITION by default 6 years ago
Kever Yang 56670d6fb8 disk: part: use common api to lookup part driver 6 years ago
Kever Yang d472926919 disk: part: scan the disk if the part_type is unknown 6 years ago
Adam Ford 1811a928c6 Move most CONFIG_HAVE_BLOCK_DEVICE to Kconfig 6 years ago
Adam Ford a451bc27c9 Convert LIB_UUID to Kconfig 6 years ago
Alexey Brodkin 8639e34d2c part: Allocate only one legacy_mbr buffer 6 years ago
Maxime Ripard 5dc0256d12 part: efi: Add default number of partition entries for sunxi 6 years ago
Maxime Ripard 4ce521977f part: efi: Add a Kconfig option for the number of partition entries 6 years ago
Patrick Delaunay 3cc566117e disk: efi: correct the allocation size for mbr header in stack 7 years ago
Shawn Guo 8f7102cf6b disk: part_dos: fix part_get_info_extended() function 7 years ago
Lukasz Majewski bb021013ba gpt: Use cache aligned buffers for gpt_h and gpt_e 7 years ago
Patrick Delaunay ae0e0228e6 disk: efi: correct the overlap check on GPT header and PTE 7 years ago
Alexander Graf b16339e254 iso: Reduce verbosity on test and info calls 7 years ago
Tom Rini b351ccf11a part_efi: In is_gpt_valid() check argument validity before allocation 7 years ago
Sam Protsenko 3078909556 disk: Provide API to get partition by name for specific type 7 years ago
Fabio Estevam 3ea0520512 disk: part_dos: Use the original allocation scheme for the SPL case 7 years ago
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
Andre Przywara eefa0a647d EFI: find EFI system partition by legacy MBR partition type 7 years ago
Rob Clark 4bbcc965f9 fs: add fs_readdir() 7 years ago
Bin Meng 337e3b897d part: mac: Suppress the error message after reading ddb 7 years ago
Heinrich Schuchardt 5eae466ea1 disk: part: fix typo 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
Stefan Agner 5c27535dc9 disk: part: align buffer so it can be used with DMA enabled drivers 7 years ago
Simon Glass 00caae6d47 env: Rename getenv/_f() to env_get() 7 years ago
Zhikang Zhang ffab6945ec dm: blk: part: Add UCLASS_NVME and IF_TYPE_NVME 7 years ago
Alison Chaiken 73d6d18b71 GPT: add accessor function for disk GUID 7 years ago
Alison Chaiken e6faf21f25 partitions: increase MAX_SEARCH_PARTITIONS and move to part.h 7 years ago
Alison Chaiken db9b6200a4 EFI: replace number with UUID_STR_LEN macro 7 years ago
Alex Deymo 88b6329cce disk: Return the partition number in part_get_info_by_name() 7 years ago
Tom Rini 936478e797 SPARC: Remove 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
Dalon Westergreen f0fb4fa7d5 SPL: add support to boot from a partition type 7 years ago
Vincent Tinelli e163a931af cmd: gpt: backup boot code before writing MBR 7 years ago
Patrick Delaunay aed8fdaae9 disk: convert CONFIG_PARTITION_TYPE_GUID to Kconfig 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
Patrick Delaunay 863c5b6cdd disk: convert CONFIG_AMIGA_PARTITION to Kconfig 7 years ago