Re: [U-Boot] [PATCH 0/2] ARM: support System Reset via PSCI

2017-04-10 Thread Masahiro Yamada
Hi Lukasz, 2017-04-10 18:16 GMT+09:00 Lukasz Majewski : > Hi Masahiro, > >> >> For ARMv8, the secure firmware (ex. ARM Trusted Firmware BL31) is >> often implemented, making U-Boot a non-secure world boot loader. >> >> The secure firmware generally includes PSCI. The power

Re: [U-Boot] [PATCH 0/2] ARM: support System Reset via PSCI

2017-04-10 Thread Lukasz Majewski
Hi Masahiro, > > For ARMv8, the secure firmware (ex. ARM Trusted Firmware BL31) is > often implemented, making U-Boot a non-secure world boot loader. > > The secure firmware generally includes PSCI. The power management > operations, including System Reset, are supposed to be handled by >

[U-Boot] [PATCH 0/2] ARM: support System Reset via PSCI

2017-04-10 Thread Masahiro Yamada
For ARMv8, the secure firmware (ex. ARM Trusted Firmware BL31) is often implemented, making U-Boot a non-secure world boot loader. The secure firmware generally includes PSCI. The power management operations, including System Reset, are supposed to be handled by PSCI. In this case, U-Boot