Commit Graph

164 Commits (7a439cadcf3192eb012a2432ca34670b676c74d2)

Author SHA1 Message Date
Alexander Graf a2adb173ec iso: Allow 512 byte sector size 9 years ago
Alexander Graf 2579c67478 iso: Start with partition 1 9 years ago
Alexander Graf ef9e6de540 iso: Make little endian and 64bit safe 9 years ago
Nishanth Menon 2ae67aec5e dm: part: fix missing driver name in debug print 9 years ago
Eric Nelson e40cf34a29 drivers: block: add block device cache 9 years ago
Simon Glass 4708a07c7c part_efi: Drop NULL check in part_get_info_efi() 9 years ago
Simon Glass 5f095f0c7a part_efi: Drop the NULL check on dev_desc in part_print_efi() 9 years ago
Simon Glass 0919228cf4 part_iso: Drop the customer unaligned access functions 9 years ago
Alexander Graf d96a98045a disk/part.c: Expose list of available block drivers 9 years ago
Simon Glass 084bf4c244 part: Rename test_part_xx() and print_part_xx() 9 years ago
Simon Glass 2a981dc2c6 dm: block: Adjust device calls to go through helpers function 9 years ago
Simon Glass bcce53d048 dm: block: Rename device number member dev to devnum 9 years ago
Simon Glass 3e8bd46950 dm: part: Rename some partition functions 9 years ago
Simon Glass 96e5b03c8a dm: part: Convert partition API use to linker lists 9 years ago
Simon Glass 95a6f9dfcb dm: part: Add a cast to avoid a compiler warning 9 years ago
Simon Glass e35929e4a1 dm: blk: Rename get_device_and_partition() 9 years ago
Simon Glass ebac37cfbf dm: blk: Rename get_device() to blk_get_device_by_str() 9 years ago
Simon Glass db1d9e78e6 dm: blk: Rename get_dev() to blk_get_dev() 9 years ago
Simon Glass f8d6165d4b dm: part: Correct a sandbox build warning 9 years ago
Simon Glass 4101f68792 dm: Drop the block_dev_desc_t typedef 9 years ago
Erik Tideman 99e7fc8a26 mmc: emmc and hw partitions partition table id bugfix. 9 years ago
Ben Whitten 192bc6948b Fix GCC format-security errors and convert sprintfs. 9 years ago
Stephen Warren 7c4213f6a5 block: pass block dev not num to read/write/erase() 9 years ago
Stefan Monnier d29892ba85 part_dos.c: Don't wrap to negative after 2G sectors 9 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
Hans de Goede 251cee0db2 ubifs: Add generic fs support 9 years ago
Hans de Goede afc1744ec8 disk/part: Only build hostfs special handling when CONFIG_SANDBOX is set 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 10 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
Jeroen Hofstee 76ee65bde2 disk/part.c: make local function static 10 years ago
Pavel Machek 214b3f311f cleanup disk/part.c whitespace 10 years ago
Pavel Machek 3f9eb6e109 whitespace cleanups 11 years ago
Stephen Warren 4d907025d6 sandbox: restore ability to access host fs through standard commands 11 years ago
Stephen Warren ecdd57e274 disk: default to HW partition 0 if not specified 11 years ago
Darwin Dingel 4a36be9bdb disk: part_dos.c: Add a PBR check when MBR checking fails 11 years ago
Steve Rae 60bf941693 disk: part_efi: add get_partition_info_efi_by_name() 11 years ago
Steve Rae e04350d299 disk: part_efi: clarify lbaint_t usage 11 years ago
Steve Rae dedf37bb61 disk: part_efi: resolve endianness issues 11 years ago
Stephen Warren d235628434 mmc: provide a select_hwpart implementation for get_device() 11 years ago
Stephen Warren 336b6f9048 disk: support devices with HW partitions 11 years ago
Steve Rae ae95fad5af disk: part_efi: add support for the Backup GPT 11 years ago
Przemyslaw Marczak d718ded056 lib: uuid: code refactor for proper maintain between uuid bin and string 11 years ago
Przemyslaw Marczak a96a0e6153 part_efi: move uuid<->string conversion functions into lib/uuid.c 11 years ago
Simon Glass 95fac6ab45 sandbox: Use os functions to read host device tree 11 years ago