[U-Boot] [PATCH v4 3/4] aspeed: Board init functions and common configs for ast2500 based boards

Simon Glass sjg at chromium.org
Thu Jan 26 15:23:48 CET 2017


On 18 January 2017 at 14:44, Maxim Sloyko <maxims at google.com> wrote:
> Add configuration file with parameters that are very likely to be shared by
> all ast2500-based boards.
> Add ast2500-board.c file with the init code that is very likely to be
> shared by all ast2500-based boards.
>
> ---
>
> Changes in v4:
> - Fixed include file order in ast2500-board.c
> - Multiple cosmetic changes: new lines, removed parens etc.
> - Removed local PRE_CON_RAM_SZ variable from aspeed-common.h
>
> Changes in v3:
> - Removed CONFIG_SYS_TEXT_BASE in favor of Kconfig option
> - In aspeed-common.h changed some options from define CONFIG_FOO 1 to
>   define CONFIG_FOO
>
> Changes in v2: None
> Changes in v1:
> - Merge together all patches related to ast2500 boards common
>   functions/configs
> - Add copyright statement to ast2500-board.c
>
> Signed-off-by: Maxim Sloyko <maxims at google.com>
> ---
>  arch/arm/mach-aspeed/Makefile        |  2 +-
>  arch/arm/mach-aspeed/ast2500-board.c | 83 ++++++++++++++++++++++++++++++++++++
>  include/configs/aspeed-common.h      | 81 +++++++++++++++++++++++++++++++++++
>  3 files changed, 165 insertions(+), 1 deletion(-)
>  create mode 100644 arch/arm/mach-aspeed/ast2500-board.c
>  create mode 100644 include/configs/aspeed-common.h

Reviewed-by: Simon Glass <sjg at chromium.org>


More information about the U-Boot mailing list