1. 5d96a91 spl: blk: Support loading images from fs by Mayuresh Chitale · 1 year, 6 months ago
  2. 6db1b65 sandbox: fix return type of os_filesize() by Heinrich Schuchardt · 1 year, 8 months ago
  3. 857360c drivers/mtd/nvmxip: introduce NVM XIP block storage emulation by Abdellatif El Khlifi · 1 year, 7 months ago
  4. 2003925 ide: Make use of U-Boot types by Simon Glass · 1 year, 7 months ago
  5. 34f7265 ide: Simplify expressions and hex values by Simon Glass · 1 year, 7 months ago
  6. 7637b96 ide: Convert to use log_debug() by Simon Glass · 1 year, 7 months ago
  7. b315d53 ide: Tidy up ide_reset() by Simon Glass · 1 year, 7 months ago
  8. 1b98b79 ide: Correct LBA setting by Simon Glass · 1 year, 7 months ago
  9. 1d72811 ide: Use a single local blk_desc for ide_ident() by Simon Glass · 1 year, 7 months ago
  10. 858ebff ide: Move all blk_desc init into ide_ident() by Simon Glass · 1 year, 7 months ago
  11. 9c83ca9 ide: Make ide_ident() return an error code by Simon Glass · 1 year, 7 months ago
  12. ffa1955 ide: Use desc consistently for struct blk_desc by Simon Glass · 1 year, 7 months ago
  13. 528e4df ide: Combine the two loops in ide_probe() by Simon Glass · 1 year, 7 months ago
  14. 1f5fb63 ide: Move ide_init() entirely within ide_probe() by Simon Glass · 1 year, 7 months ago
  15. da65c85 ide: Move setting of vendor strings into ide_probe() by Simon Glass · 1 year, 7 months ago
  16. 2654dfe ide: Make ide_bus_ok a local variable by Simon Glass · 1 year, 7 months ago
  17. cf72043 ide: Move bus init into a function by Simon Glass · 1 year, 7 months ago
  18. 6131728 ide: Avoid preprocessor for CONFIG_LBA48 by Simon Glass · 1 year, 7 months ago
  19. 8e42dfa ide: Avoid preprocessor for CONFIG_ATAPI by Simon Glass · 1 year, 7 months ago
  20. cd9eecd ide: Simplify success condition by Simon Glass · 1 year, 7 months ago
  21. 911adb3 ide: Refactor confusing loop code by Simon Glass · 1 year, 7 months ago
  22. badff8b ide: Change the retries variable by Simon Glass · 1 year, 7 months ago
  23. c935a3b ide: Make function static by Simon Glass · 1 year, 7 months ago
  24. 631db66 ide: Correct use of ATAPI by Simon Glass · 1 year, 7 months ago
  25. 427dda8 ide: Create a prototype for ide_set_reset() by Simon Glass · 1 year, 7 months ago
  26. 52bae6d ide: Drop weak functions by Simon Glass · 1 year, 7 months ago
  27. cc22a1c ide: Move a few functions further up the file by Simon Glass · 1 year, 7 months ago
  28. aa65862 ide: Drop ide_device_present() by Simon Glass · 1 year, 7 months ago
  29. 175e766 ide: Move ide_init() into probing by Simon Glass · 1 year, 7 months ago
  30. 837ca30 ide: Use mdelay() for long delays by Simon Glass · 1 year, 7 months ago
  31. 122267c ide: Move ATA_CURR_BASE to C file by Simon Glass · 1 year, 7 months ago
  32. f7241a4 blk: blkmap: Add linear device mapping support by Tobias Waldekranz · 1 year, 9 months ago
  33. 5f7f822 blk: blkmap: Add memory mapping support by Tobias Waldekranz · 1 year, 9 months ago
  34. 4f76dd3 blk: blkmap: Add basic infrastructure by Tobias Waldekranz · 1 year, 9 months ago
  35. 7e1f6a4 bootstd: Add a new pre-scan priority for bootdevs by Simon Glass · 1 year, 10 months ago
  36. be7c666 bootstd: Add an IDE bootdev by Simon Glass · 1 year, 10 months ago
  37. 6e2bee3 ide: Drop non-DM code for BLK by Simon Glass · 1 year, 10 months ago
  38. bad8ab6 dm: blk: Add probe in blk_first_device/blk_next_device by Michal Suchanek · 2 years, 2 months ago
  39. e57f8d4 dm: sandbox: Switch over to using the new host uclass by Simon Glass · 2 years, 1 month ago
  40. 39f06b5 dm: sandbox: Create a block driver by Simon Glass · 2 years, 1 month ago
  41. 884c2f8 dm: sandbox: Create a new HOST uclass by Simon Glass · 2 years, 1 month ago
  42. c0bcaaf dm: blk: Tidy up obtaining a block device from its parent by Simon Glass · 2 years, 1 month ago
  43. 76c6269 dm: test: Clear the block cache after running a test by Simon Glass · 2 years, 1 month ago
  44. 25a52c5 dm: sandbox: Drop non-BLK code from host implementation by Simon Glass · 2 years, 1 month ago
  45. 7a40983 dm: blk: mmc: Tidy up some Makefile rules for SPL by Simon Glass · 2 years, 1 month ago
  46. 1886100 dm: blk: Add udevice functions by Simon Glass · 2 years, 1 month ago
  47. ac9e9fc dm: blk: Do not use uclass_next_device_err by Michal Suchanek · 2 years, 1 month ago
  48. fada3f9 blk: Rename if_type to uclass_id by Simon Glass · 2 years, 2 months ago
  49. 80877fa cyclic: Use schedule() instead of WATCHDOG_RESET() by Stefan Roese · 2 years, 3 months ago
  50. 57b3d2e blk: Drop if_type by Simon Glass · 2 years, 4 months ago
  51. dbfa32c blk: Switch over to using uclass IDs by Simon Glass · 2 years, 4 months ago
  52. 95e6e03 blk: Rewrite if_type to name functions by Simon Glass · 2 years, 4 months ago
  53. b00361a blk: Rename var in blk_get_devnum_by_typename() by Simon Glass · 2 years, 4 months ago
  54. 7bdadb2 blk: Drop IF_TYPE_SD by Simon Glass · 2 years, 4 months ago
  55. 21b0b57 blk: Drop IF_TYPE_ATAPI by Simon Glass · 2 years, 4 months ago
  56. 0cdb293 ide: Use a flag for an ATAPI device by Simon Glass · 2 years, 4 months ago
  57. 66f19a4 blk: Drop IF_TYPE_DOC by Simon Glass · 2 years, 4 months ago
  58. 0bfaf58 blk: Hide the BLK and SPL_LEGACY_BLOCK options by Simon Glass · 2 years, 4 months ago
  59. e1a5ec5 blk: Select SPL_LEGACY_BLOCK automatically by Simon Glass · 2 years, 4 months ago
  60. 3bf7d7a blk: Rename HAVE_BLOCK_DEVICE by Simon Glass · 2 years, 4 months ago
  61. bfbd849 blk: Drop unnecessary #ifdef in in blk_legacy by Simon Glass · 2 years, 4 months ago
  62. f5ac303 blk: Use a function for whether block devices are available by Simon Glass · 2 years, 4 months ago
  63. a78e906 blk: Enable CONFIG_BLK for all media by Simon Glass · 2 years, 4 months ago
  64. 9d7175f block: ide: Remove ide_preinit function by Tom Rini · 2 years, 6 months ago
  65. 3f00477 Convert CONFIG_LBA48 et al to Kconfig by Tom Rini · 2 years, 6 months ago
  66. e7ca7da vpl: Add Kconfig options for VPL by Simon Glass · 2 years, 7 months ago
  67. d68298c Merge branch '2022-04-25-initial-implementation-of-stdboot' by Tom Rini · 2 years, 7 months ago
  68. f3086cf dm: blk: Add a function to return the device type by Simon Glass · 2 years, 7 months ago
  69. 358e6c7 dm: blk: add a device-probe hook for scanning disk partitions by AKASHI Takahiro · 2 years, 7 months ago
  70. ba748cf block: ide: call device_probe() after scanning by AKASHI Takahiro · 2 years, 9 months ago
  71. 8e61f93 dm: blk: Expand iteration and add tests by Simon Glass · 2 years, 9 months ago
  72. d202cce disk: Add an option for partitions in SPL by Simon Glass · 2 years, 9 months ago
  73. 0883162 sandbox: Open host file for read-only access if needed by Simon Glass · 2 years, 9 months ago
  74. 8a4b588 Convert CONFIG_SYS_IDE_MAXBUS et al to Kconfig by Simon Glass · 2 years, 10 months ago
  75. 37efde8 ide: Drop CONFIG_IDE_AHB by Simon Glass · 2 years, 10 months ago
  76. 47b4c02 doc: replace @return by Return: by Heinrich Schuchardt · 2 years, 10 months ago
  77. dc4a786 Merge tag 'v2022.01-rc4' into next by Tom Rini · 3 years ago
  78. 3e32dbe blk: add a helper function, blk_probe_or_unbind() by AKASHI Takahiro · 3 years ago
  79. c468839 efi: Add a media/block driver for EFI block devices by Simon Glass · 3 years ago
  80. 507ab96 efi: Add uclass for devices provided by UEFI firmware by Simon Glass · 3 years ago
  81. 15c4d67 efi: Rename UCLASS_EFI and IF_TYPE_EFI by Simon Glass · 3 years ago
  82. 1105680 ide: Drop ATA_PORT_ADDR by Simon Glass · 3 years ago
  83. a6b4aaa ide: Drop unused CONFIG options by Simon Glass · 3 years ago
  84. c6d7681 sandbox: Drop CONFIG_HOST_MAX_DEVICES by Simon Glass · 3 years ago
  85. 4b198e3 Kconfig: Remove all default n/no options by Michal Simek · 3 years, 3 months ago
  86. fc7a744 blk: Support iteration by Simon Glass · 3 years, 5 months ago
  87. 5b9e616 usb: Enforce DM_USB migration for USB_HOST devices. by Tom Rini · 3 years, 5 months ago
  88. 8131335 dm: define LOG_CATEGORY for all uclass by Patrick Delaunay · 3 years, 7 months ago
  89. 3b5dc94 Fix IDE commands issued, fix endian issues, fix non MMIO by Reinoud Zandijk · 3 years, 9 months ago
  90. b4d0077 sandbox: Provide a way to bind fixed/removeable devices by Simon Glass · 3 years, 9 months ago
  91. 49b5e2e sandbox: host bind must close file descriptor by Heinrich Schuchardt · 3 years, 10 months ago
  92. 3ba929a common: Drop asm/global_data.h from common header by Simon Glass · 4 years, 1 month ago
  93. e3cfde9 sandbox: fill block device meta information by Heinrich Schuchardt · 3 years, 10 months ago
  94. fa20e93 dm: treewide: Rename dev_get_platdata() to dev_get_plat() by Simon Glass · 4 years ago
  95. 71fa5b4 dm: treewide: Rename 'platdata' variables to just 'plat' by Simon Glass · 4 years ago
  96. 8a2b47f dm: treewide: Rename auto_alloc_size members to be shorter by Simon Glass · 4 years ago
  97. 4fec7f8 xen: pvblock: Add initial support for para-virtualized block driver by Anastasiia Lukianenko · 4 years, 4 months ago
  98. 34c2581 blkcache: Extend blkcache_init to cover CONFIG_NEEDS_MANUAL_RELOC by Ovidiu Panait · 4 years, 4 months ago
  99. 76160a0 dm: blk: Use IS_ENABLED() instead of #ifdefs in blk_post_probe by Ovidiu Panait · 4 years, 4 months ago
  100. dbd7954 common: Drop linux/delay.h from common header by Simon Glass · 4 years, 7 months ago