Re: [PATCH 3/5] GenGv: Arm: support images entered in Thumb mode
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[SAMI] if condition should evaluate a Boolean value. See https://edk2-docs.gitbook.io/edk-ii-c-coding-standards-specification/5_source_files/57_c_programming#5-7-2-1-boolean-values-variable-type-boolean-do-not-require-explicit-comparisons-to-true-or-false With that changed. [/SAMI] + ResetVector[0] = ARM_JUMP_TO_THUMB(EntryOffset);
|
|