1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-05-07 03:49:20 +00:00
Commit Graph

305 Commits

Author SHA1 Message Date
Koen Kooi
75f844fb5d linux-ti335x-psp 3.1: hack in DVI support for beaglebone
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-11-01 07:11:10 +01:00
Joel A Fernandes
48b0ff2a1b beaglebone-tester: Update with latest fixes
Fixes:
 * 100% CPU usage when no test is running
 * Turn on USB host session before checking for usb-serial device

Signed-off-by: Joel A Fernandes <joelagnel@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2011-10-31 22:36:35 -04:00
Andreas Müller
cdc132476b netbase: follow oe-core update to 4.46
Signed-off-by: Andreas Müller <schnitzeltony@gmx.de>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2011-10-31 20:29:51 -04:00
Denys Dmytriyenko
a47978c94d linux-ti33x-psp: rebase for 3.1 release
* Build-tested on EVM and Bone
* No PR bump, PV is enough

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2011-10-28 01:36:23 -04:00
Denys Dmytriyenko
58dfbd1552 README: cleanup, mostly typo and long-line fixing
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2011-10-27 23:02:12 -04:00
Jason Kridner
ed09701ebe sdcard_image: align partitions with flash pages
* Align partitions for SD card performance/wear optimization. For more
details, please see:
http://sakoman.com/OMAP/a-script-for-partitioningformatting-a-bootable-sdmicrosd-card.html

# Modifications to align partitioning by Steve Sakoman
# based on work by Arnd Bergmann
# Align partitions for SD card performance/wear optimization
# FAT partition size is 131072 sectors (64MB) less:
#       MBR - 1 sector
#       padding to align to the page size of the underlying flash - 127 sectors
# so we start the first partition at sector 128 and make it 131072 - 128 = 130944 sectors
# second partition starts at 131072 and continues to fill the card

Signed-off-by: Jason Kridner <jdk@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2011-10-27 21:57:52 -04:00
Joel A Fernandes
076a1bd114 beaglebone-tester: Update to latest, bump PR
Added:
- Output test status to USB serial port
- Made more verbose

Signed-off-by: Joel A Fernandes <joelagnel@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2011-10-26 13:15:50 -04:00
Joel A Fernandes
a58cf01e23 linux-ti33x-psp 3.1rc8: Enable usb-to-serial drivers
Enable the PL2303 usb-to-serial driver required for serial output
from the beaglebone tester.

Signed-off-by: Joel A Fernandes <joelagnel@ti.com>
Acked-by: Jason Kridner <jdk@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2011-10-26 12:44:42 -04:00
Denys Dmytriyenko
f718693595 linux-ti33x-psp: update defconfigs for am335x-evm
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2011-10-26 02:48:41 -04:00
Koen Kooi
9abb0a1d95 ti-hw-bringup-image: don't include speed hacks
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-10-24 14:49:27 +02:00
Joel A Fernandes
2ea9f93740 linux-ti33x-psp 3.1rc8: Update to latest SRCREV, add EEPROM patches
* Updated to latest SRCREV and bump PR.

Added following patches being submitted to PSP currently:
* EEPROM patches required to get EEPROM working correctly on BBB without
  breaking support for EVM.
* omap_mux_init_signal patch to safe guard against incorrectly setting up pinmux.

Signed-off-by: Joel A Fernandes <joelagnel@ti.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-10-24 08:38:01 +02:00
Koen Kooi
a3b48d3291 sdcard_image bbclass: reinstate uEnv.txt copying
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-10-24 08:37:17 +02:00
Joel A Fernandes
d22be342df beaglebone-tester: Update to latest and bump PR
Added:
* PMIC tests
* EEPROM tests
* Memory tests
* GPIO 38 grounding check

Signed-off-by: Joel A Fernandes <joelagnel@ti.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-10-24 08:36:38 +02:00
Koen Kooi
3451753e56 linux-ti335x-psp 3.1rc8: tree has been rebased, fix SRCREV
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-10-24 08:34:17 +02:00
Koen Kooi
21d8165f0a linux-ti33x-psp 3.1rc8: use LZO compression for beaglebone to squeeze out some more ms for faster boot
make sure to have 'lzop' installed, no native recipe for that yet

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-10-22 20:04:38 +02:00
Koen Kooi
6743f427e7 sdcard image bbclass: don't copy uEnv.txt for the time being
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-10-22 14:58:23 +02:00
Koen Kooi
6d6f71ce38 cloud9 image: also ship vimrc
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-10-22 12:48:36 +02:00
Khem Raj
d6448276c4 signgp: Point S to WORKDIR
This helps in bitbake finding the license files etc.
correctly

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-10-21 19:08:04 +02: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
d5ed504263 gadget-init: adjust to latest 335x kernel
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-10-21 16:16:21 +02:00
Koen Kooi
ab07a0ea4b linux-ti33x-psp 3.1rc8: include latest MUSB code, remove machine ID patches
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-10-21 16:15: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
Koen Kooi
ad481c8150 omap3-sgx-modules: use MACHINE_KERNEL_PR
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-10-21 12:37:26 +02:00
Koen Kooi
45ec14197a gadget-init: add in latest batch of workarounds
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-10-21 11:30:59 +02:00
Koen Kooi
8380d36fe3 linux-ti33x-psp 3.1rc8: remove MUSB probe order for beaglebone
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-10-21 11:26:50 +02:00
Koen Kooi
8b3464d152 uboot 2011.10rc: rediff RO patch
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-10-21 10:39:06 +02:00
Koen Kooi
ce85f0da77 matrix: sync with arago-next
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-10-21 09:50:30 +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
fa296c64e4 libgles-omap3: adjust INSANE_SKIP to match the new format
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-10-20 19:35:28 +02:00
Koen Kooi
ad47faedaf linux 3.0: refresh all patches against 3.0.7
This makes 'git am' work again, patch is more forgiving with fuzz.

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-10-20 17:58:01 +02:00
Koen Kooi
77a66ce70b README: update
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-10-20 12:13:25 +02:00
Koen Kooi
45fcc89894 linux-ti33x-psp 3.1rc8: only use one config for beaglebone
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-10-20 11:19:56 +02:00
Koen Kooi
3263120154 multi-kernel: the fetcher doesn't support dotfiles anymore, so get rid of the dot
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-10-20 11:07:25 +02:00
Joel A Fernandes
591c27a4f7 beaglebone-tester: Update to latest and bump PR
* Remove usb gadget modules in advance before running the tests
* Merge Koen's patch - check for command line argument using systemd (hardware tests trigger)

Signed-off-by: Joel A Fernandes <joelagnel@ti.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-10-20 09:29:42 +02:00
Koen Kooi
68ad65aab3 sdcard_image bblass: set beaglebone VFAT label to 'BEAGLE_BONE' 2011-10-20 09:22:16 +02:00
Joel A Fernandes
9c078a61ed sdcard_image: Copy user.txt/uEnv.txt if it exists in /boot
Fixed a bug where the U-boot environment files are not copied to the boot partition if they
were installed in /boot by other recipes.

We should copy the uEnv.txt and user.txt always without placing a condition for the presence
of anything else in /boot. This is the original behavior of sdcard_image before the recent
wave of changes to it.

Signed-off-by: Joel A Fernandes <joelagnel@ti.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-10-20 09:19:40 +02:00
Joel A Fernandes
36b38d4f48 linux-ti33x-psp 3.1rc8: Add pin mux and init for beaglebone specific devices
Updated the USER LED patch to include BeagleBone tester specific initialization/code.

Build and run time tested.

Signed-off-by: Joel A Fernandes <joelagnel@ti.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-10-20 09:18:04 +02:00
Koen Kooi
b0d151e1f5 ti-hw-bringup-image: ship musb workaround
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-10-20 07:58:41 +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
Koen Kooi
12c0c08c3b linux-ti33x-psp 3.1rc8: bump SRCREV, enable RTC for bone
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-10-19 16:27:04 +02:00
Koen Kooi
c052b8f61b linux 3.0: enable more usb wifi cards for beagleboard, fix write protect pin
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-10-19 12:56:22 +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
cdfd3796c5 linux 3.0: move to 3.0.7
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-10-18 22:32:08 +02:00
Koen Kooi
851dca2023 linux-ti335x-psp 3.1rc8: add proper machine ID for beaglebone
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-10-18 21:31:27 +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
Koen Kooi
9c6d6d9490 sdcard_image bbclass: make VFAT partition name overridable
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-10-18 18:22:02 +02:00
Koen Kooi
2dfa737f55 gadget-init: fix target in the unit files
This only caused issues when manually systemctl disabling and enabling them

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-10-18 16:51:17 +02:00
Koen Kooi
d8d56dea96 linux-ti33x-psp 3.1rc8: fix USB regression for beaglebone, don't disable DEBUGSS clocks on boot
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-10-18 16:35:09 +02:00
Koen Kooi
8757f93089 gadget-init: add ugly, ugly hack to make USB work on ti33x boards
This is NOT suitable for customers or production.

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-10-18 10:22:48 +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