Re: [PATCH v3 1/4] psci: add features/reset2 support

2021-04-11 Thread Simon Glass
Hi Igor, On Thu, 1 Apr 2021 at 09:16, Igor Opaniuk wrote: > > From: Igor Opaniuk > > Adds support for: > * PSCI_FEATURES, which was introduced in PSCI 1.0. This provides API > that allows discovering whether a specific PSCI function is implemented > and its features. > * SYSTEM_RESET2, which was

[PATCH v3 1/4] psci: add features/reset2 support

2021-03-31 Thread Igor Opaniuk
From: Igor Opaniuk Adds support for: * PSCI_FEATURES, which was introduced in PSCI 1.0. This provides API that allows discovering whether a specific PSCI function is implemented and its features. * SYSTEM_RESET2, which was introduced in PSCI 1.1, which extends existing SYSTEM_RESET. It provides s