Re: [edk2] [PATCH] BaseTools: Add COREBOOT tools definition

2017-07-11 Thread Gao, Liming
document these steps. Thanks Liming >-Original Message- >From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of >Patrick Georgi >Sent: Monday, July 10, 2017 11:06 PM >To: Gao, Liming >Cc: edk2-devel@lists.01.org >Subject: Re: [edk2] [PATCH] BaseTool

Re: [edk2] [PATCH] BaseTools: Add COREBOOT tools definition

2017-07-10 Thread Patrick Georgi
Hi Liming, thank you for the review! 2017-07-10 16:46 GMT+02:00 Gao, Liming : > Patrick: > Compared GCC5 and COREBOOT, the difference is that GCC5_IA32_PREFIX and > GCC5_X64_PREFIX. CoreBoot tool chain has the different style. So, it can't > reuse GCC5 tool chain. If GCC5 is update to refer to

Re: [edk2] [PATCH] BaseTools: Add COREBOOT tools definition

2017-07-10 Thread Gao, Liming
:edk2-devel-boun...@lists.01.org] On Behalf Of > Patrick Georgi > Sent: Tuesday, July 4, 2017 11:23 PM > To: edk2-devel@lists.01.org > Subject: [edk2] [PATCH] BaseTools: Add COREBOOT tools definition > > That toolset is defined as the current coreboot toolchain[0] at commit >

Re: [edk2] [PATCH] BaseTools: Add COREBOOT tools definition

2017-07-07 Thread Patrick Georgi
2017-07-03 5:08 GMT+02:00 Gao, Liming : > Hi, > Do you include your patch? I don't see it in the mail. > Oops, sorry. I added it as attachment, but somehow that was scrubbed. Finally figured out how to setup git send-email, so I started a new thread at https://lists.01.org/pipermail/edk2-devel/

[edk2] [PATCH] BaseTools: Add COREBOOT tools definition

2017-07-04 Thread Patrick Georgi
That toolset is defined as the current coreboot toolchain[0] at commit time. Right now this is gcc 6.3, iasl and GNU make, with minor patches as deemed necessary for firmware development by the coreboot maintainers. COREBOOT is primarily supposed to build CorebootPayloadPkg (and its dependencies),

Re: [edk2] [PATCH] BaseTools: Add COREBOOT tools definition

2017-07-02 Thread Gao, Liming
edk2] [PATCH] BaseTools: Add COREBOOT tools definition > >That toolset is defined as the current coreboot toolchain[0] at commit >time. Right now this is gcc 6.3, iasl and GNU make, with minor patches >as deemed necessary for firmware development by the coreboot maintainers. > &g

[edk2] [PATCH] BaseTools: Add COREBOOT tools definition

2017-06-30 Thread Patrick Georgi
That toolset is defined as the current coreboot toolchain[0] at commit time. Right now this is gcc 6.3, iasl and GNU make, with minor patches as deemed necessary for firmware development by the coreboot maintainers. COREBOOT is primarily supposed to build CorebootPayloadPkg (and its dependencies),