
Hi Maxim,
On 17 January 2017 at 12:46, Maxim Sloyko maxims@google.com wrote:
On Sat, Jan 14, 2017 at 9:14 AM, Simon Glass sjg@chromium.org wrote:
Hi Maxim,
On 4 January 2017 at 12:46, Maxim Sloyko maxims@google.com wrote:
Commit message?
Signed-off-by: Maxim Sloyko maxims@google.com
arch/arm/mach-aspeed/ast2500/Kconfig | 7 +++++++ board/aspeed/evb_ast2500/Kconfig | 12 ++++++++++++ board/aspeed/evb_ast2500/Makefile | 1 + board/aspeed/evb_ast2500/evb_ast2500.c | 1 + configs/evb-ast2500_defconfig | 21 +++++++++++++++++++++ include/configs/evb_ast2500.h | 30 ++++++++++++++++++++++++++++++ 6 files changed, 72 insertions(+) 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
diff --git a/arch/arm/mach-aspeed/ast2500/Kconfig b/arch/arm/mach-aspeed/ast2500/Kconfig index c0b448f19e..7397d0c179 100644 --- a/arch/arm/mach-aspeed/ast2500/Kconfig +++ b/arch/arm/mach-aspeed/ast2500/Kconfig @@ -3,4 +3,11 @@ if ASPEED_AST2500 config SYS_CPU default "arm1176"
+config TARGET_EVB_AST2500
bool "Evb-AST2500"
help
Evb-AST2500 is Aspeed evaluation board for AST2500 chip.
More details? What peripherals does it provide?
Do you mean the hardware or what has been implemented so far?
Just a bit about the hardware.
[...]
Regards, Simon