aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/include
AgeCommit message (Collapse)Author
2021-04-01conf/machine: j7: Document boot images as legacy modeNishanth Menon
We use the default IMAGE_BOOT_FILES configuration which matches up with legacy boot configuration. Document the same to allow folks to understand by just looking at the SoC include file. Signed-off-by: Nishanth Menon <nm@ti.com> Reviewed-by: Denys Dmytriyenko <denys@konsulko.com>
2021-04-01conf/machine: am65xx: Document boot images as legacy modeNishanth Menon
We use the default IMAGE_BOOT_FILES configuration which matches up with legacy boot configuration. Document the same to allow folks to understand by just looking at the SoC include file. Signed-off-by: Nishanth Menon <nm@ti.com> Reviewed-by: Denys Dmytriyenko <denys@konsulko.com>
2021-04-01conf/machine: k3: Add multi-certificate boot image supportNishanth Menon
Lets keep things consistent by providing two possibilities for platforms to pick from - legacy boot and multi-certificate boot. In legacy boot, the base bootloader and system firmware are maintained as separate binaries (tiboot3.bin and sysfw.itb). In multi-certificate boot that newer K3 devices support, ROM is smarter and can handle multiple x509 certificate based images: so we can strip out the sysfw.itb and integrate it as part of tiboot3.bin itself. This improves authentication and overall system boot times since we are now able to boot both the system controller and the boot processor in parallel. We do have a scheme currently to identify the images necessary for boot etc, but things are handled on a platform conf file basis. We can improve that by introducing the pattern at the top level include and use the relevant pattern in platforms as needed. Signed-off-by: Nishanth Menon <nm@ti.com> Reviewed-by: Denys Dmytriyenko <denys@konsulko.com>
2021-03-27conf/machine: fix OPTEEMACHINE name for J721ePraneeth Bajjuri
OPTEEMACHINE name as defined in the optee_os project [1] for j721e is k3-j721e. This patch fixes the name to correct target. [1]: https://github.com/OP-TEE/optee_os/commit/87613cf9520db2e65bc8367d3e13c4217c13bdad Signed-off-by: Praneeth Bajjuri <praneeth@ti.com> Acked-by: Denys Dmytriyenko <denys@konsulko.com>
2021-03-17ti33x: allow different virtual/bootloaderVivien Didelot
Boards like the beaglebone currently hardcode "u-boot" as a dependency for the image and the wic format, and this prevents one from choosing a different bootloader via: PREFERRED_PROVIDER_virtual/bootloader = "non-u-boot-bootloader" Depending on "virtual/bootloader" instead of "u-boot" fixes this. Signed-off-by: Vivien Didelot <vdidelot@pbsc.com> Suggested-by: Denys Dmytriyenko <denis@denix.org> Reviewed-by: Denys Dmytriyenko <denis@denix.org> Signed-off-by: Praneeth Bajjuri <praneeth@ti.com>
2021-01-05trusted-firmware-a: Update SRCREV for AM64X supportPraneeth Bajjuri
Update SRCREV to pick latest that includes AM64X support commit 65dd16b4e ("ti: k3: Introduce lite device board support") adds support of AM64X platform in ti-atf branch. This patch updates the SRCREV and also updates the BOARD to "lite" to build for the mentioned platform. Signed-off-by: Praneeth Bajjuri <praneeth@ti.com> Suggested-by: Denys Dmytriyenko <denis@denix.org> Signed-off-by: Dan Murphy <dmurphy@ti.com> Reviewed-by: Denys Dmytriyenko <denis@denix.org>
2021-01-05machine: am64xx-evm.conf: Remove commented code and update PDK valuesDan Murphy
Signed-off-by: Dan Murphy <dmurphy@ti.com>
2020-12-12machine: am64xx-evm.conf: Add machine definition for AM64xx platformDan Murphy
The AM64 is a follow on device of the AM65xx K3 multicore SoC architecture. Signed-off-by: Dan Murphy <dmurphy@ti.com>
2020-10-23conf/machine: extend SR2.0 support from AM65 GP to AM65 HS platformDenys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denys@ti.com> Signed-off-by: Dan Murphy <dmurphy@ti.com>
2020-10-14ti-sci-fw: now Cortex-R5 SPL can also be provided by u-boot-ti-mainlineDenys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denys@ti.com> Signed-off-by: Dan Murphy <dmurphy@ti.com>
2020-10-12conf/machine: pass OPTEEFLAVOR via OPTEEMACHINE as <mach>-<flavor>Denys Dmytriyenko
Recipe in meta-arm doesn't use OPTEEFLAVOR, but optee-os Makefile can extract it from OPTEEMACHINE. Keep OPTEEFLAVOR for legacy platforms - used for HS signing in the output name. Signed-off-by: Denys Dmytriyenko <denys@ti.com> Signed-off-by: Dan Murphy <dmurphy@ti.com>
2020-08-07conf/machine: clean up MACHINE_FEATURES for k3/j7/am65 familiesDenys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2020-05-28conf/machine: unify common AM65x GP and HS settingsDenys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2020-05-20trusted-firmware-a: upstreamed and unified to meta-arm, drop locallyDenys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2020-05-07conf/wic: switch back to 2-partition SD images, reserve extra space in bootti2020.01.00Denys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2020-05-06conf/machine: Use weak assignment for preferred virtual/kernelDaniel D?az
A user of the meta-ti layer may choose to use a combination of the machines herein with another kernel, not necessarily the one from the machine definition. Signed-off-by: Daniel Díaz <daniel.diaz@linaro.org> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2020-05-05conf, recipes-bsp: support building for K3 R5F cores via multiconfigDenys Dmytriyenko
K3 Multicore SoC architecture defines different functional domains, each containing specific processing cores and peripherals. Early boot is normally handled by running bootloader and loading SYSFW on MCU Cortex-R5F core: https://git.ti.com/cgit/ti-u-boot/ti-u-boot/tree/board/ti/am65x/README https://git.ti.com/cgit/ti-u-boot/ti-u-boot/tree/board/ti/j721e/README This change adds support for building bootloader and SYSFW ITB image for K3 Cortex-R5F cores via multiconfig. Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2020-04-23conf, recipes: add support for j7-hs-evm platform and j7 SoC familyDenys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2020-03-23wic: create SD card with 3 partitions for testingDenys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2020-02-21omap-a15: add gc320 machine featureDenys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2020-02-13conf/machine: add dependency for wic to package deployed SPLDenys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2020-02-11linux-ti-staging: update to the latestDenys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2020-02-11conf/machine: generalize wic usage by moving settings to SOC filesDenys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2020-01-30ti33x.inc: remove unavailable PRU-related DTBsDenys Dmytriyenko
* am335x-icev2-prueth.dtb * am335x-boneblack-prusuart.dtb Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2019-08-20conf/machine: update with new DTBs/DTBOsDenys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2019-06-25conf/machine: rename "sgx" flag to "gpu" in MACHINE_FEATURESDenys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2019-05-09conf/machine: introduce am65xx SOC family and new am65xx-hs-evmDenys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2019-03-04ti43x.inc: add back am43x-epos-evm-hdmi.dtbDenys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2019-03-04ti33x.inc: add back am335x-icev2-prueth.dtbDenys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2019-02-26ti43x.inc: re-enable HDMI specific DTB for AM437x GPDenys Dmytriyenko
This reverts commit 517864fb4f37b424877a823da76ea7b780e5a45d. Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2019-02-20linux-ti-staging: update to the latestDenys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2019-02-07ti43x.inc: HDMI specific DTBs are not ready yetDenys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2019-02-05ti33x.inc: PRUETH specific DTB is not ready yetDenys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2018-10-17conf/machine: deprecate use of SERIAL_CONSOLEDenys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2018-10-17conf/machine: define UBOOT_SUFFIX and SPL_BINARY in machine configsDenys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2018-07-28conf: machine: k3: enable sgxe-ruei1@ti.com
Signed-off-by: Eric Ruei <e-ruei1@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2018-06-19machine: k3.inc: add new SOC family definition for K3Denys Dmytriyenko
The AM654 SoC is a lead device of the K3 Multicore SoC architecture platform, targeted for broad market and industrial control with aim to meet the complex processing needs of modern embedded products. See AM65x Technical Reference Manual (SPRUID7, April 2018) for further details: http://www.ti.com/lit/pdf/spruid7 Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2018-06-14omap3/omap4: replace outdated xf86-video-omap* with xf86-video-fbdevDenys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2018-04-24conf, recipes: introduce k2l family and add support for k2l-hs-evmDenys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2018-04-05conf/machine: add couple new DTBsDenys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2018-03-01machines: update DTBs and other cleanupsDenys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2018-02-06beaglebone: drop check for meta-yocto-bsp collisionDenys Dmytriyenko
Now that meta-yocto-bsp renamed reference machine to beaglebone-yocto Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2018-02-05conf/machine: deprecate use of base_conditional()Denys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2018-01-29dra7xx-evm.conf: removing am57xx SOCS from PDKStephen Molfetta
opencl-monitor does not distinguish between dra7xx and am57xx devices, treating both as the same and attempting to build for am57xx regardless. However, this is dependent on common-csl-ip-rtos, a component of PDK, which in general does handle these devices differently. The definition of am57xx SOCs in the PDK list from omap-15.conf gets inherited by dra7xx-evm.conf, thereby creating a rule that all dra7xx PDK recipes must build am57xx libraries. This results in a dra7xx image which is much larger than necessary, and more severely, creates an artifical dependency link between these two devices and introduces build failures for various PDK recipes. Instead, we now override the PDK SOC definition in dra7xx-evm.conf, and only in the CSL RTOS recipe do we append the am57xx SOCS for dra7xx-evm machine build. This allows for opencl-monitor to build successfully for dra7xx while preventing any other PDK recipes from attempting to build libraries for am57xx devices. This is a workaround that must stay in place until opencl build can properly comprehend am57xx and dra7xx independently, and/or omap-a15 is not implied to be synonymous with am57xx in various recipes. Signed-off-by: Stephen Molfetta <sjmolfetta@ti.com> Signed-off-by: Jacob Stiffler <j-stiffler@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2017-12-21am57xx-evm.conf: Adding PDK support for AM574xMahesh Radhakrishnan
Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2017-09-28conf/machine: add pru-uio dtbs in KERNEL_DEVICETREE for am3/am4/am5/k2gHongmei Gou
Signed-off-by: Hongmei Gou <a0271529@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2017-06-20omapl137, omapl137-evm: add SOC family and machine configurationJacob Stiffler
* The omapl137 family does not have linux support and is only supported by baremetal and TI RTOS. Signed-off-by: Jacob Stiffler <j-stiffler@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2017-06-20omapl138, omapl138-lcdk: add ti-pdk class configurationJacob Stiffler
Signed-off-by: Jacob Stiffler <j-stiffler@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2017-06-15ti-soc: add generic "ti-soc" SOC family for BSP overridesDenys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2017-06-15omapl138, omapl1: add "omapl1" SOC family as superset of omapl138Denys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denys@ti.com> Acked-by: Jacob Stiffler <j-stiffler@ti.com>