index
:
u-boot.git
master
omap/config-cleanups
omap/sniper/next-v2016.03
omap/sniper/recovery-v2015.07
omap/sniper/work
U-Boot bootloader
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
disk
Age
Commit message (
Expand
)
Author
2023-09-24
common: Drop linux/printk.h from common header
Simon Glass
2023-09-11
part: rename disk_partition_type_uuid()
Heinrich Schuchardt
2023-08-25
part: efi: Add debugging for the signature check
Simon Glass
2023-08-25
part: Add accessors for struct disk_partition type_uuid
Simon Glass
2023-08-25
part: Add accessors for struct disk_partition uuid
Simon Glass
2023-08-25
part: Add comments for static functions
Simon Glass
2023-08-25
part: nac: Use desc instead of dev_desc
Simon Glass
2023-08-25
part: iso: Use desc instead of dev_desc
Simon Glass
2023-08-25
part: efi: Use desc instead of dev_desc
Simon Glass
2023-08-25
part: dos: Use desc instead of dev_desc
Simon Glass
2023-08-25
part: amiga: Use desc instead of dev_desc
Simon Glass
2023-08-25
part: Use desc instead of dev_desc
Simon Glass
2023-08-22
disk: dos: Infer MBR partition sector size from underlying drive sector size
Marek Vasut
2023-08-22
disk: Move part_create_block_devices() to blk uclass
Marek Vasut
2023-08-22
disk: Switch part_blk_*() functions to disk_blk_*()
Marek Vasut
2023-08-22
disk: Extend disk_blk_part_validate() with range checking
Marek Vasut
2023-08-22
disk: Handle partition to block device offset conversion
Marek Vasut
2023-08-22
disk: Simplify disk_blk_{write, erase}() using blk_{write, erase}()
Marek Vasut
2023-08-22
disk: Simplify disk_blk_read() using blk_read()
Marek Vasut
2023-08-22
disk: Drop always true conditional check
Marek Vasut
2023-07-30
part: check CONFIG_IS_ENABLED(ENV_SUPPORT)
Heinrich Schuchardt
2023-07-25
part: eliminate part_get_info_by_name_type()
Heinrich Schuchardt
2023-07-17
disk: part: Add API to get partitions with specific driver
Joshua Watt
2023-07-17
disk: Use BOOT_DEFAULTS instead of DISTRO_DEFAULTS
Jonas Karlman
2023-07-17
part: Allow setting the partition-table type
Simon Glass
2023-04-05
cmd: blkmap: Add blkmap command
Tobias Waldekranz
2023-04-03
Revert "disk: Use a helper function to reduce duplication"
Tom Rini
2023-03-30
disk: Use a helper function to reduce duplication
Simon Glass
2023-03-02
lib: Add an SPL config for LIB_UUID
Simon Glass
2023-02-10
Correct SPL use of PARTITION_TYPE_GUID
Simon Glass
2023-02-09
Correct SPL use of CMD_MBR
Simon Glass
2023-01-23
part: Add a function to find the first bootable partition
Simon Glass
2022-12-02
disk: fix blk_get_device_part_str()
Heinrich Schuchardt
2022-11-07
dm: sandbox: Switch over to using the new host uclass
Simon Glass
2022-10-31
disk: Rename block_dev to desc
Simon Glass
2022-10-31
disk: Rename block functions
Simon Glass
2022-10-31
disk: Drop debug messages in part_efi
Simon Glass
2022-10-17
fs: Quieten down the filesystems more
Simon Glass
2022-09-25
blk: Rename if_type to uclass_id
Simon Glass
2022-09-19
Merge branch 'master' into next
Tom Rini
2022-09-16
disk: Handle UCLASS_EFI_MEDIA in dev_print()
Simon Glass
2022-09-16
blk: Switch over to using uclass IDs
Simon Glass
2022-09-16
blk: Drop IF_TYPE_SD
Simon Glass
2022-09-16
blk: Drop IF_TYPE_ATAPI
Simon Glass
2022-09-16
blk: Drop IF_TYPE_DOC
Simon Glass
2022-09-16
blk: Rename HAVE_BLOCK_DEVICE
Simon Glass
2022-09-16
blk: Use a function for whether block devices are available
Simon Glass
2022-09-16
disk: Use Makefile to omit partition drivers
Simon Glass
2022-09-16
disk: Correct help for TPL_PARTITIONS
Simon Glass
2022-08-26
disk: part: remove dependency to ubifs for spl
Stefan Herbrechtsmeier
[next]