From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yoshinori Sato Date: Thu, 19 May 2016 21:26:46 +0900 Subject: [U-Boot] [PATCH 0/9] sh: Convert generic board Message-ID: <1463660815-26050-1-git-send-email-ysato@users.sourceforge.jp> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hello. This patch series convert generic board for SH. Tested on r2dplus target. Yoshinori Sato (9): board_f: Add relocate_code stub board_f: Add SH specific timer_init board_f: if SKIP_RELOC is ture, return from board_init_f board_f: Add SH specific mon_len sh: Add missing symbol for generic board sh: Remove arch specific board.c sh: generic board support - startup sh: generic board support - header sh: generic board support - Kconfig arch/Kconfig | 2 + arch/sh/cpu/sh2/cpu.c | 9 +++ arch/sh/cpu/sh2/start.S | 22 +++-- arch/sh/cpu/sh3/cpu.c | 9 +++ arch/sh/cpu/sh3/start.S | 21 +++-- arch/sh/cpu/sh4/cpu.c | 9 +++ arch/sh/cpu/sh4/start.S | 23 ++++-- arch/sh/cpu/u-boot.lds | 1 + arch/sh/include/asm/u-boot.h | 11 +-- arch/sh/lib/Makefile | 1 - arch/sh/lib/board.c | 189 ------------------------------------------- common/board_f.c | 12 ++- 12 files changed, 86 insertions(+), 223 deletions(-) delete mode 100644 arch/sh/lib/board.c -- 2.7.0