| Commit message (Expand) | Author | Age | Files | Lines |
* | disk: Return the partition number in part_get_info_by_name() | Alex Deymo | 2017-05-11 | 1 | -1/+1 |
* | SPARC: Remove | Tom Rini | 2017-04-05 | 1 | -3/+2 |
* | part_efi: support padding between the GPT header and partition entries | Philipp Tomsich | 2017-03-20 | 2 | -4/+64 |
* | gpt: Fix uuid string format | Vincent Tinelli | 2017-03-17 | 1 | -1/+1 |
* | SPL: add support to boot from a partition type | Dalon Westergreen | 2017-02-17 | 1 | -0/+1 |
* | cmd: gpt: backup boot code before writing MBR | Vincent Tinelli | 2017-02-08 | 1 | -0/+7 |
* | disk: convert CONFIG_PARTITION_TYPE_GUID to Kconfig | Patrick Delaunay | 2017-01-28 | 1 | -0/+8 |
* | cmd, disk: convert CONFIG_PARTITION_UUIDS, CMD_PART and CMD_GPT | Patrick Delaunay | 2017-01-28 | 4 | -10/+23 |
* | disk: convert CONFIG_EFI_PARTITION to Kconfig | Patrick Delaunay | 2017-01-28 | 4 | -3/+19 |
* | disk: convert CONFIG_AMIGA_PARTITION to Kconfig | Patrick Delaunay | 2017-01-28 | 3 | -2/+14 |
* | disk: convert CONFIG_ISO_PARTITION to Kconfig | Patrick Delaunay | 2017-01-28 | 5 | -4/+15 |
* | disk: convert CONFIG_DOS_PARTITION to Kconfig | Patrick Delaunay | 2017-01-28 | 3 | -2/+15 |
* | disk: convert CONFIG_MAC_PARTITION to Kconfig | Patrick Delaunay | 2017-01-28 | 3 | -2/+15 |
* | disk: convert CONFIG_PARTITIONS to Kconfig | Patrick Delaunay | 2017-01-28 | 1 | -0/+22 |
* | disk: Fixed capacity message | Jean-Jacques Hiblot | 2016-12-27 | 1 | -2/+2 |
* | disk: part: refactor generic name creation for DOS and ISO | Petr Kulhavy | 2016-10-01 | 3 | -53/+35 |
* | fastboot: add support for writing MBR | Petr Kulhavy | 2016-10-01 | 1 | -0/+20 |
* | disk: part: implement generic function part_get_info_by_name() | Petr Kulhavy | 2016-10-01 | 6 | -19/+31 |
* | cmd: gpt: fix the wrong size parse for the last partition | Kever Yang | 2016-08-05 | 1 | -0/+4 |
* | part_efi: Fix compiler warning on 32-bit sandbox | Simon Glass | 2016-07-25 | 1 | -5/+5 |
* | iso: Fix part info command | Alexander Graf | 2016-07-22 | 1 | -2/+2 |
* | disk: part_efi: fix check of the max partition size | Patrick Delaunay | 2016-05-27 | 1 | -1/+1 |
* | dm: blk: Use the correct error code for blk_get_device_by_str() | Simon Glass | 2016-05-17 | 1 | -3/+3 |
* | dm: part: Drop the block_drvr table | Simon Glass | 2016-05-17 | 1 | -53/+14 |
* | dm: part: Use the legacy block driver for hardware partition support | Simon Glass | 2016-05-17 | 1 | -11/+1 |
* | dm: sandbox: Drop the host_get_dev() function | Simon Glass | 2016-05-17 | 1 | -1/+1 |
* | dm: systemace: Drop the get_dev() function | Simon Glass | 2016-05-17 | 1 | -1/+1 |
* | dm: sata: Drop the get_dev() function | Simon Glass | 2016-05-17 | 1 | -1/+1 |
* | dm: scsi: Drop the get_dev() function | Simon Glass | 2016-05-17 | 1 | -1/+1 |
* | dm: mmc: Drop the get_dev() function | Simon Glass | 2016-05-17 | 1 | -1/+0 |
* | dm: ide: Drop the get_dev() function | Simon Glass | 2016-05-17 | 1 | -1/+1 |
* | dm: usb: Drop the get_dev() function | Simon Glass | 2016-05-17 | 1 | -1/+1 |
* | dm: disk: Use legacy block driver info for block device access | Simon Glass | 2016-05-17 | 1 | -4/+3 |
* | dm: scsi: Rename CONFIG_CMD_SCSI to CONFIG_SCSI | Simon Glass | 2016-05-17 | 1 | -1/+1 |
* | iso: Allow 512 byte sector size | Alexander Graf | 2016-04-18 | 1 | -5/+31 |
* | iso: Start with partition 1 | Alexander Graf | 2016-04-18 | 1 | -2/+2 |
* | iso: Make little endian and 64bit safe | Alexander Graf | 2016-04-18 | 2 | -26/+24 |
* | dm: part: fix missing driver name in debug print | Nishanth Menon | 2016-04-14 | 1 | -1/+2 |
* | drivers: block: add block device cache | Eric Nelson | 2016-04-01 | 1 | -0/+2 |
* | part_efi: Drop NULL check in part_get_info_efi() | Simon Glass | 2016-03-22 | 1 | -1/+1 |
* | part_efi: Drop the NULL check on dev_desc in part_print_efi() | Simon Glass | 2016-03-22 | 1 | -4/+0 |
* | part_iso: Drop the customer unaligned access functions | Simon Glass | 2016-03-22 | 1 | -23/+4 |
* | disk/part.c: Expose list of available block drivers | Alexander Graf | 2016-03-15 | 1 | -7/+1 |
* | part: Rename test_part_xx() and print_part_xx() | Simon Glass | 2016-03-14 | 5 | -27/+27 |
* | dm: block: Adjust device calls to go through helpers function | Simon Glass | 2016-03-14 | 5 | -37/+29 |
* | dm: block: Rename device number member dev to devnum | Simon Glass | 2016-03-14 | 5 | -50/+52 |
* | dm: part: Rename some partition functions | Simon Glass | 2016-03-14 | 6 | -33/+33 |
* | dm: part: Convert partition API use to linker lists | Simon Glass | 2016-03-14 | 6 | -142/+114 |
* | dm: part: Add a cast to avoid a compiler warning | Simon Glass | 2016-03-14 | 1 | -1/+1 |
* | dm: blk: Rename get_device_and_partition() | Simon Glass | 2016-03-14 | 1 | -1/+1 |