From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Thu, 26 Jan 2017 07:23:48 -0700 Subject: [U-Boot] [PATCH v4 3/4] aspeed: Board init functions and common configs for ast2500 based boards In-Reply-To: <20170118214458.51081-4-maxims@google.com> References: <20170111234513.45760-1-maxims@google.com> <20170118214458.51081-1-maxims@google.com> <20170118214458.51081-4-maxims@google.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 18 January 2017 at 14:44, Maxim Sloyko 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 > --- > 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