mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH v2 0/6] ARM: layerscape: streamline and document boot
@ 2019-09-17 11:55 Ahmad Fatoum
  2019-09-17 11:55 ` [PATCH v2 1/6] ARM: Layerscape: add bootm handler for images Ahmad Fatoum
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Ahmad Fatoum @ 2019-09-17 11:55 UTC (permalink / raw)
  To: barebox; +Cc: Ahmad Fatoum

v1 -> v2:
  - Not calling back into bootm code. We now read barebox and invoke
    it directly in the bootm handler (Sascha)
  - Dropped copy_file_2 implementation, because it's no longer needed
  - Fixed a commit message typo (Roland)

Ahmad Fatoum (6):
  ARM: Layerscape: add bootm handler for images
  ARM: Layerscape: don't generate second-stage 2nd.image
  filetype: support fastboot barebox_update with layerscape image
  scripts: pblimage: explicitly set architecture to ARM
  ARM: layerscape: tqmls1046a: disable all SGMII PHYs
  Documentation: boards: document layerscape support

 Documentation/boards/layerscape.rst           | 61 +++++++++++++++++++
 .../boards/layerscape/ls1046ardb.rst          | 36 +++++++++++
 .../boards/layerscape/tqmls1046a.rst          | 49 +++++++++++++++
 .../defaultenv-tqmls1046a/nv/dev.eth0.mode    |  1 +
 .../defaultenv-tqmls1046a/nv/dev.eth1.mode    |  1 +
 arch/arm/mach-layerscape/Makefile             |  1 +
 arch/arm/mach-layerscape/pblimage.c           | 58 ++++++++++++++++++
 common/filetype.c                             |  2 +
 images/Makefile.layerscape                    |  8 +--
 scripts/pblimage.c                            |  2 +-
 10 files changed, 212 insertions(+), 7 deletions(-)
 create mode 100644 Documentation/boards/layerscape.rst
 create mode 100644 Documentation/boards/layerscape/ls1046ardb.rst
 create mode 100644 Documentation/boards/layerscape/tqmls1046a.rst
 create mode 100644 arch/arm/boards/tqmls1046a/defaultenv-tqmls1046a/nv/dev.eth0.mode
 create mode 100644 arch/arm/boards/tqmls1046a/defaultenv-tqmls1046a/nv/dev.eth1.mode
 create mode 100644 arch/arm/mach-layerscape/pblimage.c

-- 
2.23.0


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

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

end of thread, other threads:[~2019-09-18 12:40 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-17 11:55 [PATCH v2 0/6] ARM: layerscape: streamline and document boot Ahmad Fatoum
2019-09-17 11:55 ` [PATCH v2 1/6] ARM: Layerscape: add bootm handler for images Ahmad Fatoum
2019-09-17 11:55 ` [PATCH v2 2/6] ARM: Layerscape: don't generate second-stage 2nd.image Ahmad Fatoum
2019-09-17 11:55 ` [PATCH v2 3/6] filetype: support fastboot barebox_update with layerscape image Ahmad Fatoum
2019-09-17 11:55 ` [PATCH v2 4/6] scripts: pblimage: explicitly set architecture to ARM Ahmad Fatoum
2019-09-17 11:55 ` [PATCH v2 5/6] ARM: layerscape: tqmls1046a: disable all SGMII PHYs Ahmad Fatoum
2019-09-17 11:55 ` [PATCH v2 6/6] Documentation: boards: document layerscape support Ahmad Fatoum
2019-09-18 12:40 ` [PATCH v2 0/6] ARM: layerscape: streamline and document boot Sascha Hauer

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