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

Hello,
The following changes since commit dd2445ec1b839a5ca61ff8438a5b7aebb21b7986:
omap5_common.h: Use fallback CONFIG_SYS_BAUDRATE_TABLE (2013-04-08 11:40:59 -0400)
are available in the git repository at:
git://git.denx.de/u-boot-ti.git master
for you to fetch changes up to eef6da0326834cc90b9f3b2e80dec71ee8e39e9a:
omap5912-osk: Fix get_timer() and CONFIG_SYS_HZ (2013-04-10 16:03:02 -0400)
---------------------------------------------------------------- Jon Hunter (5): omap5912-osk: Fix DRAM initialisation omap5912-osk: Fix booting from NOR flash omap5912-osk: Fix device initialisation omap5912-osk: Increase flash partition for u-boot omap5912-osk: Fix get_timer() and CONFIG_SYS_HZ
Lubomir Popov (1): OMAP4: Fix bug in omap4460_volts struct
Tom Rini (3): am335x/ti814x: Correct MMC_BOOT_DEVICES_START/END am335x: Update timings for the beaglebone again omap5_uevm: Correct to 2MiB aligned partitions on eMMC
arch/arm/cpu/arm926ejs/omap/timer.c | 15 ++++++++------- arch/arm/cpu/armv7/omap4/hw_data.c | 8 ++++---- arch/arm/include/asm/arch-am33xx/ddr_defs.h | 20 ++++++++++---------- arch/arm/include/asm/arch-am33xx/spl.h | 5 +++++ board/ti/am335x/board.c | 2 +- board/ti/omap5912osk/config.mk | 12 ++++++------ board/ti/omap5912osk/lowlevel_init.S | 20 ++++++++++++++++++++ board/ti/omap5912osk/omap5912osk.c | 23 ++++++++++++++++------- include/configs/omap5912osk.h | 15 +++++++++------ include/configs/omap5_uevm.h | 3 +-- 10 files changed, 80 insertions(+), 43 deletions(-)
This is a bit bigger than I'd have liked (and a bit shorter timed too, frankly) but: - The timings for beaglebone have been getting stress tested elsewhere for the past few days, just finally got the values today. - omap5_uevm isn't released and I'd really like to not start it out with misaligned partitions, that would be bad for longevity. - omap5912osk is quite an old platform so these are bug fixes, strictly speaking, to an existing board. - The MMC device number bit is a bugfix to a patch that was already taken to u-boot-arm.

Hi Tom,
On Wed, 10 Apr 2013 16:07:57 -0400, Tom Rini trini@ti.com wrote:
Hello,
The following changes since commit dd2445ec1b839a5ca61ff8438a5b7aebb21b7986:
omap5_common.h: Use fallback CONFIG_SYS_BAUDRATE_TABLE (2013-04-08 11:40:59 -0400)
are available in the git repository at:
git://git.denx.de/u-boot-ti.git master
for you to fetch changes up to eef6da0326834cc90b9f3b2e80dec71ee8e39e9a:
omap5912-osk: Fix get_timer() and CONFIG_SYS_HZ (2013-04-10 16:03:02 -0400)
Jon Hunter (5): omap5912-osk: Fix DRAM initialisation omap5912-osk: Fix booting from NOR flash omap5912-osk: Fix device initialisation omap5912-osk: Increase flash partition for u-boot omap5912-osk: Fix get_timer() and CONFIG_SYS_HZ
Lubomir Popov (1): OMAP4: Fix bug in omap4460_volts struct
Tom Rini (3): am335x/ti814x: Correct MMC_BOOT_DEVICES_START/END am335x: Update timings for the beaglebone again omap5_uevm: Correct to 2MiB aligned partitions on eMMC
arch/arm/cpu/arm926ejs/omap/timer.c | 15 ++++++++------- arch/arm/cpu/armv7/omap4/hw_data.c | 8 ++++---- arch/arm/include/asm/arch-am33xx/ddr_defs.h | 20 ++++++++++---------- arch/arm/include/asm/arch-am33xx/spl.h | 5 +++++ board/ti/am335x/board.c | 2 +- board/ti/omap5912osk/config.mk | 12 ++++++------ board/ti/omap5912osk/lowlevel_init.S | 20 ++++++++++++++++++++ board/ti/omap5912osk/omap5912osk.c | 23 ++++++++++++++++------- include/configs/omap5912osk.h | 15 +++++++++------ include/configs/omap5_uevm.h | 3 +-- 10 files changed, 80 insertions(+), 43 deletions(-)
This is a bit bigger than I'd have liked (and a bit shorter timed too, frankly) but:
- The timings for beaglebone have been getting stress tested elsewhere for the past few days, just finally got the values today.
- omap5_uevm isn't released and I'd really like to not start it out with misaligned partitions, that would be bad for longevity.
- omap5912osk is quite an old platform so these are bug fixes, strictly speaking, to an existing board.
- The MMC device number bit is a bugfix to a patch that was already taken to u-boot-arm.
Applied to u-boot-arm/master, thanks!
Amicalement,
participants (2)
-
Albert ARIBAUD
-
Tom Rini