Age | Commit message (Expand) | Author |
2017-09-03 | disk: part: fix typo | Heinrich Schuchardt |
2017-09-03 | part: efi: Disable overlap check | Maxime Ripard |
2017-09-03 | part: efi: make gpt_fill_pte take the device descriptor | Maxime Ripard |
2017-09-03 | part: efi: rework the partition start and size in gpt_fill_pte | Maxime Ripard |
2017-09-03 | part: efi: Fix offset | Maxime Ripard |
2017-08-26 | disk: part: align buffer so it can be used with DMA enabled drivers | Stefan Agner |
2017-08-16 | env: Rename getenv/_f() to env_get() | Simon Glass |
2017-08-13 | dm: blk: part: Add UCLASS_NVME and IF_TYPE_NVME | Zhikang Zhang |
2017-08-04 | GPT: add accessor function for disk GUID | Alison Chaiken |
2017-08-04 | partitions: increase MAX_SEARCH_PARTITIONS and move to part.h | Alison Chaiken |
2017-08-04 | EFI: replace number with UUID_STR_LEN macro | Alison Chaiken |
2017-05-11 | disk: Return the partition number in part_get_info_by_name() | Alex Deymo |
2017-04-05 | SPARC: Remove | Tom Rini |
2017-03-20 | part_efi: support padding between the GPT header and partition entries | Philipp Tomsich |
2017-03-17 | gpt: Fix uuid string format | Vincent Tinelli |
2017-02-17 | SPL: add support to boot from a partition type | Dalon Westergreen |
2017-02-08 | cmd: gpt: backup boot code before writing MBR | Vincent Tinelli |
2017-01-28 | disk: convert CONFIG_PARTITION_TYPE_GUID to Kconfig | Patrick Delaunay |
2017-01-28 | cmd, disk: convert CONFIG_PARTITION_UUIDS, CMD_PART and CMD_GPT | Patrick Delaunay |
2017-01-28 | disk: convert CONFIG_EFI_PARTITION to Kconfig | Patrick Delaunay |
2017-01-28 | disk: convert CONFIG_AMIGA_PARTITION to Kconfig | Patrick Delaunay |
2017-01-28 | disk: convert CONFIG_ISO_PARTITION to Kconfig | Patrick Delaunay |
2017-01-28 | disk: convert CONFIG_DOS_PARTITION to Kconfig | Patrick Delaunay |
2017-01-28 | disk: convert CONFIG_MAC_PARTITION to Kconfig | Patrick Delaunay |
2017-01-28 | disk: convert CONFIG_PARTITIONS to Kconfig | Patrick Delaunay |
2016-12-27 | disk: Fixed capacity message | Jean-Jacques Hiblot |
2016-10-01 | disk: part: refactor generic name creation for DOS and ISO | Petr Kulhavy |
2016-10-01 | fastboot: add support for writing MBR | Petr Kulhavy |
2016-10-01 | disk: part: implement generic function part_get_info_by_name() | Petr Kulhavy |
2016-08-05 | cmd: gpt: fix the wrong size parse for the last partition | Kever Yang |
2016-07-25 | part_efi: Fix compiler warning on 32-bit sandbox | Simon Glass |
2016-07-22 | iso: Fix part info command | Alexander Graf |
2016-05-27 | disk: part_efi: fix check of the max partition size | Patrick Delaunay |
2016-05-17 | dm: blk: Use the correct error code for blk_get_device_by_str() | Simon Glass |
2016-05-17 | dm: part: Drop the block_drvr table | Simon Glass |
2016-05-17 | dm: part: Use the legacy block driver for hardware partition support | Simon Glass |
2016-05-17 | dm: sandbox: Drop the host_get_dev() function | Simon Glass |
2016-05-17 | dm: systemace: Drop the get_dev() function | Simon Glass |
2016-05-17 | dm: sata: Drop the get_dev() function | Simon Glass |
2016-05-17 | dm: scsi: Drop the get_dev() function | Simon Glass |
2016-05-17 | dm: mmc: Drop the get_dev() function | Simon Glass |
2016-05-17 | dm: ide: Drop the get_dev() function | Simon Glass |
2016-05-17 | dm: usb: Drop the get_dev() function | Simon Glass |
2016-05-17 | dm: disk: Use legacy block driver info for block device access | Simon Glass |
2016-05-17 | dm: scsi: Rename CONFIG_CMD_SCSI to CONFIG_SCSI | Simon Glass |
2016-04-18 | iso: Allow 512 byte sector size | Alexander Graf |
2016-04-18 | iso: Start with partition 1 | Alexander Graf |
2016-04-18 | iso: Make little endian and 64bit safe | Alexander Graf |
2016-04-14 | dm: part: fix missing driver name in debug print | Nishanth Menon |
2016-04-01 | drivers: block: add block device cache | Eric Nelson |