diff options
author | Denys Dmytriyenko <denys@konsulko.com> | 2024-12-13 18:32:00 -0500 |
---|---|---|
committer | Ryan Eatmon <reatmon@ti.com> | 2024-12-16 08:47:11 -0600 |
commit | 8956d190e15c59dde9e9588d13fbc2161ffb095c (patch) | |
tree | 93c8a8be07164ad700ed6706294316e47e64f9b0 | |
parent | d8f72948e06a7924741c8207efc4b07c3bbf6201 (diff) | |
download | meta-ti-8956d190e15c59dde9e9588d13fbc2161ffb095c.tar.gz |
conf/machine: add BeagleY-AI platform
Add machine configuration for BeagleY-AI platform.
Signed-off-by: Denys Dmytriyenko <denys@konsulko.com>
-rw-r--r-- | meta-beagle/conf/machine/beagley-ai-k3r5.conf | 14 | ||||
-rw-r--r-- | meta-beagle/conf/machine/beagley-ai.conf | 23 | ||||
-rw-r--r-- | meta-beagle/recipes-bsp/u-boot/u-boot-bb.org_git.bb | 5 |
3 files changed, 42 insertions, 0 deletions
diff --git a/meta-beagle/conf/machine/beagley-ai-k3r5.conf b/meta-beagle/conf/machine/beagley-ai-k3r5.conf new file mode 100644 index 00000000..87462e72 --- /dev/null +++ b/meta-beagle/conf/machine/beagley-ai-k3r5.conf | |||
@@ -0,0 +1,14 @@ | |||
1 | #@TYPE: Machine | ||
2 | #@NAME: BeagleY AI (R5F) | ||
3 | #@DESCRIPTION: Machine configuration for the BeagleY AI (R5F core) | ||
4 | |||
5 | require conf/machine/include/k3r5.inc | ||
6 | require conf/machine/include/beagle-bsp.inc | ||
7 | |||
8 | SYSFW_SOC = "j722s" | ||
9 | SYSFW_CONFIG = "evm" | ||
10 | SYSFW_SUFFIX = "hs-fs" | ||
11 | |||
12 | UBOOT_MACHINE = "j722s_evm_r5_defconfig" | ||
13 | |||
14 | UBOOT_CONFIG_FRAGMENTS:bsp-bb_org = "am67a_beagley_ai_r5.config" | ||
diff --git a/meta-beagle/conf/machine/beagley-ai.conf b/meta-beagle/conf/machine/beagley-ai.conf new file mode 100644 index 00000000..8dcc9b14 --- /dev/null +++ b/meta-beagle/conf/machine/beagley-ai.conf | |||
@@ -0,0 +1,23 @@ | |||
1 | #@TYPE: Machine | ||
2 | #@NAME: BeagleY AI (A53) | ||
3 | #@DESCRIPTION: Machine configuration for the BeagleY AI board (A53 core) | ||
4 | |||
5 | require conf/machine/include/j722s.inc | ||
6 | require conf/machine/include/beagle-bsp.inc | ||
7 | |||
8 | UBOOT_MACHINE = "j722s_evm_a53_config" | ||
9 | |||
10 | UBOOT_CONFIG_FRAGMENTS:bsp-bb_org = "am67a_beagley_ai_a53.config" | ||
11 | |||
12 | KERNEL_DEVICETREE_PREFIX = " \ | ||
13 | ti/k3-j722s \ | ||
14 | " | ||
15 | |||
16 | KERNEL_DEVICETREE = "" | ||
17 | |||
18 | KERNEL_DEVICETREE:append:bsp-bb_org = " \ | ||
19 | ti/k3-j722s-evm.dtb \ | ||
20 | ti/k3-am67a-beagley-ai.dtb \ | ||
21 | " | ||
22 | |||
23 | MACHINE_GUI_CLASS = "bigscreen" | ||
diff --git a/meta-beagle/recipes-bsp/u-boot/u-boot-bb.org_git.bb b/meta-beagle/recipes-bsp/u-boot/u-boot-bb.org_git.bb index 1d895f9c..fb7b0c18 100644 --- a/meta-beagle/recipes-bsp/u-boot/u-boot-bb.org_git.bb +++ b/meta-beagle/recipes-bsp/u-boot/u-boot-bb.org_git.bb | |||
@@ -17,3 +17,8 @@ BRANCH:beagleplay = "v2023.04-ti-09.01.00.008-BeaglePlay" | |||
17 | BRANCH:beagleplay-k3r5 = "v2023.04-ti-09.01.00.008-BeaglePlay" | 17 | BRANCH:beagleplay-k3r5 = "v2023.04-ti-09.01.00.008-BeaglePlay" |
18 | SRCREV:beagleplay = "43791d945f4e5c25bcc19b9c778e8f9d194dc16e" | 18 | SRCREV:beagleplay = "43791d945f4e5c25bcc19b9c778e8f9d194dc16e" |
19 | SRCREV:beagleplay-k3r5 = "43791d945f4e5c25bcc19b9c778e8f9d194dc16e" | 19 | SRCREV:beagleplay-k3r5 = "43791d945f4e5c25bcc19b9c778e8f9d194dc16e" |
20 | |||
21 | BRANCH:beagley-ai = "v2023.04-ti-09.02.00.009-BeagleY-AI-Production" | ||
22 | BRANCH:beagley-ai-k3r5 = "v2023.04-ti-09.02.00.009-BeagleY-AI-Production" | ||
23 | SRCREV:beagley-ai = "93735daa6fe024304934d5a5e93ab05a06abf1a8" | ||
24 | SRCREV:beagley-ai-k3r5 = "93735daa6fe024304934d5a5e93ab05a06abf1a8" | ||