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
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
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
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
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
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
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