* [U-Boot] Pull request: u-boot-arm/master
@ 2014-01-15 15:16 Albert ARIBAUD
2014-01-16 8:00 ` [U-Boot] Pull request: u-boot-arm/master - please hold Albert ARIBAUD
2014-01-16 9:47 ` [U-Boot] Pull request: u-boot-arm/master - UPDATED Albert ARIBAUD
0 siblings, 2 replies; 4+ messages in thread
From: Albert ARIBAUD @ 2014-01-15 15:16 UTC (permalink / raw)
To: u-boot
Hello Tom,
The following changes since commit
6ba2bc8fa9be4bd09ec43e39cb8e666480ef010c:
arm: use canonical sub mnemonic (2014-01-14 12:38:47 +0100)
are available in the git repository at:
git://git.denx.de/u-boot-arm master
for you to fetch changes up to bf46e7d8d134521301ff02b6d97e8998aa10a83d:
Merge branch 'u-boot-imx/master' into 'u-boot-arm/master' (2014-01-15
15:18:04 +0100)
----------------------------------------------------------------
Albert ARIBAUD (1):
Merge branch 'u-boot-imx/master' into 'u-boot-arm/master'
Fabio Estevam (2):
mx6: clock: Pass the frequency as argument of
enable_fec_anatop_clock() mx6: Add initial support for the Hummingboard
solo
arch/arm/cpu/armv7/mx6/clock.c | 8 +-
arch/arm/include/asm/arch-mx6/clock.h | 9 +-
arch/arm/include/asm/arch-mx6/imx-regs.h | 4 +
board/freescale/mx6slevk/mx6slevk.c | 2 +-
board/solidrun/hummingboard/Makefile | 9 +
board/solidrun/hummingboard/README | 40 ++++
board/solidrun/hummingboard/hummingboard.c | 187
+++++++++++++++++ board/solidrun/hummingboard/solo.cfg
| 25 +++ board/solidrun/mx6-microsom/800mhz_2x128mx16.cfg | 74
+++++++ board/solidrun/mx6-microsom/clocks.cfg | 33 +++
.../mx6-microsom/ddr-800mhz-32bit-setup.cfg | 76 +++++++
boards.cfg | 1 +
include/configs/hummingboard.h | 226
+++++++++++++++++++++ 13 files changed, 691 insertions(+), 3
deletions(-) create mode 100644 board/solidrun/hummingboard/Makefile
create mode 100644 board/solidrun/hummingboard/README
create mode 100644 board/solidrun/hummingboard/hummingboard.c
create mode 100644 board/solidrun/hummingboard/solo.cfg
create mode 100644 board/solidrun/mx6-microsom/800mhz_2x128mx16.cfg
create mode 100644 board/solidrun/mx6-microsom/clocks.cfg
create mode 100644
board/solidrun/mx6-microsom/ddr-800mhz-32bit-setup.cfg create mode
100644 include/configs/hummingboard.h
Amicalement,
--
Albert.
^ permalink raw reply [flat|nested] 4+ messages in thread* [U-Boot] Pull request: u-boot-arm/master - please hold
2014-01-15 15:16 [U-Boot] Pull request: u-boot-arm/master Albert ARIBAUD
@ 2014-01-16 8:00 ` Albert ARIBAUD
2014-01-16 9:47 ` [U-Boot] Pull request: u-boot-arm/master - UPDATED Albert ARIBAUD
1 sibling, 0 replies; 4+ messages in thread
From: Albert ARIBAUD @ 2014-01-16 8:00 UTC (permalink / raw)
To: u-boot
Hi Tom,
On Wed, 15 Jan 2014 16:16:13 +0100, Albert ARIBAUD
<albert.u.boot@aribaud.net> wrote:
> Hello Tom,
>
> The following changes since commit
> 6ba2bc8fa9be4bd09ec43e39cb8e666480ef010c:
>
> arm: use canonical sub mnemonic (2014-01-14 12:38:47 +0100)
>
> are available in the git repository at:
>
> git://git.denx.de/u-boot-arm master
>
> for you to fetch changes up to bf46e7d8d134521301ff02b6d97e8998aa10a83d:
>
> Merge branch 'u-boot-imx/master' into 'u-boot-arm/master' (2014-01-15
> 15:18:04 +0100)
Adding rmobile patches -- unless Tom objects.
Amicalement,
--
Albert.
^ permalink raw reply [flat|nested] 4+ messages in thread
* [U-Boot] Pull request: u-boot-arm/master - UPDATED
2014-01-15 15:16 [U-Boot] Pull request: u-boot-arm/master Albert ARIBAUD
2014-01-16 8:00 ` [U-Boot] Pull request: u-boot-arm/master - please hold Albert ARIBAUD
@ 2014-01-16 9:47 ` Albert ARIBAUD
2014-01-17 13:05 ` Tom Rini
1 sibling, 1 reply; 4+ messages in thread
From: Albert ARIBAUD @ 2014-01-16 9:47 UTC (permalink / raw)
To: u-boot
Hello Tom,
This is an update which replaces the previous PR which had only imx
stuff.
The following changes since commit
6ba2bc8fa9be4bd09ec43e39cb8e666480ef010c:
arm: use canonical sub mnemonic (2014-01-14 12:38:47 +0100)
are available in the git repository at:
git://git.denx.de/u-boot-arm master
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)
----------------------------------------------------------------
Albert ARIBAUD (1):
Merge branch 'u-boot-imx/master' into 'u-boot-arm/master'
Fabio Estevam (2):
mx6: clock: Pass the frequency as argument of
enable_fec_anatop_clock() mx6: Add initial support for the Hummingboard
solo
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/cpu/armv7/mx6/clock.c | 8 +-
arch/arm/include/asm/arch-mx6/clock.h | 9 +-
arch/arm/include/asm/arch-mx6/imx-regs.h | 4 +
arch/arm/include/asm/arch-rmobile/r8a7790.h | 1 +
arch/arm/include/asm/arch-rmobile/r8a7791.h | 1 +
board/freescale/mx6slevk/mx6slevk.c | 2 +-
board/renesas/koelsch/koelsch.c | 6 +
board/renesas/lager/lager.c | 6 +
board/solidrun/hummingboard/Makefile | 9 +
board/solidrun/hummingboard/README | 40 ++++
board/solidrun/hummingboard/hummingboard.c | 187
+++++++++++++++++ board/solidrun/hummingboard/solo.cfg
| 25 +++ board/solidrun/mx6-microsom/800mhz_2x128mx16.cfg | 74
+++++++ board/solidrun/mx6-microsom/clocks.cfg | 33 +++
.../mx6-microsom/ddr-800mhz-32bit-setup.cfg | 76 +++++++
boards.cfg | 1 +
drivers/spi/sh_qspi.c | 3 +-
include/configs/hummingboard.h | 226
+++++++++++++++++++++
include/configs/koelsch.h | 32 ++-
include/configs/lager.h | 33 ++- 20 files
changed, 764 insertions(+), 12 deletions(-) create mode 100644
board/solidrun/hummingboard/Makefile create mode 100644
board/solidrun/hummingboard/README create mode 100644
board/solidrun/hummingboard/hummingboard.c create mode 100644
board/solidrun/hummingboard/solo.cfg create mode 100644
board/solidrun/mx6-microsom/800mhz_2x128mx16.cfg create mode 100644
board/solidrun/mx6-microsom/clocks.cfg create mode 100644
board/solidrun/mx6-microsom/ddr-800mhz-32bit-setup.cfg create mode
100644 include/configs/hummingboard.h
Amicalement,
--
Albert.
^ permalink raw reply [flat|nested] 4+ messages in thread* [U-Boot] Pull request: u-boot-arm/master - UPDATED
2014-01-16 9:47 ` [U-Boot] Pull request: u-boot-arm/master - UPDATED Albert ARIBAUD
@ 2014-01-17 13:05 ` Tom Rini
0 siblings, 0 replies; 4+ messages in thread
From: Tom Rini @ 2014-01-17 13:05 UTC (permalink / raw)
To: u-boot
On Thu, Jan 16, 2014 at 10:47:18AM +0100, Albert ARIBAUD wrote:
> Hello Tom,
>
> This is an update which replaces the previous PR which had only imx
> stuff.
>
> The following changes since commit
> 6ba2bc8fa9be4bd09ec43e39cb8e666480ef010c:
>
> arm: use canonical sub mnemonic (2014-01-14 12:38:47 +0100)
>
> are available in the git repository at:
>
> git://git.denx.de/u-boot-arm master
>
> 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)
>
> ----------------------------------------------------------------
> Albert ARIBAUD (1):
> Merge branch 'u-boot-imx/master' into 'u-boot-arm/master'
>
> Fabio Estevam (2):
> mx6: clock: Pass the frequency as argument of
> enable_fec_anatop_clock() mx6: Add initial support for the Hummingboard
> solo
>
> 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/cpu/armv7/mx6/clock.c | 8 +-
> arch/arm/include/asm/arch-mx6/clock.h | 9 +-
> arch/arm/include/asm/arch-mx6/imx-regs.h | 4 +
> arch/arm/include/asm/arch-rmobile/r8a7790.h | 1 +
> arch/arm/include/asm/arch-rmobile/r8a7791.h | 1 +
> board/freescale/mx6slevk/mx6slevk.c | 2 +-
> board/renesas/koelsch/koelsch.c | 6 +
> board/renesas/lager/lager.c | 6 +
> board/solidrun/hummingboard/Makefile | 9 +
> board/solidrun/hummingboard/README | 40 ++++
> board/solidrun/hummingboard/hummingboard.c | 187
> +++++++++++++++++ board/solidrun/hummingboard/solo.cfg
> | 25 +++ board/solidrun/mx6-microsom/800mhz_2x128mx16.cfg | 74
> +++++++ board/solidrun/mx6-microsom/clocks.cfg | 33 +++
> .../mx6-microsom/ddr-800mhz-32bit-setup.cfg | 76 +++++++
> boards.cfg | 1 +
> drivers/spi/sh_qspi.c | 3 +-
> include/configs/hummingboard.h | 226
> +++++++++++++++++++++
> include/configs/koelsch.h | 32 ++-
> include/configs/lager.h | 33 ++- 20 files
> changed, 764 insertions(+), 12 deletions(-) create mode 100644
> board/solidrun/hummingboard/Makefile create mode 100644
> board/solidrun/hummingboard/README create mode 100644
> board/solidrun/hummingboard/hummingboard.c create mode 100644
> board/solidrun/hummingboard/solo.cfg create mode 100644
> board/solidrun/mx6-microsom/800mhz_2x128mx16.cfg create mode 100644
> board/solidrun/mx6-microsom/clocks.cfg create mode 100644
> board/solidrun/mx6-microsom/ddr-800mhz-32bit-setup.cfg create mode
> 100644 include/configs/hummingboard.h
Applied to u-boot/master, thanks!
--
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20140117/271a825c/attachment.pgp>
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2014-01-17 13:05 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-15 15:16 [U-Boot] Pull request: u-boot-arm/master Albert ARIBAUD
2014-01-16 8:00 ` [U-Boot] Pull request: u-boot-arm/master - please hold Albert ARIBAUD
2014-01-16 9:47 ` [U-Boot] Pull request: u-boot-arm/master - UPDATED Albert ARIBAUD
2014-01-17 13:05 ` Tom Rini
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox