From: Daniel Schultz <d.schultz@phytec.de>
To: <u-boot@lists.denx.de>, <upstream@lists.phytec.de>
Cc: <w.egorov@phytec.de>, <trini@konsulko.com>, <d-gole@ti.com>,
<mkorpershoek@baylibre.com>, <nm@ti.com>,
Daniel Schultz <d.schultz@phytec.de>
Subject: [PATCH 2/4] configs: phycore_am64x_a53: Add more commands
Date: Sun, 30 Jun 2024 23:20:48 -0700 [thread overview]
Message-ID: <20240701062050.1475249-2-d.schultz@phytec.de> (raw)
In-Reply-To: <20240701062050.1475249-1-d.schultz@phytec.de>
Add the rtc command for testing this device. Additionally, add smc
and cache commands to boot non-Linux firmwares on the A53.
Signed-off-by: Daniel Schultz <d.schultz@phytec.de>
---
configs/phycore_am64x_a53_defconfig | 3 +++
1 file changed, 3 insertions(+)
diff --git a/configs/phycore_am64x_a53_defconfig b/configs/phycore_am64x_a53_defconfig
index dac82f99a1a..fe09f79796d 100644
--- a/configs/phycore_am64x_a53_defconfig
+++ b/configs/phycore_am64x_a53_defconfig
@@ -70,7 +70,10 @@ CONFIG_CMD_I2C=y
CONFIG_CMD_MMC=y
CONFIG_CMD_MTD=y
CONFIG_CMD_USB=y
+CONFIG_CMD_CACHE=y
+CONFIG_CMD_RTC=y
CONFIG_CMD_TIME=y
+CONFIG_CMD_SMC=y
CONFIG_OF_CONTROL=y
CONFIG_SPL_OF_CONTROL=y
CONFIG_MULTI_DTB_FIT=y
--
2.25.1
next prev parent reply other threads:[~2024-07-01 13:53 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-07-01 6:20 [PATCH 1/4] configs: phycore_am62x_a53: Add more commands Daniel Schultz
2024-07-01 6:20 ` Daniel Schultz [this message]
2024-07-01 6:20 ` [PATCH 3/4] board: phytec: phycore_am62x: Move earlycon into own variable Daniel Schultz
2024-07-01 6:20 ` [PATCH 4/4] board: phytec: phycore_am64x: " Daniel Schultz
2024-07-09 7:37 ` [PATCH 1/4] configs: phycore_am62x_a53: Add more commands Wadim Egorov
2024-07-16 23:00 ` Tom Rini
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=20240701062050.1475249-2-d.schultz@phytec.de \
--to=d.schultz@phytec.de \
--cc=d-gole@ti.com \
--cc=mkorpershoek@baylibre.com \
--cc=nm@ti.com \
--cc=trini@konsulko.com \
--cc=u-boot@lists.denx.de \
--cc=upstream@lists.phytec.de \
--cc=w.egorov@phytec.de \
/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.