Re: [edk2] [PATCH v2 5/7] BaseTools-Conf:Introduce CLANG38 new toolchain for x86

2016-07-08 Thread Ronny Chevalier
On Fri, Jul 8, 2016 at 9:42 AM, Shi, Steven wrote: > LANG38 uses Clang3.8.0, enable LLVM Link Time Optimization (LTO) > and code size optimization flag (-Oz) by default for aggressive code > size improvement. CLANG38 X64 code is small code model + PIE. > > Test pass

Re: [edk2] [PATCH] BaseTools/GenFw: skip relocation entry if there is an error

2016-02-17 Thread Ronny Chevalier
It is now obsolete with commit 621bb723a4e00cb93e8a94c6126de4976dde1d9e On Mon, Feb 15, 2016 at 10:25 AM, Gao, Liming <liming@intel.com> wrote: > Reviewed-by: Liming Gao <liming@intel.com> > > -Original Message- > From: Ronny Chevalier [mailto:chevalier

[edk2] [PATCH] BaseTools/GenFw: skip relocation entry if there is an error

2016-02-12 Thread Ronny Chevalier
Otherwise a segfault occurs due to an out-of-bound access Contributed-under: TianoCore Contribution Agreement 1.0 Cc: Yonghong Zhu <yonghong@intel.com> Cc: Liming Gao <liming@intel.com> Signed-off-by: Ronny Chevalier <chevalier.ro...@gmail.com> --- BaseTools/Source/C/Ge

Re: [edk2] Measured boot in OVMF with QEMU TPM passthrough?

2015-08-21 Thread Ronny Chevalier
On Fri, Aug 21, 2015 at 6:44 PM, David Van Arnem dvanar...@cmlab.biz wrote: Hello again, I've done some analysis and here's where I'm at with measured boot with OVMF in a QEMU guest: I've verified that most of the relevant modules that need to be added according to the instructions at

Re: [edk2] Measured boot in OVMF with QEMU TPM passthrough?

2015-08-21 Thread Ronny Chevalier
On Fri, Aug 21, 2015 at 7:21 PM, Laszlo Ersek ler...@redhat.com wrote: On 08/21/15 18:44, David Van Arnem wrote: Hello again, I've done some analysis and here's where I'm at with measured boot with OVMF in a QEMU guest: I've verified that most of the relevant modules that need to be added