summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/u-boot
Commit message (Collapse)AuthorAgeFilesLines
* u-boot 2011.10rc: Read EEPROM header correctly for BeagleBone board detectionJoel A Fernandes2011-10-212-1/+30
| | | | | | | | | | | 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>
* uboot 2011.10rc: rediff RO patchKoen Kooi2011-10-211-1/+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-185-1/+167
| | | | | | 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-164-2/+56
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* u-boot 2011.10rc: raise bootdelay to 1 for the time beingKoen Kooi2011-10-132-3/+3
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* u-boot 2010rc: switch to Toms latest branch, rediff env patchesKoen Kooi2011-10-135-106/+42
| | | | | | 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-127-115/+44
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* u-boot 2011.09: add support for loop-through expansion boards on beagle and ↵Koen Kooi2011-10-113-1/+134
| | | | | | switch to ttyO2 Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* u-boot 2011.09: switch to proper 2011.09 tag and add support for TCT beaconboardKoen Kooi2011-10-112-16/+37
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* u-boot 2011.09: probe ddc bus for eeproms as well on beagleboard, add ↵Koen Kooi2011-10-093-0/+207
| | | | | | beaconboard support 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-096-3/+167
| | | | | | beaglebone Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* u-boot: add 2011.09+git for beaglebone 1st and 2nd stageKoen Kooi2011-10-083-0/+52
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* u-boot: added version 2011.09Jason Kridner2011-09-204-0/+117
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There is a v2011.09 tag on the mainline, but I haven't seen a release notice go out. It didn't make sense to me to try to carry-forward those all patches since the release tag, so I simply picked the latest tag in the maineline. Patched and tested on BeagleBoard-xM revision C. USB Ethernet was tested with: setenv usbethaddr de:ad:be:ef:00:01 usb start dhcp^C setenv ipaddr 10.0.1.2 ping 10.0.1.1 USB Storage was tested with: <above> usb part fatls usb 0 led command was tested with: led all off led all on led 1 on led 1 off gpio command tested with: gpio input 4 <hold USER button> gpio input 4 <release USER button> Also performed boot test. Signed-off-by: Jason Kridner <jdk@ti.com> Signed-off-by: Joel A Fernandes <joelagnel@ti.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* u-boot git: add omapl138 supportKoen Kooi2011-08-241-0/+5
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* u-boot: add missing patch for am37x-evmChase Maupin2011-07-202-1/+31
| | | | | | | | * am37x-evm machine in u-boot_git was missing a patch from the repository. Signed-off-by: Chase Maupin <Chase.Maupin@ti.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* u-boot git: add am3517-evm supportKoen Kooi2011-07-201-0/+5
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* u-boot 2011.06: add tftpboot support for pandaboardKoen Kooi2011-07-117-4/+825
| | | | | | comment out fw-utils, they don't get crosscompiled Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* u-boot: update 2011.06rc to 2011.06 finalKoen Kooi2011-06-281-3/+3
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* u-boot: readd deploy taskKoen Kooi2011-06-281-0/+3
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* u-boot: add 2011.06rc recipe for beagle and pandaKoen Kooi2011-06-2331-0/+2997
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* u-boot 2010.06-psp: add support for 814x and 816xKoen Kooi2011-06-162-0/+20
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* u-boot: inherit deploy to fix spurious rebuilds in image targetsKoen Kooi2011-06-101-4/+2
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* u-boot.inc: remove package_stagefile_shell callKoen Kooi2011-03-301-2/+0
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* u-boot.inc: allow variable make targetsChase Maupin2011-03-151-1/+2
| | | | | | | | | | | | | | * Later versions of u-boot sometimes have top level make targets such as u-boot.imx, u-boot.kwb, and for upcoming TI devices u-boot.ti. * These targets define different calls to the mkimage tool to change the images created, such as changing the load address. * This change allows recipes to change the default make target of "all" to something like u-boot.ti or u-boot.imx by setting the UBOOT_MAKE_TARGET variable. Signed-off-by: Chase Maupin <Chase.Maupin@ti.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* u-boot git: sync beagleboard with OE .devKoen Kooi2011-03-1064-4533/+1281
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* u-boot git: sync with OE for beagleboardKoen Kooi2011-02-0852-177/+250
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* u-boot git: fix double override typoKoen Kooi2011-01-301-1/+1
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* u-boot: fix conflicting patch nameKoen Kooi2011-01-282-7/+52
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* TI BSP: add support for the OMAP4430 pandaboardKoen Kooi2011-01-121-0/+18
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* P: add support the Always Innovating TouchbookKoen Kooi2011-01-0813-30/+1793
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* TI BSP: add support the AM37x EVM boardKoen Kooi2011-01-081-0/+7
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* u-boot: add license checksumKoen Kooi2011-01-081-1/+3
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* TI BSP: add hawkboard supportKoen Kooi2011-01-032-0/+52
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* TI BSP: add support the OMAP35x EVM boardKoen Kooi2011-01-032-4/+41
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* BSP: rename beagleboard to TIKoen Kooi2011-01-0253-0/+5073
linux-omap 2.6.37rc: sync with OE