[edk2] ADDDEBUGFLAG/--add-gnu-debuglink on linux

2012-11-15 Thread Jordan Justen
> +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

Re: [edk2] ADDDEBUGFLAG/--add-gnu-debuglink on linux

2012-11-15 Thread Laszlo Ersek
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. > >

Re: [edk2] gcc47 and tools-def.txt

2012-11-15 Thread Paolo Bonzini
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

Re: [edk2] gcc47 and tools-def.txt

2012-11-15 Thread Laszlo Ersek
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

[edk2] Enable IRQ in ARM code

2012-11-15 Thread nicolas
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,---

[edk2] Complete UEFI Boot on ARM platform

2012-11-15 Thread nicolas
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)