summaryrefslogtreecommitdiffstats
path: root/meta-ti-bsp/conf
diff options
context:
space:
mode:
authorParesh Bhagat <p-bhagat@ti.com>2023-05-03 17:24:22 +0530
committerRyan Eatmon <reatmon@ti.com>2023-05-08 09:02:05 -0500
commitfed863af4c18e9af7d315ac852222dced103b09f (patch)
tree398f3824f1d35d54bc7ff315cb5e268c3af49b1a /meta-ti-bsp/conf
parenta82e0e3955a9fc811b9a4ec0a24ed080003ee723 (diff)
downloadmeta-ti-fed863af4c18e9af7d315ac852222dced103b09f.tar.gz
recipes-ti: Add recipe and patches for jailhouse support for am62xx
Add and enable Jailhouse support for TI's k3-am625-sk similarly to how other TI platforms were added and enabled in the past by adding platform-specific configuration variables for the root cell DTB overlay, and the Linux demo inmate DTB, configuration, and Kernel command line settings. Migrate the jailhouse recipe to kirkstone from dunfell. Switch to latest upstream source tree for jailhouse. The TI Jailhouse repo has gone stale and now upstream is really the happening place where new development happens including for new devices such as AM62x. Hence go ahead and switch to using the upstream repo. Update the platform-specific config files to such that the root cell DTB overlay gets included in the file system images. Enable additional console on ttyS3 (usually mapped to main_uart1) and ttyS2 for the Linux demo inmate to use. Add patches for the Jailhouse source tree for am62xx. Signed-off-by: Andreas Dannenberg <dannenberg@ti.com> Signed-off-by: Ricardo Salveti <ricardo@foundries.io> Signed-off-by: Paresh Bhagat <p-bhagat@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Diffstat (limited to 'meta-ti-bsp/conf')
-rw-r--r--meta-ti-bsp/conf/machine/include/am62xx.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-ti-bsp/conf/machine/include/am62xx.inc b/meta-ti-bsp/conf/machine/include/am62xx.inc
index 623d90eb..a205a18c 100644
--- a/meta-ti-bsp/conf/machine/include/am62xx.inc
+++ b/meta-ti-bsp/conf/machine/include/am62xx.inc
@@ -23,3 +23,6 @@ TFA_BOARD = "lite"
23TFA_K3_SYSTEM_SUSPEND = "1" 23TFA_K3_SYSTEM_SUSPEND = "1"
24 24
25OPTEEMACHINE = "k3-am62x" 25OPTEEMACHINE = "k3-am62x"
26
27# Normally AM62 boards use ttyS2, but our Jailhouse inmate may use ttyS3, so try both
28SERIAL_CONSOLES = "115200;ttyS2 115200;ttyS3"