On 04/03/19 17:49, Kinney, Michael D wrote:
> Laszlo,
>
> I think it makes sense to post validated shell binaries
> with the edk2-stable tag releases. GitHub does support
> this when a release tag is made.
>
> However, we would need to make it simple for a platform
> to use a binary from that lo
tl;dr
If you're sending emails to this list, now would be a good time to
switch over to the new list: https://edk2.groups.io/g/devel
We will be transitioning to Groups.io today for our devel mailing list.
At some point today, this email will begin to bounce any incoming
messages. I'll be wor
Laszlo,
I think it makes sense to post validated shell binaries
with the edk2-stable tag releases. GitHub does support
this when a release tag is made.
However, we would need to make it simple for a platform
to use a binary from that location. We may need some
enhancements to pull in binary art
I cannot spot anything obvious, but we have seen issues where the workspace
depth is long, which we resolve by using junctions on Windows.
We have tried building the FVP platform firmware on our Jenkins Windows 10
infrastructure, using the same gcc toolchain
(gcc-linaro-7.3.1-2018.05-i686-mingw
On 04/03/19 14:13, Laszlo Ersek wrote:
> On 04/03/19 14:10, Laszlo Ersek wrote:
>> On 04/03/19 09:00, Hao Wu wrote:
>>> This series is also available at:
>>> https://github.com/hwu25/edk2/tree/ovmf_8259_8254_rfcv1
>>>
>>>
>>> As a sub-task to remove the IntelFrameworkPkg (BZ-1604),
>>>
>>> 8259Inte
manually trigger have the same error
At 2019-04-03 20:51:16, "Gao, Liming" wrote:
>I mean to manually trig build in Jenkins server and see what happen.
>
>Thanks
>Liming
>From: wang xiaofeng [mailto:winggundu...@163.com]
>Sent: Wednesday, April 3, 2019 8:16 PM
>To: Gao, Liming
>Cc: edk2-
On 04/03/19 09:00, Hao Wu wrote:
> REF:https://bugzilla.tianocore.org/show_bug.cgi?id=1496
>
> This commit updates the OVMF DSC/FDF files to consume the copied
> 8259InterruptControllerDxe and 8254TimerDxe drivers within OvmfPkg.
>
> The unconsumed PCD:
> gPcAtChipsetPkgTokenSpaceGuid.Pcd8259Lega
On 04/03/19 09:00, Hao Wu wrote:
> REF:https://bugzilla.tianocore.org/show_bug.cgi?id=1496
>
> This commit will remove the IntelFrameworkPkg DEC file dependency in the
> driver INF file.
>
> A new GUID has been updated for the INF file.
>
> Corresponding changes have been made in OVMF DSC files
I mean to manually trig build in Jenkins server and see what happen.
Thanks
Liming
From: wang xiaofeng [mailto:winggundu...@163.com]
Sent: Wednesday, April 3, 2019 8:16 PM
To: Gao, Liming
Cc: edk2-devel@lists.01.org; ard.biesheu...@linaro.org; leif.lindh...@linaro.org
Subject: Re:Re: [edk2] aarch
On 04/03/19 09:00, Hao Wu wrote:
> REF:https://bugzilla.tianocore.org/show_bug.cgi?id=1496
>
> This commit copies the exact 8254TimerDxe driver from PcAtChipsetPkg to
> OvmfPkg.
>
> Cc: Jordan Justen
> Cc: Laszlo Ersek
> Cc: Ard Biesheuvel
> Cc: David Woodhouse
> Cc: Ray Ni
> Contributed-und
On 04/03/19 09:00, Hao Wu wrote:
> REF:https://bugzilla.tianocore.org/show_bug.cgi?id=1496
>
> Several updates have been made to the OvmfPkg/AcpiPlatformDxe driver to
> drop its dependency on PcAtChipsetPkg:
>
> A) Consumes the PCD 'Pcd8259LegacyModeEdgeLevel' defined within OvmfPkg;
> B) Remove
On 04/03/19 09:00, Hao Wu wrote:
> REF:https://bugzilla.tianocore.org/show_bug.cgi?id=1496
>
> Several updates have been made to the
> OvmfPkg/8259InterruptControllerDxe driver to make it build under OvmfPkg:
>
> A) Update the driver INF file to consume PCDs defined within OvmfPkg;
> B) Remove th
On 04/03/19 09:00, Hao Wu wrote:
> REF:https://bugzilla.tianocore.org/show_bug.cgi?id=1496
>
> According to the DEC file in PcAtChipsetPkg, this commit adds the two
> 8259-driver-related PCDs into the OvmfPkg DEC file.
>
> Cc: Jordan Justen
> Cc: Laszlo Ersek
> Cc: Ard Biesheuvel
> Cc: David W
On 04/03/19 09:00, Hao Wu wrote:
> REF:https://bugzilla.tianocore.org/show_bug.cgi?id=1496
>
> This commit copies the exact Legacy8259 protocol header file from
> IntelFrameworkPkg to OvmfPkg. Also, the protocol GUID definition is
> duplicated in the OvmfPkg DEC file.
>
> Cc: Jordan Justen
> Cc:
HI Liming,
I don;t have direct access to server but I can ask someone to try.
How to verify gcc tool enviroment? any command I can run to check the
difference?
I just compare the gcc tool binarys , server and my local desktop are same.
But I am not sure whether other software/enviromen
Yes, both my local and server using Cygwin for aarch64 build
At 2019-04-03 18:59:29, "Leif Lindholm" wrote:
>On Wed, Apr 03, 2019 at 04:07:58PM +0800, wang xiaofeng wrote:
>> Hi Leif,
>>We use VC for X86 (do not need GCC cross complie)
>
>Ah, that was not clear from the original mail.
On 04/03/19 14:10, Laszlo Ersek wrote:
> On 04/03/19 09:00, Hao Wu wrote:
>> This series is also available at:
>> https://github.com/hwu25/edk2/tree/ovmf_8259_8254_rfcv1
>>
>>
>> As a sub-task to remove the IntelFrameworkPkg (BZ-1604),
>>
>> 8259InterruptControllerDxe driver (PcAtChipsetPkg)
>> Leg
On 04/03/19 09:00, Hao Wu wrote:
> This series is also available at:
> https://github.com/hwu25/edk2/tree/ovmf_8259_8254_rfcv1
>
>
> As a sub-task to remove the IntelFrameworkPkg (BZ-1604),
>
> 8259InterruptControllerDxe driver (PcAtChipsetPkg)
> Legacy8259 protocol (IntelFrameworkPkg)
> 8254Tim
On 04/03/19 09:00, Hao Wu wrote:
> REF:https://bugzilla.tianocore.org/show_bug.cgi?id=1496
>
> This commit copies the exact 8259InterruptControllerDxe driver from
> PcAtChipsetPkg to OvmfPkg.
>
> Cc: Jordan Justen
> Cc: Laszlo Ersek
> Cc: Ard Biesheuvel
> Cc: David Woodhouse
> Cc: Ray Ni
> C
Are your local server the same environment to Jenkins server? Can you login in
Jenkins sever and verify gcc tool?
Thanks
Liming
From: wang xiaofeng [mailto:winggundu...@163.com]
Sent: Wednesday, April 3, 2019 3:55 PM
To: Gao, Liming ; edk2-devel@lists.01.org;
ard.biesheu...@linaro.org; leif.lind
Hi Mike,
On 03/23/19 03:25, Kinney, Michael D wrote:
> Hello,
>
> New in V2
> =
> * Remove Cc lines from commit messages
> * Remove branch reference from commit messages
> * Change license in 2 files missed in OvmfPkg
> * Update OvmfPkg/License.txt to BSD+Patent as the default license
> *
Can you also clean up BaseLib to remove the support of INTEL tool chain?
> -Original Message-
> From: Zhang, Shenglei
> Sent: Wednesday, April 3, 2019 4:30 PM
> To: edk2-devel@lists.01.org
> Cc: Kinney, Michael D ; Gao, Liming
>
> Subject: [PATCH 1/2] MdePkg/BaseIoLibIntrinsic: Remove Io
On Wed, Apr 03, 2019 at 04:07:58PM +0800, wang xiaofeng wrote:
> Hi Leif,
>We use VC for X86 (do not need GCC cross complie)
Ah, that was not clear from the original mail.
Are both server and local system using cygwin/mingw32?
Best Regards,
Leif
>gcc revision :
> Using built-in specs.
On 04/03/19 04:17, Ni, Ray wrote:
>
>
>> -Original Message-
>> From: edk2-devel On Behalf Of Laszlo
>> Ersek
>> Sent: Tuesday, April 2, 2019 4:49 PM
>> To: Bi, Dandan ; edk2-devel@lists.01.org
>> Cc: Cetola, Stephano ; Kinney, Michael D
>> ; Gao, Liming ; Carsey,
>> Jaben
>> Subject: Re
There is no Intel complier test. So suggest to remove ICC
tool chain from tools_def.template. And also IoLibIcc.c
in MdePkg should update to be removed.
https://bugzilla.tianocore.org/show_bug.cgi?id=1666
Cc: Michael D Kinney
Cc: Bob Feng
Cc: Liming Gao
Cc: Yonghong Zhu
Contributed-under: Tian
As ICC tool chain will be removed, IoLibIcc.c should
also be removed.
https://bugzilla.tianocore.org/show_bug.cgi?id=1666
Cc: Michael D Kinney
Cc: Liming Gao
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Shenglei Zhang
---
.../BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf
There is no Intel compiler test. Suggest to remove ICC tool chain from
tools_def.template.
https://bugzilla.tianocore.org/show_bug.cgi?id=1666
Cc: Bob Feng
Cc: Liming Gao
Cc: Yonghong Zhu
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Shenglei Zhang
---
BaseTools/Conf/
All,
Now since EmulatorPkg supports to run in Windows environment, I propose to
remove Nt32Pkg.
Do you have any concern on the Nt32Pkg removal?
Thanks,
Ray
___
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-de
> -Original Message-
> From: Dong, Eric
> Sent: Wednesday, April 3, 2019 2:40 PM
> To: Ni, Ray ; edk2-devel@lists.01.org
> Subject: RE: [PATCH] UefiCpuPkg/Cpuid: Dump leaf 1FH information correctly
>
> Hi Ray,
>
> > -Original Message-
> > From: Ni, Ray
> > Sent: Friday, March
Hi Leif,
We use VC for X86 (do not need GCC cross complie)
gcc revision :
Using built-in specs.
COLLECT_GCC=aarch64-linux-gnu-gcc.exe
COLLECT_LTO_WRAPPER=c:/code/gnutools/gcc-linaro-7.3.1-2018.05-i686-mingw32_aarch64-linux-gnu/bin/../libexec/gcc/aarch64-linux-gnu/7.3.1/lto-wrapper.exe
Target
Sami, any ideas?
Xiaofeng, what gcc is being used for x86? (output of "gcc -v")
Best Regards,
Leif
On Wed, Apr 03, 2019 at 03:54:33PM +0800, wang xiaofeng wrote:
> HI ARM Base tool owners,
>I meet a strange issue that aarch64 build . The aarch64 build pass on my
> local server. But it fai
CC_FLAGS "/Mp" enables multithreading with CC Tool.
In order to adapt to this change, I made some changes to other tools
Cc: Bob Feng
Cc: Liming Gao
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Zhiju.Fan
---
BaseTools/Conf/build_rule.template | 2 +-
BaseTool
HI ARM Base tool owners,
I meet a strange issue that aarch64 build . The aarch64 build pass on my
local server. But it fails at Jenkins server(a Win10 autobuild system written
by Java that will can call edk2 bat in command line)
The build command is
"c:\jenkins\workspace\gop2018\udk2018\gn
> -Original Message-
> From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of
> Wu, Hao A
> Sent: Wednesday, April 03, 2019 3:27 PM
> To: Zhang, Shenglei; edk2-devel@lists.01.org
> Subject: Re: [edk2] [PATCH] SourceLevelDebugPkg/DebugAgent: Remove
> AsmFuncs.S in INF
>
> Re
Reviewed-by: Hao Wu
I will push this patch shortly to address the build failure for
SourceLevelDebugPkg.
Best Regards,
Hao Wu
> -Original Message-
> From: Zhang, Shenglei
> Sent: Wednesday, April 03, 2019 2:32 PM
> To: edk2-devel@lists.01.org
> Cc: Wu, Hao A; Zhang, Shenglei
> Subject:
REF:https://bugzilla.tianocore.org/show_bug.cgi?id=1496
This commit will remove the IntelFrameworkPkg DEC file dependency in the
driver INF file.
A new GUID has been updated for the INF file.
Corresponding changes have been made in OVMF DSC files as well in order to
verify the build.
Cc: Jordan
REF:https://bugzilla.tianocore.org/show_bug.cgi?id=1496
This commit copies the exact 8254TimerDxe driver from PcAtChipsetPkg to
OvmfPkg.
Cc: Jordan Justen
Cc: Laszlo Ersek
Cc: Ard Biesheuvel
Cc: David Woodhouse
Cc: Ray Ni
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by:
REF:https://bugzilla.tianocore.org/show_bug.cgi?id=1496
This commit updates the OVMF DSC/FDF files to consume the copied
8259InterruptControllerDxe and 8254TimerDxe drivers within OvmfPkg.
The unconsumed PCD:
gPcAtChipsetPkgTokenSpaceGuid.Pcd8259LegacyModeEdgeLevel
is removed from DSC files as w
REF:https://bugzilla.tianocore.org/show_bug.cgi?id=1496
Several updates have been made to the OvmfPkg/AcpiPlatformDxe driver to
drop its dependency on PcAtChipsetPkg:
A) Consumes the PCD 'Pcd8259LegacyModeEdgeLevel' defined within OvmfPkg;
B) Remove the PcAtChipsetPkg DEC file dependency in the d
REF:https://bugzilla.tianocore.org/show_bug.cgi?id=1496
Several updates have been made to the
OvmfPkg/8259InterruptControllerDxe driver to make it build under OvmfPkg:
A) Update the driver INF file to consume PCDs defined within OvmfPkg;
B) Remove the unnecessary dependency on the IntelFrameworkP
This series is also available at:
https://github.com/hwu25/edk2/tree/ovmf_8259_8254_rfcv1
As a sub-task to remove the IntelFrameworkPkg (BZ-1604),
8259InterruptControllerDxe driver (PcAtChipsetPkg)
Legacy8259 protocol (IntelFrameworkPkg)
8254TimerDxe driver (PcAtChipsetPkg)
will be removed in t
REF:https://bugzilla.tianocore.org/show_bug.cgi?id=1496
This commit copies the exact Legacy8259 protocol header file from
IntelFrameworkPkg to OvmfPkg. Also, the protocol GUID definition is
duplicated in the OvmfPkg DEC file.
Cc: Jordan Justen
Cc: Laszlo Ersek
Cc: Ard Biesheuvel
Cc: David Wood
REF:https://bugzilla.tianocore.org/show_bug.cgi?id=1496
This commit copies the exact 8259InterruptControllerDxe driver from
PcAtChipsetPkg to OvmfPkg.
Cc: Jordan Justen
Cc: Laszlo Ersek
Cc: Ard Biesheuvel
Cc: David Woodhouse
Cc: Ray Ni
Contributed-under: TianoCore Contribution Agreement 1.1
REF:https://bugzilla.tianocore.org/show_bug.cgi?id=1496
According to the DEC file in PcAtChipsetPkg, this commit adds the two
8259-driver-related PCDs into the OvmfPkg DEC file.
Cc: Jordan Justen
Cc: Laszlo Ersek
Cc: Ard Biesheuvel
Cc: David Woodhouse
Cc: Ray Ni
Contributed-under: TianoCore
44 matches
Mail list logo