diff options
author | Ryan Eatmon <reatmon@ti.com> | 2025-02-13 10:53:38 -0600 |
---|---|---|
committer | Ryan Eatmon <reatmon@ti.com> | 2025-07-23 14:35:31 -0500 |
commit | 2e1ea65ef72cda4b179423a0f10901ec318ff1ab (patch) | |
tree | 90be12b9aeb2f5e5ca91c962daa0289d29c7270a /meta-ti-bsp/conf/machine/include/am64xx.inc | |
parent | 459e16655f5bc1e3bdbdab1c25708cdac725ce6e (diff) | |
download | meta-ti-master-wip.tar.gz |
wic: sdimage-2part-efi: Add variable for adding bootloader optionsmaster-wip
We have a need for some platforms to add kernel options to the bootloader
during wic creation time. Create a new variable and add that to the
sdimage-2part-efi.wks.in file so that a machine can override it if
needed.
Add an override for am64 to point the kernel at console=ttyS2.
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Diffstat (limited to 'meta-ti-bsp/conf/machine/include/am64xx.inc')
-rw-r--r-- | meta-ti-bsp/conf/machine/include/am64xx.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-ti-bsp/conf/machine/include/am64xx.inc b/meta-ti-bsp/conf/machine/include/am64xx.inc index 49e996c8..56b56afe 100644 --- a/meta-ti-bsp/conf/machine/include/am64xx.inc +++ b/meta-ti-bsp/conf/machine/include/am64xx.inc | |||
@@ -34,3 +34,5 @@ TFA_BOARD = "lite" | |||
34 | OPTEEMACHINE = "k3-am64x" | 34 | OPTEEMACHINE = "k3-am64x" |
35 | 35 | ||
36 | MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS += "prueth-fw pruhsr-fw prusw-fw" | 36 | MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS += "prueth-fw pruhsr-fw prusw-fw" |
37 | |||
38 | TI_WKS_BOOTLOADER_APPEND="console=ttyS2,115200n8" | ||