From: Wadim Egorov <w.egorov@phytec.de>
To: Daniel Schultz <d.schultz@phytec.de>, <u-boot@lists.denx.de>,
<upstream@lists.phytec.de>
Cc: <trini@konsulko.com>, <d-gole@ti.com>,
<mkorpershoek@baylibre.com>, <nm@ti.com>
Subject: Re: [PATCH 1/4] configs: phycore_am62x_a53: Add more commands
Date: Tue, 9 Jul 2024 09:37:06 +0200 [thread overview]
Message-ID: <ddd54c7c-685b-417e-988c-e548d19df666@phytec.de> (raw)
In-Reply-To: <20240701062050.1475249-1-d.schultz@phytec.de>
Am 01.07.24 um 08:20 schrieb Daniel Schultz:
> Add i2c and rtc commands with all dependencies which are
> required for testing.
>
> Additionally, add smc and cache commands to boot Zephyr on the A53.
>
> Signed-off-by: Daniel Schultz <d.schultz@phytec.de>
For this series,
Reviewed-by: Wadim Egorov <w.egorov@phytec.de>
> ---
> configs/phycore_am62x_a53_defconfig | 7 +++++++
> 1 file changed, 7 insertions(+)
>
> diff --git a/configs/phycore_am62x_a53_defconfig b/configs/phycore_am62x_a53_defconfig
> index 56302383c0f..06b8834e074 100644
> --- a/configs/phycore_am62x_a53_defconfig
> +++ b/configs/phycore_am62x_a53_defconfig
> @@ -1,4 +1,5 @@
> CONFIG_ARM=y
> +CONFIG_ARM_SMCCC=y
> CONFIG_ARCH_K3=y
> CONFIG_SYS_MALLOC_LEN=0x2000000
> CONFIG_SYS_MALLOC_F_LEN=0x8000
> @@ -63,9 +64,13 @@ CONFIG_SPL_SPI_LOAD=y
> CONFIG_SYS_SPI_U_BOOT_OFFS=0x280000
> CONFIG_SPL_YMODEM_SUPPORT=y
> CONFIG_CMD_DFU=y
> +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_SMC=y
> CONFIG_OF_CONTROL=y
> CONFIG_SPL_OF_CONTROL=y
> CONFIG_MULTI_DTB_FIT=y
> @@ -123,6 +128,8 @@ CONFIG_TI_SCI_POWER_DOMAIN=y
> CONFIG_K3_SYSTEM_CONTROLLER=y
> CONFIG_REMOTEPROC_TI_K3_ARM64=y
> CONFIG_RESET_TI_SCI=y
> +CONFIG_DM_RTC=y
> +CONFIG_RTC_RV3028=y
> CONFIG_DM_SERIAL=y
> CONFIG_SOC_DEVICE=y
> CONFIG_SOC_DEVICE_TI_K3=y
next prev parent reply other threads:[~2024-07-09 7:37 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 ` [PATCH 2/4] configs: phycore_am64x_a53: " Daniel Schultz
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 ` Wadim Egorov [this message]
2024-07-16 23:00 ` [PATCH 1/4] configs: phycore_am62x_a53: Add more commands 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=ddd54c7c-685b-417e-988c-e548d19df666@phytec.de \
--to=w.egorov@phytec.de \
--cc=d-gole@ti.com \
--cc=d.schultz@phytec.de \
--cc=mkorpershoek@baylibre.com \
--cc=nm@ti.com \
--cc=trini@konsulko.com \
--cc=u-boot@lists.denx.de \
--cc=upstream@lists.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.