Re: [PATCH v6 08/17] ARM64 / ACPI: Parse FADT table to get PSCI flags for PSCI init

2015-01-12 Thread Hanjun Guo
On 2015年01月12日 19:41, Lorenzo Pieralisi wrote: On Mon, Jan 12, 2015 at 04:26:41AM +, Hanjun Guo wrote: On 2015年01月10日 03:04, Lorenzo Pieralisi wrote: On Sun, Jan 04, 2015 at 10:55:09AM +, Hanjun Guo wrote: There are two flags: PSCI_COMPLIANT and PSCI_USE_HVC. When set, the former

Re: [PATCH v6 08/17] ARM64 / ACPI: Parse FADT table to get PSCI flags for PSCI init

2015-01-12 Thread Lorenzo Pieralisi
On Mon, Jan 12, 2015 at 04:26:41AM +, Hanjun Guo wrote: > On 2015年01月10日 03:04, Lorenzo Pieralisi wrote: > > On Sun, Jan 04, 2015 at 10:55:09AM +, Hanjun Guo wrote: > >> There are two flags: PSCI_COMPLIANT and PSCI_USE_HVC. When set, > >> the former signals to the OS that the firmware is

Re: [PATCH v6 08/17] ARM64 / ACPI: Parse FADT table to get PSCI flags for PSCI init

2015-01-12 Thread Lorenzo Pieralisi
On Mon, Jan 12, 2015 at 04:26:41AM +, Hanjun Guo wrote: On 2015年01月10日 03:04, Lorenzo Pieralisi wrote: On Sun, Jan 04, 2015 at 10:55:09AM +, Hanjun Guo wrote: There are two flags: PSCI_COMPLIANT and PSCI_USE_HVC. When set, the former signals to the OS that the firmware is PSCI

Re: [PATCH v6 08/17] ARM64 / ACPI: Parse FADT table to get PSCI flags for PSCI init

2015-01-12 Thread Hanjun Guo
On 2015年01月12日 19:41, Lorenzo Pieralisi wrote: On Mon, Jan 12, 2015 at 04:26:41AM +, Hanjun Guo wrote: On 2015年01月10日 03:04, Lorenzo Pieralisi wrote: On Sun, Jan 04, 2015 at 10:55:09AM +, Hanjun Guo wrote: There are two flags: PSCI_COMPLIANT and PSCI_USE_HVC. When set, the former

Re: [PATCH v6 08/17] ARM64 / ACPI: Parse FADT table to get PSCI flags for PSCI init

2015-01-11 Thread Hanjun Guo
On 2015年01月10日 03:04, Lorenzo Pieralisi wrote: On Sun, Jan 04, 2015 at 10:55:09AM +, Hanjun Guo wrote: There are two flags: PSCI_COMPLIANT and PSCI_USE_HVC. When set, the former signals to the OS that the firmware is PSCI compliant. The latter selects the appropriate conduit for PSCI calls

Re: [PATCH v6 08/17] ARM64 / ACPI: Parse FADT table to get PSCI flags for PSCI init

2015-01-11 Thread Hanjun Guo
On 2015年01月10日 03:04, Lorenzo Pieralisi wrote: On Sun, Jan 04, 2015 at 10:55:09AM +, Hanjun Guo wrote: There are two flags: PSCI_COMPLIANT and PSCI_USE_HVC. When set, the former signals to the OS that the firmware is PSCI compliant. The latter selects the appropriate conduit for PSCI calls

Re: [PATCH v6 08/17] ARM64 / ACPI: Parse FADT table to get PSCI flags for PSCI init

2015-01-09 Thread Lorenzo Pieralisi
On Sun, Jan 04, 2015 at 10:55:09AM +, Hanjun Guo wrote: > There are two flags: PSCI_COMPLIANT and PSCI_USE_HVC. When set, > the former signals to the OS that the firmware is PSCI compliant. > The latter selects the appropriate conduit for PSCI calls by > toggling between Hypervisor Calls (HVC)

Re: [PATCH v6 08/17] ARM64 / ACPI: Parse FADT table to get PSCI flags for PSCI init

2015-01-09 Thread Lorenzo Pieralisi
On Sun, Jan 04, 2015 at 10:55:09AM +, Hanjun Guo wrote: There are two flags: PSCI_COMPLIANT and PSCI_USE_HVC. When set, the former signals to the OS that the firmware is PSCI compliant. The latter selects the appropriate conduit for PSCI calls by toggling between Hypervisor Calls (HVC) and

[PATCH v6 08/17] ARM64 / ACPI: Parse FADT table to get PSCI flags for PSCI init

2015-01-04 Thread Hanjun Guo
There are two flags: PSCI_COMPLIANT and PSCI_USE_HVC. When set, the former signals to the OS that the firmware is PSCI compliant. The latter selects the appropriate conduit for PSCI calls by toggling between Hypervisor Calls (HVC) and Secure Monitor Calls (SMC). FADT table contains such

[PATCH v6 08/17] ARM64 / ACPI: Parse FADT table to get PSCI flags for PSCI init

2015-01-04 Thread Hanjun Guo
There are two flags: PSCI_COMPLIANT and PSCI_USE_HVC. When set, the former signals to the OS that the firmware is PSCI compliant. The latter selects the appropriate conduit for PSCI calls by toggling between Hypervisor Calls (HVC) and Secure Monitor Calls (SMC). FADT table contains such