Re: [U-Boot] [PATCH 1/2] armv8: dts: ls1088a: add PSCI binding for LS1088A

2019-11-11 Thread Priyanka Jain
>-Original Message- >From: Mathew McBride >Sent: Friday, October 18, 2019 8:58 AM >To: u-boot@lists.denx.de >Cc: Priyanka Jain ; Mathew McBride > >Subject: [PATCH 1/2] armv8: dts: ls1088a: add PSCI binding for LS1088A > >This allows the use of PSCI calls to trusted firmware to initiate r

Re: [U-Boot] [PATCH 1/2] armv8: dts: ls1088a: add PSCI binding for LS1088A

2019-10-20 Thread Priyanka Jain
>-Original Message- >From: Mathew McBride >Sent: Saturday, October 19, 2019 2:16 AM >To: Priyanka Jain ; u-boot@lists.denx.de; Pramod >Kumar >Subject: RE: [PATCH 1/2] armv8: dts: ls1088a: add PSCI binding for LS1088A > >Hell Priyanka, > > >>-Original Message- >>From: Mathew McBr

Re: [U-Boot] [PATCH 1/2] armv8: dts: ls1088a: add PSCI binding for LS1088A

2019-10-18 Thread Mathew McBride
Hell Priyanka, >-Original Message- >From: Mathew McBride >Sent: Friday, October 18, 2019 8:58 AM >To: u-boot@lists.denx.de >Cc: Priyanka Jain ; Mathew McBride > >Subject: [PATCH 1/2] armv8: dts: ls1088a: add PSCI binding for LS1088A > >2.19.1 [snip] > Mathew, Have you tested this change

Re: [U-Boot] [PATCH 1/2] armv8: dts: ls1088a: add PSCI binding for LS1088A

2019-10-18 Thread Priyanka Jain
>-Original Message- >From: Mathew McBride >Sent: Friday, October 18, 2019 8:58 AM >To: u-boot@lists.denx.de >Cc: Priyanka Jain ; Mathew McBride > >Subject: [PATCH 1/2] armv8: dts: ls1088a: add PSCI binding for LS1088A > >This allows the use of PSCI calls to trusted firmware to initiate r

[U-Boot] [PATCH 1/2] armv8: dts: ls1088a: add PSCI binding for LS1088A

2019-10-17 Thread Mathew McBride
This allows the use of PSCI calls to trusted firmware to initiate reset and poweroff events with CONFIG_PSCI_RESET and CONFIG_ARM_PSCI_FW. This is desirable, for example, if the target board has implemented a custom reset or poweroff procedure in EL3. Signed-off-by: Mathew McBride Cc: Priyanka Ja