From: Albert ARIBAUD <albert.u.boot@aribaud.net>
To: u-boot@lists.denx.de
Subject: [U-Boot] Pull request: u-boot-sh/rmobile into u-boot-arm/master
Date: Fri, 6 Dec 2013 13:07:11 +0100 [thread overview]
Message-ID: <20131206130711.557cf9bc@lilith> (raw)
In-Reply-To: <CABMQnVK-fyD2Eg4+x8ShJAPwifBeNPMf_pxeV_96BTVjWj6G+A@mail.gmail.com>
Hi Nobuhiro,
On Tue, 3 Dec 2013 10:40:07 +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
> 77524d2c9d81e97c54e704b65c8a02e4bec0f441:
>
> Merge branch 'u-boot-atmel/master' into 'u-boot-arm/master'
> (2013-12-02 16:00:10 +0100)
>
> are available in the git repository at:
>
>
> git://git.denx.de/u-boot-sh.git rmobile
>
> for you to fetch changes up to
> cae83ce5159f9533b3dd3b442e9e5926fd0e285b:
>
> arm: rmobile: Remove config.mk (2013-12-03 09:47:15 +0900)
>
> ----------------------------------------------------------------
> Nobuhiro Iwamatsu (7):
> arm: rmobile: Move lowlevel_init.o to taget of each CPU
> arm: rmobile: Add support R8A7790
> arm: rmobile: Add support lager board
> arm: rmobile: Add support R8A7791
> arm: rmobile: Add support koelsch board
> arm: kzm9g: Fix undefined reference to `__aeabi_uldivmod' error
> arm: rmobile: Remove config.mk
>
> arch/arm/cpu/armv7/rmobile/Makefile | 11 +-
> arch/arm/cpu/armv7/rmobile/config.mk | 9 -
> arch/arm/cpu/armv7/rmobile/cpu_info-r8a7790.c | 22 +
> arch/arm/cpu/armv7/rmobile/cpu_info-r8a7791.c | 29 +
> arch/arm/cpu/armv7/rmobile/cpu_info.c | 10 +
> arch/arm/cpu/armv7/rmobile/lowlevel_init_ca15.S | 60 ++
> arch/arm/cpu/armv7/rmobile/pfc-r8a7790.c | 829
> +++++++++++++++
> arch/arm/cpu/armv7/rmobile/pfc-r8a7790.h | 92 ++
> arch/arm/cpu/armv7/rmobile/pfc-r8a7791.c | 1117
> ++++++++++++++++++++
> arch/arm/cpu/armv7/rmobile/timer.c | 8 +-
> arch/arm/include/asm/arch-rmobile/gpio.h | 6 +
> arch/arm/include/asm/arch-rmobile/r8a7790-gpio.h | 387 +++++++
> arch/arm/include/asm/arch-rmobile/r8a7790.h | 614 +++++++++++
> arch/arm/include/asm/arch-rmobile/r8a7791-gpio.h | 438 ++++++++
> arch/arm/include/asm/arch-rmobile/r8a7791.h | 664 ++++++++++++
> arch/arm/include/asm/arch-rmobile/rmobile.h | 4 +
> board/renesas/koelsch/Makefile | 9 +
> board/renesas/koelsch/koelsch.c | 283 +++++
> board/renesas/koelsch/qos.c | 1220
> ++++++++++++++++++++++
> board/renesas/koelsch/qos.h | 12 +
> board/renesas/lager/Makefile | 9 +
> board/renesas/lager/lager.c | 287 +++++
> board/renesas/lager/qos.c | 1119
> ++++++++++++++++++++
> board/renesas/lager/qos.h | 12 +
> boards.cfg | 4 +
> include/configs/koelsch.h | 133 +++
> include/configs/lager.h | 141 +++
> 27 files changed, 7512 insertions(+), 17 deletions(-)
> delete mode 100644 arch/arm/cpu/armv7/rmobile/config.mk
> create mode 100644 arch/arm/cpu/armv7/rmobile/cpu_info-r8a7790.c
> create mode 100644 arch/arm/cpu/armv7/rmobile/cpu_info-r8a7791.c
> create mode 100644 arch/arm/cpu/armv7/rmobile/lowlevel_init_ca15.S
> create mode 100644 arch/arm/cpu/armv7/rmobile/pfc-r8a7790.c
> create mode 100644 arch/arm/cpu/armv7/rmobile/pfc-r8a7790.h
> create mode 100644 arch/arm/cpu/armv7/rmobile/pfc-r8a7791.c
> create mode 100644 arch/arm/include/asm/arch-rmobile/r8a7790-gpio.h
> create mode 100644 arch/arm/include/asm/arch-rmobile/r8a7790.h
> create mode 100644 arch/arm/include/asm/arch-rmobile/r8a7791-gpio.h
> create mode 100644 arch/arm/include/asm/arch-rmobile/r8a7791.h
> create mode 100644 board/renesas/koelsch/Makefile
> create mode 100644 board/renesas/koelsch/koelsch.c
> create mode 100644 board/renesas/koelsch/qos.c
> create mode 100644 board/renesas/koelsch/qos.h
> create mode 100644 board/renesas/lager/Makefile
> create mode 100644 board/renesas/lager/lager.c
> create mode 100644 board/renesas/lager/qos.c
> create mode 100644 board/renesas/lager/qos.h
> create mode 100644 include/configs/koelsch.h
> create mode 100644 include/configs/lager.h
>
Applied to u-boot-arm/master, thanks!
Amicalement,
--
Albert.
next prev parent reply other threads:[~2013-12-06 12:07 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-12-03 1:40 [U-Boot] Pull request: u-boot-sh/rmobile into u-boot-arm/master Nobuhiro Iwamatsu
2013-12-06 12:07 ` Albert ARIBAUD [this message]
-- strict thread matches above, loose matches on Subject: below --
2013-12-18 7:44 Nobuhiro Iwamatsu
2013-12-18 18:25 ` Albert ARIBAUD
2014-01-09 4:36 Nobuhiro Iwamatsu
2014-04-14 8:53 Nobuhiro Iwamatsu
2014-04-14 19:20 ` Tom Rini
2014-04-15 6:10 ` Nobuhiro Iwamatsu
2014-05-01 20:14 Nobuhiro Iwamatsu
2014-05-16 2:14 ` Nobuhiro Iwamatsu
2014-05-16 15:22 ` Albert ARIBAUD
2014-05-16 15:53 ` Albert ARIBAUD
2014-05-16 18:41 ` Albert ARIBAUD
2014-05-16 20:35 ` Albert ARIBAUD
2014-05-19 0:38 ` Nobuhiro Iwamatsu
2014-05-21 1:20 Nobuhiro Iwamatsu
2014-05-24 8:39 ` Albert ARIBAUD
2014-06-10 7:58 Nobuhiro Iwamatsu
2014-06-10 8:46 ` Albert ARIBAUD
2014-06-12 0:47 ` Nobuhiro Iwamatsu
2014-07-24 6:08 Nobuhiro Iwamatsu
2014-07-28 10:25 ` Albert ARIBAUD
2014-10-09 6:08 Nobuhiro Iwamatsu
2014-10-09 7:51 ` Albert ARIBAUD
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20131206130711.557cf9bc@lilith \
--to=albert.u.boot@aribaud.net \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.