All of lore.kernel.org
 help / color / mirror / Atom feed
From: Lokesh Vutla <lokeshvutla@ti.com>
To: u-boot@lists.denx.de
Subject: [PATCH 18/18] configs: am64x_evm_a53: Enable support for building multiple dtbs
Date: Thu, 6 May 2021 16:45:05 +0530	[thread overview]
Message-ID: <20210506111505.6741-19-lokeshvutla@ti.com> (raw)
In-Reply-To: <20210506111505.6741-1-lokeshvutla@ti.com>

Enable all relevant configs for building multiple dtbs into a single fit
image and load the right dtb for next stage.

Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
---
 configs/am64x_evm_a53_defconfig | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/configs/am64x_evm_a53_defconfig b/configs/am64x_evm_a53_defconfig
index ab87e98fff..0e942e36b4 100644
--- a/configs/am64x_evm_a53_defconfig
+++ b/configs/am64x_evm_a53_defconfig
@@ -28,6 +28,7 @@ CONFIG_SPL_SYS_MALLOC_SIMPLE=y
 CONFIG_SPL_STACK_R=y
 CONFIG_SPL_SEPARATE_BSS=y
 CONFIG_SPL_DMA=y
+CONFIG_SPL_I2C_SUPPORT=y
 CONFIG_SPL_DM_MAILBOX=y
 CONFIG_SPL_DM_SPI_FLASH=y
 CONFIG_SPL_POWER_DOMAIN=y
@@ -41,6 +42,8 @@ CONFIG_CMD_MMC=y
 CONFIG_CMD_TIME=y
 CONFIG_OF_CONTROL=y
 CONFIG_SPL_OF_CONTROL=y
+CONFIG_OF_LIST="k3-am642-evm k3-am642-sk"
+CONFIG_MULTI_DTB_FIT=y
 CONFIG_SPL_MULTI_DTB_FIT=y
 CONFIG_SPL_MULTI_DTB_FIT_NO_COMPRESSION=y
 CONFIG_ENV_IS_NOWHERE=y
-- 
2.30.0

  parent reply	other threads:[~2021-05-06 11:15 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-05-06 11:14 [PATCH 00/18] arm: k3-am64: Add initial support for AM64 SK Lokesh Vutla
2021-05-06 11:14 ` [PATCH 01/18] soc: ti: k3-socinfo: Add entry for AM64X SoC family Lokesh Vutla
2021-05-08 10:06   ` Vignesh Raghavendra
2021-05-09 13:34     ` Lokesh Vutla
2021-05-06 11:14 ` [PATCH 02/18] board: ti: am64x: Add support for reading eeprom data Lokesh Vutla
2021-05-06 11:14 ` [PATCH 03/18] board: ti: am64x: Enable support for reading EEPROM in R5 SPL Lokesh Vutla
2021-05-06 11:14 ` [PATCH 04/18] board: ti: am64x: Add support for detecting multiple device trees Lokesh Vutla
2021-05-06 11:14 ` [PATCH 05/18] arm: am64x: Add support for selecting DT based on EEPROM Lokesh Vutla
2021-05-06 11:14 ` [PATCH 06/18] include: configs: am64x: Avoid overlap of BSS and stack area Lokesh Vutla
2021-05-06 11:14 ` [PATCH 07/18] include: configs: am64x_evm: Optimize size of SPL BSS Lokesh Vutla
2021-05-06 11:14 ` [PATCH 08/18] include: configs: Update env for selecting right dtb Lokesh Vutla
2021-05-06 11:14 ` [PATCH 09/18] arm: dts: k3-am64-evm: Make chip id available before pre-reloc Lokesh Vutla
2021-05-06 11:14 ` [PATCH 10/18] arm: dts: k3-am642-r5-evm: Do not use power-domains for I2C Lokesh Vutla
2021-05-06 11:14 ` [PATCH 11/18] arm: dts: am642-evm: Add I2C nodes Lokesh Vutla
2021-05-06 11:14 ` [PATCH 12/18] arm: dts: am642-sk: Add initial sk dts Lokesh Vutla
2021-05-06 11:15 ` [PATCH 13/18] arm: dts: am642-r5-sk: Add r5 specific dts Lokesh Vutla
2021-05-06 11:15 ` [PATCH 14/18] configs: am64x_evm_r5: Enable checks for spl and stack sizes Lokesh Vutla
2021-05-06 11:15 ` [PATCH 15/18] configs: am64x_evm_r5: Enable support for building multiple device trees Lokesh Vutla
2021-05-06 11:15 ` [PATCH 16/18] configs: am64x_evm_a53: Enable configs for printing cpuinfo Lokesh Vutla
2021-05-06 11:15 ` [PATCH 17/18] configs: am64x_evm_a53: Enable support for reading eeprom Lokesh Vutla
2021-05-06 11:15 ` Lokesh Vutla [this message]
2021-05-07 18:18 ` [PATCH 00/18] arm: k3-am64: Add initial support for AM64 SK Tom Rini
2021-05-12 13:59 ` Lokesh Vutla

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=20210506111505.6741-19-lokeshvutla@ti.com \
    --to=lokeshvutla@ti.com \
    --cc=u-boot@lists.denx.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.