Re: [edk2-devel] [PATCH 3/5] GenGv: Arm: support images entered in Thumb mode

2021-05-11 Thread Sami Mujawar
Hi Etienne, Thank you for this patch. Please find my comments below marked [SAMI]. Regards, Sami Mujawar On 04/05/2021 04:20 PM, Etienne Carriere wrote: Change GenFv for Arm architecture to generate a specific jump instruction as image entry instruction, when the target entry label is assembl

Re: [edk2-devel] [PATCH 3/5] GenGv: Arm: support images entered in Thumb mode

2021-05-10 Thread Ard Biesheuvel
On Tue, 4 May 2021 at 17:20, Etienne Carriere wrote: > > Change GenFv for Arm architecture to generate a specific jump > instruction as image entry instruction, when the target entry label > is assembled with Thumb instruction set. This is possible since > SecCoreEntryAddress value fetched from th

[edk2-devel] [PATCH 3/5] GenGv: Arm: support images entered in Thumb mode

2021-05-04 Thread Etienne Carriere
Change GenFv for Arm architecture to generate a specific jump instruction as image entry instruction, when the target entry label is assembled with Thumb instruction set. This is possible since SecCoreEntryAddress value fetched from the PE32 as its LSBit set when the entry instruction executes in T

[edk2-devel] [PATCH 3/5] GenGv: Arm: support images entered in Thumb mode

2021-03-15 Thread Etienne Carriere
Change GenFv for Arm architecture to generate a specific jump instruction as image entry instruction when the target entry label is assembled with Thumb instruction set. This is possible since SecCoreEntryAddress value fetched from the PE32 as its LSBit set when the entry instruction executes in Th