[PATCH u-boot 00/12] config cleanups and small fixes
Cédric Le Goater
clg at kaod.org
Fri Oct 7 18:24:02 AEDT 2016
On 10/06/2016 11:26 PM, Cédric Le Goater wrote:
> Hello,
>
> Here is a set of cleanups on the configuration. It should ease the
> port on v2016.11 which is a little more strict on CONFIG_ defines.
You will need this patch to start with :
https://github.com/legoater/u-boot/commit/d76a5e74286cd903c4eb96c3b5f762672121b02a
forgot to send it :/
Thanks,
C.
> I also included a couple of fixes on the timer and ramdisk relocation.
>
>
> Thanks,
>
> C.
>
> Cédric Le Goater (12):
> aspeed: add CONFIG_AST_SPI_NOR
> aspeed: rework top level configuration of the Aspeed SoC
> aspeed: use CONFIG_TARGET_AST_G{4,5}
> aspeed: remove CONFIG_SYS_INIT_RAM_END
> aspeed: replace CONFIG_ASPEED_TIMER_CLK with CONFIG_TIMER_CLK_FREQ
> aspeed: timer cleanups
> aspeed: add configuration for the network devices
> aspeed: remove CONFIG_MAC_NUM
> aspeed: add CONFIG_DRAM_ECC
> aspeed: remove CONFIG_PHY_MAX_ADDR
> bootm: fix ramdisk relocation
> aspeed: remove hack loading ramdisk in memory
>
> arch/arm/Kconfig | 14 +++----
> arch/arm/include/asm/arch-aspeed/aspeed.h | 29 --------------
> arch/arm/include/asm/arch-aspeed/ast-ahbc.h | 2 +-
> arch/arm/include/asm/arch-aspeed/platform.h | 10 +----
> arch/arm/include/asm/arch-aspeed/regs-ahbc.h | 4 +-
> arch/arm/include/asm/arch-aspeed/regs-scu.h | 56 ++++++++++++++--------------
> arch/arm/mach-aspeed/Kconfig | 50 +++++++++++++++++++++++++
> arch/arm/mach-aspeed/Makefile | 4 +-
> arch/arm/mach-aspeed/ast-ahbc.c | 5 +--
> arch/arm/mach-aspeed/ast-scu.c | 19 ++++++----
> arch/arm/mach-aspeed/cpuinfo.c | 5 +--
> arch/arm/mach-aspeed/flash.c | 21 +----------
> arch/arm/mach-aspeed/timer.c | 27 ++++++++++----
> board/aspeed/Kconfig | 16 --------
> board/aspeed/ast-g4/Kconfig | 6 ---
> board/aspeed/ast-g4/ast-g4.c | 1 -
> board/aspeed/ast-g5/Kconfig | 15 +++++---
> cmd/bootm.c | 3 ++
> common/image.c | 11 ------
> configs/ast_g4_ncsi_defconfig | 3 ++
> configs/ast_g4_phy_defconfig | 4 ++
> configs/ast_g5_ncsi_defconfig | 3 ++
> configs/ast_g5_phy_defconfig | 4 ++
> drivers/net/Kconfig | 19 +++++++++-
> drivers/net/ftgmac100.c | 15 ++++----
> include/configs/ast-common.h | 15 +++-----
> include/configs/ast-g4-ncsi.h | 6 +--
> include/configs/ast-g4-phy.h | 9 ++---
> include/configs/ast-g5-ncsi.h | 9 ++---
> include/configs/ast-g5-phy.h | 11 ++----
> 30 files changed, 194 insertions(+), 202 deletions(-)
> delete mode 100644 arch/arm/include/asm/arch-aspeed/aspeed.h
> create mode 100644 arch/arm/mach-aspeed/Kconfig
> delete mode 100644 board/aspeed/Kconfig
>
More information about the openbmc
mailing list