[U-Boot] Pull request: u-boot-sh/rmobile into u-boot-arm/master

Dear Albert Aribaud,
Please pull u-boot-sh/rmobile into u-boot-arm/master.
The following changes since commit c9aab0f9dd23fddcebf5984dc19e62b514e759a7:
Merge branch 'u-boot-ti/master' into 'u-boot-arm/master' (2014-04-21 21:01:35 +0200)
are available in the git repository at:
git://git.denx.de/u-boot-sh.git rmobile
for you to fetch changes up to 8d18bcfd439b8422ab3bada2001cc2abd525d9f8:
arm: rmobile: lager: Remove MACH_TYPE_LAGER and CONFIG_MACH_TYPE (2014-04-28 04:35:12 +0900)
---------------------------------------------------------------- Nobuhiro Iwamatsu (22): arm: rmobile: Coordinate the common part of the header file of r8a7790 and r8a7791 arm: rmobile: r8a779x: Fix L2 cache init and latency setting arm: rmobile: koelsch: Change name of structure arm: rmobile: koelsch: Remove NOR-Flash support arm: rmobile: lager: Change name of the structure arm: rmobile: lager: Remove NOR-Flash support arm: rmobile: Merge functions to get the CPU information of R8A7790 and R8A7791 arm: rmobile: Add 1 to value of the CPU revision in rmobile_get_cpu_rev_integer() arm: rmobile: Add rmobile_get_cpu_rev_fraction() for R-Car SoCs arm: rmobile: Add prototype for function to get the CPU information to rmobile.h arm: rmobile: Update print_cpuinfo function arm: rmobile: r8a7790: Add support ES2 revision arm: rmobile: r8a7791: Add support ES2 revision arm: rmobile: keolsch: Add support ES2 revision of R8A7791 arm: rmobile: lager: Update QoS initialization to version 0.955 arm: rmobile: koelsch: Update QoS initialization arm: rmobile: koelsch: Update calculation of CONFIG_SH_TMU_CLK_FREQ arm: rmobile: Add register infomation of PLL regsiter arm: rmobile: koelsch: Change to maximum CPU frequency arm: rmobile: lager: Update calculation of CONFIG_SH_TMU_CLK_FREQ arm: rmobile: lager: Change to maximum CPU frequency arm: rmobile: lager: Remove MACH_TYPE_LAGER and CONFIG_MACH_TYPE
arch/arm/cpu/armv7/rmobile/Makefile | 4 +- arch/arm/cpu/armv7/rmobile/cpu_info-r8a7791.c | 29 - .../{cpu_info-r8a7790.c => cpu_info-rcar.c} | 12 +- arch/arm/cpu/armv7/rmobile/cpu_info.c | 49 +- arch/arm/cpu/armv7/rmobile/lowlevel_init_ca15.S | 20 +- arch/arm/include/asm/arch-rmobile/r8a7790.h | 609 +------------------- arch/arm/include/asm/arch-rmobile/r8a7791.h | 626 +------------------- arch/arm/include/asm/arch-rmobile/rcar-base.h | 637 +++++++++++++++++++++ arch/arm/include/asm/arch-rmobile/rmobile.h | 6 + board/renesas/koelsch/koelsch.c | 194 +------ board/renesas/koelsch/qos.c | 404 +++++++------ board/renesas/lager/lager.c | 196 +------ board/renesas/lager/qos.c | 236 ++++---- boards.cfg | 2 - include/configs/koelsch.h | 36 +- include/configs/lager.h | 40 +- 16 files changed, 1092 insertions(+), 2008 deletions(-) delete mode 100644 arch/arm/cpu/armv7/rmobile/cpu_info-r8a7791.c rename arch/arm/cpu/armv7/rmobile/{cpu_info-r8a7790.c => cpu_info-rcar.c} (50%) create mode 100644 arch/arm/include/asm/arch-rmobile/rcar-base.h

Hi, Albert.
Could you apply this PR?
Best regards, Nobuhiro
2014-05-02 5:14 GMT+09:00 Nobuhiro Iwamatsu iwamatsu@nigauri.org:
Dear Albert Aribaud,
Please pull u-boot-sh/rmobile into u-boot-arm/master.
The following changes since commit c9aab0f9dd23fddcebf5984dc19e62b514e759a7:
Merge branch 'u-boot-ti/master' into 'u-boot-arm/master' (2014-04-21 21:01:35 +0200)
are available in the git repository at:
git://git.denx.de/u-boot-sh.git rmobile
for you to fetch changes up to 8d18bcfd439b8422ab3bada2001cc2abd525d9f8:
arm: rmobile: lager: Remove MACH_TYPE_LAGER and CONFIG_MACH_TYPE (2014-04-28 04:35:12 +0900)
Nobuhiro Iwamatsu (22): arm: rmobile: Coordinate the common part of the header file of r8a7790 and r8a7791 arm: rmobile: r8a779x: Fix L2 cache init and latency setting arm: rmobile: koelsch: Change name of structure arm: rmobile: koelsch: Remove NOR-Flash support arm: rmobile: lager: Change name of the structure arm: rmobile: lager: Remove NOR-Flash support arm: rmobile: Merge functions to get the CPU information of R8A7790 and R8A7791 arm: rmobile: Add 1 to value of the CPU revision in rmobile_get_cpu_rev_integer() arm: rmobile: Add rmobile_get_cpu_rev_fraction() for R-Car SoCs arm: rmobile: Add prototype for function to get the CPU information to rmobile.h arm: rmobile: Update print_cpuinfo function arm: rmobile: r8a7790: Add support ES2 revision arm: rmobile: r8a7791: Add support ES2 revision arm: rmobile: keolsch: Add support ES2 revision of R8A7791 arm: rmobile: lager: Update QoS initialization to version 0.955 arm: rmobile: koelsch: Update QoS initialization arm: rmobile: koelsch: Update calculation of CONFIG_SH_TMU_CLK_FREQ arm: rmobile: Add register infomation of PLL regsiter arm: rmobile: koelsch: Change to maximum CPU frequency arm: rmobile: lager: Update calculation of CONFIG_SH_TMU_CLK_FREQ arm: rmobile: lager: Change to maximum CPU frequency arm: rmobile: lager: Remove MACH_TYPE_LAGER and CONFIG_MACH_TYPE
arch/arm/cpu/armv7/rmobile/Makefile | 4 +- arch/arm/cpu/armv7/rmobile/cpu_info-r8a7791.c | 29 - .../{cpu_info-r8a7790.c => cpu_info-rcar.c} | 12 +- arch/arm/cpu/armv7/rmobile/cpu_info.c | 49 +- arch/arm/cpu/armv7/rmobile/lowlevel_init_ca15.S | 20 +- arch/arm/include/asm/arch-rmobile/r8a7790.h | 609 +------------------- arch/arm/include/asm/arch-rmobile/r8a7791.h | 626 +------------------- arch/arm/include/asm/arch-rmobile/rcar-base.h | 637 +++++++++++++++++++++ arch/arm/include/asm/arch-rmobile/rmobile.h | 6 + board/renesas/koelsch/koelsch.c | 194 +------ board/renesas/koelsch/qos.c | 404 +++++++------ board/renesas/lager/lager.c | 196 +------ board/renesas/lager/qos.c | 236 ++++---- boards.cfg | 2 - include/configs/koelsch.h | 36 +- include/configs/lager.h | 40 +- 16 files changed, 1092 insertions(+), 2008 deletions(-) delete mode 100644 arch/arm/cpu/armv7/rmobile/cpu_info-r8a7791.c rename arch/arm/cpu/armv7/rmobile/{cpu_info-r8a7790.c => cpu_info-rcar.c} (50%) create mode 100644 arch/arm/include/asm/arch-rmobile/rcar-base.h
-- Nobuhiro Iwamatsu iwamatsu at {nigauri.org / debian.org} GPG ID: 40AD1FA6

Hi Nobuhiro,
On Fri, 16 May 2014 11:14:26 +0900, Nobuhiro Iwamatsu iwamatsu@nigauri.org wrote:
Hi, Albert.
Could you apply this PR?
Sorry, for some reason it was off my radar. Will apply it along with the pending ones.
Best regards, Nobuhiro
Amicalement,

Hi Albert,
On Fri, 16 May 2014 17:22:41 +0200, Albert ARIBAUD albert.u.boot@aribaud.net wrote:
Hi Nobuhiro,
On Fri, 16 May 2014 11:14:26 +0900, Nobuhiro Iwamatsu iwamatsu@nigauri.org wrote:
Hi, Albert.
Could you apply this PR?
Sorry, for some reason it was off my radar. Will apply it along with the pending ones.
Hmm, there's a merge conflict in boards.cfg whereby the same board is asigned to two different maintainers:
<<<<<<< HEAD Active arm armv7 rmobile renesas lager lager_nor lager:NORFLASH Nobuhiro Iwamatsu nobuhiro.iwamatsu.yj@renesas.com Active arm armv7 s5pc1xx samsung goni s5p_goni - Przemyslaw Marczak p.marczak@samsung.com ======= Active arm armv7 s5pc1xx samsung goni s5p_goni - Mateusz Zalega m.zalega@samsung.com
> u-boot-sh/rmobile
Which one am I supposed to keep? Or both?
Best regards, Nobuhiro
Amicalement,
Amicalement,

Hi Albert,
On Fri, 16 May 2014 17:53:21 +0200, Albert ARIBAUD albert.u.boot@aribaud.net wrote:
Hi Albert,
On Fri, 16 May 2014 17:22:41 +0200, Albert ARIBAUD albert.u.boot@aribaud.net wrote:
Hi Nobuhiro,
On Fri, 16 May 2014 11:14:26 +0900, Nobuhiro Iwamatsu iwamatsu@nigauri.org wrote:
Hi, Albert.
Could you apply this PR?
Sorry, for some reason it was off my radar. Will apply it along with the pending ones.
Hmm, there's a merge conflict in boards.cfg whereby the same board is asigned to two different maintainers:
<<<<<<< HEAD Active arm armv7 rmobile renesas lager lager_nor lager:NORFLASH Nobuhiro Iwamatsu nobuhiro.iwamatsu.yj@renesas.com Active arm armv7 s5pc1xx samsung goni s5p_goni - Przemyslaw Marczak p.marczak@samsung.com ======= Active arm armv7 s5pc1xx samsung goni s5p_goni - Mateusz Zalega m.zalega@samsung.com
>> u-boot-sh/rmobile
Which one am I supposed to keep? Or both?
Ok, got it (commit bfbc47cc9fc)
Amicalement,
Amicalement,

Hi Nobuhiro,
On Fri, 2 May 2014 05:14:44 +0900, Nobuhiro Iwamatsu iwamatsu@nigauri.org wrote:
Dear Albert Aribaud,
Please pull u-boot-sh/rmobile into u-boot-arm/master.
The following changes since commit c9aab0f9dd23fddcebf5984dc19e62b514e759a7:
Merge branch 'u-boot-ti/master' into 'u-boot-arm/master' (2014-04-21 21:01:35 +0200)
are available in the git repository at:
git://git.denx.de/u-boot-sh.git rmobile
for you to fetch changes up to 8d18bcfd439b8422ab3bada2001cc2abd525d9f8:
arm: rmobile: lager: Remove MACH_TYPE_LAGER and CONFIG_MACH_TYPE (2014-04-28 04:35:12 +0900)
Nobuhiro Iwamatsu (22): arm: rmobile: Coordinate the common part of the header file of r8a7790 and r8a7791 arm: rmobile: r8a779x: Fix L2 cache init and latency setting arm: rmobile: koelsch: Change name of structure arm: rmobile: koelsch: Remove NOR-Flash support arm: rmobile: lager: Change name of the structure arm: rmobile: lager: Remove NOR-Flash support arm: rmobile: Merge functions to get the CPU information of R8A7790 and R8A7791 arm: rmobile: Add 1 to value of the CPU revision in rmobile_get_cpu_rev_integer() arm: rmobile: Add rmobile_get_cpu_rev_fraction() for R-Car SoCs arm: rmobile: Add prototype for function to get the CPU information to rmobile.h arm: rmobile: Update print_cpuinfo function arm: rmobile: r8a7790: Add support ES2 revision arm: rmobile: r8a7791: Add support ES2 revision arm: rmobile: keolsch: Add support ES2 revision of R8A7791 arm: rmobile: lager: Update QoS initialization to version 0.955 arm: rmobile: koelsch: Update QoS initialization arm: rmobile: koelsch: Update calculation of CONFIG_SH_TMU_CLK_FREQ arm: rmobile: Add register infomation of PLL regsiter arm: rmobile: koelsch: Change to maximum CPU frequency arm: rmobile: lager: Update calculation of CONFIG_SH_TMU_CLK_FREQ arm: rmobile: lager: Change to maximum CPU frequency arm: rmobile: lager: Remove MACH_TYPE_LAGER and CONFIG_MACH_TYPE
arch/arm/cpu/armv7/rmobile/Makefile | 4 +- arch/arm/cpu/armv7/rmobile/cpu_info-r8a7791.c | 29 - .../{cpu_info-r8a7790.c => cpu_info-rcar.c} | 12 +- arch/arm/cpu/armv7/rmobile/cpu_info.c | 49 +- arch/arm/cpu/armv7/rmobile/lowlevel_init_ca15.S | 20 +- arch/arm/include/asm/arch-rmobile/r8a7790.h | 609 +------------------- arch/arm/include/asm/arch-rmobile/r8a7791.h | 626 +------------------- arch/arm/include/asm/arch-rmobile/rcar-base.h | 637 +++++++++++++++++++++ arch/arm/include/asm/arch-rmobile/rmobile.h | 6 + board/renesas/koelsch/koelsch.c | 194 +------ board/renesas/koelsch/qos.c | 404 +++++++------ board/renesas/lager/lager.c | 196 +------ board/renesas/lager/qos.c | 236 ++++---- boards.cfg | 2 - include/configs/koelsch.h | 36 +- include/configs/lager.h | 40 +- 16 files changed, 1092 insertions(+), 2008 deletions(-) delete mode 100644 arch/arm/cpu/armv7/rmobile/cpu_info-r8a7791.c rename arch/arm/cpu/armv7/rmobile/{cpu_info-r8a7790.c => cpu_info-rcar.c} (50%) create mode 100644 arch/arm/include/asm/arch-rmobile/rcar-base.h
Applied to u-boot-arm/master, thanks!
Amicalement,

Hi,
2014-05-17 5:35 GMT+09:00 Albert ARIBAUD albert.u.boot@aribaud.net:
Hi Nobuhiro,
On Fri, 2 May 2014 05:14:44 +0900, Nobuhiro Iwamatsu iwamatsu@nigauri.org wrote:
Dear Albert Aribaud,
Please pull u-boot-sh/rmobile into u-boot-arm/master.
The following changes since commit c9aab0f9dd23fddcebf5984dc19e62b514e759a7:
Merge branch 'u-boot-ti/master' into 'u-boot-arm/master' (2014-04-21 21:01:35 +0200)
are available in the git repository at:
git://git.denx.de/u-boot-sh.git rmobile
for you to fetch changes up to 8d18bcfd439b8422ab3bada2001cc2abd525d9f8:
arm: rmobile: lager: Remove MACH_TYPE_LAGER and CONFIG_MACH_TYPE (2014-04-28 04:35:12 +0900)
Nobuhiro Iwamatsu (22): arm: rmobile: Coordinate the common part of the header file of r8a7790 and r8a7791 arm: rmobile: r8a779x: Fix L2 cache init and latency setting arm: rmobile: koelsch: Change name of structure arm: rmobile: koelsch: Remove NOR-Flash support arm: rmobile: lager: Change name of the structure arm: rmobile: lager: Remove NOR-Flash support arm: rmobile: Merge functions to get the CPU information of R8A7790 and R8A7791 arm: rmobile: Add 1 to value of the CPU revision in rmobile_get_cpu_rev_integer() arm: rmobile: Add rmobile_get_cpu_rev_fraction() for R-Car SoCs arm: rmobile: Add prototype for function to get the CPU information to rmobile.h arm: rmobile: Update print_cpuinfo function arm: rmobile: r8a7790: Add support ES2 revision arm: rmobile: r8a7791: Add support ES2 revision arm: rmobile: keolsch: Add support ES2 revision of R8A7791 arm: rmobile: lager: Update QoS initialization to version 0.955 arm: rmobile: koelsch: Update QoS initialization arm: rmobile: koelsch: Update calculation of CONFIG_SH_TMU_CLK_FREQ arm: rmobile: Add register infomation of PLL regsiter arm: rmobile: koelsch: Change to maximum CPU frequency arm: rmobile: lager: Update calculation of CONFIG_SH_TMU_CLK_FREQ arm: rmobile: lager: Change to maximum CPU frequency arm: rmobile: lager: Remove MACH_TYPE_LAGER and CONFIG_MACH_TYPE
arch/arm/cpu/armv7/rmobile/Makefile | 4 +- arch/arm/cpu/armv7/rmobile/cpu_info-r8a7791.c | 29 - .../{cpu_info-r8a7790.c => cpu_info-rcar.c} | 12 +- arch/arm/cpu/armv7/rmobile/cpu_info.c | 49 +- arch/arm/cpu/armv7/rmobile/lowlevel_init_ca15.S | 20 +- arch/arm/include/asm/arch-rmobile/r8a7790.h | 609 +------------------- arch/arm/include/asm/arch-rmobile/r8a7791.h | 626 +------------------- arch/arm/include/asm/arch-rmobile/rcar-base.h | 637 +++++++++++++++++++++ arch/arm/include/asm/arch-rmobile/rmobile.h | 6 + board/renesas/koelsch/koelsch.c | 194 +------ board/renesas/koelsch/qos.c | 404 +++++++------ board/renesas/lager/lager.c | 196 +------ board/renesas/lager/qos.c | 236 ++++---- boards.cfg | 2 - include/configs/koelsch.h | 36 +- include/configs/lager.h | 40 +- 16 files changed, 1092 insertions(+), 2008 deletions(-) delete mode 100644 arch/arm/cpu/armv7/rmobile/cpu_info-r8a7791.c rename arch/arm/cpu/armv7/rmobile/{cpu_info-r8a7790.c => cpu_info-rcar.c} (50%) create mode 100644 arch/arm/include/asm/arch-rmobile/rcar-base.h
Applied to u-boot-arm/master, thanks!
Amicalement,
Albert.
Thank you!
Nobuhiro
participants (2)
-
Albert ARIBAUD
-
Nobuhiro Iwamatsu