summaryrefslogtreecommitdiffstats
path: root/meta-ti-bsp/conf/machine
diff options
context:
space:
mode:
authorRandolph Sapp <rs@ti.com>2023-01-30 17:20:07 -0600
committerRyan Eatmon <reatmon@ti.com>2023-02-15 14:50:14 -0600
commit1632c2f382e600c496882eaab7f838cdecc5e49e (patch)
treed6fbd338498023f92eee46718bc412fba7f9787b /meta-ti-bsp/conf/machine
parent276c4204bc09bfc71dfda2df861ad541fe91c5ca (diff)
downloadmeta-ti-1632c2f382e600c496882eaab7f838cdecc5e49e.tar.gz
meta-ti-bsp: machine: Attempt to update DC alias
Attempt to update the SGX display controller alias variable according to what Andrew told me. SGX apparently had a few different aliases across platforms. Signed-off-by: Randolph Sapp <rs@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Diffstat (limited to 'meta-ti-bsp/conf/machine')
-rw-r--r--meta-ti-bsp/conf/machine/include/omap-a15.inc3
-rw-r--r--meta-ti-bsp/conf/machine/include/ti33x.inc3
-rw-r--r--meta-ti-bsp/conf/machine/include/ti43x.inc3
3 files changed, 9 insertions, 0 deletions
diff --git a/meta-ti-bsp/conf/machine/include/omap-a15.inc b/meta-ti-bsp/conf/machine/include/omap-a15.inc
index efa33a10..e5349134 100644
--- a/meta-ti-bsp/conf/machine/include/omap-a15.inc
+++ b/meta-ti-bsp/conf/machine/include/omap-a15.inc
@@ -10,7 +10,10 @@ MACHINE_KERNEL_PR = "r7"
10PREFERRED_PROVIDER_virtual/kernel ?= "linux-ti-staging" 10PREFERRED_PROVIDER_virtual/kernel ?= "linux-ti-staging"
11PREFERRED_PROVIDER_virtual/bootloader ?= "u-boot-ti-staging" 11PREFERRED_PROVIDER_virtual/bootloader ?= "u-boot-ti-staging"
12PREFERRED_PROVIDER_u-boot ?= "u-boot-ti-staging" 12PREFERRED_PROVIDER_u-boot ?= "u-boot-ti-staging"
13
14# Graphics providers and variables
13PREFERRED_PROVIDER_virtual/gpudriver ?= "ti-sgx-ddk-km" 15PREFERRED_PROVIDER_virtual/gpudriver ?= "ti-sgx-ddk-km"
16PVR_DISPLAY_CONTROLLER_ALIAS ?= "omapdrm"
14 17
15KERNEL_IMAGETYPE = "zImage" 18KERNEL_IMAGETYPE = "zImage"
16KERNEL_IMAGETYPES = "zImage uImage" 19KERNEL_IMAGETYPES = "zImage uImage"
diff --git a/meta-ti-bsp/conf/machine/include/ti33x.inc b/meta-ti-bsp/conf/machine/include/ti33x.inc
index e2f75359..97c7d3c8 100644
--- a/meta-ti-bsp/conf/machine/include/ti33x.inc
+++ b/meta-ti-bsp/conf/machine/include/ti33x.inc
@@ -11,7 +11,10 @@ MACHINE_KERNEL_PR = "r22"
11PREFERRED_PROVIDER_virtual/kernel ?= "linux-ti-staging" 11PREFERRED_PROVIDER_virtual/kernel ?= "linux-ti-staging"
12PREFERRED_PROVIDER_virtual/bootloader ?= "u-boot-ti-staging" 12PREFERRED_PROVIDER_virtual/bootloader ?= "u-boot-ti-staging"
13PREFERRED_PROVIDER_u-boot ?= "u-boot-ti-staging" 13PREFERRED_PROVIDER_u-boot ?= "u-boot-ti-staging"
14
15# Graphics providers and variables
14PREFERRED_PROVIDER_virtual/gpudriver ?= "ti-sgx-ddk-km" 16PREFERRED_PROVIDER_virtual/gpudriver ?= "ti-sgx-ddk-km"
17PVR_DISPLAY_CONTROLLER_ALIAS ?= "tilcdc"
15 18
16KERNEL_IMAGETYPE = "zImage" 19KERNEL_IMAGETYPE = "zImage"
17 20
diff --git a/meta-ti-bsp/conf/machine/include/ti43x.inc b/meta-ti-bsp/conf/machine/include/ti43x.inc
index e9999910..ddd430d5 100644
--- a/meta-ti-bsp/conf/machine/include/ti43x.inc
+++ b/meta-ti-bsp/conf/machine/include/ti43x.inc
@@ -11,7 +11,10 @@ MACHINE_KERNEL_PR = "r3"
11PREFERRED_PROVIDER_virtual/kernel ?= "linux-ti-staging" 11PREFERRED_PROVIDER_virtual/kernel ?= "linux-ti-staging"
12PREFERRED_PROVIDER_virtual/bootloader ?= "u-boot-ti-staging" 12PREFERRED_PROVIDER_virtual/bootloader ?= "u-boot-ti-staging"
13PREFERRED_PROVIDER_u-boot ?= "u-boot-ti-staging" 13PREFERRED_PROVIDER_u-boot ?= "u-boot-ti-staging"
14
15# Graphics providers and variables
14PREFERRED_PROVIDER_virtual/gpudriver ?= "ti-sgx-ddk-km" 16PREFERRED_PROVIDER_virtual/gpudriver ?= "ti-sgx-ddk-km"
17PVR_DISPLAY_CONTROLLER_ALIAS ?= "omapdrm"
15 18
16KERNEL_IMAGETYPE = "zImage" 19KERNEL_IMAGETYPE = "zImage"
17 20