* [U-Boot] Please pull u-boot-ti
@ 2013-12-13 12:45 Tom Rini
2013-12-13 13:29 ` Albert ARIBAUD
2013-12-13 14:56 ` Albert ARIBAUD
0 siblings, 2 replies; 7+ messages in thread
From: Tom Rini @ 2013-12-13 12:45 UTC (permalink / raw)
To: u-boot
Hello,
The following changes since commit a5a42eec8ed64cbc72d2e59199819e48f904e38f:
ARM: fix the standalone programs (2013-12-12 11:27:59 +0100)
are available in the git repository at:
git://git.denx.de/u-boot-ti.git master
for you to fetch changes up to d2c7074b9593d822e2359a09c21747248fdf5fac:
ARM: OMAP5: clocks: Update MPU settings for OPP_NOM (2013-12-12 17:43:39 -0500)
----------------------------------------------------------------
Dan Murphy (1):
arm: am437: Fix offset for USB registers
Heiko Schocher (1):
am335x, siemens boards: adapt default environment setting
Lokesh Vutla (3):
ARM: OMAP4: Move TEXT_BASE down to non-HS limit
ARM: DRA7xx: Change clk divider setting
ARM: OMAP5: clocks: Update MPU settings for OPP_NOM
Nikita Kiryanov (2):
arm: omap: abb: add missing include
arm: omap: cm_t35: update config file
Stefan Roese (5):
arm: omap3: Add SPL support to tao3530
arm: omap3: Remove bootargs mem_size handling
arm: omap3: Add board revision output to tao3530
arm: omap3: Add HEAD acoustics (HA) board variant omap3_ha to tao3530
arm: omap3: Add SPL support to cm_t35
Tapani Utriainen (1):
arm, omap3: Add support for TechNexion modules
Tom Rini (2):
am33xx: Enable D-CACHE on !CONFIG_SYS_DCACHE_OFF
am335x_evm: Consolidate DFU environment parts into the DFU part of the file
Yegor Yefremov (1):
am3517_evm: activate Ethernet PHY
arch/arm/cpu/armv7/am33xx/board.c | 8 +
arch/arm/cpu/armv7/omap-common/abb.c | 1 +
arch/arm/cpu/armv7/omap5/hw_data.c | 24 +-
arch/arm/include/asm/arch-am33xx/hardware_am43xx.h | 4 +-
arch/arm/include/asm/arch-omap4/omap.h | 2 +-
board/compulab/cm_t35/cm_t35.c | 18 +-
board/logicpd/am3517evm/am3517evm.c | 32 ++
board/logicpd/am3517evm/am3517evm.h | 2 +-
board/siemens/common/board.c | 9 -
board/technexion/tao3530/Makefile | 5 +
board/technexion/tao3530/tao3530.c | 215 ++++++++++++
board/technexion/tao3530/tao3530.h | 371 ++++++++++++++++++++
boards.cfg | 2 +
include/configs/am335x_evm.h | 23 +-
include/configs/am3517_evm.h | 5 +
include/configs/cm_t35.h | 74 +++-
include/configs/omap4_common.h | 11 +-
include/configs/siemens-am33x-common.h | 2 +-
include/configs/tao3530.h | 363 +++++++++++++++++++
19 files changed, 1121 insertions(+), 50 deletions(-)
create mode 100644 board/technexion/tao3530/Makefile
create mode 100644 board/technexion/tao3530/tao3530.c
create mode 100644 board/technexion/tao3530/tao3530.h
create mode 100644 include/configs/tao3530.h
--
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/20131213/c7722993/attachment.pgp>
^ permalink raw reply [flat|nested] 7+ messages in thread
* [U-Boot] Please pull u-boot-ti
2013-12-13 12:45 [U-Boot] Please pull u-boot-ti Tom Rini
@ 2013-12-13 13:29 ` Albert ARIBAUD
2013-12-13 13:37 ` Tom Rini
2013-12-13 14:56 ` Albert ARIBAUD
1 sibling, 1 reply; 7+ messages in thread
From: Albert ARIBAUD @ 2013-12-13 13:29 UTC (permalink / raw)
To: u-boot
Hi Tom,
On Fri, 13 Dec 2013 07:45:39 -0500, Tom Rini <trini@ti.com> wrote:
> Hello,
>
> The following changes since commit a5a42eec8ed64cbc72d2e59199819e48f904e38f:
>
> ARM: fix the standalone programs (2013-12-12 11:27:59 +0100)
>
> are available in the git repository at:
>
> git://git.denx.de/u-boot-ti.git master
>
> for you to fetch changes up to d2c7074b9593d822e2359a09c21747248fdf5fac:
>
> ARM: OMAP5: clocks: Update MPU settings for OPP_NOM (2013-12-12 17:43:39 -0500)
>
> ----------------------------------------------------------------
> Dan Murphy (1):
> arm: am437: Fix offset for USB registers
>
> Heiko Schocher (1):
> am335x, siemens boards: adapt default environment setting
>
> Lokesh Vutla (3):
> ARM: OMAP4: Move TEXT_BASE down to non-HS limit
> ARM: DRA7xx: Change clk divider setting
> ARM: OMAP5: clocks: Update MPU settings for OPP_NOM
>
> Nikita Kiryanov (2):
> arm: omap: abb: add missing include
> arm: omap: cm_t35: update config file
>
> Stefan Roese (5):
> arm: omap3: Add SPL support to tao3530
> arm: omap3: Remove bootargs mem_size handling
> arm: omap3: Add board revision output to tao3530
> arm: omap3: Add HEAD acoustics (HA) board variant omap3_ha to tao3530
> arm: omap3: Add SPL support to cm_t35
>
> Tapani Utriainen (1):
> arm, omap3: Add support for TechNexion modules
>
> Tom Rini (2):
> am33xx: Enable D-CACHE on !CONFIG_SYS_DCACHE_OFF
> am335x_evm: Consolidate DFU environment parts into the DFU part of the file
>
> Yegor Yefremov (1):
> am3517_evm: activate Ethernet PHY
>
> arch/arm/cpu/armv7/am33xx/board.c | 8 +
> arch/arm/cpu/armv7/omap-common/abb.c | 1 +
> arch/arm/cpu/armv7/omap5/hw_data.c | 24 +-
> arch/arm/include/asm/arch-am33xx/hardware_am43xx.h | 4 +-
> arch/arm/include/asm/arch-omap4/omap.h | 2 +-
> board/compulab/cm_t35/cm_t35.c | 18 +-
> board/logicpd/am3517evm/am3517evm.c | 32 ++
> board/logicpd/am3517evm/am3517evm.h | 2 +-
> board/siemens/common/board.c | 9 -
> board/technexion/tao3530/Makefile | 5 +
> board/technexion/tao3530/tao3530.c | 215 ++++++++++++
> board/technexion/tao3530/tao3530.h | 371 ++++++++++++++++++++
> boards.cfg | 2 +
> include/configs/am335x_evm.h | 23 +-
> include/configs/am3517_evm.h | 5 +
> include/configs/cm_t35.h | 74 +++-
> include/configs/omap4_common.h | 11 +-
> include/configs/siemens-am33x-common.h | 2 +-
> include/configs/tao3530.h | 363 +++++++++++++++++++
> 19 files changed, 1121 insertions(+), 50 deletions(-)
> create mode 100644 board/technexion/tao3530/Makefile
> create mode 100644 board/technexion/tao3530/tao3530.c
> create mode 100644 board/technexion/tao3530/tao3530.h
> create mode 100644 include/configs/tao3530.h
Build-testing.
Meanwhile:
remote: error: refs/remotes/origin/GPL-Cleanup does not point to a
valid object!
remote: error: refs/remotes/origin/i.MX31 does not point to a valid
object!
remote: error: refs/remotes/origin/lwmon5 does not point to a valid
object!
Amicalement,
--
Albert.
^ permalink raw reply [flat|nested] 7+ messages in thread
* [U-Boot] Please pull u-boot-ti
2013-12-13 13:29 ` Albert ARIBAUD
@ 2013-12-13 13:37 ` Tom Rini
2013-12-17 7:50 ` Wolfgang Denk
0 siblings, 1 reply; 7+ messages in thread
From: Tom Rini @ 2013-12-13 13:37 UTC (permalink / raw)
To: u-boot
On Fri, Dec 13, 2013 at 02:29:23PM +0100, Albert ARIBAUD wrote:
> Hi Tom,
>
> On Fri, 13 Dec 2013 07:45:39 -0500, Tom Rini <trini@ti.com> wrote:
>
> > Hello,
> >
> > The following changes since commit a5a42eec8ed64cbc72d2e59199819e48f904e38f:
> >
> > ARM: fix the standalone programs (2013-12-12 11:27:59 +0100)
> >
> > are available in the git repository at:
> >
> > git://git.denx.de/u-boot-ti.git master
> >
> > for you to fetch changes up to d2c7074b9593d822e2359a09c21747248fdf5fac:
> >
> > ARM: OMAP5: clocks: Update MPU settings for OPP_NOM (2013-12-12 17:43:39 -0500)
> >
> > ----------------------------------------------------------------
> > Dan Murphy (1):
> > arm: am437: Fix offset for USB registers
> >
> > Heiko Schocher (1):
> > am335x, siemens boards: adapt default environment setting
> >
> > Lokesh Vutla (3):
> > ARM: OMAP4: Move TEXT_BASE down to non-HS limit
> > ARM: DRA7xx: Change clk divider setting
> > ARM: OMAP5: clocks: Update MPU settings for OPP_NOM
> >
> > Nikita Kiryanov (2):
> > arm: omap: abb: add missing include
> > arm: omap: cm_t35: update config file
> >
> > Stefan Roese (5):
> > arm: omap3: Add SPL support to tao3530
> > arm: omap3: Remove bootargs mem_size handling
> > arm: omap3: Add board revision output to tao3530
> > arm: omap3: Add HEAD acoustics (HA) board variant omap3_ha to tao3530
> > arm: omap3: Add SPL support to cm_t35
> >
> > Tapani Utriainen (1):
> > arm, omap3: Add support for TechNexion modules
> >
> > Tom Rini (2):
> > am33xx: Enable D-CACHE on !CONFIG_SYS_DCACHE_OFF
> > am335x_evm: Consolidate DFU environment parts into the DFU part of the file
> >
> > Yegor Yefremov (1):
> > am3517_evm: activate Ethernet PHY
> >
> > arch/arm/cpu/armv7/am33xx/board.c | 8 +
> > arch/arm/cpu/armv7/omap-common/abb.c | 1 +
> > arch/arm/cpu/armv7/omap5/hw_data.c | 24 +-
> > arch/arm/include/asm/arch-am33xx/hardware_am43xx.h | 4 +-
> > arch/arm/include/asm/arch-omap4/omap.h | 2 +-
> > board/compulab/cm_t35/cm_t35.c | 18 +-
> > board/logicpd/am3517evm/am3517evm.c | 32 ++
> > board/logicpd/am3517evm/am3517evm.h | 2 +-
> > board/siemens/common/board.c | 9 -
> > board/technexion/tao3530/Makefile | 5 +
> > board/technexion/tao3530/tao3530.c | 215 ++++++++++++
> > board/technexion/tao3530/tao3530.h | 371 ++++++++++++++++++++
> > boards.cfg | 2 +
> > include/configs/am335x_evm.h | 23 +-
> > include/configs/am3517_evm.h | 5 +
> > include/configs/cm_t35.h | 74 +++-
> > include/configs/omap4_common.h | 11 +-
> > include/configs/siemens-am33x-common.h | 2 +-
> > include/configs/tao3530.h | 363 +++++++++++++++++++
> > 19 files changed, 1121 insertions(+), 50 deletions(-)
> > create mode 100644 board/technexion/tao3530/Makefile
> > create mode 100644 board/technexion/tao3530/tao3530.c
> > create mode 100644 board/technexion/tao3530/tao3530.h
> > create mode 100644 include/configs/tao3530.h
>
> Build-testing.
>
> Meanwhile:
>
> remote: error: refs/remotes/origin/GPL-Cleanup does not point to a
> valid object!
> remote: error: refs/remotes/origin/i.MX31 does not point to a valid
> object!
> remote: error: refs/remotes/origin/lwmon5 does not point to a valid
> object!
Wolfgang, any idea about this part?
--
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/20131213/2eafbb24/attachment.pgp>
^ permalink raw reply [flat|nested] 7+ messages in thread
* [U-Boot] Please pull u-boot-ti
2013-12-13 12:45 [U-Boot] Please pull u-boot-ti Tom Rini
2013-12-13 13:29 ` Albert ARIBAUD
@ 2013-12-13 14:56 ` Albert ARIBAUD
1 sibling, 0 replies; 7+ messages in thread
From: Albert ARIBAUD @ 2013-12-13 14:56 UTC (permalink / raw)
To: u-boot
Hi Tom,
On Fri, 13 Dec 2013 07:45:39 -0500, Tom Rini <trini@ti.com> wrote:
> Hello,
>
> The following changes since commit a5a42eec8ed64cbc72d2e59199819e48f904e38f:
>
> ARM: fix the standalone programs (2013-12-12 11:27:59 +0100)
>
> are available in the git repository at:
>
> git://git.denx.de/u-boot-ti.git master
>
> for you to fetch changes up to d2c7074b9593d822e2359a09c21747248fdf5fac:
>
> ARM: OMAP5: clocks: Update MPU settings for OPP_NOM (2013-12-12 17:43:39 -0500)
>
> ----------------------------------------------------------------
> Dan Murphy (1):
> arm: am437: Fix offset for USB registers
>
> Heiko Schocher (1):
> am335x, siemens boards: adapt default environment setting
>
> Lokesh Vutla (3):
> ARM: OMAP4: Move TEXT_BASE down to non-HS limit
> ARM: DRA7xx: Change clk divider setting
> ARM: OMAP5: clocks: Update MPU settings for OPP_NOM
>
> Nikita Kiryanov (2):
> arm: omap: abb: add missing include
> arm: omap: cm_t35: update config file
>
> Stefan Roese (5):
> arm: omap3: Add SPL support to tao3530
> arm: omap3: Remove bootargs mem_size handling
> arm: omap3: Add board revision output to tao3530
> arm: omap3: Add HEAD acoustics (HA) board variant omap3_ha to tao3530
> arm: omap3: Add SPL support to cm_t35
>
> Tapani Utriainen (1):
> arm, omap3: Add support for TechNexion modules
>
> Tom Rini (2):
> am33xx: Enable D-CACHE on !CONFIG_SYS_DCACHE_OFF
> am335x_evm: Consolidate DFU environment parts into the DFU part of the file
>
> Yegor Yefremov (1):
> am3517_evm: activate Ethernet PHY
>
> arch/arm/cpu/armv7/am33xx/board.c | 8 +
> arch/arm/cpu/armv7/omap-common/abb.c | 1 +
> arch/arm/cpu/armv7/omap5/hw_data.c | 24 +-
> arch/arm/include/asm/arch-am33xx/hardware_am43xx.h | 4 +-
> arch/arm/include/asm/arch-omap4/omap.h | 2 +-
> board/compulab/cm_t35/cm_t35.c | 18 +-
> board/logicpd/am3517evm/am3517evm.c | 32 ++
> board/logicpd/am3517evm/am3517evm.h | 2 +-
> board/siemens/common/board.c | 9 -
> board/technexion/tao3530/Makefile | 5 +
> board/technexion/tao3530/tao3530.c | 215 ++++++++++++
> board/technexion/tao3530/tao3530.h | 371 ++++++++++++++++++++
> boards.cfg | 2 +
> include/configs/am335x_evm.h | 23 +-
> include/configs/am3517_evm.h | 5 +
> include/configs/cm_t35.h | 74 +++-
> include/configs/omap4_common.h | 11 +-
> include/configs/siemens-am33x-common.h | 2 +-
> include/configs/tao3530.h | 363 +++++++++++++++++++
> 19 files changed, 1121 insertions(+), 50 deletions(-)
> create mode 100644 board/technexion/tao3530/Makefile
> create mode 100644 board/technexion/tao3530/tao3530.c
> create mode 100644 board/technexion/tao3530/tao3530.h
> create mode 100644 include/configs/tao3530.h
>
Applied to u-boot-arm/master, thanks!
Amicalement,
--
Albert.
^ permalink raw reply [flat|nested] 7+ messages in thread
* [U-Boot] Please pull u-boot-ti
2013-12-13 13:37 ` Tom Rini
@ 2013-12-17 7:50 ` Wolfgang Denk
0 siblings, 0 replies; 7+ messages in thread
From: Wolfgang Denk @ 2013-12-17 7:50 UTC (permalink / raw)
To: u-boot
Dear Tom,
In message <20131213133732.GF420@bill-the-cat> you wrote:
>
> > remote: error: refs/remotes/origin/GPL-Cleanup does not point to a
> > valid object!
> > remote: error: refs/remotes/origin/i.MX31 does not point to a valid
> > object!
> > remote: error: refs/remotes/origin/lwmon5 does not point to a valid
> > object!
>
> Wolfgang, any idea about this part?
Oops. Sory for the late response. Should be fixed now (I ran a
"git remote prune origin" to get rid of the stale branches).
Best regards,
Wolfgang Denk
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
Simplicity boils down to two steps: Identify the essential. Eliminate
the rest. - Leo Babauta
^ permalink raw reply [flat|nested] 7+ messages in thread
* [U-Boot] Please pull u-boot-ti
@ 2015-01-13 21:51 Tom Rini
2015-01-16 15:58 ` Tom Rini
0 siblings, 1 reply; 7+ messages in thread
From: Tom Rini @ 2015-01-13 21:51 UTC (permalink / raw)
To: u-boot
Just talkin' to myself here,
The following changes since commit 92fa7f53f1f3f03296f8ffb14bdf1baefab83368:
Prepare v2015.01 (2015-01-12 09:39:08 -0500)
are available in the git repository at:
git://git.denx.de/u-boot-ti master
for you to fetch changes up to fa58b102cd8f5345cbc28657600c3a28acfbd80e:
omap5: Add netargs and netboot option (2015-01-13 15:26:11 -0500)
----------------------------------------------------------------
Anthoine Bourgeois (2):
arm: omap3: devkit8000: inherit from ti_armv7_common.h
arm: omap3: devkit8000: inherit from ti_omap3_common.h
Cooper Jr., Franklin (1):
omap5: Add netargs and netboot option
Daniel Mack (1):
mtd: OMAP: Enable GPMC prefetch mode
Felipe Balbi (5):
board: ti: am43xx: replace if else if else with a switch
power: tps65218: define all valid VDD_MPU voltages
board: ti: am43xx: take care of all OPPs
pmic: add tps62362 simple wrapper code
board: ti: am43xx: add support for AM43xx Industrial Development Kit
James Doublesin (3):
arm: am437x: PLL values for all input frequencies
arm: am437x: Enable hardware leveling for EMIF
arm: am437x: Correct PLL frequency for 25MHz
matwey.kornilov at gmail.com (1):
pcm051: Add boot script support to pcm051
arch/arm/cpu/armv7/am33xx/ddr.c | 134 +++++---
arch/arm/cpu/armv7/am33xx/emif4.c | 5 +-
arch/arm/include/asm/arch-am33xx/cpu.h | 11 +
arch/arm/include/asm/arch-am33xx/hardware_am33xx.h | 1 +
arch/arm/include/asm/arch-am33xx/hardware_am43xx.h | 1 +
arch/arm/include/asm/emif.h | 37 +-
board/ti/am43xx/board.c | 354 +++++++++-----------
board/ti/am43xx/board.h | 5 +
board/ti/am43xx/mux.c | 2 +-
board/timll/devkit8000/devkit8000.c | 13 +
doc/README.nand | 5 +
drivers/mtd/nand/omap_gpmc.c | 114 ++++++-
drivers/power/pmic/Makefile | 1 +
drivers/power/pmic/pmic_tps62362.c | 47 +++
include/configs/am43xx_evm.h | 3 +
include/configs/devkit8000.h | 163 ++-------
include/configs/pcm051.h | 29 +-
include/configs/ti_omap5_common.h | 15 +-
include/linux/mtd/omap_gpmc.h | 6 +-
include/power/tps62362.h | 29 ++
include/power/tps65218.h | 3 +
21 files changed, 579 insertions(+), 399 deletions(-)
create mode 100644 drivers/power/pmic/pmic_tps62362.c
create mode 100644 include/power/tps62362.h
--
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20150113/5bdac75f/attachment.pgp>
^ permalink raw reply [flat|nested] 7+ messages in thread
* [U-Boot] Please pull u-boot-ti
2015-01-13 21:51 Tom Rini
@ 2015-01-16 15:58 ` Tom Rini
0 siblings, 0 replies; 7+ messages in thread
From: Tom Rini @ 2015-01-16 15:58 UTC (permalink / raw)
To: u-boot
On Tue, Jan 13, 2015 at 04:51:47PM -0500, Tom Rini wrote:
> Just talkin' to myself here,
>
> The following changes since commit 92fa7f53f1f3f03296f8ffb14bdf1baefab83368:
>
> Prepare v2015.01 (2015-01-12 09:39:08 -0500)
>
> are available in the git repository at:
>
> git://git.denx.de/u-boot-ti master
>
> for you to fetch changes up to fa58b102cd8f5345cbc28657600c3a28acfbd80e:
>
> omap5: Add netargs and netboot option (2015-01-13 15:26:11 -0500)
>
Applied to u-boot/master, thanks!
--
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20150116/35afa5be/attachment.pgp>
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2015-01-16 15:58 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-13 12:45 [U-Boot] Please pull u-boot-ti Tom Rini
2013-12-13 13:29 ` Albert ARIBAUD
2013-12-13 13:37 ` Tom Rini
2013-12-17 7:50 ` Wolfgang Denk
2013-12-13 14:56 ` Albert ARIBAUD
-- strict thread matches above, loose matches on Subject: below --
2015-01-13 21:51 Tom Rini
2015-01-16 15:58 ` Tom Rini
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox