* [U-Boot] Pull request v2: u-boot-sh/rmobile into u-boot-arm/master
@ 2014-01-15 23:14 Nobuhiro Iwamatsu
2014-01-16 9:33 ` Albert ARIBAUD
0 siblings, 1 reply; 4+ messages in thread
From: Nobuhiro Iwamatsu @ 2014-01-15 23:14 UTC (permalink / raw)
To: u-boot
Dear Albert Aribaud,
Please pull u-boot-sh/rmobile into u-boot-arm/master.
"spi: sh_qspi: Add header file that defines the address of registers"
is SPI stuff.
But I have permission to take from arm repository directly from Jagan
is the maintainer of SPI.
The following changes since commit bf46e7d8d134521301ff02b6d97e8998aa10a83d:
Merge branch 'u-boot-imx/master' into 'u-boot-arm/master'
(2014-01-15 15:18:04 +0100)
are available in the git repository at:
git://git.denx.de/u-boot-sh.git rmobile
for you to fetch changes up to c71b4dd2da0dcddabd7c29e6c3dc8a495d4bd928:
arm: koelsch: Add support QSPI device and enable boot from SPI flash
(2014-01-16 08:07:20 +0900)
----------------------------------------------------------------
Nobuhiro Iwamatsu (6):
arm: koelsch: Disable TMU0 before OS boot
arm: lager: Disable TMU0 before OS boot
arm: rmobile: Add SH QSPI base register address
spi: sh_qspi: Add header file that defines the address of registers
arm: lager: Add support QSPI device and enable boot from SPI flash
arm: koelsch: Add support QSPI device and enable boot from SPI flash
arch/arm/include/asm/arch-rmobile/r8a7790.h | 1 +
arch/arm/include/asm/arch-rmobile/r8a7791.h | 1 +
board/renesas/koelsch/koelsch.c | 6 ++++++
board/renesas/lager/lager.c | 6 ++++++
drivers/spi/sh_qspi.c | 3 ++-
include/configs/koelsch.h | 32
++++++++++++++++++++++++++++----
include/configs/lager.h | 33
+++++++++++++++++++++++++++++----
--
Nobuhiro Iwamatsu
iwamatsu at {nigauri.org / debian.org}
GPG ID: 40AD1FA6
^ permalink raw reply [flat|nested] 4+ messages in thread
* [U-Boot] Pull request v2: u-boot-sh/rmobile into u-boot-arm/master
2014-01-15 23:14 Nobuhiro Iwamatsu
@ 2014-01-16 9:33 ` Albert ARIBAUD
0 siblings, 0 replies; 4+ messages in thread
From: Albert ARIBAUD @ 2014-01-16 9:33 UTC (permalink / raw)
To: u-boot
Hi Nobuhiro,
On Thu, 16 Jan 2014 08:14:19 +0900, Nobuhiro Iwamatsu
<iwamatsu@nigauri.org> wrote:
> Dear Albert Aribaud,
>
> Please pull u-boot-sh/rmobile into u-boot-arm/master.
>
> "spi: sh_qspi: Add header file that defines the address of registers"
> is SPI stuff.
> But I have permission to take from arm repository directly from Jagan
> is the maintainer of SPI.
>
> The following changes since commit bf46e7d8d134521301ff02b6d97e8998aa10a83d:
>
> Merge branch 'u-boot-imx/master' into 'u-boot-arm/master'
> (2014-01-15 15:18:04 +0100)
>
> are available in the git repository at:
>
>
> git://git.denx.de/u-boot-sh.git rmobile
>
> for you to fetch changes up to c71b4dd2da0dcddabd7c29e6c3dc8a495d4bd928:
>
> arm: koelsch: Add support QSPI device and enable boot from SPI flash
> (2014-01-16 08:07:20 +0900)
>
> ----------------------------------------------------------------
> Nobuhiro Iwamatsu (6):
> arm: koelsch: Disable TMU0 before OS boot
> arm: lager: Disable TMU0 before OS boot
> arm: rmobile: Add SH QSPI base register address
> spi: sh_qspi: Add header file that defines the address of registers
> arm: lager: Add support QSPI device and enable boot from SPI flash
> arm: koelsch: Add support QSPI device and enable boot from SPI flash
>
> arch/arm/include/asm/arch-rmobile/r8a7790.h | 1 +
> arch/arm/include/asm/arch-rmobile/r8a7791.h | 1 +
> board/renesas/koelsch/koelsch.c | 6 ++++++
> board/renesas/lager/lager.c | 6 ++++++
> drivers/spi/sh_qspi.c | 3 ++-
> include/configs/koelsch.h | 32
> ++++++++++++++++++++++++++++----
> include/configs/lager.h | 33
> +++++++++++++++++++++++++++++----
>
>
Applied to u-boot-arm/master, thanks!
Amicalement,
--
Albert.
^ permalink raw reply [flat|nested] 4+ messages in thread
* [U-Boot] Pull request v2: u-boot-sh/rmobile into u-boot-arm/master
@ 2014-06-18 3:24 Nobuhiro Iwamatsu
2014-06-30 20:59 ` Albert ARIBAUD
0 siblings, 1 reply; 4+ messages in thread
From: Nobuhiro Iwamatsu @ 2014-06-18 3:24 UTC (permalink / raw)
To: u-boot
Dear Albert Aribaud,
Please pull u-boot-sh/rmobile into u-boot-arm/master.
The following changes since commit 0a26e1d6c394aacbf1153977b7348d1dff85db3f:
arm: fix a double-definition error of _start symbol (2014-06-09
10:36:40 +0200)
are available in the git repository at:
git://git.denx.de/u-boot-sh.git rmobile
for you to fetch changes up to 2f7b27caf4e6bdc6cb4047ef3ee4021f20e14c5f:
arm: rmobile: lager: Remove NOR-Flash support from boards.cfg
(2014-06-11 06:59:36 +0900)
----------------------------------------------------------------
Nobuhiro Iwamatsu (2):
arm: rmobile: koelsch: Remove NOR-Flash support from boards.cfg
arm: rmobile: lager: Remove NOR-Flash support from boards.cfg
boards.cfg | 2 --
1 file changed, 2 deletions(-)
--
Nobuhiro Iwamatsu
iwamatsu at {nigauri.org / debian.org}
GPG ID: 40AD1FA6
^ permalink raw reply [flat|nested] 4+ messages in thread
* [U-Boot] Pull request v2: u-boot-sh/rmobile into u-boot-arm/master
2014-06-18 3:24 [U-Boot] Pull request v2: u-boot-sh/rmobile into u-boot-arm/master Nobuhiro Iwamatsu
@ 2014-06-30 20:59 ` Albert ARIBAUD
0 siblings, 0 replies; 4+ messages in thread
From: Albert ARIBAUD @ 2014-06-30 20:59 UTC (permalink / raw)
To: u-boot
Hi Nobuhiro,
On Wed, 18 Jun 2014 12:24:47 +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 0a26e1d6c394aacbf1153977b7348d1dff85db3f:
>
> arm: fix a double-definition error of _start symbol (2014-06-09
> 10:36:40 +0200)
>
> are available in the git repository at:
>
> git://git.denx.de/u-boot-sh.git rmobile
>
> for you to fetch changes up to 2f7b27caf4e6bdc6cb4047ef3ee4021f20e14c5f:
>
> arm: rmobile: lager: Remove NOR-Flash support from boards.cfg
> (2014-06-11 06:59:36 +0900)
>
> ----------------------------------------------------------------
> Nobuhiro Iwamatsu (2):
> arm: rmobile: koelsch: Remove NOR-Flash support from boards.cfg
> arm: rmobile: lager: Remove NOR-Flash support from boards.cfg
>
> boards.cfg | 2 --
> 1 file changed, 2 deletions(-)
>
>
Applied to u-boot-arm/master, thanks!
Amicalement,
--
Albert.
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2014-06-30 20:59 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-18 3:24 [U-Boot] Pull request v2: u-boot-sh/rmobile into u-boot-arm/master Nobuhiro Iwamatsu
2014-06-30 20:59 ` Albert ARIBAUD
-- strict thread matches above, loose matches on Subject: below --
2014-01-15 23:14 Nobuhiro Iwamatsu
2014-01-16 9:33 ` Albert ARIBAUD
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox