[edk2-devel] [Patch] Updated EDK II Release Notes

2019-04-27 Thread Wang Fan
Remove IpSec driver and IpSecConfig application in NetworkPkg for BZ1697. Cc: Liming Gao Signed-off-by: Wang Fan --- EDK-II-Release-Notes.md | 5 + 1 file changed, 5 insertions(+) diff --git a/EDK-II-Release-Notes.md b/EDK-II-Release-Notes.md index 892ceaf..e080082 100644 --- a/EDK-II

[edk2-devel] [PATCH v4 1/1] MdeModulePkg: Support customized FV Migration Information

2023-12-11 Thread Wang Fan
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=4533 There are use cases which not all FVs need be migrated from TempRam to permanent memory before TempRam tears down. This new guid is introduced to avoid unnecessary FV migration to improve boot performance. Platform can publish MigrationInfo

Re: [edk2-devel] [PATCH v4 1/1] MdeModulePkg: Support customized FV Migration Information

2023-12-11 Thread Wang Fan
seOnTempRam" to avoid misunderstanding - Update flag name "FLAGS_SKIP_FV_RAW_DATA_COPY" to "FLAGS_FV_RAW_DATA_COPY " - Refine the logic to NOT impact building MigratedFvInfo hob with raw data copy flag Best Regards Fan -Original Message- From: devel@edk2.groups.io On Be

Re: [edk2-devel] [PATCH v4 1/1] MdeModulePkg: Support customized FV Migration Information

2023-12-13 Thread Wang Fan
raw data is copied, otherwise measure FV from the base Input parameter indicated. Best Regards Fan -Original Message- From: Ni, Ray Sent: Wednesday, December 13, 2023 11:24 AM To: Wang, Fan ; devel@edk2.groups.io Cc: Kinney, Michael D ; Gao, Liming ; Jiang, Guomin ; Wang, Jian J Subjec

[edk2-devel] [PATCH v5 0/2] Support customized FV Migration Information

2023-12-14 Thread Wang Fan
There are use cases which not all FVs need be migrated from TempRam to permanent memory before TempRam tears down. This new guid is introduced to avoid unnecessary FV migration to improve boot performance. Platform can publish MigrationInfo hob with this guid to customize FV migration info, and Pei

[edk2-devel] [PATCH v5 1/2] MdeModulePkg: Support customized FV Migration Information

2023-12-14 Thread Wang Fan
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=4533 There are use cases which not all FVs need be migrated from TempRam to permanent memory before TempRam tears down. This new guid is introduced to avoid unnecessary FV migration to improve boot performance. Platform can publish MigrationInfo

[edk2-devel] [PATCH v5 2/2] SecurityPkg: Support customized FV Migration Information

2023-12-14 Thread Wang Fan
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=4533 In Tcg driver, when MigratedFvInfo hob is detected, existing code logic is assuming FV raw data is already copied, and raw data base address is also recorded. Due to the new PeiCore change, the platform can publish hob to indicate raw data n

Re: [edk2-devel] [PATCH v5 0/2] Support customized FV Migration Information

2023-12-14 Thread Wang Fan
/edk2/commit/6f7e955f1d63a875f69ebc084885e76610acc722 v5: - Remove RemoveFvHobsInTemporaryMemory() since no consumer will call this API now. - Separate patches to different packages. Best Regards Fan -Original Message- From: devel@edk2.groups.io On Behalf Of Wang Fan Sent: Thursday

Re: [edk2-devel] [PATCH v5 0/2] Support customized FV Migration Information

2023-12-20 Thread Wang Fan
impact any existing code. Best Regards Fan -Original Message- From: Ni, Ray Sent: Wednesday, December 20, 2023 4:16 PM To: Gao, Liming ; Wang, Fan ; Kumar, Rahul R Cc: Wang, Jian J ; Kinney, Michael D ; Jiang, Guomin ; devel@edk2.groups.io Subject: RE: [edk2-devel] [PATCH v5 0/2

[edk2-devel] [PATCH] MdeModulePkg: Support customized FV Migration Information

2023-09-06 Thread Wang Fan
From: Wang Fan REF: https://bugzilla.tianocore.org/show_bug.cgi?id=4533 There are use cases which not all FVs need be migrated from TempRam to permanent memory before TempRam tears down. This new guid is introduced to avoid unnecessary FV migration to improve boot performance. Platform can

[edk2-devel] [PATCH V2 1/1] MdeModulePkg: Support customized FV Migration Information

2023-09-11 Thread Wang Fan
hobs not exists, migrate all FVs to permanent memory. Cc: Michael D Kinney Cc: Liming Gao Cc: Guomin Jiang Cc: Dandan Bi Signed-off-by: Wang Fan --- MdeModulePkg/Core/Pei/Dispatcher/Dispatcher.c | 82 +-- MdeModulePkg/Core/Pei/PeiMain.inf | 1 + MdeModulePkg

Re: [edk2-devel] [PATCH] MdeModulePkg: Support customized FV Migration Information

2023-09-13 Thread Wang Fan
Hi Mike, Liming and Guomin Could you help review this change? Best Regards Fan -Original Message- From: devel@edk2.groups.io On Behalf Of Wang Fan Sent: Thursday, September 7, 2023 2:55 PM To: devel@edk2.groups.io Cc: Wang, Fan ; Kinney, Michael D ; Gao, Liming ; Jiang, Guomin ; Bi

Re: [edk2-devel] [PATCH V2 1/1] MdeModulePkg: Support customized FV Migration Information

2023-09-21 Thread Wang Fan
Hi Mike, Liming, Guomin and Dandan Could you help review this change? Best Regards Fan -Original Message- From: devel@edk2.groups.io On Behalf Of Wang Fan Sent: Monday, September 11, 2023 5:52 PM To: devel@edk2.groups.io Cc: Wang, Fan ; Kinney, Michael D ; Gao, Liming ; Jiang, Guomin

[edk2-devel] [PATCH v3 1/1] MdeModulePkg: Support customized FV Migration Information

2023-10-27 Thread Wang Fan
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=4533 There are use cases which not all FVs need be migrated from TempRam to permanent memory before TempRam tears down. This new guid is introduced to avoid unnecessary FV migration to improve boot performance. Platform can publish ToMigrateFvInf

Re: [edk2-devel] [PATCH V2 1/1] MdeModulePkg: Support customized FV Migration Information

2023-10-27 Thread Wang Fan
on permanent address. What do you think? Best Regards Fan -Original Message- From: Kinney, Michael D Sent: Tuesday, October 17, 2023 5:00 AM To: Wang, Fan ; devel@edk2.groups.io Cc: Gao, Liming ; Jiang, Guomin ; Bi, Dandan ; Kinney, Michael D Subject: RE: [PATCH V2 1/1] MdeMo

Re: [edk2-devel] [PATCH V2 1/1] MdeModulePkg: Support customized FV Migration Information

2023-11-19 Thread Wang Fan
Hi Mike and Liming Do you have time to take a look this update? V3: https://edk2.groups.io/g/devel/message/110197 Pull Request: https://github.com/tianocore/edk2/pull/4970 Best Regards Fan -Original Message- From: Wang, Fan Sent: Friday, October 27, 2023 4:24 PM To: Kinney, Michael D

Re: [edk2-devel] [PATCH V2 1/1] MdeModulePkg: Support customized FV Migration Information

2023-12-04 Thread Wang Fan
emoveFvHobsInTemporaryMemory () does nothing now.", it's true from my investigation. Best Regards Fan -Original Message- From: Ni, Ray Sent: Friday, December 1, 2023 11:06 AM To: devel@edk2.groups.io; Gao, Liming ; Wang, Fan ; Kinney, Michael D Cc: Jiang, Guomin ; Bi, Dandan Subject