summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/u-boot
Commit message (Collapse)AuthorAgeFilesLines
...
* u-boot-ti-staging: update to ti2019.01-rc5 tagDan Murphy2019-05-221-2/+2
| | | | | Signed-off-by: Dan Murphy <dmurphy@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* u-boot-ti-staging: update to ti2019.01-rc4 tagDan Murphy2019-05-151-2/+2
| | | | | Signed-off-by: Dan Murphy <dmurphy@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* u-boot-ti-staging: update to ti2019.01-rc3 tagDan Murphy2019-05-091-2/+2
| | | | | Signed-off-by: Dan Murphy <dmurphy@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* u-boot-ti-staging: update to ti2019.01-rc2 tagDan Murphy2019-05-011-2/+2
| | | | | Signed-off-by: Dan Murphy <dmurphy@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* u-boot-ti-staging: update to ti2019.01-rc1 tagDan Murphy2019-04-241-2/+2
| | | | | Signed-off-by: Dan Murphy <dmurphy@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* u-boot-ti-staging: update to ti2019.00-rc5 tagDan Murphy2019-04-041-2/+2
| | | | | Signed-off-by: Dan Murphy <dmurphy@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* u-boot-ti-staging: update to ti2019.00-rc4 tagDan Murphy2019-03-281-2/+2
| | | | | Signed-off-by: Dan Murphy <dmurphy@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* u-boot-ti-staging: update to ti2019.00-rc3 tagDan Murphy2019-03-211-2/+2
| | | | | Signed-off-by: Dan Murphy <dmurphy@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* u-boot-ti-staging: update to ti2019.00-rc2 tagDan Murphy2019-03-131-2/+2
| | | | | Signed-off-by: Dan Murphy <dmurphy@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* u-boot-ti-staging: update to ti2019.00-rc1 tagDenys Dmytriyenko2019-03-051-1/+1
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* u-boot-staging: update to the latestDenys Dmytriyenko2019-03-041-1/+1
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* u-boot-ti-staging: update to the latestDenys Dmytriyenko2019-02-261-2/+2
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* u-boot-ti: K2 HS platforms do not support 2-stage boot from SPIDenys Dmytriyenko2019-02-251-15/+27
| | | | | | | Hence install and deploy UBOOT_SPI_BINARY conditionally, similar to UBOOT_SPI_SPL_BINARY and UBOOT_SPI_GPH_BINARY. Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* u-boot-ti-staging: update to the latestDenys Dmytriyenko2019-02-201-2/+2
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* u-boot-ti-staging: update to 2019.01Denys Dmytriyenko2019-02-074-46/+9
| | | | | | License checksum changed due to extra SPDX lines - no actual license change. Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* u-boot-ti-staging: bump SRCREV to latestJacob Stiffler2018-12-061-2/+2
| | | | | | | * ARM: armv7: Add early stack for erratum workarounds Signed-off-by: Jacob Stiffler <j-stiffler@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* u-boot-ti-staging: update to ti2018.05-rc5 tagDan Murphy2018-11-191-2/+2
| | | | | Signed-off-by: Dan Murphy <dmurphy@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* u-boot-ti-staging: update to ti2018.05-rc4 tagDan Murphy2018-11-151-2/+2
| | | | | Signed-off-by: Dan Murphy <dmurphy@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* u-boot-ti-staging: update to ti2018.05-rc3 tagDenys Dmytriyenko2018-11-081-2/+2
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* u-boot-ti-staging: update to ti2018.05-rc2 tagDan Murphy2018-11-021-2/+2
| | | | | Signed-off-by: Dan Murphy <dmurphy@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* u-boot-ti-staging: update to ti2018.05-rc1 tagDan Murphy2018-10-251-2/+2
| | | | | Signed-off-by: Dan Murphy <dmurphy@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* u-boot: Always build with disabled PIEKhem Raj2018-10-182-0/+37
| | | | | | | | | | | | | | | | some OE distros can default to hardened toolchains which means PIE is added implicitly to compiler cmdline, here this options makes sure that whattever the default toolchain are, u-boot is not impacted Fixes errors e.g. | arm-yoe-linux-gnueabi-ld.bfd: u-boot-spl section `.rodata' will not fit in region `.sram' | arm-yoe-linux-gnueabi-ld.bfd: region `.sram' overflowed by 5772 bytes Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Tom Rini <trini@konsulko.com> Cc: Denys Dmytriyenko <denys@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* lego-ev3: Add support for LEGO Mindstorms EV3 (AM1808)Jeremy Grosser2018-10-181-0/+1
| | | | | | | | | | | Thanks for the feedback! Updated patch below. Changes: - Change SERIAL_CONSOLE to new SERIAL_CONSOLES format. - Move SPL_BINARY variable into lego-ev3 machine config - Check for KERNEL_DEVICETREE_BUNDLE before uImage manipulation. - Fix line wrapping errors introduced by MUA Signed-off-by: Jeremy Grosser <jeremy@synack.me> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* u-boot-ti: move setting UBOOT_SUFFIX and SPL_BINARY to machine configsDenys Dmytriyenko2018-10-171-12/+1
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* u-boot-ti-staging: update to ti2018.04-rc4 tagDan Murphy2018-10-091-2/+2
| | | | | Signed-off-by: Dan Murphy <dmurphy@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* u-boot-ti-staging: update to ti2018.04-rc3 tagDan Murphy2018-10-021-1/+1
| | | | | Signed-off-by: Dan Murphy <dmurphy@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* u-boot-ti-staging: update to version with separated SYSFWDenys Dmytriyenko2018-10-011-2/+2
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* u-boot-ti-staging: update to ti2018.04-rc2 -tagDan Murphy2018-09-221-2/+2
| | | | | Signed-off-by: Dan Murphy <dmurphy@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* u-boot-ti-staging: update to ti2018.04-rc1 tagDan Murphy2018-09-151-2/+2
| | | | | Signed-off-by: Dan Murphy <dmurphy@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* u-boot-ti-staging: update to ti2018.03-rc4 tagDenys Dmytriyenko2018-08-291-2/+2
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* u-boot-ti: add UBOOT_GIT_URI, UBOOT_GIT_PROTOCOL variableAnkur Tyagi2018-08-221-1/+3
| | | | | | | This is to allow user to override git repository and git protocol. Signed-off-by: Ankur Tyagi <ankur.tyagi85@gmail.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* u-boot-ti-staging: update to ti2018.03-rc3 tagDan Murphy2018-08-171-2/+2
| | | | | Signed-off-by: Dan Murphy <dmurphy@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* u-boot-ti-staging: update to ti2018.03-rc2 tagDan Murphy2018-08-091-2/+2
| | | | | Signed-off-by: Dan Murphy <dmurphy@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* u-boot-ti-staging: update to ti2018.03-rc1 tagDan Murphy2018-08-041-2/+2
| | | | | Signed-off-by: Dan Murphy <dmurphy@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* u-boot-ti: don't override do_compile, pass PACKAGECONFIG_CONFARGS to ↵Denys Dmytriyenko2018-07-271-19/+2
| | | | | | EXTRA_OEMAKE Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* u-boot-ti-staging: update to ti2018.02-rc4 tagDan Murphy2018-07-111-2/+2
| | | | | Signed-off-by: Dan Murphy <dmurphy@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* u-boot-ti-staging: update to ti2018.02-rc3 tagDan Murphy2018-07-031-2/+2
| | | | | Signed-off-by: Dan Murphy <dmurphy@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* u-boot-ti-staging: update to ti2018.02-rc2 tagDan Murphy2018-06-281-2/+2
| | | | | Signed-off-by: Dan Murphy <dmurphy@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* u-boot-ti-staging: update to ti2018.02-rc1 tagDenys Dmytriyenko2018-06-191-3/+3
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* u-boot-ti-staging: add handling of K3 and AM65x on A53 sideDenys Dmytriyenko2018-06-192-3/+30
| | | | | | Handle dependencies on ATF and OPTEE via PACKAGECONFIGs. Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* u-boot-ti-staging: update to latest to fix libfdt breakage in masterDenys Dmytriyenko2018-06-071-2/+2
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* u-boot-ti-staging: update to ti2018.01-rc3Dan Murphy2018-05-091-2/+2
| | | | | Signed-off-by: Dan Murphy <dmurphy@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* u-boot-ti-staging: update to ti2018.01-rc2Dan Murphy2018-05-021-2/+2
| | | | | Signed-off-by: Dan Murphy <dmurphy@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* u-boot-ti-staging: update to ti2018.01-rc1Dan Murphy2018-04-241-2/+2
| | | | | Signed-off-by: Dan Murphy <dmurphy@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* conf, recipes: introduce k2l family and add support for k2l-hs-evmDenys Dmytriyenko2018-04-241-0/+3
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* u-boot-ti-staging: update to ti2018.00-rc5Dan Murphy2018-04-051-2/+2
| | | | | Signed-off-by: Dan Murphy <dmurphy@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* u-boot-ti-staging: update to ti2018.00-rc4Dan Murphy2018-03-281-2/+2
| | | | | Signed-off-by: Dan Murphy <dmurphy@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* u-boot-ti-staging: update to ti2018.00-rc3Dan Murphy2018-03-241-2/+2
| | | | | Signed-off-by: Dan Murphy <dmurphy@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* u-boot-ti-staging: update to the latestDenys Dmytriyenko2018-03-191-2/+2
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* u-boot-ti-staging: update to ti2018.00-rc1Denys Dmytriyenko2018-03-062-77/+2
| | | | | | Also remove AM3 SPL hack Signed-off-by: Denys Dmytriyenko <denys@ti.com>