[PATCH 0/2] Refactor ASPEED AST2500 DDR SDRAM driver structure

Dylan Hung dylan_hung at aspeedtech.com
Mon Sep 7 07:23:54 CEST 2020


This patch series improves the maintainability of the ASPEED DDR SDRAM
driver.  It moves the source code files from arch/arm/mach-aspeed to
drives/ram/aspeed and so that it is more easier to add configurations
such as dual-x8-die configs.

Dylan Hung (2):
  ram: move aspeed ram driver into drivers/ directory
  ram: add ddr4 dual x8 configuration

 arch/arm/mach-aspeed/ast2500/Makefile                  |  2 +-
 drivers/ram/Kconfig                                    |  1 +
 drivers/ram/Makefile                                   |  1 +
 drivers/ram/aspeed/Kconfig                             | 10 ++++++++++
 drivers/ram/aspeed/Makefile                            |  3 +++
 .../ast2500 => drivers/ram/aspeed}/sdram_ast2500.c     |  2 +-
 6 files changed, 17 insertions(+), 2 deletions(-)
 create mode 100644 drivers/ram/aspeed/Kconfig
 create mode 100644 drivers/ram/aspeed/Makefile
 rename {arch/arm/mach-aspeed/ast2500 => drivers/ram/aspeed}/sdram_ast2500.c (99%)

-- 
2.17.1



More information about the U-Boot mailing list