public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] ARM: AM57xx: Enable FIT for HS Devices
@ 2016-06-13 23:25 Andreas Dannenberg
  2016-06-14  3:30 ` Lokesh Vutla
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Andreas Dannenberg @ 2016-06-13 23:25 UTC (permalink / raw)
  To: u-boot

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 at 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"
-- 
2.6.4

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [U-Boot] [PATCH] ARM: AM57xx: Enable FIT for HS Devices
  2016-06-13 23:25 [U-Boot] [PATCH] ARM: AM57xx: Enable FIT for HS Devices Andreas Dannenberg
@ 2016-06-14  3:30 ` Lokesh Vutla
  2016-06-16  5:18 ` Lokesh Vutla
  2016-06-19 14:11 ` [U-Boot] " Tom Rini
  2 siblings, 0 replies; 4+ messages in thread
From: Lokesh Vutla @ 2016-06-14  3:30 UTC (permalink / raw)
  To: u-boot



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 at 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"
> 

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [U-Boot] [PATCH] ARM: AM57xx: Enable FIT for HS Devices
  2016-06-13 23:25 [U-Boot] [PATCH] ARM: AM57xx: Enable FIT for HS Devices Andreas Dannenberg
  2016-06-14  3:30 ` Lokesh Vutla
@ 2016-06-16  5:18 ` Lokesh Vutla
  2016-06-19 14:11 ` [U-Boot] " Tom Rini
  2 siblings, 0 replies; 4+ messages in thread
From: Lokesh Vutla @ 2016-06-16  5:18 UTC (permalink / raw)
  To: u-boot



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 at 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"
> 

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [U-Boot] ARM: AM57xx: Enable FIT for HS Devices
  2016-06-13 23:25 [U-Boot] [PATCH] ARM: AM57xx: Enable FIT for HS Devices Andreas Dannenberg
  2016-06-14  3:30 ` Lokesh Vutla
  2016-06-16  5:18 ` Lokesh Vutla
@ 2016-06-19 14:11 ` Tom Rini
  2 siblings, 0 replies; 4+ messages in thread
From: Tom Rini @ 2016-06-19 14:11 UTC (permalink / raw)
  To: u-boot

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!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20160619/e0234b60/attachment.sig>

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2016-06-19 14:11 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-06-13 23:25 [U-Boot] [PATCH] ARM: AM57xx: Enable FIT for HS Devices Andreas Dannenberg
2016-06-14  3:30 ` Lokesh Vutla
2016-06-16  5:18 ` Lokesh Vutla
2016-06-19 14:11 ` [U-Boot] " Tom Rini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox