Dear Wolfgang, Please pull u-boot-sh master branch.
Best regards, Nobuhiro The following changes since commit 2145188bea2df8f2b47a87ec3071b55027e8d0ae: Ben Warren (1): Fix compile error in building MBX860T. are available in the git repository at: git://git.denx.de/u-boot-sh.git master Jean-Christophe PLAGNIOL-VILLARD (3): sh: fix rsk7203 and MigoR out of tree build sh: r2dplus/lowlevel_init: coding style fix sh: r2dplus fix register access Nobuhiro Iwamatsu (6): sh: Update SuperH serial driver sh: Update ms7722se board config sh: Migo-R: Update BSC value sh: Update sh timer function sh: Changed value of CACHE_OC_NUM_ENTRIES and CACHE_OC_WAY_SHIFT sh: Update sh2/sh2a timer Makefile | 4 +- board/renesas/MigoR/lowlevel_init.S | 32 +++++----- board/renesas/r2dplus/lowlevel_init.S | 44 +++++++------- cpu/sh2/Makefile | 2 +- cpu/sh3/Makefile | 2 +- cpu/sh3/time.c | 103 --------------------------------- cpu/sh4/Makefile | 2 +- cpu/sh4/time.c | 98 ------------------------------- drivers/pci/pci_sh7751.c | 4 +- drivers/serial/serial_sh.c | 2 +- include/asm-sh/cpu_sh4.h | 7 ++ include/configs/ms7722se.h | 3 + lib_sh/Makefile | 6 ++- lib_sh/time.c | 83 +++++++++++++++++++++------ cpu/sh2/time.c => lib_sh/time_sh2.c | 16 ++++-- 15 files changed, 138 insertions(+), 270 deletions(-) delete mode 100644 cpu/sh3/time.c delete mode 100644 cpu/sh4/time.c rename cpu/sh2/time.c => lib_sh/time_sh2.c (91%) -- Nobuhiro Iwamatsu _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot