summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/u-boot
Commit message (Collapse)AuthorAgeFilesLines
* keystone: u-boot: add build support for EMIF16 NAND gph imageHao Zhang2014-05-291-2/+13
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* keystone: u-boot: rename tci6638 to k2hk evm configHao Zhang2014-05-211-3/+3
| | | | | | | Rename U-boot "tci6638_evm_config" to "k2hk_evm_config" to align with DTB device name. Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* u-boot-keystone: update to the latest versionDenys Dmytriyenko2014-05-091-5/+48
| | | | | | | | | Modified version of the original patch from Sam Nelson * Update source URL/REV * Added SPI NOR binaries and deployed images Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* u-boot-ti-staging: update with QSPI fixesDenys Dmytriyenko2014-03-061-2/+3
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* u-boot-ti-staging: update with QSPI partition size changesDenys Dmytriyenko2014-02-111-2/+2
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* u-boot-ti-staging: update with fixes for NAND partition names and sizesDenys Dmytriyenko2014-02-061-2/+2
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* u-boot-ti-staging: update with many fixes for the upcoming releaseDenys Dmytriyenko2014-02-051-3/+2
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* u-boot-ti-staging: update with am43x dtb relocation fixDenys Dmytriyenko2013-12-171-2/+2
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* u-boot-ti-staging: update with omap5 clock fixDenys Dmytriyenko2013-12-141-2/+2
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* u-boot-ti-staging: update with more fixes for releaseDenys Dmytriyenko2013-12-111-3/+3
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* u-boot-glsdk: update to latest fixesMrinmayee Hingolikar2013-11-211-4/+4
| | | | | | | | | | | | * Migration of u-boot code to omapzoom.org. The development tree is shared between the Linux and Android teams.This enables a common u-boot development platform for both the teams for better alignment. * Enable UART boot mode for dra7xx * Add VIP,VPE and Ethernet crossbar setting for dra7xx * Add SPL API, QSPI, and serial flash support of dra7xx Signed-off-by: Mrinmayee Hingolikar <mrinmayee@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* dra7xx-evm: remove u-boot preferred providerChase Maupin2013-10-221-16/+0
| | | | | | | | | | * Now the DRA7xx support is fully merged into upstream u-boot then we can remove setting the PREFERRED_PROVIDER for u-boot and virtual/bootloader to u-boot-dra7xx and instead pick up the default setting from the omap-a15.inc file. Signed-off-by: Chase Maupin <Chase.Maupin@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* u-boot-ti-staging: update to 2013.10 releaseChase Maupin2013-10-181-4/+5
| | | | | | | | | | * Update the U-Boot LICENSE md5sum for the new release. * Update the PV for the new U-Boot release * Add the SRCREV that points to the 2013.10 release * Use the ti-u-boot-2013.10 branch Signed-off-by: Chase Maupin <Chase.Maupin@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* u-boot-ti-staging: update to the latest 2013.10-rc4, README changed slightlyDenys Dmytriyenko2013-10-041-3/+3
| | | | | | | | | * Bump the SRCREV for 2013.10-rc4 pre-release * The Licenses/README file has been changed with new licenses added, but the general license hasn't changed from GPLv2, so re-hash the file Signed-off-by: Denys Dmytriyenko <denys@ti.com> Cc: Tom Rini <trini@ti.com>
* u-boot-ti-staging: update to the latest 2013.10-rc2 and make it the defaultDenys Dmytriyenko2013-09-251-4/+2
| | | | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com> Acked-by: Franklin Cooper Jr. <fcooper@ti.com> Acked-by: Chase Maupin <chase.maupin@ti.com>
* u-boot-ti-staging: add the latest integration tree in prep for 2013.10 releaseDenys Dmytriyenko2013-08-261-0/+19
| | | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com> Acked-by: Chase Maupin <chase.maupin@ti.com>
* 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>
* 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-252-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>
* u-boot-ti-staging: update to ti2013.04.00 releaseDenys Dmytriyenko2013-04-261-0/+1
| | | | 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>
* 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>
* 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>
* 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-181-8/+1
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* u-boot-am33x: modify am33x specific version to use new namespace featureDenys Dmytriyenko2013-03-182-32/+17
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* u-boot-am37x: modify am37x specific version to use new namespace featureDenys Dmytriyenko2013-03-1810-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-181-13/+3
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* u-boot-am33x: modify am33x specific version to use new namespace featureDenys Dmytriyenko2013-03-181-10/+2
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* u-boot-beagleboard: modify beagleboard specific version to use new namespace ↵Denys Dmytriyenko2013-03-181-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-182-11/+4
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* u-boot-keystone: modify keystone specific version to use new namespace featureDenys Dmytriyenko2013-03-182-23/+16
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* u-boot-ti-staging: add new recipe for TI unified staging treeDenys Dmytriyenko2013-03-181-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-182-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-181-29/+0
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* u-boot 2011.06: remove an older no longer used versionDenys Dmytriyenko2013-03-1838-3851/+0
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* u-boot-git: remove a very old no longer used versionDenys Dmytriyenko2013-03-181-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>
* 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>
* 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>
* keystone: update kernel and bootloaders recipes for mcsdk alpha7 releaseMurali Karicheri2013-01-291-2/+2
| | | | | 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>