On 18 January 2017 at 14:44, Maxim Sloyko <[email protected]> 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 <[email protected]> > --- > 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 <[email protected]> _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

