|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Minios-devel] [UNIKRAFT PATCHv4 36/43] plat/common: Implement CPU reset for arm64
Hi Wei, On 06/07/18 10:03, Wei Chen wrote: See my remark in the previous patch about if/else if and missing non-PSCI case. Also, on PSCI 0.1, this will not be supported. Do you plan to support 0.1? +} diff --git a/plat/common/include/arm/arm64/cpu.h b/plat/common/include/arm/arm64/cpu.h index 1fd5c72..c744ed6 100644 --- a/plat/common/include/arm/arm64/cpu.h +++ b/plat/common/include/arm/arm64/cpu.h @@ -73,6 +73,7 @@/* CPU native APIs */void halt(void); +void reset(void);/* PSCI conduit method to call functions */extern int psci_method; Cheers, -- Julien Grall _______________________________________________ Minios-devel mailing list Minios-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/minios-devel
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |