summaryrefslogtreecommitdiffstats
path: root/recipes-bsp
Commit message (Collapse)AuthorAgeFilesLines
* u-boot: Add memory alignment fix for armv7 for am37x and am3517Franklin S. Cooper Jr2013-07-113-2/+37
| | | | | | | | | * On am335x a memory alignment issue was found when using the Linaro toolchain. * A similar patch was applied for am335x that fixed this well documented issue. * Add a similar fix to am37x and am3517 since this is a generic armv7 issue. Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* u-boot-am33x: Update am335x to use latest u-boot for 3.2 kernelFranklin S. Cooper Jr2013-07-111-4/+3
| | | | | | | | | | | | Latest commit includes the following: * Add support for Beaglebone Black * Add fix for Linaro toolchain to insure NOR and RNDIS works. * Add workaround for Errata 1.0.24 * Enable DDR3 power down for BBB and GP evm. Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com> Acked-by: Chase Maupin <chase.maupin@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* am33x-cm3: Add support for PG 2.1 silicon.Franklin S. Cooper Jr2013-07-021-4/+4
| | | | | Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* u-boot-glsdk: add GLSDK Staging treeSiddharth Heroor2013-07-021-0/+16
| | | | | | | | | | | * The GLSDK u-boot staging tree is based off the Core SDK 2013.04.02 release. This tree will be used to stage patches and fixes on top of the Core SDK U-Boot. The GLSDK release will use this tree for product development. * Includes fix to OMAP5 so that QSPI is not enabled. Signed-off-by: Siddharth Heroor <heroor@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* u-boot: add support for SPL UART variantDenys Dmytriyenko2013-06-242-1/+26
| | | | | | This is an adaptation of a patch by Carlos Hernandez Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* u-boot-dra7xx: update to latest sourcesChase Maupin2013-06-101-2/+2
| | | | | | | * Update to latest sources which pulls in the QSPI patches Signed-off-by: Chase Maupin <Chase.Maupin@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* u-boot-dra7xx: add latest u-boot from the integration branchDenys Dmytriyenko2013-06-051-0/+16
| | | | | | | | | | | While the code is being pulled from ti-u-boot integration tree, J6/DRA7xx bring up is being done from a separate branch that does not include all the commits made for am335x. Hence, until those branches are merged with the mainline and unified in a single recipe, a separate recipe just for DRA7xx makes more sense. This recipe should eventually go away and unified under u-boot-ti-staging one. Signed-off-by: Denys Dmytriyenko <denys@ti.com> Acked-by: Chase Maupin <chase.maupin@ti.com>
* am-sysinfo: remove an old outdated svn versionDenys Dmytriyenko2013-05-141-23/+0
| | | | | | | The recipe has been moved to meta-arago-extras long time ago. Moreover, SCM has changed from svn to git, so this recipe is quite outdated. Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* am33x-cm3: Split init script into its own packageFranklin S. Cooper Jr2013-05-071-1/+8
| | | | | | | | | | * 3.8+ kernels use an init script to load the cm3 firmware. * 3.2 kernel require the cm3 firmware during compile time therefore no init script is needed. * Separate the init script from the main package and place it in its own package. Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* u-boot-ti-staging: update to ti2013.04.00 releaseDenys Dmytriyenko2013-04-261-0/+1
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* am33x-cm3: Update to latest cm3 releaseFranklin S. Cooper Jr2013-04-221-3/+5
| | | | | Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* u-boot: Add am3517 u-boot recipeFranklin S. Cooper Jr2013-04-221-0/+19
| | | | | | | * Add correct u-boot recipe for am3517. Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* u-boot-am33x: Update u-boot recipe to 2013.01.01Franklin S. Cooper Jr2013-04-222-17/+20
| | | | | | | * Update to latest version of u-boot that supports the 3.2 kernel. Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* u-boot-ti-staging: update to the latestDenys Dmytriyenko2013-04-181-2/+2
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* am33x-cm3: use init script to load firmwareChase Maupin2013-04-182-2/+21
| | | | | | | | | * The PM firmware is now loaded using an init script so make the init script installation part of the firmware package. * Fix up the SRC_URI to the proper format. Signed-off-by: Chase Maupin <Chase.Maupin@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* u-boot-ti-staging: Add SRCPV to the PRChase Maupin2013-04-171-1/+1
| | | | | | | | | * Add the SRCPV to the PR to make it clear which revision of the sources are being built and to match the kernel versioning. Signed-off-by: Chase Maupin <Chase.Maupin@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti-graphics: Add latest 4.09.00.01 versionChase Maupin2013-04-051-0/+56
| | | | | | | | * Add the latest 4.09.00.01 version of the graphis SDK. This version will compile against the latest v3.8 kernel. Signed-off-by: Chase Maupin <Chase.Maupin@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* u-boot-ti-staging: update SRCREV for more omap5 changes, bump PRDenys Dmytriyenko2013-04-031-2/+2
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* omap3-sgx-modules: Add version 4.08.00.02 of the Graphics SDK kernel modulesFranklin S. Cooper Jr2013-04-021-0/+56
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* omap5-evm: update U-Boot machine to omap5 uevmChase Maupin2013-04-021-1/+1
| | | | | | | | | | * The U-Boot config to be used in the latest code has been updated to use omap5_uevm instead of omap5_evm. * Update to the latest code to pickup this change and modify the machine file as well. Signed-off-by: Chase Maupin <Chase.Maupin@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* u-boot: modify mainline version to use the new .inc fileDenys Dmytriyenko2013-03-251-8/+1
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* u-boot-am33x: modify am33x specific version to use new namespace featureDenys Dmytriyenko2013-03-252-32/+17
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* u-boot-am37x: modify am37x specific version to use new namespace featureDenys Dmytriyenko2013-03-2510-15/+3
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* u-boot 2011.12: modify multi-machine version for the new .inc fileDenys Dmytriyenko2013-03-251-13/+3
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* u-boot-am33x: modify am33x specific version to use new namespace featureDenys Dmytriyenko2013-03-251-10/+2
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* u-boot-beagleboard: modify beagleboard specific version to use new namespace ↵Denys Dmytriyenko2013-03-251-9/+2
| | | | | | feature Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* u-boot-am180x: modify am180x specific version to use new namespace featureDenys Dmytriyenko2013-03-252-11/+4
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* u-boot-keystone: modify keystone specific version to use new namespace featureDenys Dmytriyenko2013-03-252-23/+16
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* u-boot-ti-staging: add new recipe for TI unified staging treeDenys Dmytriyenko2013-03-251-0/+13
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* u-boot.inc: refactor local include file to base off core with TI customizationsDenys Dmytriyenko2013-03-252-68/+17
| | | | | | | | | | | | | | * Introduce own namespace to allow multiple instances of the same base version, possibly pulled from different trees or patched/customized for specific SoC. * Suffix-less variant u-boot_YYYY.MM.bb is reserved for mainline versions of the recipe with no or minimal patches, with broader machine selection. * Recipes for machine- or SoC-specific trees should use corresponding suffix - either machine, SoC or the name of the tree. * The .inc file lets the suffixed recipes to provide virtual/bootloader, u-boot, as well as generate conventional u-boot binary packages for direct run-time dependencies. Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* u-boot 2011.09-psp: remove an older no longer used versionDenys Dmytriyenko2013-03-251-29/+0
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* u-boot 2011.06: remove an older no longer used versionDenys Dmytriyenko2013-03-2538-3851/+0
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* u-boot-git: remove a very old no longer used versionDenys Dmytriyenko2013-03-251-61/+0
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti81x: remove platform configs, kernel, u-boot, since ti81x is not supportedDenys Dmytriyenko2013-03-111-17/+0
| | | | | | | | | * There is no support for these platforms from meta-ti. * If someone is willing to maintain them, please let us know or feel free to take it to a separate layer. * Therefore, remove SoC and machine configs, kernel, u-boot and X11 configs Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* u-boot: unify denx.de SRC_URIs to match all othersRobert P. J. Day2013-03-043-3/+3
| | | | | | | | | | | Every other u-boot git SRC_URI has a different value, so make the odd ones out consistent with the rest, as in: -SRC_URI = "git://www.denx.de/git/u-boot.git ... +SRC_URI = "git://git.denx.de/u-boot.git ... Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* u-boot: add latest mainline release 2013.01.01Denys Dmytriyenko2013-03-041-0/+22
| | | | | | | | | | * This is a pure _mainline_ version w/o any patches on top. * Should work reasonably well for most platforms and is provided as an alternative to specialized pre-integrated and patched versions. * It is not enabled by default, since specialized versions usually have more features and better support, although maybe slightly older. Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* u-boot 2012.10: add the latest SDK 05.06 version from meta-aragoDenys Dmytriyenko2013-03-041-0/+32
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* omap3-sgx-modules: Add v4.08.00.01 of the SGX modulesFranklin S. Cooper Jr2013-02-171-0/+56
| | | | | | | * Add version 4.08.00.01 of the SGX modules. Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* u-boot_2012.04.01: Add latest u-boot recipe for am37x-evmFranklin S. Cooper Jr2013-02-1210-0/+673
| | | | | Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti-ocf-crypto-module: Port ti-ocf-crypto-module from AragoFranklin S. Cooper Jr2013-02-121-0/+36
| | | | | | | | | * Recipe pulls in ti-ocf-crypto-module from gforge * For am37x, this module allows access to the crypto hardware accelerators through OCF-Linux. Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* u-boot_2010.12-psp03.21.00.04.sdk: Add latest u-boot recipe for am180x-evmFranklin S. Cooper Jr2013-02-122-0/+63
| | | | | Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti-pru-sw-edma-driver: Port PRU SW edma driver from AragoFranklin S. Cooper Jr2013-02-121-0/+32
| | | | | | | | | | * Add PRU SW edma driver recipe for the omapl138 machines * This recipe builds and installs an edma driver module that supports the edma user space libraries built by the ti-pru-sw-edma-library recipe. Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* keystone: update kernel and bootloaders recipes for mcsdk alpha7 releaseMurali Karicheri2013-01-292-6/+6
| | | | | Signed-off-by: Murali Karicheri <m-karicheri2@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* keystone: boot-monitor: add initial recipeMurali Karicheri2013-01-281-0/+39
| | | | | | | | | | This adds recipe to build boot monitor image. Boot monitor is a standalone image that is loaded and executed from u-boot to replace the RBL provided monitor code in ARM with Linux boot specific code. Signed-off-by: Murali Karicheri <m-karicheri2@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* u-boot: update to the latest dev release for keystoneDenys Dmytriyenko2013-01-241-3/+3
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* u-boot: add version 2012.07 for keystone machinesDenys Dmytriyenko2012-11-191-0/+23
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* recipes: Fix ti-eula-unpack issue. Tweak sgx modules and libgles recipes.Franklin S. Cooper Jr2012-10-101-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | * Commit d8fc4a686262c50fd0053afa7240020909ec430b addressed an issue where too many newlines characters were being sent since print by default already sends a newline character. This commit however resulted in bin files being installed in the WORKDIR and broke other recipes which commit a94f765b9867abefd5f0bd262b5dddb8782b3187 addressed. This lead to a very cluttered WORKDIR. * This patch updates ti-eula-unpack.inc to switch from using a print to a write. Since write doesn't automatically send newlines it is a bit more obvious when newlines are sent. * Part of the reason that bin files were being installed in the WORKDIR was due to TI_BIN_UNPK_WDEXT being blank for some recipes. For instance in the libgles-omap3 recipes, when the workdir command is set in TI_BIN_UNPK_CMDS the directory that the Graphics SDK will be installed into is workdir+TI_BIN_UNPK_WDEXT. A blank TI_BIN_UNPK_WDEXT means the SDK will be installed in WORKDIR. By setting TI_BIN_UNPK_WDEXT to a proper value the recipes can be sure it is installed in the proper directory. * Determine which file to download based on the defined BINFILE and not a hardcoded value. This idea was taken from arago. Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com> Acked-by: Chase Maupin <chase.maupin@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* u-boot_2011.09-psp04.06.00.08: Add PSP v04.06.00.08 of u-bootFranklin S. Cooper Jr2012-10-101-0/+29
| | | | | | | * Add the PSP release version 04.06.00.08 of u-boot. Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* u-boot_2011.09[.10rc]: Always use gnu ld for LDRoger Monk2012-08-071-1/+2
| | | | | | | | - Pull in gnu ld patch for 2011.10rc recipe - Bump PR Signed-off-by: Roger Monk <r-monk@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* u-boot 2011.09+git: update to latest version of Tom Rini's treeKoen Kooi2012-08-071-2/+2
| | | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Denys Dmytriyenko <denys@ti.com>