public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v2 5/7] armv8: layerscape: Eanble falcon boot
@ 2017-09-17 18:13 Albert ARIBAUD
  0 siblings, 0 replies; 6+ messages in thread
From: Albert ARIBAUD @ 2017-09-17 18:13 UTC (permalink / raw)
  To: u-boot

Spam detection software, running on the system "lists.denx.de",
has identified this incoming email as possible spam.  The original
message has been attached to this so you can view it or label
similar future email.  If you have any questions, see
@@CONTACT_ADDRESS@@ for details.

Content preview:  Hi, Le Sun, 17 Sep 2017 11:54:56 -0600 Simon Glass <sjg@chromium.org>
   a écrit: > +Philippe for review > > On 14 September 2017 at 13:01, York
  Sun <york.sun@nxp.com> wrote: > > Add jump_to_image_linux() for arm64. Add
   "noreturn" flag to > > armv8_switch_to_el2(). Add hooks to fsl-layerscape
   to enable falcon > > boot. > > > > Signed-off-by: York Sun <york.sun@nxp.com>
   > > > > --- > > > > Changes in v2: > > Relace getenv_f() with env_get_f()
   after rebasing to latet master. > > > > .../arm/cpu/armv8/fsl-layerscape/doc/README.falcon
   | 140 > > +++++++++++++++++++++ > > arch/arm/cpu/armv8/fsl-layerscape/spl.c
   | 29 +++++ > > arch/arm/include/asm/system.h | 2 +- > > arch/arm/lib/spl.c
   | 11 ++ 4 files > > changed, 181 insertions(+), 1 deletion(-) create mode
   100644 > > arch/arm/cpu/armv8/fsl-layerscape/doc/README.falcon > > Reviewed-by:
   Simon Glass <sjg@chromium.org> [...] 

Content analysis details:   (5.6 points, 5.0 required)

 pts rule name              description
---- ---------------------- --------------------------------------------------
 3.6 RCVD_IN_PBL            RBL: Received via a relay in Spamhaus PBL
                            [82.64.3.181 listed in zen.spamhaus.org]
 0.0 KHOP_BIG_TO_CC         Sent to 10+ recipients instaed of Bcc or a list
 0.0 RCVD_IN_SORBS_DUL      RBL: SORBS: sent directly from dynamic IP address
                            [82.64.3.181 listed in dnsbl.sorbs.net]
-0.0 SPF_HELO_PASS          SPF: HELO matches SPF record
 1.6 RCVD_IN_BRBL_LASTEXT   RBL: No description available.
                            [82.64.3.181 listed in bb.barracudacentral.org]
 0.4 RDNS_DYNAMIC           Delivered to internal network by host with
                            dynamic-looking rDNS


-------------- next part --------------
An embedded message was scrubbed...
From: "Albert ARIBAUD (U-Boot)" <albert.u.boot@aribaud.net>
Subject: Re: [PATCH v2 5/7] armv8: layerscape: Eanble falcon boot
Date: Sun, 17 Sep 2017 20:13:48 +0200
Size: 2743
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20170917/576c90c7/attachment.mht>

^ permalink raw reply	[flat|nested] 6+ messages in thread
* [U-Boot] [PATCH v2 0/7] Enable falcon boot for LS1043ARDB
@ 2017-09-14 19:01 York Sun
  2017-09-14 19:01 ` [U-Boot] [PATCH v2 5/7] armv8: layerscape: Eanble falcon boot York Sun
  0 siblings, 1 reply; 6+ messages in thread
From: York Sun @ 2017-09-14 19:01 UTC (permalink / raw)
  To: u-boot

This is the 2nd version to enable falcon boot for LS1043ARDB. With
SPL FIT patches merged, enabling falcon boot for this board is
straight forward after fixing some errors introduced by other
commits.

Secure boot is dropped in this set due to SPL image size issue.
Recent changes made the SPL image bigger and the secure boot image
doesn't fit any more. A follow-up patch set will enable secure boot
if the image can be future trimmed to fit.

Changes in v2:
New patch to fix spl after rebasing to latest master.
New patch to fix compiling error after rebasing to latest mater.
New patch to fix gd->ram_size error after rebasing to latest mater.
Drop checking secure boot in this patch after rebasing to latest mater.
Recent change in SPL makes the image size bigger.
Relace getenv_f() with env_get_f() after rebasing to latet master.

York Sun (7):
  spl: fix assignment of board info to global data
  cmd: spl: fix compiling error when CONFIG_CMD_SPL_WRITE_SIZE not
    defined
  armv8: fsl-layerscape: Avoid running dram_init_banksize again
  armv8: ls1043ardb: Use static DDR setting for SPL boot
  armv8: layerscape: Eanble falcon boot
  armv8: ls1043ardb: Enable spl_board_init() function
  armv8: ls1043ardb_sdcard: Enable falcon boot

 arch/arm/cpu/armv8/fsl-layerscape/cpu.c            |  18 ++-
 .../arm/cpu/armv8/fsl-layerscape/doc/README.falcon | 140 +++++++++++++++++++++
 arch/arm/cpu/armv8/fsl-layerscape/spl.c            |  29 +++++
 arch/arm/include/asm/system.h                      |   2 +-
 arch/arm/lib/spl.c                                 |  11 ++
 board/freescale/ls1043ardb/ddr.c                   |  46 +++++++
 board/freescale/ls1043ardb/ddr.h                   |  67 ++++++++++
 cmd/spl.c                                          |   2 +
 common/spl/spl.c                                   |   8 +-
 configs/ls1043ardb_nand_SECURE_BOOT_defconfig      |   1 +
 configs/ls1043ardb_nand_defconfig                  |   1 +
 configs/ls1043ardb_sdcard_SECURE_BOOT_defconfig    |   1 +
 configs/ls1043ardb_sdcard_defconfig                |   7 ++
 include/configs/ls1043a_common.h                   |   7 +-
 include/configs/ls1043ardb.h                       |  11 +-
 15 files changed, 342 insertions(+), 9 deletions(-)
 create mode 100644 arch/arm/cpu/armv8/fsl-layerscape/doc/README.falcon

-- 
2.7.4

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

end of thread, other threads:[~2017-09-25 17:08 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-09-17 18:13 [U-Boot] [PATCH v2 5/7] armv8: layerscape: Eanble falcon boot Albert ARIBAUD
  -- strict thread matches above, loose matches on Subject: below --
2017-09-14 19:01 [U-Boot] [PATCH v2 0/7] Enable falcon boot for LS1043ARDB York Sun
2017-09-14 19:01 ` [U-Boot] [PATCH v2 5/7] armv8: layerscape: Eanble falcon boot York Sun
2017-09-17 17:54   ` Simon Glass
2017-09-25 14:17   ` Łukasz Majewski
2017-09-25 14:25     ` Marek Vasut
2017-09-25 17:08     ` York Sun

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