mail archive of the barebox mailing list
 help / color / mirror / Atom feed
From: Sascha Hauer <s.hauer@pengutronix.de>
To: Barebox List <barebox@lists.infradead.org>
Subject: [PATCH 0/2] Layerscape: Add PPA firmware support
Date: Mon, 13 May 2019 14:14:54 +0200	[thread overview]
Message-ID: <20190513121456.13853-1-s.hauer@pengutronix.de> (raw)

this is the last piece for getting Layerscape up and running. So far we
started Linux in EL3 which doesn't work at all. This series adds support
for loading and executing the PPA ("Primary Protected Application"). PPA
is a PSCI compliant firmware running in EL3. With this Linux is starting
properly on all cores.

Sascha Hauer (2):
  ARM: psci: factor out of_psci_fixup() to separate file
  ARM: Layerscape: Add PPA firmware support

 arch/arm/Kconfig                              |   4 +
 arch/arm/boards/ls1046ardb/board.c            |   7 +-
 arch/arm/boards/ls1046ardb/lowlevel.c         |   2 +-
 arch/arm/boards/tqmls1046a/board.c            |   6 +
 arch/arm/boards/tqmls1046a/lowlevel.c         |   2 +-
 arch/arm/configs/layerscape_defconfig         |   1 +
 arch/arm/cpu/Makefile                         |   1 +
 arch/arm/cpu/psci-of.c                        |  54 ++++++++
 arch/arm/cpu/psci.c                           |  27 +---
 arch/arm/include/asm/psci.h                   |   2 +
 arch/arm/mach-layerscape/Kconfig              |  13 ++
 arch/arm/mach-layerscape/Makefile             |   1 +
 .../mach-layerscape/include/mach/layerscape.h |  10 ++
 arch/arm/mach-layerscape/ppa-entry.S          |  30 +++++
 arch/arm/mach-layerscape/ppa.c                | 118 ++++++++++++++++++
 firmware/Makefile                             |   2 +
 16 files changed, 256 insertions(+), 24 deletions(-)
 create mode 100644 arch/arm/cpu/psci-of.c
 create mode 100644 arch/arm/mach-layerscape/ppa-entry.S
 create mode 100644 arch/arm/mach-layerscape/ppa.c

-- 
2.20.1


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

             reply	other threads:[~2019-05-13 12:15 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-05-13 12:14 Sascha Hauer [this message]
2019-05-13 12:14 ` [PATCH 1/2] ARM: psci: factor out of_psci_fixup() to separate file Sascha Hauer
2019-05-13 12:14 ` [PATCH 2/2] ARM: Layerscape: Add PPA firmware support Sascha Hauer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190513121456.13853-1-s.hauer@pengutronix.de \
    --to=s.hauer@pengutronix.de \
    --cc=barebox@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox