1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-07-27 06:18:13 +00:00

27 Commits

Author SHA1 Message Date
Koen Kooi d686d9d676 u-boot 2011.10rc: fix loading from /boot by adding ext4 support
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>
2012-04-10 15:11:12 -04:00
Koen Kooi c5f5ead491 u-boot 2011.09: add patch to support 'cold' AM335x silicon
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2012-02-27 09:04:55 -05:00
Koen Kooi 1102184b6c u-boot: cleanup
Set compatible machine in all recipes, remove deprecated versions for some machines

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-12-24 16:19:25 +01:00
Koen Kooi 5c5d12b005 u-boot 2011.10rc: enable i2c2 for beaglebone
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-11-17 10:27:25 +01:00
Koen Kooi 2de08fa6d4 u-boot: enhance deploy symlinking logic
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>
2011-11-14 10:43:14 +01:00
Koen Kooi 3bce82727a u-boot 2011.10rc: fatload does not set loadaddr, so be explicit
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-11-08 15:34:39 +01:00
Koen Kooi 5cf947e941 u-boot 2011.10rc: uboot extX loading is 20 times slower than vfat loading :(
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-11-08 13:50:43 +01:00
Koen Kooi 424830eb54 u-boot 2011.10rc: turn on dcache for beaglebone
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-11-08 08:10:43 +01:00
Koen Kooi 9f35f73c46 u-boot 2011.10rc: move beaglebone to ext4
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-11-07 21:34:56 +01:00
Joel A Fernandes 67ad848beb U-boot 2011.10rc: Refresh PMIC patch with Rev A1 fixes
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>
2011-11-04 23:40:18 +01:00
Joel A Fernandes 8f9c640564 u-boot 2011.10rc: Fix pmic shut down over USB power
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>
2011-11-04 08:16:36 +01:00
Koen Kooi f0da357137 u-boot 2011.10rc: tweak loadaddress for faster boot
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-11-02 19:24:36 +01:00
Koen Kooi a55625975a u-boot 2011.10rc: update SRCREV and rediff patches
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-11-01 12:40:44 +01:00
Joel A Fernandes 4e006611b4 u-boot 2011.10rc: Read EEPROM header correctly for BeagleBone board detection
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>
2011-10-21 18:57:36 +02:00
Koen Kooi 77dbc42e7a u-boot 2011.10rc: remove beaglebone machine ID patch
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-10-21 15:32:47 +02:00
Denys Dmytriyenko 54906ebbec u-boot 2011.10rc: update to the latest revision
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>
2011-10-21 08:14:33 +02:00
Koen Kooi 11f3d28bac u-boot 2011.10rc: update with latest rev
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-10-20 07:56:26 +02:00
Denys Dmytriyenko d1323b5641 u-boot 2011.10rc: update with latest rev and new SRC_URI
* 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>
2011-10-19 09:28:25 +02:00
Koen Kooi 5bea125f60 u-boot 2011.10rc: make uboot pass beaglebone machine ID when encountering a valid bone eeprom ID
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-10-18 21:28:31 +02:00
Denys Dmytriyenko ff7221f486 u-boot-2011.10rc: update to cover ti33x SOC boards, not just beaglebone
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-10-18 09:31:57 +02:00
Koen Kooi f20182a597 u-boot 2011.10rc: move to latest rev, disable d-cache
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-10-17 15:06:34 +02: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 cbe73be5f7 u-boot 2011.10rc: raise bootdelay to 1 for the time being
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-10-13 14:51:19 +02:00
Koen Kooi 453576ad81 u-boot 2010rc: switch to Toms latest branch, rediff env patches
This fixes the boot slowdown regression

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-10-13 12:50:34 +02:00
Koen Kooi caae2e5a8f u-boot 2011.10rc: update to latest Joel, rebase Jasons patches
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-10-12 11:01:16 +02:00
Koen Kooi b4cbf191d2 u-boot 2011.09+git: Add Jasons patches to clean up default environment for beaglebone
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-10-09 11:25:19 +02:00
Koen Kooi dd497f403f u-boot: add 2011.09+git for beaglebone 1st and 2nd stage
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-10-08 21:09:00 +02:00