1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-07-26 22:07:51 +00:00

8 Commits

Author SHA1 Message Date
Khem Raj 0d0e2c1e27 u-boot: Fix config-Always-use-GNU-ld patch to work with dash
>& /dev/null is not ok for dash so use > /dev/null 2>&1

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2012-03-15 00:49:33 -04:00
Khem Raj bc98f6f230 u-boot_2011.09, u-boot_2011.12: Always use gnu ld for LD
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>
2012-01-13 12:30:50 +01:00
Koen Kooi e59cc54e78 u-boot 2011.09: convert beagleboard to SPL build
Runtime tested on an xM rev C

Acked-by: Denys Dmytriyenko <denys@ti.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-11-29 17:38:52 +01:00
Koen Kooi eed6b351b2 u-boot: switch beagleboard and beaglebone to RO rootfs at boot
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-10-16 09:58:44 +02:00
Koen Kooi 008f50c784 u-boot 2011.09: add support for loop-through expansion boards on beagle and switch to ttyO2
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-10-11 16:33:23 +02:00
Koen Kooi b7e2fa7952 u-boot 2011.09: switch to proper 2011.09 tag and add support for TCT beaconboard
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-10-11 10:31:02 +02:00
Koen Kooi 46bda0096d u-boot 2011.09: probe ddc bus for eeproms as well on beagleboard, add beaconboard support
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-10-09 15:58:43 +02:00
Jason Kridner c5db81e4ec u-boot: added version 2011.09
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>
2011-09-20 08:41:07 +02:00