From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ang, Chee Hong Date: Thu, 9 May 2019 05:52:21 +0000 Subject: [U-Boot] [PATCH v1 0/3] Enable PSCI services for booting Linux In-Reply-To: <1557206425-37534-1-git-send-email-chee.hong.ang@intel.com> References: <1557206425-37534-1-git-send-email-chee.hong.ang@intel.com> Message-ID: <1557381141.102271.1.camel@intel.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit To: u-boot@lists.denx.de On Mon, 2019-05-06 at 22:20 -0700, chee.hong.ang at intel.com wrote: > From: "Ang, Chee Hong" > > Add "SYTEM_RESET" (cold reset) and "CPU_ON" (SMP) PSCI support > for booting Linux on Stratix 10 platform. > > Ang, Chee Hong (3): >   ARM: socfpga: stratix10: Enable PSCI system reset >   ARM: socfpga: stratix10: Enable PSCI CPU_ON >   ARM: socfpga: stratix10: Enable PSCI support for Stratix 10 > >  arch/arm/mach-socfpga/Kconfig  |  9 ++++++- >  arch/arm/mach-socfpga/Makefile |  3 +++ >  arch/arm/mach-socfpga/psci.c   | 56 > ++++++++++++++++++++++++++++++++++++++++++ >  3 files changed, 67 insertions(+), 1 deletion(-) >  create mode 100644 arch/arm/mach-socfpga/psci.c > Hi Marek, Any comment on this ? These PSCI patches are needed for booting Linux on our S10 platform. BR, Ang