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

316 Commits

Author SHA1 Message Date
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
Koen Kooi 64ee1c77f6 linux-3.0: disable prempt for beagleboard
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-10-08 21:08:26 +02:00
Koen Kooi 22465583e6 linux 3.0: rebase from 3.0.4 to 3.0.6
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-10-08 21:08:14 +02:00
Koen Kooi c26aa8ee7d sdcard_image bbclass: make it work with older losetup versions among other things
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-10-08 21:08:03 +02:00
Jason Kridner 4ab77fb919 classes: sdcardimage: move to 4GiB image
The card image size should be a multiple of clusters and should
reserve space smaller than the card.

Signed-off-by: Jason Kridner <jdk@ti.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-10-08 21:07:52 +02:00
Koen Kooi 5c52cbe6a2 ti-hw-bringup-image: import from meta-angstrom
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-10-08 21:07:39 +02:00
Jason Kridner 29851840a1 meta-ti: x-load: add config header support for BeagleBoard
Signed-off-by: Jason Kridner <jdk@ti.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-09-26 05:39:08 +02:00
Jason Kridner 3d3d5c1a95 meta-ti: linux-3.0: beagle: defconfig: add some gadget drivers
Signed-off-by: Jason Kridner <jdk@ti.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-09-26 05:39:08 +02:00
Jason Kridner 9200cd115c meta-ti: linux-3.0: beagle: defconfig: add TSC2007
Signed-off-by: Jason Kridner <jdk@ti.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-09-26 05:39:07 +02:00
Jason Kridner 8b77c56d93 meta-ti: linux-3.0: beagle: defconfig: enable CONFIG_OMAP_MUX
Enables a greater degree of flexibility and debug in the kernel.

There have been reports of this causing breakage, but I have used it
now without seeing any issues.  Further, Steve Sakoman has a kernel
with this in it as well.

Signed-off-by: Jason Kridner <jdk@ti.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-09-26 05:39:07 +02:00
Joel A Fernandes fa4d0789fa sdcard_image: Helper class to create SD Card images
Tested with 3 different beagleboard image release builds so far

For ideas, referenced Narcissus image builder written by Koen Kooi <k-kooi@ti.com>

Signed-off-by: Joel A Fernandes <joelagnel@ti.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-09-25 16:43:25 +02:00
Koen Kooi 5c553a225d ti-msp430-chronos: import from OE classic
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-09-21 17:10:01 +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
Koen Kooi f99ad0105b xserver-xf86-config: add config for OMAP3 SOC_FAMILY
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-09-17 11:10:13 +02:00
Jason Kridner bd27a3f504 linux-3.0: patch.sh: adjusted tags and error handling
Set to stop on errors to avoid continuing to mess up the tree.

Adjusted tags to include the major tag first, ie. v3.0.4-sgx, rather
than sgx-3.0.

Signed-off-by: Jason Kridner <jdk@ti.com>
Cc: Koen Kooi <koen@dominion.thruhere.net>
2011-09-16 18:06:12 -04:00
Jason Kridner 14350e83ac linux-3.0: patch.sh: manually update git remotes
Not everyone names their origin or upstream as 'mainline'.  This should be
something that can be done ahead of running the script.

Also marked the script as executable.

Signed-off-by: Jason Kridner <jdk@ti.com>
Cc: Koen Kooi <koen@dominion.thruhere.net>
2011-09-16 18:06:06 -04:00
Jason Kridner 8c18ecd35e linux-3.0: fix BeagleBoard-xM eth mac using die id
Signed-off-by: Jason Kridner <jdk@ti.com>
Cc: Joel A Fernandes <agnel.joel@gmail.com>
Cc: Koen Kooi <koen@dominion.thruhere.net>
2011-09-16 18:05:57 -04:00
Jason Kridner 45e03ef35f linux-3.0: added bbtoys ulcd support
Signed-off-by: Jason Kridner <jdk@ti.com>
Cc: John Weber <rjohnweber@gmail.com>
Cc: Roger Monk <r-monk@ti.com>
Cc: Joel A Fernandes <agnel.joel@gmail.com>
Cc: Koen Kooi <koen@dominion.thruhere.net>
2011-09-16 18:05:46 -04:00
Koen Kooi c6251231c6 gstreamer-ti: use MEMARGS variable instead of hardcoding omap3 config
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-09-16 16:04:42 +02:00
Koen Kooi 58c3fab37d linux-3.0: add patch helper script
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-09-16 16:04:15 +02:00
Koen Kooi 5dd416b7fc linux 3.1rc: lock down to omap3 machines
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-09-02 13:10:04 +02:00
Koen Kooi d37b88a40d gstreamer-ti: add native system unit file
systemd will only run the platform script if the right bootargs are passed, so no more cmem suprises!

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-09-02 12:12:40 +02:00
Koen Kooi 34d96f765c linux 3.0: remove flaky ABB patches
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-09-01 17:39:32 +02:00
Koen Kooi 58ad0b1d75 task-ti-test: import task-arago-test.bb from arago git
* ltp-ddt isn't in meta-oe or meta-ti yet, but will be soon

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-09-01 16:37:24 +02:00
Koen Kooi f800f67175 linux 3.0: update to 3.0.4
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-09-01 10:07:28 +02:00
Koen Kooi 22174d5b15 linux 3.1: update to 3.1rc4+
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-09-01 10:07:12 +02:00
Tasslehoff Kjappfot 5c670d945e linux-omap_2.6.39: remove patch that prevented board from resuming from suspend.
Running on a board similar to Beagleboard C3 (but without NAND) I could not resume from suspend with the patch.
The console output when suspending was as expected, but neither console input nor a timer would wake the board.
Without the patch, everything works as it should.

Signed-off-by: Tasslehoff Kjappfot <tasskjapp@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-09-01 09:56:15 +02:00
Koen Kooi 30d7de63ec linux-omap-psp 2.6.32: fix multiline comments
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-09-01 09:45:55 +02:00
Koen Kooi 154d946941 README: change pull request location
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-08-26 10:04:25 +02:00
Koen Kooi f4fc98783a u-boot git: add omapl138 support
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-08-24 16:21:05 +02:00
Koen Kooi beaadbccc9 linux 3.0: make userpace governor the default on beagle
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-08-24 09:37:29 +02:00
Koen Kooi 8977436690 linux 3.1: update to rc3
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-08-24 09:34:08 +02:00
Koen Kooi 1e58e80975 linux 3.0: fix uLCD poweron for beagleboard
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-08-22 22:41:18 +02:00
Koen Kooi f374a3ec15 ti-linuxutils: use MACHINE_KERNEL_PR
This fixes the kernelversion mismatch reported for beagleboard

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-08-18 11:23:26 +02:00
Koen Kooi ee0ba28e7c linux-3.0: update to 3.0.3-stable
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-08-17 21:47:51 +02:00
Koen Kooi d079bc5d0d linux-3.0: fixes
* we now have 64kiB of cache instead of 32kiB
* fix the build failure when disabling omap4
* fix lcd boardfile

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-08-17 16:23:23 +02:00
Koen Kooi ca1f089127 linux-3.0: add support for 'uLCD' expansionboard
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-08-17 09:36:43 +02:00
Koen Kooi 562e92def5 ti-linux-utils: ensure fixdep exists before trying to build modules
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-08-16 09:46:08 +02:00
Koen Kooi 18698b86c7 TI recipes: only use PACKAGE_ARCH = "${MACHINE_ARCH}" where needed
With machine specific staging in OE-core the tools (xdc, dmai, etc) can drop the PACKAGE_ARCH munging.

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-08-16 09:46:08 +02:00
Enrico Butera 9e85b31e35 gstreamer-ti: bump srcrev to fix runtime error, build fix
Bumped srcrev to fix a runtime error and added a build fix (include
linux/videodev.h was removed from kernel).

Signed-off-by: Enrico Butera <ebutera@users.berlios.de>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-08-16 09:46:08 +02:00
Enrico Butera 8ae4464e9f gstreamer-ti: import from oe classic and fix build
Note: c6accel support is disabled.

Signed-off-by: Enrico Butera <ebutera@users.berlios.de>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-08-16 09:46:08 +02:00
Enrico Butera f3e46c9bbe dmai: fix build and update omap3 srcrev to 642
Signed-off-by: Enrico Butera <ebutera@users.berlios.de>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-08-16 09:46:08 +02:00
Enrico Butera 17c027e2ae ti-codecs-omap3530: disable c6accel, build fix, add LIC_FILES_CHKSUM
c6accel build is still broken so disable it in codec server for now, at least
we have a buildable codec server.

Signed-off-by: Enrico Butera <ebutera@users.berlios.de>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-08-16 09:46:07 +02:00
Enrico Butera 2f686a8a77 ti-dsplink: fix module packaging
The kernel module needs to be packaged first otherwise it will be picked up
by the default FILES_${PN}, resulting in an empty ti-dsplink-module package.

Signed-off-by: Enrico Butera <ebutera@users.berlios.de>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-08-16 09:46:07 +02:00
Koen Kooi 804ce1b655 c6accel: update to 1.0.1.00.06
Patches from .03 will be rebased and applied later

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-08-16 09:46:07 +02:00
Koen Kooi 230c6df8b0 c6accel: fix LINUXLIBS_INSTALL_DIR
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-08-16 09:46:07 +02:00
Koen Kooi 5e46f55dc8 c6accel: fix toolchain path
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-08-16 09:46:07 +02:00
Koen Kooi 03c27272d4 ti-c6accel: add license checksum
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-08-16 09:46:07 +02:00
Koen Kooi acf51f458f ti-codec-engine: fix -dbg packaging
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-08-16 09:46:07 +02:00
Koen Kooi a44c93e023 ti-c6accel: fix patch
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-08-16 09:46:07 +02:00