diff options
| author | Anand Gadiyar <gadiyar@ti.com> | 2022-08-29 11:38:05 -0500 |
|---|---|---|
| committer | Ryan Eatmon <reatmon@ti.com> | 2022-08-29 12:15:03 -0500 |
| commit | 0c7a7de23bab16826deab63f85df92a93ce568f2 (patch) | |
| tree | f4275dff633ddb2a8c7bf8585ff7c495b7c603b6 /conf/machine | |
| parent | f59278042b18a280e9bd81f33ac86e4863b30833 (diff) | |
| download | meta-ti-0c7a7de23bab16826deab63f85df92a93ce568f2.tar.gz | |
machine: add am62xx-lp-evm configuration
This platform is similar to the currently supported am62xx-evm, except
that we currently need new defconfigs for u-boot and new dtbs in the
filesystem.
Signed-off-by: Anand Gadiyar <gadiyar@ti.com>
Cc: Hari Nagalla <hnagalla@ti.com>
Cc: Andrew Davis <afd@ti.com>
Cc: Praneeth Bajjuri <praneeth@ti.com>
Cc: Ryan Eatmon <reatmon@ti.com>
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Diffstat (limited to 'conf/machine')
| -rw-r--r-- | conf/machine/am62xx-lp-evm-k3r5.conf | 11 | ||||
| -rw-r--r-- | conf/machine/am62xx-lp-evm.conf | 16 |
2 files changed, 27 insertions, 0 deletions
diff --git a/conf/machine/am62xx-lp-evm-k3r5.conf b/conf/machine/am62xx-lp-evm-k3r5.conf new file mode 100644 index 00000000..ca4ced5a --- /dev/null +++ b/conf/machine/am62xx-lp-evm-k3r5.conf | |||
| @@ -0,0 +1,11 @@ | |||
| 1 | #@TYPE: Machine | ||
| 2 | #@NAME: AM62XX LP EVM (R5F) | ||
| 3 | #@DESCRIPTION: Machine configuration for the TI AM62xx LP EVM (R5F core) | ||
| 4 | |||
| 5 | require conf/machine/include/k3r5.inc | ||
| 6 | |||
| 7 | SYSFW_SOC = "am62x" | ||
| 8 | SYSFW_CONFIG = "evm" | ||
| 9 | SYSFW_SUFFIX = "gp" | ||
| 10 | |||
| 11 | UBOOT_MACHINE = "am62x_lpsk_r5_defconfig" | ||
diff --git a/conf/machine/am62xx-lp-evm.conf b/conf/machine/am62xx-lp-evm.conf new file mode 100644 index 00000000..ef8e8692 --- /dev/null +++ b/conf/machine/am62xx-lp-evm.conf | |||
| @@ -0,0 +1,16 @@ | |||
| 1 | #@TYPE: Machine | ||
| 2 | #@NAME: AM62XX LP EVM | ||
| 3 | #@DESCRIPTION: Machine configuration for the TI AM62XX LP EVM | ||
| 4 | |||
| 5 | require conf/machine/include/am62xx.inc | ||
| 6 | |||
| 7 | MACHINE_FEATURES += "gpu" | ||
| 8 | |||
| 9 | KERNEL_DEVICETREE = " \ | ||
| 10 | ti/k3-am62x-lp-sk.dtb \ | ||
| 11 | ti/k3-am625-skeleton.dtb \ | ||
| 12 | ti/k3-am625-sk-lpmdemo.dtb \ | ||
| 13 | ti/k3-am625-sk-csi2-ov5640.dtbo \ | ||
| 14 | " | ||
| 15 | |||
| 16 | UBOOT_MACHINE = "am62x_lpsk_a53_defconfig" | ||
