u-boot: add 2011.09+git for beaglebone 1st and 2nd stage
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
linux-3.0: disable prempt for beagleboard
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
linux 3.0: rebase from 3.0.4 to 3.0.6
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
sdcard_image bbclass: make it work with older losetup versions among other things
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
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>
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>
ti-hw-bringup-image: import from meta-angstrom
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
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>
Signed-off-by: Jason Kridner <jdk@ti.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
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>
Signed-off-by: Jason Kridner <jdk@ti.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
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>
Signed-off-by: Jason Kridner <jdk@ti.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
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>
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>
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>
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>
ti-msp430-chronos: import from OE classic
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
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>
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>
xserver-xf86-config: add config for OMAP3 SOC_FAMILY
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
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>
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>
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>
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>
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>
Signed-off-by: Jason Kridner <jdk@ti.com>
Cc: Joel A Fernandes <agnel.joel@gmail.com>
Cc: Koen Kooi <koen@dominion.thruhere.net>
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>
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>
gstreamer-ti: use MEMARGS variable instead of hardcoding omap3 config
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
linux-3.0: add patch helper script
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
linux 3.1rc: lock down to omap3 machines
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
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>
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>
linux 3.0: remove flaky ABB patches
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
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>
* ltp-ddt isn't in meta-oe or meta-ti yet, but will be soon
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
linux 3.0: update to 3.0.4
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
linux 3.1: update to 3.1rc4+
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
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>
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>
linux-omap-psp 2.6.32: fix multiline comments
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
README: change pull request location
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
u-boot git: add omapl138 support
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
linux 3.0: make userpace governor the default on beagle
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
linux 3.1: update to rc3
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
linux 3.0: fix uLCD poweron for beagleboard
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
ti-linuxutils: use MACHINE_KERNEL_PR
This fixes the kernelversion mismatch reported for beagleboard
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This fixes the kernelversion mismatch reported for beagleboard
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
linux-3.0: update to 3.0.3-stable
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
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>
* 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>
linux-3.0: add support for 'uLCD' expansionboard
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
ti-linux-utils: ensure fixdep exists before trying to build modules
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
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>
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>
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>
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>
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>
Note: c6accel support is disabled.
Signed-off-by: Enrico Butera <ebutera@users.berlios.de>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
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>
Signed-off-by: Enrico Butera <ebutera@users.berlios.de>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
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>
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>
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>
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>
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>
Patches from .03 will be rebased and applied later
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
c6accel: fix LINUXLIBS_INSTALL_DIR
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
c6accel: fix toolchain path
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
ti-c6accel: add license checksum
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
ti-codec-engine: fix -dbg packaging
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
ti-c6accel: fix patch
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
c6accel: move to a seperate dir
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
dmai: don't break parsing for machines that don't set SRCREV_pn-dmai
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
ti-cgt6x: move license checksum to recipe
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
dmai: move into a seperate dir
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
xdctools: fix toolchain hardcoded paths
Signed-off-by: Enrico Butera <ebutera@users.berlios.de>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Enrico Butera <ebutera@users.berlios.de>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
ti devtools: fix LIC_FILES_CHKSUM
Signed-off-by: Enrico Butera <ebutera@users.berlios.de>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Enrico Butera <ebutera@users.berlios.de>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
xdctools: remove broken version
Signed-off-by: Enrico Butera <ebutera@users.berlios.de>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Enrico Butera <ebutera@users.berlios.de>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
xdctools: remove broken version
Signed-off-by: Enrico Butera <ebutera@users.berlios.de>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Enrico Butera <ebutera@users.berlios.de>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
import codec engine and dependencies from oe classic
Signed-off-by: Enrico Butera <ebutera@users.berlios.de>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Enrico Butera <ebutera@users.berlios.de>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
linux-davinci: remove obsolete patches
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
linux-davinci: clean up contents a bit
This recipe needs to get renamed to linux-omapl138-psp or just get deleted in the longer term
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This recipe needs to get renamed to linux-omapl138-psp or just get deleted in the longer term
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
am180x-evm: add config for AM180x machine
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
linux-omapl138: import 2.6.37 PSP kernel from Arago
* The latest PSP release is 03.21.00.04
* Apply WiFi, BT, pruss patches
* DISTRO_FEATURES="tipspkernel" uses unpatched PSP version and defconfig
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* The latest PSP release is 03.21.00.04
* Apply WiFi, BT, pruss patches
* DISTRO_FEATURES="tipspkernel" uses unpatched PSP version and defconfig
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
linux 3.1rc: bump to rc2
* 1ghz patch needs a refresh
* only build tested
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* 1ghz patch needs a refresh
* only build tested
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
linux-3.0: rtc-twl: Updated Sakoman patches with newer versions
This fixes all IRQ kernel panics that were showing up on my BeagleBoard-xM
* Refreshed patch that switched to using threaded IRQ (0009-rtc-twl-Switch-to-using-threaded-irq.patch)
* Added patch to fix registration vs init order (0010-fix-registration-vs-init-order.patch)
* Modified batter recharge patch to be applyable with the other changes (0014-rtc-twl-add-support-for-backup-battery-recharge.patch)
Summary of patches added/updated:
[PATCH 1/2] rtc: twl: Use threaded IRQ, remove IRQ enable in interrupt handler
[PATCH 2/2] rtc: twl: Fix registration vs. init order
kernel.org patchwork links:
http://www.spinics.net/lists/linux-omap/msg54794.html
http://www.mail-archive.com/linux-omap@vger.kernel.org/msg53176.html
Signed-off-by: Joel A Fernandes <agnel.joel@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This fixes all IRQ kernel panics that were showing up on my BeagleBoard-xM
* Refreshed patch that switched to using threaded IRQ (0009-rtc-twl-Switch-to-using-threaded-irq.patch)
* Added patch to fix registration vs init order (0010-fix-registration-vs-init-order.patch)
* Modified batter recharge patch to be applyable with the other changes (0014-rtc-twl-add-support-for-backup-battery-recharge.patch)
Summary of patches added/updated:
[PATCH 1/2] rtc: twl: Use threaded IRQ, remove IRQ enable in interrupt handler
[PATCH 2/2] rtc: twl: Fix registration vs. init order
kernel.org patchwork links:
http://www.spinics.net/lists/linux-omap/msg54794.html
http://www.mail-archive.com/linux-omap@vger.kernel.org/msg53176.html
Signed-off-by: Joel A Fernandes <agnel.joel@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
linux 3.1rc: bump SRCREV
only build tested
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
only build tested
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
linux 3.0: Add patch from OE to set dto to max value to fix MMC timeouts
Signed-off-by: Joel A Fernandes <agnel.joel@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Joel A Fernandes <agnel.joel@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
omap3: bump MACHINE_KERNEL_PR for 3.0 -> 3.0.1 upgrade
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
linux-3.0: update to 3.0.1
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
matrix: move into a seperate dir
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
linux-3.1rc: update to latest SRCREV
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
x-load git: bump SRCREV
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
omap3-sgx-modules: add patch from Steve Sakoman to fix build against kernel 3.0
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
linux 3.0: add more sakoman patches, refresh others
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
linux 3.1rc: add a recipe to track 3.1rc
The patch helper script is included in the metadata
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
The patch helper script is included in the metadata
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
linux 3.0: add patch to fix SGX driver
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
linux 3.0: silence 'mmcblk0: retrying using single block read' warning
Older OMAP3 silicon can only do single block reads so spamming syslog with it isn't helpfull
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Older OMAP3 silicon can only do single block reads so spamming syslog with it isn't helpfull
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
beagleboard: switch to 3.0 kernel
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
matrix-gui-e 1.3: add patch to fix build failure with -Wl,--as-needed
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
matrix-gui 1.3: add patch to fix build failure with -Wl,--as-needed
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
matrix-gui-common: sync with OE .dev and clean out obsolete versions
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
matrix: sync with OE .dev
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
linux-omap: Fix MMC timeout Errors
This fixes MMC errors due to timeouts on certain SD Cards following suggestions
to set dto to 14 by Jason Kridner and Steven Kipisz
Details of the issue:
http://talk.maemo.org/showthread.php?p=1000707#post1000707
This fix proposed by Sukumar Ghoral of TI.
Signed-off-by: Joel A Fernandes <agnel.joel@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This fixes MMC errors due to timeouts on certain SD Cards following suggestions
to set dto to 14 by Jason Kridner and Steven Kipisz
Details of the issue:
http://talk.maemo.org/showthread.php?p=1000707#post1000707
This fix proposed by Sukumar Ghoral of TI.
Signed-off-by: Joel A Fernandes <agnel.joel@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
linux 3.0: add support for OMAP3 720MHz devices
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
remove tune files and use oe-core ones
This removes hardfp support temporarely, will get added to oe-core at a later point
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This removes hardfp support temporarely, will get added to oe-core at a later point
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
machine files: start removing TARGET_ARCH
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
linux 3.0: bump SRCREV to v3.0 final
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
linux 3.0: enable 1GHz for beagle and add 2 MADC patches from sakomans tree
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
linux 3.0: add support for RTC on zippy/zippy2 boards
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
linux 3.0: updates
* Bump SRCREV to latest 3.0rc from Linux
* Merge in pm-voltdm patches
* Merge in ABB support
* Merge in expansion-board support (unfished)
* Add hack for switch to GPTIMER1
* Set default cpufreq governor to performance
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* Bump SRCREV to latest 3.0rc from Linux
* Merge in pm-voltdm patches
* Merge in ABB support
* Merge in expansion-board support (unfished)
* Add hack for switch to GPTIMER1
* Set default cpufreq governor to performance
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
multi-kernel: parallel_make fix has moved to linux.inc
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
linux.inc: enable parallel make for modules as well
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
u-boot: add missing patch for am37x-evm
* 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>
* 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>
linux 3.0: initial recipe that will track 3.0rc till 3.0 final
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
linux-omap 2.6.39: fix rootfs over nfs
Import patch from [1] to fix mounting the rootfs over nfs.
[1]: http://git.linux-nfs.org/?p=trondmy/nfs-2.6.git;a=commit;h=4251c94833aa516c1fc7a0f8f504a26eadd4b91e
Tested-by: Enrico Butera <ebutera@users.berlios.de>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Import patch from [1] to fix mounting the rootfs over nfs.
[1]: http://git.linux-nfs.org/?p=trondmy/nfs-2.6.git;a=commit;h=4251c94833aa516c1fc7a0f8f504a26eadd4b91e
Tested-by: Enrico Butera <ebutera@users.berlios.de>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
linux-omap 2.6.39: remove multi-kernel features, it does more harm that good for the users of this kernel
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
add machine config for am3517-evm
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
x-load: add 1.46-psp
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
signgp: add util needed for old x-loader versions
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
linux-omap-psp 2.6.32: fix am3517-evm build
the mistral craneboard patches actually removed am3517-evm support in some places
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
the mistral craneboard patches actually removed am3517-evm support in some places
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>