[u-boot 0/3] Add minimal ast2400 support

Joel Stanley joel at jms.id.au
Tue Jun 21 17:29:42 AEST 2016


Hello OpenBMC u-boot hackers!

This series adds minimal ast2400 support to the v2016.05 tag of u-boot. It
applies on top of the v2016.05-ast2500 tree that Cedric created for the
ast2500-evb.

It is a copy of the code from the Aspeed SDK with minimal changes to get it to
compile in a modern u-boot tree.

Pending review, I will add this to a branch called v2016.05-aspeed-openbmc in
the openbmc u-boot repository and point all of our 2400 and 2500 systems at
this branch.

Cheers,

Joel

Joel Stanley (3):
  ast-g5: Simplify config and board file
  ARM: AST2400: add support
  arm: aspeed: Remove cpu directory

 arch/arm/Kconfig                                   |    4 +
 .../arm/include/asm/arch-aspeed/ast2400_platform.h |   84 +
 board/aspeed/ast-g4/Kconfig                        |   21 +
 board/aspeed/ast-g4/Makefile                       |    1 +
 board/aspeed/ast-g4/ast-g4.c                       |  113 +
 board/aspeed/ast-g4/platform.S                     | 3092 ++++++++++++++++++++
 board/aspeed/ast-g5/ast-g5.c                       |    1 -
 configs/ast_g4_defconfig                           |    9 +
 include/configs/ast-g4.h                           |  187 ++
 include/configs/ast-g5.h                           |   85 +-
 10 files changed, 3522 insertions(+), 75 deletions(-)
 create mode 100644 arch/arm/include/asm/arch-aspeed/ast2400_platform.h
 create mode 100644 board/aspeed/ast-g4/Kconfig
 create mode 100644 board/aspeed/ast-g4/Makefile
 create mode 100644 board/aspeed/ast-g4/ast-g4.c
 create mode 100644 board/aspeed/ast-g4/platform.S
 create mode 100644 configs/ast_g4_defconfig
 create mode 100644 include/configs/ast-g4.h

-- 
2.8.1



More information about the openbmc mailing list