diff mbox

[U-Boot] ARM: AM57xx: Enable FIT for HS Devices

Message ID 1465860316-6600-1-git-send-email-dannenberg@ti.com
State Accepted
Commit ae094f8d55a1cab50b1aa17c924feeb1818a57ef
Delegated to: Tom Rini
Headers show

Commit Message

Andreas Dannenberg June 13, 2016, 11:25 p.m. UTC
Enable FIT support for AM57xx platforms using the high-security (HS)
device variant.

Signed-off-by: Andreas Dannenberg <dannenberg@ti.com>
---

This patch is based on the the patch series [1] by Lokesh. Although
there is currently only 1 device supported by this defconfig the
SPL FIT support is needed in preparation for our upcoming secure
boot related patch series (which is actually the same reasoning
that applies to the AM437x HS-device related patch by Madan [2]).

[1] https://www.mail-archive.com/u-boot@lists.denx.de/msg215702.html
[2] https://patchwork.ozlabs.org/patch/633961/

 configs/am57xx_hs_evm_defconfig | 4 ++++
 1 file changed, 4 insertions(+)

Comments

Lokesh Vutla June 16, 2016, 5:18 a.m. UTC | #1
On Tuesday 14 June 2016 04:55 AM, Andreas Dannenberg wrote:
> Enable FIT support for AM57xx platforms using the high-security (HS)
> device variant.
> 
> Signed-off-by: Andreas Dannenberg <dannenberg@ti.com>


Reviewed-by: Lokesh Vutla <lokeshvutla@ti.com>

Thanks and regards,
Lokesh

> ---
> 
> This patch is based on the the patch series [1] by Lokesh. Although
> there is currently only 1 device supported by this defconfig the
> SPL FIT support is needed in preparation for our upcoming secure
> boot related patch series (which is actually the same reasoning
> that applies to the AM437x HS-device related patch by Madan [2]).
> 
> [1] https://www.mail-archive.com/u-boot@lists.denx.de/msg215702.html
> [2] https://patchwork.ozlabs.org/patch/633961/
> 
>  configs/am57xx_hs_evm_defconfig | 4 ++++
>  1 file changed, 4 insertions(+)
> 
> diff --git a/configs/am57xx_hs_evm_defconfig b/configs/am57xx_hs_evm_defconfig
> index ce377cb..6fe97ec 100644
> --- a/configs/am57xx_hs_evm_defconfig
> +++ b/configs/am57xx_hs_evm_defconfig
> @@ -37,3 +37,7 @@ CONFIG_SYS_NS16550=y
>  CONFIG_USB=y
>  CONFIG_USB_XHCI_HCD=y
>  CONFIG_USB_XHCI_DWC3=y
> +CONFIG_FIT=y
> +CONFIG_SPL_OF_LIBFDT=y
> +CONFIG_SPL_LOAD_FIT=y
> +CONFIG_OF_LIST="am57xx-beagle-x15"
>
Tom Rini June 19, 2016, 2:11 p.m. UTC | #2
On Mon, Jun 13, 2016 at 06:25:16PM -0500, Andreas Dannenberg wrote:

> Enable FIT support for AM57xx platforms using the high-security (HS)
> device variant.
> 
> Signed-off-by: Andreas Dannenberg <dannenberg@ti.com>
> Reviewed-by: Lokesh Vutla <lokeshvutla@ti.com>

Applied to u-boot/master, thanks!
diff mbox

Patch

diff --git a/configs/am57xx_hs_evm_defconfig b/configs/am57xx_hs_evm_defconfig
index ce377cb..6fe97ec 100644
--- a/configs/am57xx_hs_evm_defconfig
+++ b/configs/am57xx_hs_evm_defconfig
@@ -37,3 +37,7 @@  CONFIG_SYS_NS16550=y
 CONFIG_USB=y
 CONFIG_USB_XHCI_HCD=y
 CONFIG_USB_XHCI_DWC3=y
+CONFIG_FIT=y
+CONFIG_SPL_OF_LIBFDT=y
+CONFIG_SPL_LOAD_FIT=y
+CONFIG_OF_LIST="am57xx-beagle-x15"