summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/u-boot/u-boot_2011.10rc.bb
Commit message (Collapse)AuthorAgeFilesLines
* u-boot_2011.09[.10rc]: Always use gnu ld for LDRoger Monk2012-10-171-1/+2
| | | | | | | | | - Pull in gnu ld patch for 2011.10rc recipe - Bump PR Signed-off-by: Roger Monk <r-monk@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com> Signed-off-by: Denys Dmytriyenko <denis@denix.org>
* u-boot 2011.09+git: update to latest version of Tom Rini's treeKoen Kooi2012-08-071-2/+2
| | | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* u-boot 2011.09+git: update to latest version of Tom Rini's treeKoen Kooi2012-07-311-18/+13
| | | | | | | All patches have been rediffed and boot tested Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* u-boot 2011.10rc: fix loading from /boot by adding ext4 supportKoen Kooi2012-04-101-1/+6
| | | | | | | | | This patchset was pulled from u-boot patchwork and aren't final, but testing on beaglebone shows it to work. Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Acked-by: Tom Rini <trini@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* u-boot 2011.09: add patch to support 'cold' AM335x siliconKoen Kooi2012-02-271-1/+2
| | | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* u-boot: cleanupKoen Kooi2011-12-241-0/+2
| | | | | | Set compatible machine in all recipes, remove deprecated versions for some machines Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* u-boot 2011.10rc: enable i2c2 for beagleboneKoen Kooi2011-11-171-1/+2
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* u-boot: enhance deploy symlinking logicKoen Kooi2011-11-141-4/+1
| | | | | | | | | | | | | | | | It will now deploy: u-boot-<machine>-<version>.suffix u-boot-<machine>.suffix (symlink) u-boot.suffix (symlink) And additionally for SPL builds: MLO-<machine>-<version> MLO-<machine> (symlink) MLO (symlink) Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* u-boot 2011.10rc: fatload does not set loadaddr, so be explicitKoen Kooi2011-11-081-1/+1
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* u-boot 2011.10rc: uboot extX loading is 20 times slower than vfat loading :(Koen Kooi2011-11-081-1/+1
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* u-boot 2011.10rc: turn on dcache for beagleboneKoen Kooi2011-11-081-1/+2
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* u-boot 2011.10rc: move beaglebone to ext4Koen Kooi2011-11-071-1/+2
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* U-boot 2011.10rc: Refresh PMIC patch with Rev A1 fixesJoel A Fernandes2011-11-041-1/+1
| | | | | | Signed-off-by: Joel A Fernandes <joelagnel@ti.com> Acked-by: Tom Rini <trini@ti.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* u-boot 2011.10rc: Fix pmic shut down over USB powerJoel A Fernandes2011-11-041-1/+2
| | | | | | | | | These are some fixes suggested by Jason Kridner to fix the PMIC instabilities we've been seeing over USB power. Signed-off-by: Joel A Fernandes <joelagnel@ti.com> Cc: Jason Kridner <jdk@ti.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* u-boot 2011.10rc: tweak loadaddress for faster bootKoen Kooi2011-11-021-1/+2
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* u-boot 2011.10rc: update SRCREV and rediff patchesKoen Kooi2011-11-011-9/+6
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* u-boot 2011.10rc: Read EEPROM header correctly for BeagleBone board detectionJoel A Fernandes2011-10-211-1/+2
| | | | | | | | | | | This patch fixes the case where the EEPROM is programmed but we still use the fall back case to detect the bone board. Now that EEPROMs are programmed, we should correctly detect the bone board instead of relying on fall back to bone mode. PR bumped Signed-off-by: Joel A Fernandes <joelagnel@ti.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* u-boot 2011.10rc: remove beaglebone machine ID patchKoen Kooi2011-10-211-2/+1
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* u-boot 2011.10rc: update to the latest revisionDenys Dmytriyenko2011-10-211-2/+2
| | | | | | | | | | | Updated to latest version to pick up the following changes: * 9158d7f am335x: Really correct NAND partiton layout * 4723773 am335x: Wrap spl_board_init in a CONFIG_SPL_BOARD_INIT check * 40c310c Change CPU to 720MHz and bump VDD1 to 1.26V * 9c154ee Add missing i2c0 pin mux configuration in spl_board_init Signed-off-by: Denys Dmytriyenko <denys@ti.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* u-boot 2011.10rc: update with latest revKoen Kooi2011-10-201-2/+2
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* u-boot 2011.10rc: update with latest rev and new SRC_URIDenys Dmytriyenko2011-10-191-3/+3
| | | | | | | | * Tree moved to arago-project.org * Remove i2c releated voltage change writes that were a nop Signed-off-by: Denys Dmytriyenko <denys@ti.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* u-boot 2011.10rc: make uboot pass beaglebone machine ID when encountering a ↵Koen Kooi2011-10-181-1/+5
| | | | | | valid bone eeprom ID Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* u-boot-2011.10rc: update to cover ti33x SOC boards, not just beagleboneDenys Dmytriyenko2011-10-181-3/+3
| | | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* u-boot 2011.10rc: move to latest rev, disable d-cacheKoen Kooi2011-10-171-2/+2
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* u-boot: switch beagleboard and beaglebone to RO rootfs at bootKoen Kooi2011-10-161-1/+2
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* u-boot 2011.10rc: raise bootdelay to 1 for the time beingKoen Kooi2011-10-131-1/+1
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* u-boot 2010rc: switch to Toms latest branch, rediff env patchesKoen Kooi2011-10-131-6/+6
| | | | | | This fixes the boot slowdown regression Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* u-boot 2011.10rc: update to latest Joel, rebase Jasons patchesKoen Kooi2011-10-121-7/+5
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* u-boot 2011.09+git: Add Jasons patches to clean up default environment for ↵Koen Kooi2011-10-091-1/+5
| | | | | | beaglebone Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* u-boot: add 2011.09+git for beaglebone 1st and 2nd stageKoen Kooi2011-10-081-0/+25
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>