[U-Boot] [PATCH v4 4/4] aspeed: Support for ast2500 Eval Board
Simon Glass
sjg at chromium.org
Thu Jan 26 15:23:55 CET 2017
On 18 January 2017 at 14:44, Maxim Sloyko <maxims at google.com> wrote:
> ast2500 Eval Board device tree and board specific configuration.
>
> ---
>
> Changes in v4:
> - Cosmetic: Fixed comment formatting
>
> Changes in v3:
> - In evb_ast2500.h fixed some options to define CONFIG_FOO instead of
> define CONFIG_FOO 1
>
> Changes in v2: None
> Changes in v1:
> - Merge together patches related to ast2500 eval board configuration
> - Add Copyright statement to evb_ast2500.c
> - Use ast2500-u-boot.dtsi instead of ast2500.dtsi, which is now Linux
> Kernel DT Include
>
> Signed-off-by: Maxim Sloyko <maxims at google.com>
> ---
> arch/arm/dts/Makefile | 2 ++
> arch/arm/dts/ast2500-evb.dts | 23 +++++++++++++++++++++++
> arch/arm/mach-aspeed/ast2500/Kconfig | 2 ++
> board/aspeed/evb_ast2500/Kconfig | 12 ++++++++++++
> board/aspeed/evb_ast2500/Makefile | 1 +
> board/aspeed/evb_ast2500/evb_ast2500.c | 6 ++++++
> configs/evb-ast2500_defconfig | 21 +++++++++++++++++++++
> include/configs/evb_ast2500.h | 27 +++++++++++++++++++++++++++
> 8 files changed, 94 insertions(+)
> create mode 100644 arch/arm/dts/ast2500-evb.dts
> create mode 100644 board/aspeed/evb_ast2500/Kconfig
> create mode 100644 board/aspeed/evb_ast2500/Makefile
> create mode 100644 board/aspeed/evb_ast2500/evb_ast2500.c
> create mode 100644 configs/evb-ast2500_defconfig
> create mode 100644 include/configs/evb_ast2500.h
>
Reviewed-by: Simon Glass <sjg at chromium.org>
More information about the U-Boot
mailing list