mbox series

[Linaro-uefi,v3,0/5] Add support for ATF BL32_EXTRA1 and BL32_EXTRA2

Message ID 20180319064244.24344-1-victor.chong@linaro.org
Headers show
Series Add support for ATF BL32_EXTRA1 and BL32_EXTRA2 | expand

Message

Victor Chong March 19, 2018, 6:42 a.m. UTC
Changes from v2:

* Added patch for platforms.config to change default TOS_BIN setting
* Added patch to remove copy of TOS_BIN to UEFI dir

---
Changes from v1:

* Added commit message to patches
* Moved 2nd patch from platforms.config to edk2-platforms.config
* Added 3rd patch to allow use of UART5 in OP-TEE for hikey960

---
v1 cover letter:
Previously, we were using a 'headless' version of optee_os binary for
hikey and hikey960. With BL32_EXTRA1 and BL32_EXTRA2, we now enable
optee_os header parsing to allow dynamic runtime support of either a
64- or 32-bit optee_os build, and also the pager feature.

Victor Chong (5):
  platforms.config: hikey: Change default TOS_BIN
  opteed-build.sh: Remove copy of images to UEFI dir
  atf, opteed: Support BL32_EXTRA1 and BL32_EXTRA2
  edk2-platforms.config: hikey*: Set TOS_BIN_EXTRA{1,2}
  edk2-platforms.config: hikey960: Add UART5 option

 atf-build.sh          | 14 ++++++++++++--
 edk2-platforms.config | 12 ++++++++++--
 opteed-build.sh       |  6 ++----
 platforms.config      | 10 ++++++----
 4 files changed, 30 insertions(+), 12 deletions(-)

--
2.16.2

Comments

Victor Chong March 19, 2018, 6:45 a.m. UTC | #1
Hi Haojian,

Please ack v3.

Thanks!

On Mon, Mar 19, 2018 at 2:42 PM, Victor Chong <victor.chong@linaro.org> wrote:
> Changes from v2:
>
> * Added patch for platforms.config to change default TOS_BIN setting
> * Added patch to remove copy of TOS_BIN to UEFI dir
>
> ---
> Changes from v1:
>
> * Added commit message to patches
> * Moved 2nd patch from platforms.config to edk2-platforms.config
> * Added 3rd patch to allow use of UART5 in OP-TEE for hikey960
>
> ---
> v1 cover letter:
> Previously, we were using a 'headless' version of optee_os binary for
> hikey and hikey960. With BL32_EXTRA1 and BL32_EXTRA2, we now enable
> optee_os header parsing to allow dynamic runtime support of either a
> 64- or 32-bit optee_os build, and also the pager feature.
>
> Victor Chong (5):
>   platforms.config: hikey: Change default TOS_BIN
>   opteed-build.sh: Remove copy of images to UEFI dir
>   atf, opteed: Support BL32_EXTRA1 and BL32_EXTRA2
>   edk2-platforms.config: hikey*: Set TOS_BIN_EXTRA{1,2}
>   edk2-platforms.config: hikey960: Add UART5 option
>
>  atf-build.sh          | 14 ++++++++++++--
>  edk2-platforms.config | 12 ++++++++++--
>  opteed-build.sh       |  6 ++----
>  platforms.config      | 10 ++++++----
>  4 files changed, 30 insertions(+), 12 deletions(-)
>
> --
> 2.16.2
>
Haojian Zhuang March 20, 2018, 4:32 a.m. UTC | #2
On 19 March 2018 at 14:42, Victor Chong <victor.chong@linaro.org> wrote:
> Changes from v2:
>
> * Added patch for platforms.config to change default TOS_BIN setting
> * Added patch to remove copy of TOS_BIN to UEFI dir
>
> ---
> Changes from v1:
>
> * Added commit message to patches
> * Moved 2nd patch from platforms.config to edk2-platforms.config
> * Added 3rd patch to allow use of UART5 in OP-TEE for hikey960
>
> ---
> v1 cover letter:
> Previously, we were using a 'headless' version of optee_os binary for
> hikey and hikey960. With BL32_EXTRA1 and BL32_EXTRA2, we now enable
> optee_os header parsing to allow dynamic runtime support of either a
> 64- or 32-bit optee_os build, and also the pager feature.
>
> Victor Chong (5):
>   platforms.config: hikey: Change default TOS_BIN
>   opteed-build.sh: Remove copy of images to UEFI dir
>   atf, opteed: Support BL32_EXTRA1 and BL32_EXTRA2
>   edk2-platforms.config: hikey*: Set TOS_BIN_EXTRA{1,2}
>   edk2-platforms.config: hikey960: Add UART5 option
>
>  atf-build.sh          | 14 ++++++++++++--
>  edk2-platforms.config | 12 ++++++++++--
>  opteed-build.sh       |  6 ++----
>  platforms.config      | 10 ++++++----
>  4 files changed, 30 insertions(+), 12 deletions(-)
>
> --
> 2.16.2
>

Acked on the patch set

Best Regards
Haojian
Fathi Boudra March 20, 2018, 6:18 p.m. UTC | #3
Reviewed-by: Fathi Boudra <fathi.boudra@linaro.org>

On 19 March 2018 at 08:45, Victor Chong <victor.chong@linaro.org> wrote:
> Hi Haojian,
>
> Please ack v3.
>
> Thanks!
>
> On Mon, Mar 19, 2018 at 2:42 PM, Victor Chong <victor.chong@linaro.org> wrote:
>> Changes from v2:
>>
>> * Added patch for platforms.config to change default TOS_BIN setting
>> * Added patch to remove copy of TOS_BIN to UEFI dir
>>
>> ---
>> Changes from v1:
>>
>> * Added commit message to patches
>> * Moved 2nd patch from platforms.config to edk2-platforms.config
>> * Added 3rd patch to allow use of UART5 in OP-TEE for hikey960
>>
>> ---
>> v1 cover letter:
>> Previously, we were using a 'headless' version of optee_os binary for
>> hikey and hikey960. With BL32_EXTRA1 and BL32_EXTRA2, we now enable
>> optee_os header parsing to allow dynamic runtime support of either a
>> 64- or 32-bit optee_os build, and also the pager feature.
>>
>> Victor Chong (5):
>>   platforms.config: hikey: Change default TOS_BIN
>>   opteed-build.sh: Remove copy of images to UEFI dir
>>   atf, opteed: Support BL32_EXTRA1 and BL32_EXTRA2
>>   edk2-platforms.config: hikey*: Set TOS_BIN_EXTRA{1,2}
>>   edk2-platforms.config: hikey960: Add UART5 option
>>
>>  atf-build.sh          | 14 ++++++++++++--
>>  edk2-platforms.config | 12 ++++++++++--
>>  opteed-build.sh       |  6 ++----
>>  platforms.config      | 10 ++++++----
>>  4 files changed, 30 insertions(+), 12 deletions(-)
>>
>> --
>> 2.16.2
>>
> _______________________________________________
> Linaro-uefi mailing list
> Linaro-uefi@lists.linaro.org
> https://lists.linaro.org/mailman/listinfo/linaro-uefi
Leif Lindholm March 21, 2018, 1:04 a.m. UTC | #4
Thanks all.

For the series:
Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org>

Pushed as 7e9ec1e..632d0c3.

On Mon, Mar 19, 2018 at 06:42:39AM +0000, Victor Chong wrote:
> Changes from v2:
> 
> * Added patch for platforms.config to change default TOS_BIN setting
> * Added patch to remove copy of TOS_BIN to UEFI dir
> 
> ---
> Changes from v1:
> 
> * Added commit message to patches
> * Moved 2nd patch from platforms.config to edk2-platforms.config
> * Added 3rd patch to allow use of UART5 in OP-TEE for hikey960
> 
> ---
> v1 cover letter:
> Previously, we were using a 'headless' version of optee_os binary for
> hikey and hikey960. With BL32_EXTRA1 and BL32_EXTRA2, we now enable
> optee_os header parsing to allow dynamic runtime support of either a
> 64- or 32-bit optee_os build, and also the pager feature.
> 
> Victor Chong (5):
>   platforms.config: hikey: Change default TOS_BIN
>   opteed-build.sh: Remove copy of images to UEFI dir
>   atf, opteed: Support BL32_EXTRA1 and BL32_EXTRA2
>   edk2-platforms.config: hikey*: Set TOS_BIN_EXTRA{1,2}
>   edk2-platforms.config: hikey960: Add UART5 option
> 
>  atf-build.sh          | 14 ++++++++++++--
>  edk2-platforms.config | 12 ++++++++++--
>  opteed-build.sh       |  6 ++----
>  platforms.config      | 10 ++++++----
>  4 files changed, 30 insertions(+), 12 deletions(-)
> 
> --
> 2.16.2
>