All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/7] Switch WaRP7 BL33 to mbed Linux specific bootflow
@ 2019-05-08 18:14 Bryan O'Donoghue
  2019-05-08 18:14 ` [U-Boot] [PATCH 1/7] warp7_bl33: configs: Enable FIT as the boot.scr format Bryan O'Donoghue
                   ` (6 more replies)
  0 siblings, 7 replies; 23+ messages in thread
From: Bryan O'Donoghue @ 2019-05-08 18:14 UTC (permalink / raw)
  To: u-boot

This series switches the BL33 version of WaRP7 to an mbed Linux specific bootflow.

https://os.mbed.com/blog/entry/Introducing-Arm-Mbed-Linux-OS/

The bootflow for our port to the WaRP7 is:

BootROM -> TF-A -> OP-TEE -> u-boot -> Linux with the transition from
OP-TEE to Linux also representing the transition from secure to normal
world.

Here a Trusted-Firmware FIP image contains signed versions of OP-TEE and
u-boot and a u-boot FIT image contains Kernel DTB, initrd, bootscript and
Kernel.

OP-TEE provides a DTB overlay which the bootscript in the FIT image applies
to the kernel DTB, prior to hand-off to Linux.

Some updates to warp7_bl33 and some minor updates to the shared
WaRP7/WaRP7_bl33 code are included.

Bryan O'Donoghue (7):
  warp7_bl33: configs: Enable FIT as the boot.scr format
  warp7: include: configs: Specify image name of bootscript in FIT
  warp7: include: configs: Differentiate bootscript address from
    loadaddr
  warp7_bl33: configs: Enable CONFIG_OF_LIBFDT
  warp7_bl33: configs: Enable CONFIG_OF_LIBFDT_OVERLAY
  warp7: include: configs: Specify an fdtovaddr
  warp7: Specify a default CONFIG_OPTEE_LOAD_ADDR if non provided

 configs/warp7_bl33_defconfig |  5 +++++
 include/configs/warp7.h      | 20 +++++++++++++++++---
 2 files changed, 22 insertions(+), 3 deletions(-)

-- 
2.21.0

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

end of thread, other threads:[~2019-07-20  8:51 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-05-08 18:14 [U-Boot] [PATCH 0/7] Switch WaRP7 BL33 to mbed Linux specific bootflow Bryan O'Donoghue
2019-05-08 18:14 ` [U-Boot] [PATCH 1/7] warp7_bl33: configs: Enable FIT as the boot.scr format Bryan O'Donoghue
2019-07-20  8:46   ` sbabic at denx.de
2019-05-08 18:14 ` [U-Boot] [PATCH 2/7] warp7: include: configs: Specify image name of bootscript in FIT Bryan O'Donoghue
2019-07-20  8:51   ` sbabic at denx.de
2019-05-08 18:14 ` [U-Boot] [PATCH 3/7] warp7: include: configs: Differentiate bootscript address from loadaddr Bryan O'Donoghue
2019-05-08 19:33   ` Pierre-Jean Texier
2019-05-09 15:32     ` Bryan O'Donoghue
2019-05-13 22:13       ` Bryan O'Donoghue
2019-05-14 20:27         ` Pierre-Jean Texier
2019-05-15  8:23           ` Bryan O'Donoghue
2019-05-15 19:13             ` Pierre-Jean Texier
2019-05-20  8:33               ` Bryan O'Donoghue
2019-05-23 19:56                 ` Pierre-Jean Texier
2019-07-20  8:45   ` sbabic at denx.de
2019-05-08 18:14 ` [U-Boot] [PATCH 4/7] warp7_bl33: configs: Enable CONFIG_OF_LIBFDT Bryan O'Donoghue
2019-07-20  8:45   ` sbabic at denx.de
2019-05-08 18:14 ` [U-Boot] [PATCH 5/7] warp7_bl33: configs: Enable CONFIG_OF_LIBFDT_OVERLAY Bryan O'Donoghue
2019-07-20  8:46   ` sbabic at denx.de
2019-05-08 18:14 ` [U-Boot] [PATCH 6/7] warp7: include: configs: Specify an fdtovaddr Bryan O'Donoghue
2019-07-20  8:45   ` sbabic at denx.de
2019-05-08 18:14 ` [U-Boot] [PATCH 7/7] warp7: Specify a default CONFIG_OPTEE_LOAD_ADDR if non provided Bryan O'Donoghue
2019-07-20  8:46   ` sbabic at denx.de

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.