[U-Boot] Please pull u-boot-ti/master

Hello,
The following changes since commit 9f024f62e4604274a23213dcee30016092e32e7b:
Merge branch 'fixes' of git://git.denx.de/u-boot-mips (2013-02-15 12:23:42 -0500)
are available in the git repository at:
git://git.denx.de/u-boot-ti.git master
for you to fetch changes up to 4adfcd68cc10449e2fda0f9fac8b09f2b5c09a02:
am335x evm: Add am335x_evm_spiboot target (2013-02-18 13:51:20 -0500)
---------------------------------------------------------------- Chase Maupin (3): am335x_evm: Add NAND environment variables am335x_evm: Add SPI environment variables am335x_evm: Add NET environment variables
Enric Balletbo i Serra (3): OMAP3: igep00x0: use official board names. OMAP3: igep00x0: add missing include mach-types.h OMAP3: igep00x0: Add new IGEP COM PROTON.
Howard Gray (1): omap3: mvblx: change console to ttyO0 and make silent by default.
Ilya Yanok (4): spl: support for booting via usbeth am33xx: support for booting via usbeth am335x_evm: enable support for booting via USB doc/SPL/README.am335x-network: Document using ethernet (and USB) SPL
Lars Poeschel (1): am33xx: pcm051: Remove wp pin mux for sd-card
Michael Jones (2): omap3: mvblx: select fpgafilename according to orientation omap3: mvblx: pass FPGA version to the kernel
Tom Rini (1): am335x evm: Add am335x_evm_spiboot target
Tomas Novotny (2): da8xx: ea20: Add the configuration define for the exact SoC variant da8xx: Add the missing pinmux for da830 to the gpio driver
robertcnelson@gmail.com (2): beagle: expansion boards: retry i2c_read with 16bit addressing beagle: expansion boards: add LSR COM6L adapter
MAINTAINERS | 1 + arch/arm/cpu/armv7/omap-common/boot-common.c | 3 + arch/arm/include/asm/arch-am33xx/spl.h | 1 + arch/arm/include/asm/arch-davinci/gpio.h | 4 + board/isee/igep00x0/igep00x0.h | 7 +- board/matrix_vision/mvblx/fpga.c | 14 ++- board/matrix_vision/mvblx/sys_eeprom.c | 24 +++++ board/phytec/pcm051/mux.c | 1 - board/ti/am335x/board.c | 38 ++++---- board/ti/beagle/beagle.c | 14 +++ boards.cfg | 2 + common/spl/spl.c | 5 + doc/SPL/README.am335x-network | 92 ++++++++++++++++++ drivers/gpio/da8xx_gpio.c | 133 ++++++++++++++++++++++++++ include/configs/am335x_evm.h | 82 +++++++++++++++- include/configs/ea20.h | 1 + include/configs/igep00x0.h | 7 +- include/configs/omap3_mvblx.h | 25 +++-- spl/Makefile | 2 + 19 files changed, 424 insertions(+), 32 deletions(-) create mode 100644 doc/SPL/README.am335x-network

Hi Tom,
On Tuesday 19 February 2013 09:44 PM, Tom Rini wrote:
Hello,
The following changes since commit 9f024f62e4604274a23213dcee30016092e32e7b:
Merge branch 'fixes' of git://git.denx.de/u-boot-mips (2013-02-15 12:23:42 -0500)
are available in the git repository at:
git://git.denx.de/u-boot-ti.git master
for you to fetch changes up to 4adfcd68cc10449e2fda0f9fac8b09f2b5c09a02:
am335x evm: Add am335x_evm_spiboot target (2013-02-18 13:51:20 -0500)
How about the OMAP cleanup[1], ES2.0[2] and DRA series[3]
[1] http://comments.gmane.org/gmane.comp.boot-loaders.u-boot/152834
[2] http://comments.gmane.org/gmane.comp.boot-loaders.u-boot/153424
[3] http://comments.gmane.org/gmane.comp.boot-loaders.u-boot/153551
Regards, Sricharan

-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On 02/21/2013 12:52 PM, R Sricharan wrote:
Hi Tom,
On Tuesday 19 February 2013 09:44 PM, Tom Rini wrote:
Hello,
The following changes since commit 9f024f62e4604274a23213dcee30016092e32e7b:
Merge branch 'fixes' of git://git.denx.de/u-boot-mips (2013-02-15 12:23:42 -0500)
are available in the git repository at:
git://git.denx.de/u-boot-ti.git master
for you to fetch changes up to 4adfcd68cc10449e2fda0f9fac8b09f2b5c09a02:
am335x evm: Add am335x_evm_spiboot target (2013-02-18 13:51:20 -0500)
How about the OMAP cleanup[1], ES2.0[2] and DRA series[3]
[1] http://comments.gmane.org/gmane.comp.boot-loaders.u-boot/152834
[2] http://comments.gmane.org/gmane.comp.boot-loaders.u-boot/153424
[3] http://comments.gmane.org/gmane.comp.boot-loaders.u-boot/153551
The last posting of parts of those were a bit close to when I had hoped to post the pull request. All 3 of those will go in the next go-round probably with ti814x support, so long as the feedback is addressed in time (and I know Matt is at ELC right now).
- -- Tom

On Thursday 21 February 2013 11:27 PM, Tom Rini wrote:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On 02/21/2013 12:52 PM, R Sricharan wrote:
Hi Tom,
On Tuesday 19 February 2013 09:44 PM, Tom Rini wrote:
Hello,
The following changes since commit 9f024f62e4604274a23213dcee30016092e32e7b:
Merge branch 'fixes' of git://git.denx.de/u-boot-mips (2013-02-15 12:23:42 -0500)
are available in the git repository at:
git://git.denx.de/u-boot-ti.git master
for you to fetch changes up to 4adfcd68cc10449e2fda0f9fac8b09f2b5c09a02:
am335x evm: Add am335x_evm_spiboot target (2013-02-18 13:51:20 -0500)
How about the OMAP cleanup[1], ES2.0[2] and DRA series[3]
[1] http://comments.gmane.org/gmane.comp.boot-loaders.u-boot/152834
[2] http://comments.gmane.org/gmane.comp.boot-loaders.u-boot/153424
[3] http://comments.gmane.org/gmane.comp.boot-loaders.u-boot/153551
The last posting of parts of those were a bit close to when I had hoped to post the pull request. All 3 of those will go in the next go-round probably with ti814x support, so long as the feedback is addressed in time (and I know Matt is at ELC right now).
Ok, thanks for the update.
Regards, Sricharan

Hi Tom,
On Tue, 19 Feb 2013 11:14:05 -0500, Tom Rini trini@ti.com wrote:
Hello,
The following changes since commit 9f024f62e4604274a23213dcee30016092e32e7b:
Merge branch 'fixes' of git://git.denx.de/u-boot-mips (2013-02-15 12:23:42 -0500)
are available in the git repository at:
git://git.denx.de/u-boot-ti.git master
for you to fetch changes up to 4adfcd68cc10449e2fda0f9fac8b09f2b5c09a02:
am335x evm: Add am335x_evm_spiboot target (2013-02-18 13:51:20 -0500)
Chase Maupin (3): am335x_evm: Add NAND environment variables am335x_evm: Add SPI environment variables am335x_evm: Add NET environment variables
Enric Balletbo i Serra (3): OMAP3: igep00x0: use official board names. OMAP3: igep00x0: add missing include mach-types.h OMAP3: igep00x0: Add new IGEP COM PROTON.
Howard Gray (1): omap3: mvblx: change console to ttyO0 and make silent by default.
Ilya Yanok (4): spl: support for booting via usbeth am33xx: support for booting via usbeth am335x_evm: enable support for booting via USB doc/SPL/README.am335x-network: Document using ethernet (and USB) SPL
Lars Poeschel (1): am33xx: pcm051: Remove wp pin mux for sd-card
Michael Jones (2): omap3: mvblx: select fpgafilename according to orientation omap3: mvblx: pass FPGA version to the kernel
Tom Rini (1): am335x evm: Add am335x_evm_spiboot target
Tomas Novotny (2): da8xx: ea20: Add the configuration define for the exact SoC variant da8xx: Add the missing pinmux for da830 to the gpio driver
robertcnelson@gmail.com (2): beagle: expansion boards: retry i2c_read with 16bit addressing beagle: expansion boards: add LSR COM6L adapter
MAINTAINERS | 1 + arch/arm/cpu/armv7/omap-common/boot-common.c | 3 + arch/arm/include/asm/arch-am33xx/spl.h | 1 + arch/arm/include/asm/arch-davinci/gpio.h | 4 + board/isee/igep00x0/igep00x0.h | 7 +- board/matrix_vision/mvblx/fpga.c | 14 ++- board/matrix_vision/mvblx/sys_eeprom.c | 24 +++++ board/phytec/pcm051/mux.c | 1 - board/ti/am335x/board.c | 38 ++++---- board/ti/beagle/beagle.c | 14 +++ boards.cfg | 2 + common/spl/spl.c | 5 + doc/SPL/README.am335x-network | 92 ++++++++++++++++++ drivers/gpio/da8xx_gpio.c | 133 ++++++++++++++++++++++++++ include/configs/am335x_evm.h | 82 +++++++++++++++- include/configs/ea20.h | 1 + include/configs/igep00x0.h | 7 +- include/configs/omap3_mvblx.h | 25 +++-- spl/Makefile | 2 + 19 files changed, 424 insertions(+), 32 deletions(-) create mode 100644 doc/SPL/README.am335x-network
Applied to u-boot-arm/master, thanks!
Amicalement,
participants (3)
-
Albert ARIBAUD
-
R Sricharan
-
Tom Rini