Dear Nobuhiro Iwamatsu, In message <aanlktikwvpmrmsytweoofwkwd2rzb_kexlmyobcml...@mail.gmail.com> you wrote: > > git://git.denx.de/u-boot-sh.git master > > Nobuhiro Iwamatsu (14): > sh: Remove config.mk for MigoR board > sh: Remove config.mk for ap325rxa board > sh: Remove config.mk for r2dplus board > sh: Remove config.mk for r7780mp board > sh: Remove config.mk for rsk7203 board > sh: Remove config.mk for sh7763rdp board > sh: Remove config.mk for sh7785lcr board > sh: Remove config.mk for ms7720se board > sh: Remove config.mk for ms7722se board > sh: Remove config.mk for ms7750se board > sh: Remove config.mk for mpr2 board > sh: Remove config.mk for espt board > sh: Remove config.mk for shmin board > sh: sh7785lcr: Fix out of tree building > > Yoshihiro Shimoda (6): > sh: add support the CONFIG_SYS_LDSCRIPT > README: add description of sh_eth driver > net: sh_eth: add cache handling > spi: add support SuperH SPI module > sh: add support for sh7757lcr board > change email address in MAINTAINERS > > MAINTAINERS | 3 +- > README | 17 + > arch/sh/config.mk | 6 + > arch/sh/include/asm/cpu_sh4.h | 2 + > arch/sh/include/asm/cpu_sh7757.h | 218 ++++++++ > board/espt/config.mk | 9 - > board/mpr2/config.mk | 37 -- > board/ms7720se/config.mk | 34 -- > board/ms7722se/config.mk | 31 -- > board/ms7750se/config.mk | 23 - > board/renesas/ap325rxa/config.mk | 26 - > board/renesas/r2dplus/config.mk | 23 - > board/renesas/r7780mp/config.mk | 27 - > board/renesas/rsk7203/config.mk | 28 - > .../{MigoR/config.mk => sh7757lcr/Makefile} | 38 +- > board/renesas/sh7757lcr/lowlevel_init.S | 558 > ++++++++++++++++++++ > board/renesas/sh7757lcr/sh7757lcr.c | 454 ++++++++++++++++ > board/renesas/sh7757lcr/spi-boot.c | 109 ++++ > board/renesas/sh7757lcr/u-boot.lds | 101 ++++ > board/renesas/sh7763rdp/config.mk | 11 - > board/renesas/sh7785lcr/Makefile | 8 +- > board/renesas/sh7785lcr/config.mk | 31 -- > board/shmin/config.mk | 27 - > boards.cfg | 1 + > doc/README.sh7757lcr | 64 +++ > drivers/net/sh_eth.c | 9 + > drivers/spi/Makefile | 1 + > drivers/spi/sh_spi.c | 261 +++++++++ > drivers/spi/sh_spi.h | 79 +++ > include/configs/MigoR.h | 1 + > include/configs/ap325rxa.h | 2 + > include/configs/espt.h | 1 + > include/configs/mpr2.h | 2 + > include/configs/ms7720se.h | 1 + > include/configs/ms7722se.h | 1 + > include/configs/ms7750se.h | 1 + > include/configs/r2dplus.h | 1 + > include/configs/r7780mp.h | 1 + > include/configs/rsk7203.h | 1 + > include/configs/sh7757lcr.h | 146 +++++ > include/configs/sh7763rdp.h | 1 + > include/configs/sh7785lcr.h | 2 + > include/configs/shmin.h | 1 + > 43 files changed, 2075 insertions(+), 323 deletions(-) > create mode 100644 arch/sh/include/asm/cpu_sh7757.h > delete mode 100644 board/espt/config.mk > delete mode 100644 board/mpr2/config.mk > delete mode 100644 board/ms7720se/config.mk > delete mode 100644 board/ms7722se/config.mk > delete mode 100644 board/ms7750se/config.mk > delete mode 100644 board/renesas/ap325rxa/config.mk > delete mode 100644 board/renesas/r2dplus/config.mk > delete mode 100644 board/renesas/r7780mp/config.mk > delete mode 100644 board/renesas/rsk7203/config.mk > rename board/renesas/{MigoR/config.mk => sh7757lcr/Makefile} (54%) > create mode 100644 board/renesas/sh7757lcr/lowlevel_init.S > create mode 100644 board/renesas/sh7757lcr/sh7757lcr.c > create mode 100644 board/renesas/sh7757lcr/spi-boot.c > create mode 100644 board/renesas/sh7757lcr/u-boot.lds > delete mode 100644 board/renesas/sh7763rdp/config.mk > delete mode 100644 board/renesas/sh7785lcr/config.mk > delete mode 100644 board/shmin/config.mk > create mode 100644 doc/README.sh7757lcr > create mode 100644 drivers/spi/sh_spi.c > create mode 100644 drivers/spi/sh_spi.h > create mode 100644 include/configs/sh7757lcr.h
Applied, thanks. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: w...@denx.de "Text processing has made it possible to right-justify any idea, even one which cannot be justified on any other grounds." -- J. Finnegan, USC. _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot