[U-Boot] Pull request: u-boot-sh/rmobile
Nobuhiro Iwamatsu
iwamatsu at nigauri.org
Mon Nov 17 05:28:02 CET 2014
Dear Tom Rini.
Please pull u-boot-sh rmobile branch.
The following changes since commit 11ada9225a16ed2d8ddbf0715a2416245a777cbc:
Merge branch 'rmobile' of git://www.denx.de/git/u-boot-sh
(2014-11-05 13:11:18 -0500)
are available in the git repository at:
git://git.denx.de/u-boot-sh.git rmobile
for you to fetch changes up to 5ca6dfe6e7ede94fbdd711fa43aa58edace99b2b:
arm: rmobile: replacement of common parts of config by
rcar-gen2-common.h (2014-11-17 13:22:46 +0900)
----------------------------------------------------------------
Nobuhiro Iwamatsu (21):
arm: rmobile: Add support R8A7793
arm: rmobile: Add support gose board
arm: rmobile: gose: Add Ethernet support
arm: rmobile: gose: Add USB support
arm: rmobile: gose: Add VFAT file system support
arm: rmobile: koelsch: Remove board_late_init function
arm: rmobile: lager: Remove board_late_init function
arm: rmobile: alt: Remove board_late_init function
arm: rmobile: Move sh-i2c of the address defined to common header
arm: rmobile: Move rcar-i2c of the address defined to common header
arm: rmobile: alt: Enable channel 1 of sh-i2c
arm: rmobile: alt: Fix typo in comment for sh-i2c
arm: rmobile: alt: Remove i2c_init function
arm: rmobile: kconfig: Remove '+S:' prefix from defconfig files
arm: rmobile: alt: Change clock of SCIF to external clock
arm: rmobile: alt: Remove dram_init_banksize function
arm: rmobile: koelsch: Remove dram_init_banksize function
arm: rmobile: lager: Remove dram_init_banksize function
arm: rmobile: gose: Remove dram_init_banksize function
arm: rmobile: configs: Collect up common part of config for R-Car SoCs
arm: rmobile: replacement of common parts of config by rcar-gen2-common.h
arch/arm/cpu/armv7/rmobile/Kconfig | 4 +
arch/arm/cpu/armv7/rmobile/Makefile | 1 +
arch/arm/cpu/armv7/rmobile/cpu_info.c | 1 +
arch/arm/cpu/armv7/rmobile/pfc-r8a7793.c | 1926
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
arch/arm/include/asm/arch-rmobile/gpio.h | 3 +
arch/arm/include/asm/arch-rmobile/r8a7790.h | 4 +
arch/arm/include/asm/arch-rmobile/r8a7791.h | 4 +
arch/arm/include/asm/arch-rmobile/r8a7793-gpio.h | 438
++++++++++++++++++++++++++
arch/arm/include/asm/arch-rmobile/r8a7793.h | 63 ++++
arch/arm/include/asm/arch-rmobile/r8a7794.h | 3 +
arch/arm/include/asm/arch-rmobile/rcar-base.h | 16 +-
arch/arm/include/asm/arch-rmobile/rmobile.h | 2 +
board/renesas/alt/alt.c | 23 +-
board/renesas/gose/Kconfig | 12 +
board/renesas/gose/MAINTAINERS | 6 +
board/renesas/gose/Makefile | 9 +
board/renesas/gose/gose.c | 172 +++++++++++
board/renesas/gose/qos.c | 1155
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
board/renesas/gose/qos.h | 12 +
board/renesas/koelsch/koelsch.c | 13 +-
board/renesas/lager/lager.c | 13 +-
configs/alt_defconfig | 2 +-
configs/gose_defconfig | 3 +
configs/koelsch_defconfig | 2 +-
configs/lager_defconfig | 2 +-
include/configs/alt.h | 100 +-----
include/configs/gose.h | 94 ++++++
include/configs/koelsch.h | 100 +-----
include/configs/lager.h | 105 +------
include/configs/rcar-gen2-common.h | 95 ++++++
30 files changed, 4052 insertions(+), 331 deletions(-)
create mode 100644 arch/arm/cpu/armv7/rmobile/pfc-r8a7793.c
create mode 100644 arch/arm/include/asm/arch-rmobile/r8a7793-gpio.h
create mode 100644 arch/arm/include/asm/arch-rmobile/r8a7793.h
create mode 100644 board/renesas/gose/Kconfig
create mode 100644 board/renesas/gose/MAINTAINERS
create mode 100644 board/renesas/gose/Makefile
create mode 100644 board/renesas/gose/gose.c
create mode 100644 board/renesas/gose/qos.c
create mode 100644 board/renesas/gose/qos.h
create mode 100644 configs/gose_defconfig
create mode 100644 include/configs/gose.h
create mode 100644 include/configs/rcar-gen2-common.h
--
Nobuhiro Iwamatsu
iwamatsu at {nigauri.org / debian.org}
GPG ID: 40AD1FA6
More information about the U-Boot
mailing list