[PATCH uboot v2016.05-aspeed-openbmc 0/9] aspeed: fixes and cleanups

Cédric Le Goater clg at kaod.org
Thu Jun 30 02:09:42 AEST 2016


Hello,

The aspeednic driver has a couple of issues which are fixed by
Milton's patches. On top of that, I have included some kconfig
improvements and a *massive* cleanup of nearly all the Aspeed files.

Tested on palmetto and a ast2500 evb.

Thanks,

C. 

Cédric Le Goater (6):
  net/aspeednic: start mac after ring buffers are initialized
  aspeed/ast-g4: select the correct cpu
  aspeed/ast-g4: use literal defines in misc_init_r()
  aspeed: add a common Kconfig file for Aspeed boards.
  aspeed/ast-g4: add a force saveenv config
  ast-g4/g5: large cleanup

Milton D. Miller II (3):
  net: aspeednic: Create aspeed_write_hwaddr from set_mac_address
  net: aspeednic: Do not start hardware in initialize
  net: aspeednic: Do not fill in a random MAC address

 arch/arm/Kconfig                                   |    6 +-
 arch/arm/include/asm/arch-aspeed/aspeed.h          |   16 +-
 arch/arm/include/asm/arch-aspeed/ast-ahbc.h        |   28 +-
 arch/arm/include/asm/arch-aspeed/ast-sdmc.h        |   49 +-
 .../arm/include/asm/arch-aspeed/ast2400_platform.h |  110 +-
 arch/arm/include/asm/arch-aspeed/ast_g5_platform.h |  291 ++-
 arch/arm/include/asm/arch-aspeed/ast_scu.h         |   70 +-
 arch/arm/include/asm/arch-aspeed/platform.h        |   26 +-
 arch/arm/include/asm/arch-aspeed/regs-ahbc.h       |   23 +-
 arch/arm/include/asm/arch-aspeed/regs-scu.h        | 1392 ++++++-------
 arch/arm/include/asm/arch-aspeed/regs-sdmc.h       |   20 +-
 arch/arm/include/asm/arch-aspeed/regs-spi.h        |   55 -
 arch/arm/mach-aspeed/ast-ahbc.c                    |  110 +-
 arch/arm/mach-aspeed/ast-scu.c                     | 2127 ++++++++++----------
 arch/arm/mach-aspeed/ast-sdmc.c                    |  179 +-
 arch/arm/mach-aspeed/cpuinfo.c                     |   19 +-
 arch/arm/mach-aspeed/timer.c                       |   50 +-
 board/aspeed/Kconfig                               |    9 +
 board/aspeed/ast-g4/ast-g4.c                       |   15 +-
 common/env_common.c                                |    3 +
 drivers/net/aspeednic.c                            |   17 +-
 include/configs/ast-g4.h                           |    1 +
 22 files changed, 2140 insertions(+), 2476 deletions(-)
 delete mode 100644 arch/arm/include/asm/arch-aspeed/regs-spi.h
 create mode 100644 board/aspeed/Kconfig

-- 
2.1.4



More information about the openbmc mailing list