All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Dan Murphy" <dmurphy@ti.com>
To: <meta-ti@yoctoproject.org>
Cc: Dan Murphy <dmurphy@ti.com>
Subject: [dunfell/master] [PATCH 3/4] machine: am64xx-evm.conf: Remove commented code and update PDK values
Date: Tue, 15 Dec 2020 13:55:07 -0600	[thread overview]
Message-ID: <20201215195508.22483-3-dmurphy@ti.com> (raw)
In-Reply-To: <20201215195508.22483-1-dmurphy@ti.com>

Signed-off-by: Dan Murphy <dmurphy@ti.com>
---
 conf/machine/include/am64xx.inc | 9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

diff --git a/conf/machine/include/am64xx.inc b/conf/machine/include/am64xx.inc
index 79a403a93937..5a04a4388665 100644
--- a/conf/machine/include/am64xx.inc
+++ b/conf/machine/include/am64xx.inc
@@ -1,7 +1,7 @@
 require conf/machine/include/k3.inc
 SOC_FAMILY_append = ":am64xx"
 
-MACHINE_FEATURES += "screen touchscreen gpu"
+MACHINE_FEATURES += "screen touchscreen"
 
 SERIAL_CONSOLES = "115200;ttyS2 115200;ttyS1"
 SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}"
@@ -9,13 +9,10 @@ SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}"
 KERNEL_DEVICETREE = " \
     ti/k3-am642-evm.dtb \
 "
-
-#IMAGE_BOOT_FILES += "sysfw-am64x-evm.itb"
-
 OPTEEMACHINE = "k3-am65x"
 OPTEEOUTPUTMACHINE = "k3"
 
 # Set the list of device targets for ti-pdk class recipes
 TI_PDK_LIMIT_SOCS = "am64x"
-TI_PDK_LIMIT_BOARDS = "am64xx_evm"
-TI_PDK_LIMIT_CORES = "mcu1_0 mpu1_0"
+TI_PDK_LIMIT_BOARDS = "am64x_evm"
+TI_PDK_LIMIT_CORES = "mcu1_0 mpu1_0 mcu1_1 mcu2_0 mcu2_1"
-- 
2.29.2


  parent reply	other threads:[~2020-12-15 19:55 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-12-15 19:55 [dunfell/master] [PATCH 1/4] linux-ti-staging: Update kernel to latest commit sha Dan Murphy
2020-12-15 19:55 ` [dunfell/master] [PATCH 2/4] u-boot-ti: Remove unneeded variable for am64xx Dan Murphy
2020-12-15 19:55 ` Dan Murphy [this message]
2020-12-15 19:55 ` [dunfell/master] [PATCH 4/4] ti-rtos: Update metadata and versions for RTOS firmware Dan Murphy

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20201215195508.22483-3-dmurphy@ti.com \
    --to=dmurphy@ti.com \
    --cc=meta-ti@yoctoproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.