summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/u-boot
Commit message (Collapse)AuthorAgeFilesLines
...
* u-boot 2011.12: fix beagleboard C4 memory detectionKoen Kooi2012-01-3011-27/+146
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Test results (which emberassingly enough lack an actual C4): BeagleBoard B6: OMAP3530-GP ES2.1, CPU-OPP2, L3-165MHz, Max CPU Clock 600 mHz OMAP3 Beagle board + LPDDR/NAND I2C: ready DRAM: 128 MiB NAND: 256 MiB [..] Beagle Rev Ax/Bx BeagleBoard C3: OMAP3530-GP ES3.0, CPU-OPP2, L3-165MHz, Max CPU Clock 600 mHz OMAP3 Beagle board + LPDDR/NAND I2C: ready DRAM: 256 MiB NAND: 256 MiB [..] Beagle Rev C1/C2/C3 BeagleBoard C5: OMAP3530-GP ES3.1, CPU-OPP2, L3-165MHz, Max CPU Clock 720 mHz OMAP3 Beagle board + LPDDR/NAND I2C: ready DRAM: 256 MiB NAND: 512 MiB [..] Beagle Rev C4 BeagleBoard xM A: OMAP3630/3730-GP ES1.1, CPU-OPP2, L3-165MHz, Max CPU Clock 1 Ghz OMAP3 Beagle board + LPDDR/NAND I2C: ready DRAM: 512 MiB NAND: 0 MiB [..] Beagle xM Rev A BeagleBoard xM C: OMAP3630/3730-GP ES1.2, CPU-OPP2, L3-165MHz, Max CPU Clock 1 Ghz OMAP3 Beagle board + LPDDR/NAND I2C: ready DRAM: 512 MiB NAND: 0 MiB [..] Beagle xM Rev C Acked-by: Tom Rini <trini@ti.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* u-boot 2011.12: fix L2 cache on non-omap4 platformsKoen Kooi2012-01-232-1/+31
| | | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Acked-by: Tom Rini <trini@ti.com>
* u-boot_2011.09, u-boot_2011.12: Always use gnu ld for LDKhem Raj2012-01-133-2/+47
| | | | | | | | | u-boot wants GNU ld and cant link with gold so when default linker is gold we make sure that it still uses good old GNU ld Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* u-boot 2011.12: OMAP MMC: Add delay before waiting for statusPeter A. Bigot2011-12-292-1/+47
| | | | | | | | | Pending upstream patch from http://patchwork.ozlabs.org/patch/132795/ is required to successfully boot on xM. Signed-off-by: Peter A. Bigot <bigotp@acm.org> Acked-by: Tom Rini <tom.rini@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* u-boot 2011.12RC: move to 2011.12 finalKoen Kooi2011-12-292-8/+25
| | | | | | Also fix the beagleboard expansionboard patch as reported by Peter Bigot Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* u-boot 2011.12rc1: add beagleboard and pandaboard patchesKoen Kooi2011-12-246-1/+254
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* u-boot 2011.12: add 2011.12rc1Koen Kooi2011-12-241-0/+21
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* u-boot: cleanupKoen Kooi2011-12-243-24/+5
| | | | | | Set compatible machine in all recipes, remove deprecated versions for some machines Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* u-boot.inc: drop 'PRIORITY = "optional"' as it is the defaultOtavio Salvador2011-12-141-1/+0
| | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* u-boot 2011.09: convert beagleboard to SPL buildKoen Kooi2011-11-2923-230/+1901
| | | | | | | Runtime tested on an xM rev C Acked-by: Denys Dmytriyenko <denys@ti.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* u-boot 2011.10rc: enable i2c2 for beagleboneKoen Kooi2011-11-172-1/+65
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* u-boot: enhance deploy symlinking logicKoen Kooi2011-11-142-5/+10
| | | | | | | | | | | | | | | | 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-082-3/+3
| | | | 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-083-8/+8
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* u-boot 2011.10rc: turn on dcache for beagleboneKoen Kooi2011-11-082-1/+48
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* u-boot 2011.10rc: move beaglebone to ext4Koen Kooi2011-11-072-1/+28
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* U-boot 2011.10rc: Refresh PMIC patch with Rev A1 fixesJoel A Fernandes2011-11-042-19/+34
| | | | | | 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-042-1/+69
| | | | | | | | | 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-022-1/+51
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* u-boot 2011.10rc: update SRCREV and rediff patchesKoen Kooi2011-11-0110-216/+58
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* 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>