1. 1a99bec ram: k3-ddrss: Add support for multiple instances of DDR subsystems by Aswath Govindraju · 2 years, 9 months ago
  2. 3e3d836 ram: k3-ddrss: lpddr4_structs_if.h: Add a pointer to ddr instance by Aswath Govindraju · 2 years, 9 months ago
  3. 2e66ecb drivers: octeon: get rid of Unicode in code by Heinrich Schuchardt · 2 years, 9 months ago
  4. b2ac964 ram: stm32mp1: remove __maybe_unused on stm32mp1_ddr_setup by Patrick Delaunay · 2 years, 11 months ago
  5. d72e7bb ram: stm32mp1: compute DDR size from DDRCTL registers by Patrick Delaunay · 2 years, 11 months ago
  6. b3c29dc stm32mp1: ram: remove tuning support by Patrick Delaunay · 3 years ago
  7. 9819fe3 stm32mp1: ram: remove the support of calibration result by Patrick Delaunay · 3 years ago
  8. 4831ba2 stm32mp1: ram: add read valid training support by Patrick Delaunay · 3 years ago
  9. f42045b stm32mp15: replace CONFIG_TFABOOT when it is possible by Patrick Delaunay · 3 years ago
  10. d36c942 ram: sifive: Fix -Wint-to-pointer-cast warnings by Bin Meng · 3 years, 1 month ago
  11. 0cf207e WS cleanup: remove SPACE(s) followed by TAB by Wolfgang Denk · 3 years, 1 month ago
  12. 0a50b3c WS cleanup: remove trailing white space by Wolfgang Denk · 3 years, 1 month ago
  13. 66356b4 WS cleanup: remove trailing empty lines by Wolfgang Denk · 3 years, 1 month ago
  14. f0ab8f9 clk: Rename clk_get_by_driver_info() by Simon Glass · 3 years, 2 months ago
  15. dcfc42b treewide: Try to avoid the preprocessor with OF_REAL by Simon Glass · 3 years, 2 months ago
  16. 9539738 treewide: Use OF_REAL instead of !OF_PLATDATA by Simon Glass · 3 years, 2 months ago
  17. b4c2c15 Kconfig: Remove all default n/no options by Michal Simek · 3 years, 2 months ago
  18. 0b1284e global: Convert simple_strtoul() with decimal to dectoul() by Simon Glass · 3 years, 3 months ago
  19. b953ec2 dm: define LOG_CATEGORY for all uclass by Patrick Delaunay · 3 years, 6 months ago
  20. 2d46775 rockchip: rk3568: Add sdram driver by Joseph Chen · 3 years, 5 months ago
  21. dab18c7 drivers: ram: sifive: rename fu540_ddr and add fu740 support by Green Wan · 3 years, 5 months ago
  22. 2ce6ded ram: k3-ddrss: Enable vtt regulator if present by Lokesh Vutla · 3 years, 5 months ago
  23. 9f9b5c1 ram: k3-ddrss: Introduce support for AM642 SoCs by Dave Gerlach · 3 years, 5 months ago
  24. a8c13c7 ram: k3-ddrss: Introduce common driver with J7 SoC support by Dave Gerlach · 3 years, 5 months ago
  25. db24381 ram: k3-ddrss: Introduce top-level CONFIG_K3_DDRSS by Dave Gerlach · 3 years, 5 months ago
  26. 67124b9 ram: k3-j721e: Rename to k3-ddrss by Dave Gerlach · 3 years, 5 months ago
  27. 036f0c0 ram: k3-j721e: lpddr4_ctl_regs: Fix checkpatch issue for types by Dave Gerlach · 3 years, 5 months ago
  28. cc40e4d ram: k3-j721e: lpddr4_pi_macros: Fix indentation issues by Dave Gerlach · 3 years, 5 months ago
  29. cde1fce ram: k3-j721e: lpddr4_phy_core_macros: Fix indentation issues by Dave Gerlach · 3 years, 5 months ago
  30. 0ef6349 ram: k3-j721e: lpddr4_ddr_controller_macros: Fix indentation issues by Dave Gerlach · 3 years, 5 months ago
  31. 6a0677d ram: k3-j721e: lpddr4_data_slice_3_macros: Fix indentation issues by Dave Gerlach · 3 years, 5 months ago
  32. f1ce7dd ram: k3-j721e: lpddr4_data_slice_2_macros: Fix indentation issues by Dave Gerlach · 3 years, 5 months ago
  33. c1cf7a3 ram: k3-j721e: lpddr4_data_slice_1_macros: Fix indentation issues by Dave Gerlach · 3 years, 5 months ago
  34. 5bf74a4 ram: k3-j721e: lpddr4_data_slice_0_macros: Fix indentation issues by Dave Gerlach · 3 years, 5 months ago
  35. 6da67b0 ram: k3-j721e: lpddr4_address_slice_0_macros: Fix indentation issues by Dave Gerlach · 3 years, 5 months ago
  36. b0f4ba0 mips: octeon: Misc changes required because of the newly added headers by Stefan Roese · 3 years, 10 months ago
  37. 3f2e3c7 Merge tag 'u-boot-stm32-20210409' of https://source.denx.de/u-boot/custodians/u-boot-stm by Tom Rini · 3 years, 6 months ago
  38. 1f0305e ram: stm32: fix strsep failed on read only memory by dillon min · 3 years, 6 months ago
  39. ae2d950 riscv: sifive: Rename fu540 board to unleashed by Bin Meng · 3 years, 7 months ago
  40. 401d1c4 common: Drop asm/global_data.h from common header by Simon Glass · 4 years ago
  41. fde9314 ram: aspeed: Add AST2600 DRAM control support by Dylan Hung · 3 years, 10 months ago
  42. f5abd8a ram: k3-j721e: rename BIT_MASK() by Heinrich Schuchardt · 3 years, 10 months ago
  43. 66b3b9d ram: stm32mp1: migrate trace to dev or log macro by Patrick Delaunay · 4 years ago
  44. 997f7da ram: stm32: migrate trace to log macro by Patrick Delaunay · 4 years ago
  45. 8a8d24b dm: treewide: Rename ..._platdata variables to just ..._plat by Simon Glass · 3 years, 11 months ago
  46. d1998a9 dm: treewide: Rename ofdata_to_platdata() to of_to_plat() by Simon Glass · 3 years, 11 months ago
  47. c69cda2 dm: treewide: Rename dev_get_platdata() to dev_get_plat() by Simon Glass · 3 years, 11 months ago
  48. caa4daa dm: treewide: Rename 'platdata' variables to just 'plat' by Simon Glass · 3 years, 11 months ago
  49. 41575d8 dm: treewide: Rename auto_alloc_size members to be shorter by Simon Glass · 3 years, 11 months ago
  50. 2c31d7e Merge tag 'u-boot-rockchip-20201031' of https://gitlab.denx.de/u-boot/custodians/u-boot-rockchip by Tom Rini · 4 years ago
  51. 2db36c6 ram: rockchip: px30: add a config-based ddr selection by Heiko Stuebner · 4 years, 1 month ago
  52. c670aee common: rename getc() to getchar() by Heinrich Schuchardt · 4 years ago
  53. 8d4c596 ram: imxrt: Include device_compat.h by Sean Anderson · 4 years, 1 month ago
  54. 0474050 ram: add ddr4 dual x8 configuration by Dylan Hung · 4 years, 1 month ago
  55. 5d457f8 ram: move aspeed ram driver into drivers/ directory by Dylan Hung · 4 years, 1 month ago
  56. 15afe72 ram: octeon: Add MIPS Octeon3 DDR4 support (part 3/3) by Aaron Williams · 4 years, 2 months ago
  57. 61674a1 ram: octeon: Add MIPS Octeon3 DDR4 support (part 2/3) by Aaron Williams · 4 years, 2 months ago
  58. e13bb86 ram: octeon: Add MIPS Octeon3 DDR4 support (part 1/3) by Aaron Williams · 4 years, 2 months ago
  59. 9981a80 ram: sifive: Remove regmap dependency by Bin Meng · 4 years, 1 month ago
  60. f8c9660 ram: sifive: Check return value on clk_enable() by Bin Meng · 4 years, 1 month ago
  61. 3ab2601 ram: sifive: Fix compiler warnings for 32-bit by Bin Meng · 4 years, 2 months ago
  62. 6e802ef ram: k3-j721e: Relax version checks for memory controller by Lokesh Vutla · 4 years, 3 months ago
  63. 0eddd24 ti: am654: Drop duplicate dm.h inclusion by Simon Glass · 4 years, 3 months ago
  64. ecb70bd ram: sifive: Avoid using hardcoded ram base and size by Bin Meng · 4 years, 3 months ago
  65. b32858c rockchip: ram: fix debug funcfion define when RAM_ROCKCHIP_DEBUG not set by Kever Yang · 4 years, 3 months ago
  66. 40794c8 ram: rk3399: Mark existing prints via RAM_ROCKCHIP_DEBUG by Jagan Teki · 4 years, 3 months ago
  67. 304eaae ram: rk3399: Drop debug stride in driver by Jagan Teki · 4 years, 3 months ago
  68. 51f1263 dtoc: extend dtoc to use struct driver_info when linking nodes by Walter Lozano · 4 years, 4 months ago
  69. e3e2470 drivers: rename drivers to match compatible string by Walter Lozano · 4 years, 4 months ago
  70. 6c393e8 ram: stm32mp1: add size and addr parameter to test all by Patrick Delaunay · 4 years, 4 months ago
  71. 81b66b9 ram: stm32mp1: use the DDR size by default in the test addressBus by Patrick Delaunay · 4 years, 4 months ago
  72. fcd4890 ram: stm32mp1: add parameter addr in test FrequencySelectivePattern by Patrick Delaunay · 4 years, 4 months ago
  73. 1a5be5a ram: stm32mp1: protect minimum value in get_bufsize by Patrick Delaunay · 4 years, 4 months ago
  74. c514a94 sifive: fu540: add ddr driver by Pragnesh Patel · 4 years, 5 months ago
  75. cd93d62 common: Drop linux/bitops.h from common header by Simon Glass · 4 years, 5 months ago
  76. c05ed00 common: Drop linux/delay.h from common header by Simon Glass · 4 years, 5 months ago
  77. f7ae49f common: Drop log.h from common header by Simon Glass · 4 years, 5 months ago
  78. 0914011 command: Remove the cmd_tbl_t typedef by Simon Glass · 4 years, 5 months ago
  79. 691d719 common: Drop init.h from common header by Simon Glass · 4 years, 5 months ago
  80. 90526e9 common: Drop net.h from common header by Simon Glass · 4 years, 5 months ago
  81. 0c27c16 ram: stm32mp1: Add support for multiple configs by Marek Vasut · 4 years, 6 months ago
  82. 654706b configs: stm32mp1: replace STM32MP1_TRUSTED by TFABOOT by Patrick Delaunay · 4 years, 7 months ago
  83. 9368bdf ram: stm32mp1: the property st, phy-cal becomes optional by Patrick Delaunay · 4 years, 8 months ago
  84. d424e67 ram: stm32mp1: reduce delay after BIST reset for tuning by Patrick Delaunay · 4 years, 8 months ago
  85. b604a41 ram: stm32mp1_ddr: fix self refresh disable during DQS training by Patrick Delaunay · 4 years, 8 months ago
  86. 8c9ce08 ram: stm32mp1: update BIST config for tuning by Patrick Delaunay · 4 years, 8 months ago
  87. 27e7b4e ram: stm32mp1: tuning: deactivate derating during BIST test by Patrick Delaunay · 4 years, 8 months ago
  88. f711d1f ram: stm32mp1: tuning: add timeout for polling BISTGSR.BDDONE by Patrick Delaunay · 4 years, 8 months ago
  89. 1c55a91 ram: stm32mp1: don't display the prompt two times by Patrick Delaunay · 4 years, 8 months ago
  90. c8eb4e0 ram: stm32mp1: display result for software read DQS gating by Patrick Delaunay · 4 years, 8 months ago
  91. e9a20f8 ram: stm32mp1: increase vdd2_ddr: buck2 for 32bits LPDDR by Patrick Delaunay · 4 years, 8 months ago
  92. e3dc592 ram: rockchip: Fix Kconfig dependency for RAM_ROCKCHIP_DEBUG by Michal Simek · 4 years, 8 months ago
  93. f217651 dm: core: Drop the inclusion of linux/compat.h in dm.h by Simon Glass · 4 years, 9 months ago
  94. 336d461 dm: core: Create a new header file for 'compat' features by Simon Glass · 4 years, 9 months ago
  95. 61b29b8 dm: core: Require users of devres to include the header by Simon Glass · 4 years, 9 months ago
  96. 31531f6 ram: rk3328: only do data traning for cs0 by Kever Yang · 4 years, 10 months ago
  97. b52a199 arm: rockchip: Add common cru.h by Jagan Teki · 4 years, 10 months ago
  98. 95052b4 ram: rk3399: don't assume phy_io_config() uses real regs by Thomas Hebb · 4 years, 10 months ago
  99. db41d65 common: Move hang() to the same header as panic() by Simon Glass · 4 years, 10 months ago
  100. 9b4a205 common: Move RAM-sizing functions to init.h by Simon Glass · 4 years, 10 months ago