[U-Boot] Pull request: u-boot-sh

Dear Wolfgang.
Please pull u-boot-sh master branch.
Best regards, Nobuhiro
The following changes since commit 59869ca72df8bc4e4ffa9dd17cb6673bbe010272: Wolfgang Denk (1): Merge branch 'master' of git://git.denx.de/u-boot-video
are available in the git repository at:
git://git.denx.de/u-boot-sh.git master
Jean-Christophe PLAGNIOL-VILLARD (6): sh7785lcr: fix out of tree build sh: make the linker scripts more generic sh: unify linker script sh: introduce clock framework sh3/sh4: fix CONFIG_SYS_HZ to 1000 sh3/sh4: rename config option TMU_CLK_DIVIDER to CONFIG_SYS_TMU_CLK_DIV
Nobuhiro Iwamatsu (4): sh: Revised the build with newest compiler sh: Add support ESPT-GIGA borad sh: Add espt-gita board to MAKEALL sh: Update pci config for Renesas r7780mp board
MAKEALL | 1 + Makefile | 15 +- board/espt/Makefile | 50 ++++ board/espt/config.mk | 9 + board/espt/espt.c | 50 ++++ board/espt/lowlevel_init.S | 334 +++++++++++++++++++++++ board/ms7720se/u-boot.lds | 108 -------- board/ms7722se/u-boot.lds | 105 ------- board/ms7750se/u-boot.lds | 105 ------- board/renesas/MigoR/u-boot.lds | 105 ------- board/renesas/ap325rxa/u-boot.lds | 105 ------- board/renesas/r2dplus/u-boot.lds | 105 ------- board/renesas/r7780mp/u-boot.lds | 105 ------- board/renesas/sh7763rdp/u-boot.lds | 105 ------- board/renesas/sh7785lcr/Makefile | 2 +- board/renesas/sh7785lcr/lowlevel_init.S | 58 ++-- board/renesas/sh7785lcr/u-boot_29bit | 96 ------- board/renesas/sh7785lcr/u-boot_32bit | 96 ------- {board/renesas/rsk7203 => cpu/sh2}/u-boot.lds | 10 +- {board/mpr2 => cpu/sh3}/u-boot.lds | 13 +- {board/renesas/sh7785lcr => cpu/sh4}/u-boot.lds | 15 +- include/asm-sh/clk.h | 35 +++ include/asm-sh/macro.h | 2 +- include/configs/MigoR.h | 4 +- include/configs/ap325rxa.h | 4 +- include/configs/espt.h | 126 +++++++++ include/configs/mpr2.h | 4 +- include/configs/ms7720se.h | 4 +- include/configs/ms7722se.h | 4 +- include/configs/ms7750se.h | 4 +- include/configs/r2dplus.h | 4 +- include/configs/r7780mp.h | 7 +- include/configs/sh7763rdp.h | 4 +- include/configs/sh7785lcr.h | 4 +- lib_sh/time.c | 55 +++-- sh_config.mk | 3 + 36 files changed, 720 insertions(+), 1136 deletions(-) create mode 100644 board/espt/Makefile create mode 100644 board/espt/config.mk create mode 100644 board/espt/espt.c create mode 100644 board/espt/lowlevel_init.S delete mode 100644 board/ms7720se/u-boot.lds delete mode 100644 board/ms7722se/u-boot.lds delete mode 100644 board/ms7750se/u-boot.lds delete mode 100644 board/renesas/MigoR/u-boot.lds delete mode 100644 board/renesas/ap325rxa/u-boot.lds delete mode 100644 board/renesas/r2dplus/u-boot.lds delete mode 100644 board/renesas/r7780mp/u-boot.lds delete mode 100644 board/renesas/sh7763rdp/u-boot.lds delete mode 100644 board/renesas/sh7785lcr/u-boot_29bit delete mode 100644 board/renesas/sh7785lcr/u-boot_32bit rename {board/renesas/rsk7203 => cpu/sh2}/u-boot.lds (89%) rename {board/mpr2 => cpu/sh3}/u-boot.lds (87%) rename {board/renesas/sh7785lcr => cpu/sh4}/u-boot.lds (90%) create mode 100644 include/asm-sh/clk.h create mode 100644 include/configs/espt.h

On Wed, 8 Jul 2009 12:12:51 +0900 Nobuhiro Iwamatsu iwamatsu@nigauri.org wrote:
sh: Add espt-gita board to MAKEALL
this breaks MAKEALL for me:
./MAKEALL MPC8313ERDB_33 ...33M ...Configuring for MPC8313ERDB board... make: *** No rule to make target `/home/r1aaha/git/u-boot/include/asm/config.h', needed by `include/autoconf.mk'. Stop. make: *** Waiting for unfinished jobs.... powerpc-linux-size: './u-boot': No such file
Kim

Dear Nobuhiro Iwamatsu,
In message 29ab51dc0907072012j42cc59ex9036929b30743bd9@mail.gmail.com you wrote:
Please pull u-boot-sh master branch.
Please see Kim Phillips' mail. I will delay the pull until I hear from you that the problem has been solved. Thanks.
Best regards,
Wolfgang Denk

Hi,
2009/7/9 Wolfgang Denk wd@denx.de:
Dear Nobuhiro Iwamatsu,
In message 29ab51dc0907072012j42cc59ex9036929b30743bd9@mail.gmail.com you wrote:
Please pull u-boot-sh master branch.
Please see Kim Phillips' mail. I will delay the pull until I hear from you that the problem has been solved. Thanks.
Sorry, I check and fix this problem.
Thanks, Nobuhiro
participants (3)
-
Kim Phillips
-
Nobuhiro Iwamatsu
-
Wolfgang Denk