Re: [edk2-devel] [PATCH] BaseTools/VolInfo: Parse apriori files

2022-07-23 Thread Bob Feng
Hi Konstantin, Could you update the copyright in VolInfo.c? Thanks, Bob -Original Message- From: devel@edk2.groups.io On Behalf Of Konstantin Aladyshev Sent: Friday, July 22, 2022 11:38 PM To: devel@edk2.groups.io Cc: Feng, Bob C ; Gao, Liming ; Chen, Christine ; Konstantin Aladyshev

Re: [edk2-devel] [Patch v2 10/11] BaseTools: Remove all UGA support

2022-07-23 Thread Bob Feng
Reviewed-by: Bob Feng -Original Message- From: Jiang, Guomin Sent: Friday, July 15, 2022 9:51 AM To: devel@edk2.groups.io Cc: Feng, Bob C ; Gao, Liming ; Chen, Christine Subject: [Patch v2 10/11] BaseTools: Remove all UGA support REF: https://bugzilla.tianocore.org/show_bug.cgi?id=23

[edk2-devel] Running Rust Tests for UEFI now possible

2022-07-23 Thread Ayush Singh
Hello everyone. I have a new exciting update about the project "Implement Rust-std for UEFI". It is now possible to run Rust Testing suit for UEFI under qemu. The instructions for running the tests can be found [here](https://www.programmershideaway.xyz/post12/). It also contains a detailed lis

Re: [edk2-devel] [PATCH] BaseTools/VolInfo: Increase define for highest section value

2022-07-23 Thread Bob Feng
Reviewed-by: Bob Feng -Original Message- From: Konstantin Aladyshev Sent: Monday, July 18, 2022 8:56 PM To: devel@edk2.groups.io Cc: Feng, Bob C ; Gao, Liming ; Chen, Christine ; Konstantin Aladyshev Subject: [PATCH] BaseTools/VolInfo: Increase define for highest section value Curre

Re: [edk2-devel] [PATCH] BaseTools/VolInfo: Correct alignment attributes display

2022-07-23 Thread Bob Feng
Reviewed-by: Bob Feng -Original Message- From: Konstantin Aladyshev Sent: Wednesday, July 13, 2022 9:11 PM To: devel@edk2.groups.io Cc: Feng, Bob C ; Gao, Liming ; Chen, Christine ; Konstantin Aladyshev Subject: [PATCH] BaseTools/VolInfo: Correct alignment attributes display Alignme

Re: [edk2-devel] [PATCH 1/1] BaseTools: INF should use latest Pcd value instead of default value

2022-07-23 Thread Bob Feng
Reviewed-by: Bob Feng -Original Message- From: Li, Yi1 Sent: Monday, July 11, 2022 1:48 PM To: devel@edk2.groups.io Cc: Li, Yi1 ; Feng, Bob C ; Gao, Liming Subject: [PATCH 1/1] BaseTools: INF should use latest Pcd value instead of default value This patch is a bug fix about FeatureF

[edk2-devel] [PATCH 1/1] MdeModulePkg/Core: Move Private calculation after TemporaryRamMigration

2022-07-23 Thread Guomin Jiang
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2639 Move Private calculation after TemporaryRamMigration to avoid calculate Private twice. RootCause: 1. ebp is used as Private pointer 2. It is calculated in TemporaryRamMigration again 3. So Private point to the invalid address after second c