summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/u-boot/u-boot_2011.10rc.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-bsp/u-boot/u-boot_2011.10rc.bb')
-rw-r--r--recipes-bsp/u-boot/u-boot_2011.10rc.bb31
1 files changed, 13 insertions, 18 deletions
diff --git a/recipes-bsp/u-boot/u-boot_2011.10rc.bb b/recipes-bsp/u-boot/u-boot_2011.10rc.bb
index 48bc618a..c4b4ca7e 100644
--- a/recipes-bsp/u-boot/u-boot_2011.10rc.bb
+++ b/recipes-bsp/u-boot/u-boot_2011.10rc.bb
@@ -6,32 +6,27 @@ COMPATIBLE_MACHINE = "(ti33x)"
6DEFAULT_PREFERENCE_ti33x = "99" 6DEFAULT_PREFERENCE_ti33x = "99"
7 7
8PV = "2011.09+git" 8PV = "2011.09+git"
9PR = "r27" 9PR = "r28"
10 10
11# SPL build 11# SPL build
12UBOOT_BINARY = "u-boot.img" 12UBOOT_BINARY = "u-boot.img"
13UBOOT_IMAGE = "u-boot-${MACHINE}-${PV}-${PR}.img" 13UBOOT_IMAGE = "u-boot-${MACHINE}-${PV}-${PR}.img"
14UBOOT_SYMLINK = "u-boot-${MACHINE}.img" 14UBOOT_SYMLINK = "u-boot-${MACHINE}.img"
15 15
16SRC_URI = "git://arago-project.org/git/projects/u-boot-am33x.git;protocol=git;branch=int_am335xpsp_04.06.00.01-v2011.09-for-sdk-05.03.00.00 \ 16SRC_URI = "git://arago-project.org/git/projects/u-boot-am33x.git;protocol=git;branch=master \
17 file://2011.09git/0001-am335x_evm-only-do-in-kernel-dhcp-when-using-NFS-use.patch \ 17 file://2011.09git/0001-am335x_evm-add-option-to-boot-kernel-from-boot-in-ex.patch \
18 file://2011.09git/0002-am335x_evm-boot-kernel-from-boot-in-ext2-3-filesyste.patch \ 18 file://2011.09git/0002-am335x_evm-set-bootdelay-to-1.patch \
19 file://2011.09git/0003-am335x_evm-set-bootdelay-to-1.patch \ 19 file://2011.09git/0003-am335x-evm-make-MMC-rootfs-RO-on-boot-so-fsck-works.patch \
20 file://2011.09git/0004-am335x-evm-make-MMC-rootfs-RO-on-boot-so-fsck-works.patch \ 20 file://2011.09git/0004-am335x_evm-switch-to-ext4.patch \
21 file://2011.09git/0005-am335x-Change-mmc_load_uimage-to-load-at-a-fixed-add.patch \ 21 file://2011.09git/0005-am335x-evm-enable-i2c2-pinmux-for-beaglebone.patch \
22 file://2011.09git/0006-am335x-evm-Fix-bone-pmic-shut-down-over-USB-power.patch \ 22 file://2011.09git/0006-ext2load-increase-read-speed.patch \
23 file://2011.09git/0007-am335x_evm-switch-to-ext4.patch \ 23 file://2011.09git/0007-am335x-evm-fix-ext2load-and-specify-partition-for-bo.patch \
24 file://2011.09git/0008-HACK-am335x-evm-turn-d-cache-on-globally-turn-it-off.patch \ 24 file://2011.09git/0008-am335x-evm-load-uImage-from-boot-instead-of-VFAT.patch \
25 file://2011.09git/0009-am335x-evm-enable-i2c2-pinmux-for-beaglebone.patch \ 25 file://2011.09git/0009-ext4fs-ls-load-support.patch \
26 file://2011.09git/0001-ddr_defs-change-DDR-timings-for-15x15-EVM.patch \ 26 file://2011.09git/0010-am335x-switch-to-ext4-mode.patch \
27 file://2011.09git/0011-ext2load-increase-read-speed.patch \
28 file://2011.09git/0012-am335x-evm-fix-ext2load-and-specify-partition-for-bo.patch \
29 file://2011.09git/0013-am335x-evm-load-uImage-from-boot-instead-of-VFAT.patch \
30 file://2011.09git/0014-ext4fs-ls-load-support.patch \
31 file://2011.09git/0015-am335x-switch-to-ext4-mode.patch \
32 " 27 "
33 28
34SRCREV = "f63b270e47f62f4d1a05b2001357e215966c6f5a" 29SRCREV = "ec687252299796639ff9bcb981804fbec7b445a4"
35 30
36LIC_FILES_CHKSUM = "file://COPYING;md5=1707d6db1d42237583f50183a5651ecb" 31LIC_FILES_CHKSUM = "file://COPYING;md5=1707d6db1d42237583f50183a5651ecb"
37 32