diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2012-02-13 14:46:34 +0100 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2012-02-27 09:04:55 -0500 |
commit | c5f5ead49160ebf82546ea913035ec6d8fc96654 (patch) | |
tree | 2387116ebbc1a51d2bceabc74200a55d930960d5 /recipes-bsp | |
parent | b43e9fc0e1d3b52636f818c2303d43202e723114 (diff) | |
download | meta-ti-c5f5ead49160ebf82546ea913035ec6d8fc96654.tar.gz |
u-boot 2011.09: add patch to support 'cold' AM335x silicon
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-bsp')
-rw-r--r-- | recipes-bsp/u-boot/u-boot/2011.09git/0001-ddr_defs-change-DDR-timings-for-15x15-EVM.patch | 30 | ||||
-rw-r--r-- | recipes-bsp/u-boot/u-boot_2011.10rc.bb | 3 |
2 files changed, 32 insertions, 1 deletions
diff --git a/recipes-bsp/u-boot/u-boot/2011.09git/0001-ddr_defs-change-DDR-timings-for-15x15-EVM.patch b/recipes-bsp/u-boot/u-boot/2011.09git/0001-ddr_defs-change-DDR-timings-for-15x15-EVM.patch new file mode 100644 index 00000000..4563a2ce --- /dev/null +++ b/recipes-bsp/u-boot/u-boot/2011.09git/0001-ddr_defs-change-DDR-timings-for-15x15-EVM.patch | |||
@@ -0,0 +1,30 @@ | |||
1 | From 7a3b3b04b1aed6a649d99396f914ec042968f924 Mon Sep 17 00:00:00 2001 | ||
2 | From: Chase Maupin <Chase.Maupin@ti.com> | ||
3 | Date: Thu, 9 Feb 2012 13:09:27 -0600 | ||
4 | Subject: [PATCH] ddr_defs: change DDR timings for 15x15 EVM | ||
5 | |||
6 | * For cold silicon the DDR timings need to be relaxed in order for | ||
7 | the device to boot with DDR at 266MHz | ||
8 | * Fix proposed by James Doublesin | ||
9 | |||
10 | Signed-off-by: Chase Maupin <Chase.Maupin@ti.com> | ||
11 | --- | ||
12 | arch/arm/include/asm/arch-ti81xx/ddr_defs.h | 2 +- | ||
13 | 1 files changed, 1 insertions(+), 1 deletions(-) | ||
14 | |||
15 | diff --git a/arch/arm/include/asm/arch-ti81xx/ddr_defs.h b/arch/arm/include/asm/arch-ti81xx/ddr_defs.h | ||
16 | index 6c4b422..0b7ffe7 100644 | ||
17 | --- a/arch/arm/include/asm/arch-ti81xx/ddr_defs.h | ||
18 | +++ b/arch/arm/include/asm/arch-ti81xx/ddr_defs.h | ||
19 | @@ -338,7 +338,7 @@ | ||
20 | #define DDR2_RD_DQS 0x40 | ||
21 | #define DDR2_PHY_FIFO_WE 0x56 | ||
22 | #else | ||
23 | -#define EMIF_READ_LATENCY 0x04 | ||
24 | +#define EMIF_READ_LATENCY 0x05 | ||
25 | #define EMIF_TIM1 0x0666B3D6 | ||
26 | #define EMIF_TIM2 0x143731DA | ||
27 | #define EMIF_TIM3 0x00000347 | ||
28 | -- | ||
29 | 1.7.0.4 | ||
30 | |||
diff --git a/recipes-bsp/u-boot/u-boot_2011.10rc.bb b/recipes-bsp/u-boot/u-boot_2011.10rc.bb index 74597f62..0102d15e 100644 --- a/recipes-bsp/u-boot/u-boot_2011.10rc.bb +++ b/recipes-bsp/u-boot/u-boot_2011.10rc.bb | |||
@@ -6,7 +6,7 @@ COMPATIBLE_MACHINE = "(ti33x)" | |||
6 | DEFAULT_PREFERENCE_ti33x = "99" | 6 | DEFAULT_PREFERENCE_ti33x = "99" |
7 | 7 | ||
8 | PV = "2011.09+git" | 8 | PV = "2011.09+git" |
9 | PR = "r25" | 9 | PR = "r26" |
10 | 10 | ||
11 | # SPL build | 11 | # SPL build |
12 | UBOOT_BINARY = "u-boot.img" | 12 | UBOOT_BINARY = "u-boot.img" |
@@ -23,6 +23,7 @@ SRC_URI = "git://arago-project.org/git/projects/u-boot-am33x.git;protocol=git;br | |||
23 | file://2011.09git/0007-am335x_evm-switch-to-ext4.patch \ | 23 | file://2011.09git/0007-am335x_evm-switch-to-ext4.patch \ |
24 | file://2011.09git/0008-HACK-am335x-evm-turn-d-cache-on-globally-turn-it-off.patch \ | 24 | file://2011.09git/0008-HACK-am335x-evm-turn-d-cache-on-globally-turn-it-off.patch \ |
25 | file://2011.09git/0009-am335x-evm-enable-i2c2-pinmux-for-beaglebone.patch \ | 25 | file://2011.09git/0009-am335x-evm-enable-i2c2-pinmux-for-beaglebone.patch \ |
26 | file://2011.09git/0001-ddr_defs-change-DDR-timings-for-15x15-EVM.patch \ | ||
26 | " | 27 | " |
27 | 28 | ||
28 | SRCREV = "f63b270e47f62f4d1a05b2001357e215966c6f5a" | 29 | SRCREV = "f63b270e47f62f4d1a05b2001357e215966c6f5a" |