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

Dear Wolfgang,
Please pull u-boot-sh master branch.
Best regards, Nobuhiro
The following changes since commit 3c92217732edfc0016c3cbdc828471d013d23a36: Wolfgang Denk (1): Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx
are available in the git repository at:
git://git.denx.de/u-boot-sh.git/ master
Nobuhiro Iwamatsu (2): sh: use write{8,16,32} in ms7720se lowlevel_init sh: Add netdev header fixing of warning/build
Yoshihiro Shimoda (6): sh: Add macros for SH-4A 32-Bit Address Extended Mode sh: Add value for PCI system memory registration of sh7785lcr sh: Add system memory registration to PCI for SH4 sh: Add some register value configurable to PCI of SH7780 sh: Add support 32-Bit Extended Address Mode to sh7785lcr sh: Fix cannot work rtl8139 on r2dplus
Yusuke.Goda (1): sh: ap325rxa: Change the wait cycle in the area 5
Makefile | 15 +++- board/ms7720se/lowlevel_init.S | 156 ++++++++---------------------- board/renesas/ap325rxa/lowlevel_init.S | 2 +- board/renesas/sh7785lcr/config.mk | 4 + board/renesas/sh7785lcr/lowlevel_init.S | 94 +++++++++++++++++++ board/renesas/sh7785lcr/sh7785lcr.c | 32 +++++++ board/renesas/sh7785lcr/u-boot.lds | 4 +- board/renesas/sh7785lcr/u-boot_29bit | 96 +++++++++++++++++++ board/renesas/sh7785lcr/u-boot_32bit | 96 +++++++++++++++++++ cpu/sh4/cpu.c | 1 + doc/README.sh7785lcr | 41 ++++++++ drivers/pci/pci_sh4.c | 10 ++ drivers/pci/pci_sh7780.c | 6 +- include/asm-sh/cpu_sh4.h | 25 +++++ include/configs/r2dplus.h | 3 + include/configs/r7780mp.h | 3 + include/configs/sh7785lcr.h | 26 +++++ 17 files changed, 493 insertions(+), 121 deletions(-) create mode 100644 board/renesas/sh7785lcr/u-boot_29bit create mode 100644 board/renesas/sh7785lcr/u-boot_32bit

Dear Nobuhiro Iwamatsu,
In message 20090315155237.406c7f6c.iwamatsu@nigauri.org you wrote:
Dear Wolfgang,
Please pull u-boot-sh master branch.
Best regards, Nobuhiro
The following changes since commit 3c92217732edfc0016c3cbdc828471d013d23a36: Wolfgang Denk (1): Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx
are available in the git repository at:
git://git.denx.de/u-boot-sh.git/ master
Nobuhiro Iwamatsu (2): sh: use write{8,16,32} in ms7720se lowlevel_init sh: Add netdev header fixing of warning/build
Yoshihiro Shimoda (6): sh: Add macros for SH-4A 32-Bit Address Extended Mode sh: Add value for PCI system memory registration of sh7785lcr sh: Add system memory registration to PCI for SH4 sh: Add some register value configurable to PCI of SH7780 sh: Add support 32-Bit Extended Address Mode to sh7785lcr sh: Fix cannot work rtl8139 on r2dplus
Yusuke.Goda (1): sh: ap325rxa: Change the wait cycle in the area 5
Makefile | 15 +++- board/ms7720se/lowlevel_init.S | 156 ++++++++---------------------- board/renesas/ap325rxa/lowlevel_init.S | 2 +- board/renesas/sh7785lcr/config.mk | 4 + board/renesas/sh7785lcr/lowlevel_init.S | 94 +++++++++++++++++++ board/renesas/sh7785lcr/sh7785lcr.c | 32 +++++++ board/renesas/sh7785lcr/u-boot.lds | 4 +- board/renesas/sh7785lcr/u-boot_29bit | 96 +++++++++++++++++++ board/renesas/sh7785lcr/u-boot_32bit | 96 +++++++++++++++++++ cpu/sh4/cpu.c | 1 + doc/README.sh7785lcr | 41 ++++++++ drivers/pci/pci_sh4.c | 10 ++ drivers/pci/pci_sh7780.c | 6 +- include/asm-sh/cpu_sh4.h | 25 +++++ include/configs/r2dplus.h | 3 + include/configs/r7780mp.h | 3 + include/configs/sh7785lcr.h | 26 +++++ 17 files changed, 493 insertions(+), 121 deletions(-) create mode 100644 board/renesas/sh7785lcr/u-boot_29bit create mode 100644 board/renesas/sh7785lcr/u-boot_32bit
Applied, thanks.
Best regards,
Wolfgang Denk
participants (2)
-
Nobuhiro Iwamatsu
-
Wolfgang Denk