Re: [edk2] [PATCH] BaseTools/GenFw: align RVA of debug

2015-09-11 Thread Gao, Liming
Yes. I will update Maintainers.txt. -Original Message- From: Ard Biesheuvel [mailto:ard.biesheu...@linaro.org] Sent: Friday, September 11, 2015 3:05 PM To: Gao, Liming Cc: edk2-devel@lists.01.org; Liu, Yingke D; Laszlo Ersek; Leif Lindholm Subject: Re: [edk2] [PATCH] BaseTools/GenFw

Re: [edk2] [PATCH] BaseTools/GenFw: align RVA of debug

2015-09-11 Thread Ard Biesheuvel
Message- > From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of Ard > Biesheuvel > Sent: Friday, September 11, 2015 2:53 PM > To: edk2-devel@lists.01.org; Gao, Liming; Liu, Yingke D > Cc: Laszlo Ersek; Leif Lindholm; Ard Biesheuvel > Subject: Re: [edk2] [PATC

Re: [edk2] [PATCH] BaseTools/GenFw: align RVA of debug

2015-09-11 Thread Gao, Liming
; Liu, Yingke D Cc: Laszlo Ersek; Leif Lindholm; Ard Biesheuvel Subject: Re: [edk2] [PATCH] BaseTools/GenFw: align RVA of debug On 9 September 2015 at 11:44, Ard Biesheuvel wrote: > SVN commit r18077 ("BaseTools/GenFw: move .debug contents to .data to > save space") removed the separate

Re: [edk2] [PATCH] BaseTools/GenFw: align RVA of debug

2015-09-10 Thread Ard Biesheuvel
On 9 September 2015 at 11:44, Ard Biesheuvel wrote: > SVN commit r18077 ("BaseTools/GenFw: move .debug contents to .data to > save space") removed the separate .debug section after moving its > contents into .text or .data. However, this change does not take into > account that some of these conte

Re: [edk2] [PATCH] BaseTools/GenFw: align RVA of debug

2015-09-09 Thread Ard Biesheuvel
dk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of Ard > Biesheuvel > Sent: Wednesday, September 09, 2015 5:51 PM > To: Gao, Liming > Cc: edk2-devel@lists.01.org; ler...@redhat.com; Liu, Yingke D; > leif.lindh...@linaro.org > Subject: Re: [edk2] [PATCH] BaseTools/Gen

Re: [edk2] [PATCH] BaseTools/GenFw: align RVA of debug

2015-09-09 Thread Gao, Liming
Sent: Wednesday, September 09, 2015 5:51 PM To: Gao, Liming Cc: edk2-devel@lists.01.org; ler...@redhat.com; Liu, Yingke D; leif.lindh...@linaro.org Subject: Re: [edk2] [PATCH] BaseTools/GenFw: align RVA of debug On 9 September 2015 at 11:46, Gao, Liming wrote: > Ard: > Dose this patch f

Re: [edk2] [PATCH] BaseTools/GenFw: align RVA of debug

2015-09-09 Thread Ard Biesheuvel
On 9 September 2015 at 11:46, Gao, Liming wrote: > Ard: > Dose this patch fix Section Alignment of elf binaries compiled with > GCC(Linux) reported by Michael Zimmermann ? > No. This fixes a problem on 32-bit ARM where the debug entry is resolved before the MMU is up, which results in an align

Re: [edk2] [PATCH] BaseTools/GenFw: align RVA of debug

2015-09-09 Thread Gao, Liming
Ard: Dose this patch fix Section Alignment of elf binaries compiled with GCC(Linux) reported by Michael Zimmermann ? Thanks Liming -Original Message- From: Ard Biesheuvel [mailto:ard.biesheu...@linaro.org] Sent: Wednesday, September 09, 2015 5:44 PM To: edk2-devel@lists.01.org; Gao, Li

[edk2] [PATCH] BaseTools/GenFw: align RVA of debug

2015-09-09 Thread Ard Biesheuvel
SVN commit r18077 ("BaseTools/GenFw: move .debug contents to .data to save space") removed the separate .debug section after moving its contents into .text or .data. However, this change does not take into account that some of these contents need to appear at a 32-bit aligned offset. So align the d