1. 094cd37 drivers: ddr: Remove duplicate newlines by Marek Vasut · 4 months ago
  2. e4a2cca arm: mvebu: a38x: Add optional support for using old DDR3 training code by Marek Behún · 5 months ago
  3. afa78aa ddr: marvell: a38x: old: Backport immutable debug settings by Marek Behún · 5 months ago
  4. c9aa5aa ddr: marvell: a38x: old: Fix some compiler warning of the old code by Marek Behún · 5 months ago
  5. 76c28d9 ddr: marvell: a38x: Import old DDR training code from 2017 version of U-Boot by Marek Behún · 5 months ago
  6. e8bd758 ddr: marvell: a38x: debug: Allow compiling with immutable debug settings to reduce binary size by Marek Behún · 5 months ago
  7. 11ffc38 ddr: marvell: a38x: debug: Define DDR_VIEWER_TOOL variables only if needed, and make them static by Marek Behún · 5 months ago
  8. 81843c5 ddr: marvell: a38x: debug: Remove unused variables by Marek Behún · 5 months ago
  9. bbafabc ddr: marvell: a38x: debug: return from ddr3_tip_print_log() early if we won't print anything by Marek Behún · 5 months ago
  10. dec7ea0 Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet" by Tom Rini · 6 months ago
  11. abb9a04 Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"" by Tom Rini · 6 months ago
  12. 200ba44 ddr: Remove <common.h> and add needed includes by Tom Rini · 7 months ago
  13. 293bbb5 Kconfig: Remove trailing whitespace in its prompt by Michal Simek · 7 months ago
  14. 1bbf41d global: Drop common.h inclusion by Tom Rini · 12 months ago
  15. b7f7046 arm: Partial cleanup and audit usage of <config.h> by Tom Rini · 12 months ago
  16. 08ccd54 Merge tag 'v2024.01-rc5' into next by Tom Rini · 11 months ago
  17. 471211e ddr: imx: Add 3600 MTps rate support by Marek Vasut · 12 months ago
  18. 00241ca ddr: imx: Handle 3734 in addition to 3733 and 3732 MTps rates by Marek Vasut · 12 months ago
  19. 661f03e ddr: imx: Save the FW loading if it hasn't changed by Shawn Guo · 1 year, 11 months ago
  20. eff11fa treewide: unify the linker symbol reference format by Shiji Yang · 1 year, 4 months ago
  21. eb3ff92 ddr: imx9: update the rank setting for multi fsp support by Jacky Bai · 1 year, 7 months ago
  22. 9ded797 ddr: imx93: update the ddr init to support mult setpoints by Jacky Bai · 1 year, 7 months ago
  23. e747f9f ddr: imx93: Add 625M bypass clock support by Jacky Bai · 1 year, 7 months ago
  24. 8d1ce4b ddr: imx9: Change the saved ddr data base to 0x2051c000 by Jacky Bai · 1 year, 7 months ago
  25. a5163fa ddr: imx9: Add workaround for DDRPHY rank-to-rank errata by Ye Li · 1 year, 7 months ago
  26. b52189e drivers: use devfdt_get_addr_index_ptr when cast to pointer by Johan Jonker · 1 year, 9 months ago
  27. 0a2ba73 ddr: marvell: a38x: Perform DDR training sequence again for 2nd boot by Tony Dinh · 1 year, 8 months ago
  28. 09e3e13 ddr: imx: Update the ddr init flow on imx8ulp by Jacky Bai · 1 year, 10 months ago
  29. 53a1d9c ddr: imx8ulp: Change DRAM timing save area to 0x20055000 by Ye Li · 1 year, 10 months ago
  30. fe8eb47 ddr: marvell: a38x: Remove unused file seq_exec.h by Pali Rohár · 1 year, 9 months ago
  31. d79d1d0 ddr: imx: Handle both 3733 and 3732 MTps rates by Marek Vasut · 1 year, 10 months ago
  32. e2c524b ddr: marvell: a38x: Add support for DDR4 from Marvell mv-ddr-marvell repository by Tony Dinh · 1 year, 10 months ago
  33. 364d002 global: Finish CONFIG -> CFG migration by Tom Rini · 1 year, 11 months ago
  34. bc9d46b global: Migrate CONFIG_MAX_MEM_MAPPED to CFG by Tom Rini · 2 years ago
  35. 5a6741b global: Remove undef CONFIG_... for unused values by Tom Rini · 2 years ago
  36. d73175a ddr: fsl: Remove CONFIG_MEM_INIT_VALUE by Tom Rini · 2 years ago
  37. 0e2867c Convert CONFIG_SPD_EEPROM to Kconfig by Tom Rini · 2 years ago
  38. 6a5dccc global: Move remaining CONFIG_SYS_* to CFG_SYS_* by Tom Rini · 2 years ago
  39. bb4dd96 global: Move remaining CONFIG_SYS_SDRAM_* to CFG_SYS_SDRAM_* by Tom Rini · 2 years ago
  40. 376b88a global: Migrate CONFIG_SYS_FSL* symbols to the CFG_SYS namespace by Tom Rini · 2 years, 1 month ago
  41. d5c3bf2 global: Migrate CONFIG_SYS_MPC8* symbols to the CFG_SYS namespace by Tom Rini · 2 years, 1 month ago
  42. 75a6a37 treewide: Remove the unnecessary space before semicolon by Bin Meng · 2 years, 1 month ago
  43. 666bf36 imx8m: fix reading of DDR4 MR registers [again] by Rasmus Villemoes · 2 years, 2 months ago
  44. e917a0b ddr: fsl: Fix re-align of verbose DRAM information for non-SPL builds by Pali Rohár · 2 years, 3 months ago
  45. af69602 ddr: fsl: Allow to detect 4 GB DDR modules in 32-bit mode by Pali Rohár · 2 years, 3 months ago
  46. ba471ba ddr: fsl: Fix fsl_ddr_sdram_size() for 4GB modules with 32-bit phys_size_t by Pali Rohár · 2 years, 3 months ago
  47. 7624a41 ddr: fsl: Fix checking for maximal mappable memory by Pali Rohár · 2 years, 3 months ago
  48. 586c22b Merge branch 'master' into next by Tom Rini · 2 years, 2 months ago
  49. 154e7dd imx8m: ddrphy_utils: Remove unused file by Marek Vasut · 2 years, 3 months ago
  50. 80877fa cyclic: Use schedule() instead of WATCHDOG_RESET() by Stefan Roese · 2 years, 3 months ago
  51. a072a6c ddr: fsl: Make bank_addr_bits reflect actual bits by Sean Anderson · 2 years, 3 months ago
  52. 0db746c ddr: fsl: Reduce the size of interactive options by Sean Anderson · 2 years, 3 months ago
  53. f839dd0 Convert CONFIG_SYS_FSL_DDR_MAIN_NUM_CTRLS et al to Kconfig by Tom Rini · 2 years, 4 months ago
  54. 1ab1692 common: Drop display_options.h from common header by Simon Glass · 2 years, 4 months ago
  55. c934e5e Convert CONFIG_SYS_FSL_DDR_INTLV_256B to Kconfig by Tom Rini · 2 years, 4 months ago
  56. 9eba082 ddr: imx8m: helper: load ddr firmware according to binman symbols by Peng Fan · 2 years, 4 months ago
  57. f188a4f ddr: imx9: enable Performance monitor counter by Ye Li · 2 years, 4 months ago
  58. b2cfc42 ddr: imx: Add i.MX9 DDR controller driver by Ye Li · 2 years, 4 months ago
  59. 8e99f7d Convert CONFIG_SYS_DDR_RAW_TIMING to Kconfig by Tom Rini · 2 years, 5 months ago
  60. afba411 Convert CONFIG_SYS_SPD_BUS_NUM to Kconfig by Tom Rini · 2 years, 5 months ago
  61. 44b027d nxp: Cleanup some emulator related options. by Tom Rini · 2 years, 5 months ago
  62. d9ff2b9 Merge branch 'master' into next by Tom Rini · 2 years, 5 months ago
  63. eeea5ec ddr: altera: soc64: Integer fix overflow that caused DDR size mismatched by Dinesh Maniyam · 2 years, 6 months ago
  64. 851c724 ddr: altera: Stratix10: Use phys_size_t for memory size by Tien Fong Chee · 2 years, 7 months ago
  65. 7bcd663 ddr: altera: Ignore bit[7-4] for both seq2core & core2seq handshake in HPS by Tien Fong Chee · 2 years, 7 months ago
  66. 277f1f4 intel: n5x: ddr: update license by Tien Fong Chee · 2 years, 6 months ago
  67. f8f6b32 Convert CONFIG_SPL_COMMON_INIT_DDR to Kconfig by Tom Rini · 2 years, 6 months ago
  68. d8a5044 imx8m: fix reading of DDR4 MR registers by Rasmus Villemoes · 2 years, 7 months ago
  69. 654ec60 ddr: fsl: Allow to compile it without env support by Pali Rohár · 2 years, 8 months ago
  70. ea0209f imx8m: ddrphy_utils: Add 3732 MT/s mode by Marek Vasut · 2 years, 9 months ago
  71. 3210bdc Convert CONFIG_DIMM_SLOTS_PER_CTLR to Kconfig by Tom Rini · 2 years, 8 months ago
  72. 9ae65bd db-mv784mp-gp: Rename CONFIG_DB_784MP_GP to CONFIG_TARGET_DB_MV784MP_GP by Tom Rini · 2 years, 8 months ago
  73. 5618460 Convert CONFIG_CHIP_SELECTS_PER_CTRL to Kconfig by Tom Rini · 2 years, 9 months ago
  74. 532b719 ddr: marvell: a38x: fix BYTE_HOMOGENEOUS_SPLIT_OUT decision by Marek Behún · 2 years, 9 months ago
  75. 7f5dd94 imx8ulp: ddr: Fix DDR frequency request issue by Ye Li · 3 years, 1 month ago
  76. 9cac6e2 imx8ulp:ddr: saving the dram config timing data into sram by Jacky Bai · 3 years, 1 month ago
  77. 9e2a947 ddr: marvell: a38x: fix SPLIT_OUT_MIX state decision by Marek Behún · 2 years, 11 months ago
  78. 90e519e ddr: marvell: a38x: Fix Synchronous vs Asynchronous mode determination by Marek Behún · 2 years, 11 months ago
  79. a321d04 drivers/ddr/altera/sequencer.c: Fix spelling of "resetting". by Vagrant Cascadian · 3 years ago
  80. 11c6693 arm: mvebu: axp: ddr: Switch to using DM I2C API by Stefan Roese · 3 years ago
  81. 6f3dc96 arm: mvebu: axp: Remove unreferenced ddr3_get_eprom_fabric() function by Stefan Roese · 3 years ago
  82. f7eed20 Convert CONFIG_SYS_BR0_PRELIM et al to Kconfig by Tom Rini · 3 years ago
  83. e8fee9a drivers: ddr: lc_common_dimm_params.c : Fix Divison by zero issue by Maninder Singh · 3 years, 2 months ago
  84. aa44eb2 drivers: ddr: main.c: Fix Bad Shift operator issue by Priyanka Singh · 3 years, 3 months ago
  85. d94a038 drivers: ddr: fsl_ddr_gen4.c: Fix divide by zero issue by Priyanka Singh · 3 years, 3 months ago
  86. bc4ef9c drivers: ddr: util.c: Fix divide by zero issue by Priyanka Singh · 3 years, 3 months ago
  87. 62fb2b4 WS cleanup: remove SPACE(s) followed by TAB by Wolfgang Denk · 3 years, 2 months ago
  88. 3fd6633 WS cleanup: remove trailing empty lines by Wolfgang Denk · 3 years, 2 months ago
  89. 961578e Merge tag 'v2021.10-rc5' into next by Tom Rini · 3 years, 2 months ago
  90. ed6c1ab ddr: altera: use KBUILD_BASENAME instead of __FILE__ by Marek Vasut · 3 years, 2 months ago
  91. 468c2d5 nxp: Migrate a number of DDR related symbols to Kconfig by Tom Rini · 3 years, 3 months ago
  92. f7246c2 nxp: Migrate CONFIG_DDR_CLK_FREQ to Kconfig by Tom Rini · 3 years, 3 months ago
  93. fe2cea6 ddr: Migrate DDR_SPD to Kconfig by Tom Rini · 3 years, 3 months ago
  94. 592bcd0 mvebe: Migrate CONFIG_DDR_LOG_LEVEL to Kconfig by Tom Rini · 3 years, 3 months ago
  95. 5155665 mvebu: ddr: Rename CONFIG_DDR_FIXED_SIZE to CONFIG_SYS_SDRAM_SIZE by Tom Rini · 3 years, 3 months ago
  96. f8e2eab ddr: altera: Add SDRAM driver for Intel N5X device by Tien Fong Chee · 3 years, 4 months ago
  97. a513238 ddr: socfpga: Enable memory test on memory size less than 1GB by Tien Fong Chee · 3 years, 4 months ago
  98. 56499f6 ddr: Add DDR driver for iMX8ULP by Ye Li · 3 years, 4 months ago
  99. a7ffa3d ppc: Remove T4160RDB board by Tom Rini · 3 years, 6 months ago
  100. e540498 ppc: Remove sbc8641d board by Tom Rini · 3 years, 6 months ago