Commit Graph

239 Commits (lime2-spi)

Author SHA1 Message Date
Patrick Delaunay 1acc008787 disk: convert CONFIG_ISO_PARTITION to Kconfig 7 years ago
Patrick Delaunay b0cf733933 disk: convert CONFIG_DOS_PARTITION to Kconfig 7 years ago
Patrick Delaunay f18fa31cdc disk: convert CONFIG_MAC_PARTITION to Kconfig 7 years ago
Patrick Delaunay e274ef6b57 disk: convert CONFIG_PARTITIONS to Kconfig 7 years ago
Jean-Jacques Hiblot 139f7b1ded disk: Fixed capacity message 7 years ago
Petr Kulhavy da2ee24d91 disk: part: refactor generic name creation for DOS and ISO 8 years ago
Petr Kulhavy b6dd69a4d6 fastboot: add support for writing MBR 8 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
Alexander Graf 28f0014bde iso: Fix part info command 8 years ago
Patrick Delaunay a565386762 disk: part_efi: fix check of the max partition size 8 years ago
Simon Glass 1598dfcb10 dm: blk: Use the correct error code for blk_get_device_by_str() 8 years ago
Simon Glass 6dd9faf8f9 dm: part: Drop the block_drvr table 8 years ago
Simon Glass 1fde473da7 dm: part: Use the legacy block driver for hardware partition support 8 years ago
Simon Glass f1d86fd3b1 dm: sandbox: Drop the host_get_dev() function 8 years ago
Simon Glass f6d000edbe dm: systemace: Drop the get_dev() function 8 years ago
Simon Glass 4e7189d4d8 dm: sata: Drop the get_dev() function 8 years ago
Simon Glass edd82ab354 dm: scsi: Drop the get_dev() function 8 years ago
Simon Glass 3c457f4d2e dm: mmc: Drop the get_dev() function 8 years ago
Simon Glass 74001a2570 dm: ide: Drop the get_dev() function 8 years ago
Simon Glass 57ebf67bad dm: usb: Drop the get_dev() function 8 years ago
Simon Glass a6331fa83c dm: disk: Use legacy block driver info for block device access 8 years ago
Simon Glass c649e3c91c dm: scsi: Rename CONFIG_CMD_SCSI to CONFIG_SCSI 8 years ago
Alexander Graf a2adb173ec iso: Allow 512 byte sector size 8 years ago
Alexander Graf 2579c67478 iso: Start with partition 1 8 years ago
Alexander Graf ef9e6de540 iso: Make little endian and 64bit safe 8 years ago
Nishanth Menon 2ae67aec5e dm: part: fix missing driver name in debug print 8 years ago
Eric Nelson e40cf34a29 drivers: block: add block device cache 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 0919228cf4 part_iso: Drop the customer unaligned access functions 8 years ago
Alexander Graf d96a98045a disk/part.c: Expose list of available block drivers 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 95a6f9dfcb dm: part: Add a cast to avoid a compiler warning 8 years ago
Simon Glass e35929e4a1 dm: blk: Rename get_device_and_partition() 8 years ago
Simon Glass ebac37cfbf dm: blk: Rename get_device() to blk_get_device_by_str() 8 years ago
Simon Glass db1d9e78e6 dm: blk: Rename get_dev() to blk_get_dev() 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
Erik Tideman 99e7fc8a26 mmc: emmc and hw partitions partition table id bugfix. 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
Stefan Monnier d29892ba85 part_dos.c: Don't wrap to negative after 2G sectors 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