Commit Graph

117 Commits (9607faf20ae48d1a8ad28d9bb2880b9a8eeed872)

Author SHA1 Message Date
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
Simon Glass 95fac6ab45 sandbox: Use os functions to read host device tree 10 years ago
Hector Palacios 61fcc7d275 part_efi: fix protective mbr struct allocation 10 years ago
Masahiro Yamada 6825a95b0b kbuild: use Linux Kernel build scripts 10 years ago
Henrik Nordström f4d8de48f5 sandbox: block driver using host file/device as backing store 11 years ago
Masahiro Yamada dcbd48917e disk: convert a makefile to Kbuild style 11 years ago
Wolfgang Denk 3765b3e7bd Coding Style cleanup: remove trailing white space 11 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
Lan Yixun (dlan) 50ffc3b64a fs/ext4: fix log2blksz un-initialized error, by cacaulating its value from blksz 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 d7ea4d4d4c disk/iso: Add Support for block sizes > 512 byte to ISO partition support 11 years ago
Egbert Eich ae1768a72c disk/gpt: Fix GPT partition handling for blocksize != 512 11 years ago
Egbert Eich 9d956e0fef disk/part_dos: check harder for partition table 11 years ago
Marc Dietrich 8faefadb73 disk: fix unaligned access in efi partitions 11 years ago
Stephen Warren 2c1af9dcdc disk: define HAVE_BLOCK_DEVICE in a common place 11 years ago
Simon Glass 92ccc96bf3 sandbox: Add host filesystem 11 years ago
Lukasz Majewski 40684ddb83 gpt: Support for GPT (GUID Partition Table) restoration 12 years ago
Chang Hyun Park fae2bf22a2 gpt: The leXX_to_int() calls replaced with ones defined at <compiler.h> 12 years ago
Lukasz Majewski 9386f96ca9 part:efi: Move part_efi.h file to ./include 12 years ago
Jerry Huang 33699df12c part: check each variable for capability calculation 12 years ago
Taylor Hutt 9936be31fb disk: Address cast and format errors 12 years ago
Gabe Black 0c9c8fb5ec disk: Make the disk partition code work with no specific partition types 12 years ago
Stephen Warren 6ab6a650a4 disk: initialize name/part fields when returning a whole disk 12 years ago
Stephen Warren e2e9b37898 disk: part_dos: print partition UUID in partition list 12 years ago
Stephen Warren 304b571130 disk: part_dos: checkpatch cleanups 12 years ago
Stephen Warren b4414f4a4a disk: part_efi: set bootable flag in partition objects 12 years ago
Stephen Warren 13bf2f55d9 disk: part_efi: print raw partition attributes 12 years ago
Stephen Warren 1c8346ab38 disk: part_efi: add new partition attribute definitions 12 years ago
Stephen Warren f07cd2c4c7 disk: part_efi: print partition UUIDs 12 years ago
Stephen Warren 788a8c1fc9 disk: part_efi: re-order partition list printf, change case 12 years ago
Stephen Warren 38a3021edc disk: part_efi: remove indent level from loop 12 years ago
Stephen Warren 71bba424ad disk: get_device_and_partition() return value fixes 12 years ago
Stephen Warren d1efb6442a disk: part_dos: don't claim whole-disk FAT filesystems 12 years ago
Stephen Warren a10973e7fa disk: allow - or empty string to fall back to $bootdevice 12 years ago
Stephen Warren d27b5f9398 disk: part_msdos: parse and store partition UUID 12 years ago
Stephen Warren 894bfbbfb7 disk: part_efi: parse and store partition UUID 12 years ago
Stephen Warren c04d68c694 disk: part_efi: range-check partition number 12 years ago
Stephen Warren 10a37fd7a4 disk: get_device_and_partition() "auto" partition and cleanup 12 years ago
Stephen Warren 2023e60861 disk: introduce get_device() 12 years ago
Rob Herring 99d2c205d4 disk/part: introduce get_device_and_partition 12 years ago
Rob Herring 40e0e5686a disk/part: check bootable flag for DOS partitions 12 years ago
Stephen Warren 2f50164627 disk: make get_partition_info() always available to disk.c 12 years ago
Benoît Thébaudeau 64a08a9ffc part_mac: dcache: allocate cacheline-aligned buffers 12 years ago
Marek Vasut b37d41aa24 Block: Remove MG DISK support 12 years ago
Eric Nelson dec049d924 part_dos: align disk buffers on cache line to enable DMA and cache 12 years ago
Tim Kientzle 7e71dc6884 disk/part.c: Fix device enumeration through API 12 years ago
Sanjeev Premi 29b7042add part_efi: Fix compile errors 13 years ago