[edk2-devel] [PATCH 2/2] BaseTools: Switch to downloading the AARCH64 compiler from Arm's site

2021-08-22 Thread Rebecca Cran
Linaro no longer do gcc releases - they're done by Arm now. Update gcc_aarch64_linux_ext_dep.yaml to fetch the latest AARCH64 gcc release (10.3-2021.07) from their site. Signed-off-by: Rebecca Cran --- BaseTools/Bin/gcc_aarch64_linux_ext_dep.yaml | 10 +- 1 file changed, 5

[edk2-devel] [PATCH 0/2] BaseTools: Switch ARM/AARCH64 CI gcc from Linaro to Arm

2021-08-22 Thread Rebecca Cran
Linaro no longer do gcc releases - Arm creates them now. Update the gcc_[arm,aarch64]_linux_ext_dep.yaml files in BaseTools/Bin to switch from Linaro's old release to the latest gcc 10.3-2021.07 release from Arm. The private PR https://github.com/tianocore/edk2/pull/1909 failed due to a problem

[edk2-devel] [PATCH 1/2] BaseTools: Switch to downloading the ARM compiler from Arm's site

2021-08-22 Thread Rebecca Cran
Linaro no longer do gcc releases - they're done by Arm now. Update gcc_arm_linux_ext_dep.yaml to fetch the latest ARM gcc release (10.3-2021.07) from their site. Signed-off-by: Rebecca Cran --- BaseTools/Bin/gcc_arm_linux_ext_dep.yaml | 10 +- 1 file changed, 5 insertions(+), 5

[edk2-devel] Using linked lists in EDK II

2021-08-22 Thread Ethin Probst
Hey all, I've come across a situation where I need linked lists but I don't know how to actually use the linked list functionality. Looking at the API and existing uses of it doesn't really help -- it appears more complex than I'm sure it really is. Could someone explain how it works? (What I'm

[edk2-devel] [PATCH] UefiPayloadPkg: Dump hob info from gEdkiiBootManagerMenuFileGuid

2021-08-22 Thread duntan
Dump this hob infomation from gEdkiiBootManagerMenuFileGuid Cc: Guo Dong Cc: Ray Ni Cc: Maurice Ma Cc: Benjamin You Signed-off-by: DunTan --- UefiPayloadPkg/UefiPayloadEntry/PrintHob.c| 26 +- UefiPayloadPkg/UefiPayloadEntry/UniversalPayloadEntry.inf

Re: [edk2-devel] [edk2-platforms][PATCH v5 23/46] TigerlakeOpenBoardPkg: Update SpiFvbService & SpiFlashCommonLib

2021-08-22 Thread Heng Luo
Reviewed-by: Heng Luo > -Original Message- > From: mikub...@linux.microsoft.com > Sent: Tuesday, August 3, 2021 11:01 PM > To: devel@edk2.groups.io > Cc: Chaganty, Rangasai V ; Desimone, > Nathaniel L ; Luo, Heng > Subject: [edk2-platforms][PATCH v5 23/46] TigerlakeOpenBoardPkg: Update

Re: [edk2-devel] [edk2-platforms][PATCH v5 14/46] TigerlakeOpenBoardPkg: Use IntelSiliconPkg BIOS area and ucode PCDs

2021-08-22 Thread Heng Luo
Reviewed-by: Heng Luo > -Original Message- > From: mikub...@linux.microsoft.com > Sent: Tuesday, August 3, 2021 10:39 AM > To: devel@edk2.groups.io > Cc: Chaganty, Rangasai V ; Desimone, > Nathaniel L ; Luo, Heng > Subject: [edk2-platforms][PATCH v5 14/46] TigerlakeOpenBoardPkg: Use >

Re: [edk2-devel] [edk2-platforms][PATCH v5 23/46] TigerlakeOpenBoardPkg: Update SpiFvbService & SpiFlashCommonLib

2021-08-22 Thread Chaganty, Rangasai V
Reviewed-by: Sai Chaganty -Original Message- From: mikub...@linux.microsoft.com Sent: Monday, August 02, 2021 7:39 PM To: devel@edk2.groups.io Cc: Chaganty, Rangasai V ; Desimone, Nathaniel L ; Luo, Heng Subject: [edk2-platforms][PATCH v5 23/46] TigerlakeOpenBoardPkg: Update

Re: [edk2-devel] [edk2-platforms][PATCH v5 31/46] TigerlakeOpenBoardPkg: Remove SmmSpiFlashCommonLib

2021-08-22 Thread Chaganty, Rangasai V
Reviewed-by: Sai Chaganty -Original Message- From: mikub...@linux.microsoft.com Sent: Monday, August 02, 2021 7:39 PM To: devel@edk2.groups.io Cc: Chaganty, Rangasai V ; Desimone, Nathaniel L ; Luo, Heng Subject: [edk2-platforms][PATCH v5 31/46] TigerlakeOpenBoardPkg: Remove

Re: [edk2-devel] [PATCH v2 1/1] MdeModulePkg/Console: Improve encoding of box drawing characters

2021-08-22 Thread Caden Kline
I think '\' '/' works just as well if not better than '+' for the purpose they serve. I think that part of the table is an example of poor man's ascii not of all of it. I'm not sure how to bring the other threads into this one. So here are the links to v3

[edk2-devel] [PATCH v3 1/1] MdeModulePkg/Console: Improve encoding of box drawing characters

2021-08-22 Thread Caden Kline
Improved encoding of box drawing characters for different terminal types. This includes Dec special graphics mode and more utf8. Changes are made according to the below issue https://bugzilla.tianocore.org/show_bug.cgi?id=3580 Cc: Jian J Wang Cc: Hao A Wu Cc: Zhichao Gao Cc: Ray Ni

[edk2-devel] [PATCH v3 0/1] MdeModulePkg/Console: Improve encoding of box drawing characters

2021-08-22 Thread Caden Kline
Improved encoding of box drawing characters for different terminal types. This includes Dec special graphics mode and more utf8. According to this table https://github.com/tianocore/tianocore.github.io/wiki/Tasks-Terminal-driver-improvements v1 mail:

回复: [edk2-devel] 回复: [edk2-stable202108] Package: CryptoPkg/BaseCryptLib: fix incorrect param order

2021-08-22 Thread gaoliming
Create PR https://github.com/tianocore/edk2/pull/1908 for this fix. Thanks Liming > -邮件原件- > 发件人: devel@edk2.groups.io 代表 gaoliming > 发送时间: 2021年8月19日 10:49 > 收件人: devel@edk2.groups.io; jiewen@intel.com; 'Stewart, Chris (SW > Architect)' > 抄送: 'Wang, Jian J' ; 'Lu, XiaoyuX' > ;

Re: [edk2-devel] [PATCH 1/1] BaseTools/tools_def: Fix CLANGPDB X64 RCPATH

2021-08-22 Thread Yuwei Chen
This patch looks good to me. Reviewed-by: Yuwei Chen > -Original Message- > From: Marvin Häuser > Sent: Sunday, August 22, 2021 3:56 AM > To: devel@edk2.groups.io > Cc: Feng, Bob C ; Liming Gao > ; Chen, Christine ; > Vitaly Cheptsov > Subject: [PATCH 1/1] BaseTools/tools_def: Fix

Re: [edk2-devel] [PATCH EDK2 v1 1/1] BaseTools: Remove dependence of libuuid

2021-08-22 Thread Yuwei Chen
Reviewed-by: Yuwei Chen > -Original Message- > From: devel@edk2.groups.io On Behalf Of > wenyi,xie via groups.io > Sent: Friday, August 6, 2021 5:07 PM > To: devel@edk2.groups.io; Feng, Bob C ; > gaolim...@byosoft.com.cn; Chen, Christine > Cc: songdongku...@huawei.com;

Re: [edk2-devel] [edk2-platforms PATCH] Platform/RaspberryPi: Check for Boot Discovery Policy change.

2021-08-22 Thread Mario Bălănică
Tested-by: Mario Bălănică -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#79687): https://edk2.groups.io/g/devel/message/79687 Mute This Topic: https://groups.io/mt/84967553/21656 Group Owner: devel+ow...@edk2.groups.io Unsubscribe:

Re: [edk2-devel] [PATCH 1/1] EmbeddedPkg/AcpiLib: Add more helper functions

2021-08-22 Thread Abner Chang
Hi Pham, First at all, you have to update the copyright. Other comments are in below, > -Original Message- > From: Nhi Pham [mailto:n...@os.amperecomputing.com] > Sent: Tuesday, August 17, 2021 9:24 PM > To: devel@edk2.groups.io > Cc: patc...@amperecomputing.com; Nhi Pham > ; Leif

Re: [edk2-devel] [PATCH v3 0/7] RPi4: Enable ACPI PCIe conduit

2021-08-22 Thread Ard Biesheuvel
On Sat, 21 Aug 2021 at 20:59, Jared McNeill wrote: > > Works as expected on NetBSD 10 + Raspberry Pi 4 B (4GB). > > Tested-by: Jared McNeill > Pushed as 0efab5febe78..46026ad759b7 thanks all, > > On Fri, 20 Aug 2021, Samer El-Haj-Mahmoud wrote: > > > +Jared to review/test the series with

Re: [edk2-devel] [PATCH v3 5/7] Silicon/Broadcom/Bcm27xx: Move linkup check into the cfg accessor

2021-08-22 Thread Ard Biesheuvel
On Sun, 22 Aug 2021 at 15:37, Ard Biesheuvel wrote: > > On Fri, 20 Aug 2021 at 06:16, Jeremy Linton wrote: > > > > The existing code fails to create/finish configuring the > > pcie subsystem if it fails to get a linkup. This is reasonable > > on the RPi4 because it generally won't happen, and

Re: [edk2-devel] [PATCH v3 5/7] Silicon/Broadcom/Bcm27xx: Move linkup check into the cfg accessor

2021-08-22 Thread Ard Biesheuvel
On Fri, 20 Aug 2021 at 06:16, Jeremy Linton wrote: > > The existing code fails to create/finish configuring the > pcie subsystem if it fails to get a linkup. This is reasonable > on the RPi4 because it generally won't happen, and the OS > could not see the root port. Now that the OS can see the >

Re: [edk2-devel] [edk2-platforms PATCH 1/1] Fix AMD/OverdriveBoard and SoftIron/Overdrive1000Board builds

2021-08-22 Thread Ard Biesheuvel
On Sat, 21 Aug 2021 at 04:00, Rebecca Cran wrote: > > BdsDxe depends on VariablePolicyHelperLib, so move it out from > VariableRuntimeDxe.inf and add it to LibraryClasses.DXE_DRIVER and > LibraryClasses.DXE_RUNTIMER_DRIVER. > > This fixes the build of AMD/OverdriveBoard and >

Re: [edk2-devel] [PATCH 1/5] MdeModulePkg/PeiCore: Align fixed-address error behaviour

2021-08-22 Thread Marvin Häuser
Got it: https://public-inbox.org/git/4db7759c-2123-533b-9f89-954c07f58...@posteo.de/T/#u Sorry, once more, for the "spam" :) Best regards, Marvin On 21/08/2021 22:10, Marvin Häuser wrote: Good day, Is someone firm with the details around git send-mail? I explicitly disabled threading (i.e.