> +DEBUG_*_*_OBJCOPY_ADDDEBUGFLAG =
> --add-gnu-debuglink=$(DEBUG_DIR)\$(MODULE_NAME).debug
Sergey pointed out that our tools_def uses a \ character for a path
separator rather than a / character. This causes the command to fail
on Linux.
I guess this means it was tested on windows with ming
On 11/15/12 09:39, Jordan Justen wrote:
>> +DEBUG_*_*_OBJCOPY_ADDDEBUGFLAG =
>> --add-gnu-debuglink=$(DEBUG_DIR)\$(MODULE_NAME).debug
>
> Sergey pointed out that our tools_def uses a \ character for a path
> separator rather than a / character. This causes the command to fail
> on Linux.
>
>
Il 14/11/2012 21:19, Jordan Justen ha scritto:
> On Wed, Nov 14, 2012 at 11:34 AM, Sergey Isakov wrote:
>> Dear sirs,
>> May be this information must to to BaseTools developers but if we use
>> edk2/Conf/tools-def.txt
>> we should know that GCC47 required one more flag
>> *_GCC47_X64_ASM_FLAGS
On 11/15/12 12:04, Paolo Bonzini wrote:
> Il 14/11/2012 21:19, Jordan Justen ha scritto:
>> On Wed, Nov 14, 2012 at 11:34 AM, Sergey Isakov wrote:
>>> Dear sirs,
>>> May be this information must to to BaseTools developers but if we use
>>> edk2/Conf/tools-def.txt
>>> we should know that GCC47 requ
hi, Experts:
I am studying ARM UEFI code.
In sec code, it would call ArmDisableInterrupts to disable IRQ/FIQ in CPSR.
After that, i could not find any code to enable IRQ/FIQ interrupts in Dxe phase
code.
Why?
best wishes,---
hi, Oliver:
Based on ArmPlatformPkg\Documentation\ArmPlatformLib-Full-Boot.png, it's a
complete UEFI boot on versatile board, not depend on any 3rd party binary code.
But based on "Secure Board Boot on ARM Reference Hardware System Softeware on
ARM.pdf" (ARM document,doc number is: ARM DEN 0006A)