aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-bsp/cm3-pm-firmware
AgeCommit message (Collapse)Author
2019-07-16amx3-cm3,u-boot-ti: Pin to gcc compilerKhem Raj
Using clang as default compiler fails to build these since these packages explicitly asks for gcc as compiler this ensures that we meet that demand Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2019-07-16amx3-cm3: Use COMPATIBLE_MACHINE instead of COMPATIBLE_HOSTKhem Raj
This represents it correctly in package arch as well Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2018-10-17recipes: Limit ti specific recipes under ti-soc overrideKhem Raj
This helps in multi-BSP scenario, where other BSP layers are also present in the layermix Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2018-10-16cm3-pm-firmware: bump SRCREV for -ffreestanding fixDenys Dmytriyenko
Rework original patch from Khem Raj by upstreaming the Makefile fix instead of carrying it locally. Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2018-09-05amx3-cm3: Fix building with poky-lsbTom Rini
One of the features of poky-lsb is that it brings in the security_flags.inc file that sets a number of security-related compile time flags. This includes changing some of the default GCC build options. However, for building the amx3-cm3 firmware we want to ensure that none of this enabled as it's not useful in this particular environment. We must pass in ${SECURITY_NOPIE_CFLAGS} to disable PIE. When security_flags.inc is not present this is an empty string so is safe to do at all times. Signed-off-by: Tom Rini <trini@konsulko.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2016-09-12amx3-cm3: update to 1.9.2 versionDenys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2016-09-12am33x-cm3: remove old CM3 PM FW recipe for 3.14 kernelDenys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2016-06-21amx3-cm3: update to the latest for am3 ddr fixesDenys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2016-06-01cm3-pm-firmware: correct license to TI-TSPADenys Dmytriyenko
It was incorrectly identified as BSD-3-Clause Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2016-05-02recipes: replace remaining base_contains with bb.utils.containsDenys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2015-11-18cm3-pm-firmware: update with the new git URLDenys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2015-09-08amx3-cm3: update PM firmware, still version 191Denys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2015-07-30amx3-cm3: add new PM firmware for 4.1 kernelDenys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2015-07-30am33x-cm3: move into cm3-pm-firmware folderDenys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denys@ti.com>