1. 8ce6a2e spl: blk: Support loading images from fs by Mayuresh Chitale · 1 year, 5 months ago
  2. 1a07d39 sandbox: fix return type of os_filesize() by Heinrich Schuchardt · 1 year, 7 months ago
  3. f37af27 drivers/mtd/nvmxip: introduce NVM XIP block storage emulation by Abdellatif El Khlifi · 1 year, 6 months ago
  4. 22a7ae3 ide: Make use of U-Boot types by Simon Glass · 1 year, 6 months ago
  5. 79543e6 ide: Simplify expressions and hex values by Simon Glass · 1 year, 6 months ago
  6. 692bccb ide: Convert to use log_debug() by Simon Glass · 1 year, 6 months ago
  7. 9666de8 ide: Tidy up ide_reset() by Simon Glass · 1 year, 6 months ago
  8. 49aa778 ide: Correct LBA setting by Simon Glass · 1 year, 6 months ago
  9. d7d5743 ide: Use a single local blk_desc for ide_ident() by Simon Glass · 1 year, 6 months ago
  10. 9608311 ide: Move all blk_desc init into ide_ident() by Simon Glass · 1 year, 6 months ago
  11. 038590a ide: Make ide_ident() return an error code by Simon Glass · 1 year, 6 months ago
  12. ce99e29 ide: Use desc consistently for struct blk_desc by Simon Glass · 1 year, 6 months ago
  13. f0af25a ide: Combine the two loops in ide_probe() by Simon Glass · 1 year, 6 months ago
  14. 708404c ide: Move ide_init() entirely within ide_probe() by Simon Glass · 1 year, 6 months ago
  15. db89e72 ide: Move setting of vendor strings into ide_probe() by Simon Glass · 1 year, 6 months ago
  16. 209ee95 ide: Make ide_bus_ok a local variable by Simon Glass · 1 year, 6 months ago
  17. b6483ea ide: Move bus init into a function by Simon Glass · 1 year, 6 months ago
  18. 8b1b943 ide: Avoid preprocessor for CONFIG_LBA48 by Simon Glass · 1 year, 6 months ago
  19. c94a331 ide: Avoid preprocessor for CONFIG_ATAPI by Simon Glass · 1 year, 6 months ago
  20. 9367e61 ide: Simplify success condition by Simon Glass · 1 year, 6 months ago
  21. 6579bb0 ide: Refactor confusing loop code by Simon Glass · 1 year, 6 months ago
  22. 2a16595 ide: Change the retries variable by Simon Glass · 1 year, 6 months ago
  23. 1b33fd8 ide: Make function static by Simon Glass · 1 year, 6 months ago
  24. 646deed ide: Correct use of ATAPI by Simon Glass · 1 year, 6 months ago
  25. 1486c90 ide: Create a prototype for ide_set_reset() by Simon Glass · 1 year, 6 months ago
  26. f8e87e7 ide: Drop weak functions by Simon Glass · 1 year, 6 months ago
  27. bc65bff ide: Move a few functions further up the file by Simon Glass · 1 year, 6 months ago
  28. 62d13fa ide: Drop ide_device_present() by Simon Glass · 1 year, 6 months ago
  29. 80778f5 ide: Move ide_init() into probing by Simon Glass · 1 year, 6 months ago
  30. 4d89f4b ide: Use mdelay() for long delays by Simon Glass · 1 year, 6 months ago
  31. 14a4f52 ide: Move ATA_CURR_BASE to C file by Simon Glass · 1 year, 6 months ago
  32. 762dc78 blk: blkmap: Add linear device mapping support by Tobias Waldekranz · 1 year, 8 months ago
  33. 15d9e99 blk: blkmap: Add memory mapping support by Tobias Waldekranz · 1 year, 8 months ago
  34. c41e209 blk: blkmap: Add basic infrastructure by Tobias Waldekranz · 1 year, 8 months ago
  35. eacc261 bootstd: Add a new pre-scan priority for bootdevs by Simon Glass · 1 year, 9 months ago
  36. 0d77f8f bootstd: Add an IDE bootdev by Simon Glass · 1 year, 9 months ago
  37. d007505 ide: Drop non-DM code for BLK by Simon Glass · 1 year, 9 months ago
  38. 168a0e4 dm: blk: Add probe in blk_first_device/blk_next_device by Michal Suchanek · 2 years, 1 month ago
  39. 9520181 dm: sandbox: Switch over to using the new host uclass by Simon Glass · 2 years ago
  40. 10aae11 dm: sandbox: Create a block driver by Simon Glass · 2 years ago
  41. 9bd1aa8 dm: sandbox: Create a new HOST uclass by Simon Glass · 2 years ago
  42. 41e7510 dm: blk: Tidy up obtaining a block device from its parent by Simon Glass · 2 years ago
  43. 5ea894a dm: test: Clear the block cache after running a test by Simon Glass · 2 years ago
  44. ff1f0e4 dm: sandbox: Drop non-BLK code from host implementation by Simon Glass · 2 years ago
  45. 879a941 dm: blk: mmc: Tidy up some Makefile rules for SPL by Simon Glass · 2 years ago
  46. 606b926 dm: blk: Add udevice functions by Simon Glass · 2 years ago
  47. 9b7474d dm: blk: Do not use uclass_next_device_err by Michal Suchanek · 2 years ago
  48. 8149b15 blk: Rename if_type to uclass_id by Simon Glass · 2 years, 1 month ago
  49. 29caf93 cyclic: Use schedule() instead of WATCHDOG_RESET() by Stefan Roese · 2 years, 2 months ago
  50. ec8bdc9 blk: Drop if_type by Simon Glass · 2 years, 2 months ago
  51. e33a5c6 blk: Switch over to using uclass IDs by Simon Glass · 2 years, 2 months ago
  52. bb2c9a3 blk: Rewrite if_type to name functions by Simon Glass · 2 years, 2 months ago
  53. b8f8f6c blk: Rename var in blk_get_devnum_by_typename() by Simon Glass · 2 years, 2 months ago
  54. 1dbe71f blk: Drop IF_TYPE_SD by Simon Glass · 2 years, 2 months ago
  55. f512388 blk: Drop IF_TYPE_ATAPI by Simon Glass · 2 years, 2 months ago
  56. 606e054 ide: Use a flag for an ATAPI device by Simon Glass · 2 years, 2 months ago
  57. 1c2e255 blk: Drop IF_TYPE_DOC by Simon Glass · 2 years, 2 months ago
  58. 0417b85 blk: Hide the BLK and SPL_LEGACY_BLOCK options by Simon Glass · 2 years, 2 months ago
  59. ca28baf blk: Select SPL_LEGACY_BLOCK automatically by Simon Glass · 2 years, 2 months ago
  60. 7f8967c blk: Rename HAVE_BLOCK_DEVICE by Simon Glass · 2 years, 2 months ago
  61. 14d2c5d blk: Drop unnecessary #ifdef in in blk_legacy by Simon Glass · 2 years, 2 months ago
  62. a51eb8d blk: Use a function for whether block devices are available by Simon Glass · 2 years, 2 months ago
  63. 6b03b9d blk: Enable CONFIG_BLK for all media by Simon Glass · 2 years, 2 months ago
  64. 713a8cb block: ide: Remove ide_preinit function by Tom Rini · 2 years, 4 months ago
  65. aca1f67 Convert CONFIG_LBA48 et al to Kconfig by Tom Rini · 2 years, 4 months ago
  66. 747093d vpl: Add Kconfig options for VPL by Simon Glass · 2 years, 6 months ago
  67. 8cfac23 Merge branch '2022-04-25-initial-implementation-of-stdboot' by Tom Rini · 2 years, 6 months ago
  68. 87571b7 dm: blk: Add a function to return the device type by Simon Glass · 2 years, 6 months ago
  69. bf76031 dm: blk: add a device-probe hook for scanning disk partitions by AKASHI Takahiro · 2 years, 6 months ago
  70. 4c73b03 block: ide: call device_probe() after scanning by AKASHI Takahiro · 2 years, 8 months ago
  71. 49e8668 dm: blk: Expand iteration and add tests by Simon Glass · 2 years, 8 months ago
  72. 88ca8e2 disk: Add an option for partitions in SPL by Simon Glass · 2 years, 7 months ago
  73. 7aa9dbd0 sandbox: Open host file for read-only access if needed by Simon Glass · 2 years, 8 months ago
  74. d2da54b Convert CONFIG_SYS_IDE_MAXBUS et al to Kconfig by Simon Glass · 2 years, 9 months ago
  75. e30be6e ide: Drop CONFIG_IDE_AHB by Simon Glass · 2 years, 9 months ago
  76. 185f812 doc: replace @return by Return: by Heinrich Schuchardt · 2 years, 9 months ago
  77. 4afab30 Merge tag 'v2022.01-rc4' into next by Tom Rini · 2 years, 10 months ago
  78. 19b241c blk: add a helper function, blk_probe_or_unbind() by AKASHI Takahiro · 2 years, 11 months ago
  79. d8063dc efi: Add a media/block driver for EFI block devices by Simon Glass · 2 years, 11 months ago
  80. 42b7f42 efi: Add uclass for devices provided by UEFI firmware by Simon Glass · 2 years, 11 months ago
  81. 2abd8d1 efi: Rename UCLASS_EFI and IF_TYPE_EFI by Simon Glass · 2 years, 11 months ago
  82. c229cd2 ide: Drop ATA_PORT_ADDR by Simon Glass · 2 years, 11 months ago
  83. 7ee2016 ide: Drop unused CONFIG options by Simon Glass · 2 years, 11 months ago
  84. 32c8566 sandbox: Drop CONFIG_HOST_MAX_DEVICES by Simon Glass · 2 years, 11 months ago
  85. b4c2c15 Kconfig: Remove all default n/no options by Michal Simek · 3 years, 2 months ago
  86. 96f37b0 blk: Support iteration by Simon Glass · 3 years, 4 months ago
  87. be5c060 usb: Enforce DM_USB migration for USB_HOST devices. by Tom Rini · 3 years, 3 months ago
  88. b953ec2 dm: define LOG_CATEGORY for all uclass by Patrick Delaunay · 3 years, 6 months ago
  89. 0a527fd Fix IDE commands issued, fix endian issues, fix non MMIO by Reinoud Zandijk · 3 years, 8 months ago
  90. 1758551 sandbox: Provide a way to bind fixed/removeable devices by Simon Glass · 3 years, 7 months ago
  91. 297b8b3 sandbox: host bind must close file descriptor by Heinrich Schuchardt · 3 years, 9 months ago
  92. 401d1c4 common: Drop asm/global_data.h from common header by Simon Glass · 4 years ago
  93. 168e313 sandbox: fill block device meta information by Heinrich Schuchardt · 3 years, 9 months ago
  94. c69cda2 dm: treewide: Rename dev_get_platdata() to dev_get_plat() by Simon Glass · 3 years, 11 months ago
  95. caa4daa dm: treewide: Rename 'platdata' variables to just 'plat' by Simon Glass · 3 years, 11 months ago
  96. 41575d8 dm: treewide: Rename auto_alloc_size members to be shorter by Simon Glass · 3 years, 11 months ago
  97. 722bc5b xen: pvblock: Add initial support for para-virtualized block driver by Anastasiia Lukianenko · 4 years, 3 months ago
  98. 365af27 blkcache: Extend blkcache_init to cover CONFIG_NEEDS_MANUAL_RELOC by Ovidiu Panait · 4 years, 3 months ago
  99. 3a4b52a dm: blk: Use IS_ENABLED() instead of #ifdefs in blk_post_probe by Ovidiu Panait · 4 years, 3 months ago
  100. c05ed00 common: Drop linux/delay.h from common header by Simon Glass · 4 years, 5 months ago