mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH 0/6] i.MX: Fix external NAND boot
@ 2020-02-18 15:37 Sascha Hauer
  2020-02-18 15:37 ` [PATCH 1/6] ARM: i.MX Phytec phycard i.MX27: get fdt in common init function Sascha Hauer
                   ` (5 more replies)
  0 siblings, 6 replies; 10+ messages in thread
From: Sascha Hauer @ 2020-02-18 15:37 UTC (permalink / raw)
  To: Barebox List

The external NAND boot on i.MX is broken since b0348d677b ("ARM: Compile
with -fPIE"). This series fixes it.

Sascha Hauer (6):
  ARM: i.MX Phytec phycard i.MX27: get fdt in common init function
  ARM: i.MX Phytec phycard i.MX27: replace __naked with noinline
  ARM: i.MX Phytec phycore i.MX27: replace __naked with noinline
  ARM: i.MX: external NAND boot: remove unnecessary arguments from
    imx*_nand_load_image
  ARM: i.MX: external NAND boot: Leave icache disabled
  ARM: i.MX: external NAND boot: Fix passing boarddata

 arch/arm/boards/eukrea_cpuimx25/lowlevel.c    |   2 +-
 arch/arm/boards/eukrea_cpuimx35/lowlevel.c    |   2 +-
 arch/arm/boards/guf-cupid/lowlevel.c          |   2 +-
 arch/arm/boards/guf-neso/lowlevel.c           |   2 +-
 arch/arm/boards/karo-tx25/lowlevel.c          |  34 ++-
 .../boards/phytec-phycard-imx27/lowlevel.c    |  38 ++-
 .../boards/phytec-phycore-imx27/lowlevel.c    |  36 ++-
 .../boards/phytec-phycore-imx31/lowlevel.c    |   2 +-
 .../boards/phytec-phycore-imx35/lowlevel.c    |   2 +-
 arch/arm/cpu/lowlevel.S                       |   2 +
 arch/arm/mach-imx/external-nand-boot.c        | 274 ++++++++++--------
 arch/arm/mach-imx/include/mach/imx-nand.h     |  19 +-
 12 files changed, 248 insertions(+), 167 deletions(-)

-- 
2.25.0


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

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

end of thread, other threads:[~2020-02-19 11:54 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-18 15:37 [PATCH 0/6] i.MX: Fix external NAND boot Sascha Hauer
2020-02-18 15:37 ` [PATCH 1/6] ARM: i.MX Phytec phycard i.MX27: get fdt in common init function Sascha Hauer
2020-02-18 15:37 ` [PATCH 2/6] ARM: i.MX Phytec phycard i.MX27: replace __naked with noinline Sascha Hauer
2020-02-18 15:37 ` [PATCH 3/6] ARM: i.MX Phytec phycore " Sascha Hauer
2020-02-18 15:37 ` [PATCH 4/6] ARM: i.MX: external NAND boot: remove unnecessary arguments from imx*_nand_load_image Sascha Hauer
2020-02-18 15:37 ` [PATCH 5/6] ARM: i.MX: external NAND boot: Leave icache disabled Sascha Hauer
2020-02-19  6:23   ` Oleksij Rempel
2020-02-19  8:27     ` Sascha Hauer
2020-02-19 11:53       ` Lucas Stach
2020-02-18 15:37 ` [PATCH 6/6] ARM: i.MX: external NAND boot: Fix passing boarddata Sascha Hauer

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