All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] Refactor Aspeed SoCs support
@ 2020-08-03  9:36 Chia-Wei, Wang
  2020-08-03  9:36 ` [PATCH 1/6] MAINTAINERS: Add maintainers for Aspeed SoCs Chia-Wei, Wang
                   ` (5 more replies)
  0 siblings, 6 replies; 13+ messages in thread
From: Chia-Wei, Wang @ 2020-08-03  9:36 UTC (permalink / raw)
  To: u-boot

This patch series refactors the existing Aspeed platform
code and file/folder structure for better flexibility to
extend the support of other Aspeed SoCs. The maintainers
for Aspeed SoCs are also added.

Chia-Wei, Wang (6):
  MAINTAINERS: Add maintainers for Aspeed SoCs
  aspeed: ast2500: Add lowlevel_init assembly
  cosmetic: aspeed: ast2500: Rename board file
  include/configs: aspeed: Remove hardcoded variables
  configs: evb-ast2500: Move BOOTCOMMAND from header to defconfig
  configs: evb-ast2500: Convert to OF_SEPARATE

 MAINTAINERS                                   | 12 ++++++
 arch/arm/include/asm/arch-aspeed/platform.h   | 20 +++++++++
 arch/arm/mach-aspeed/Makefile                 |  2 +-
 arch/arm/mach-aspeed/ast2500/Makefile         |  2 +
 .../board_common.c}                           | 25 -----------
 arch/arm/mach-aspeed/ast2500/lowlevel_init.S  | 41 +++++++++++++++++++
 configs/evb-ast2500_defconfig                 |  5 ++-
 include/configs/aspeed-common.h               | 18 ++++----
 8 files changed, 88 insertions(+), 37 deletions(-)
 create mode 100644 arch/arm/include/asm/arch-aspeed/platform.h
 rename arch/arm/mach-aspeed/{ast2500-board.c => ast2500/board_common.c} (58%)
 create mode 100644 arch/arm/mach-aspeed/ast2500/lowlevel_init.S

-- 
2.17.1

^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2020-08-14 19:52 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-03  9:36 [PATCH 0/6] Refactor Aspeed SoCs support Chia-Wei, Wang
2020-08-03  9:36 ` [PATCH 1/6] MAINTAINERS: Add maintainers for Aspeed SoCs Chia-Wei, Wang
2020-08-14 19:51   ` Tom Rini
2020-08-03  9:36 ` [PATCH 2/6] aspeed: ast2500: Add lowlevel_init assembly Chia-Wei, Wang
2020-08-14 19:51   ` Tom Rini
2020-08-03  9:36 ` [PATCH 3/6] cosmetic: aspeed: ast2500: Rename board file Chia-Wei, Wang
2020-08-14 19:52   ` Tom Rini
2020-08-03  9:36 ` [PATCH 4/6] include/configs: aspeed: Remove hardcoded variables Chia-Wei, Wang
2020-08-14 19:52   ` Tom Rini
2020-08-03  9:36 ` [PATCH 5/6] configs: evb-ast2500: Move BOOTCOMMAND from header to defconfig Chia-Wei, Wang
2020-08-14 19:52   ` Tom Rini
2020-08-03  9:36 ` [PATCH 6/6] configs: evb-ast2500: Convert to OF_SEPARATE Chia-Wei, Wang
2020-08-14 19:52   ` Tom Rini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.