On October 15, 2021 2:17 AM, Brijesh Singh wrote:
>
> The commit 80e67af9afca added support for the generic work area concept
> used mainly by the encrypted VMs. In the past, the work area was preliminary
> used by the SEV-ES VMs. The SEV-ES support is available for the X64 builds
> only.
> But n
On October 15, 2021 2:17 AM, Brijesh Singh wrote:
> The commit 80e67af9afca added support for the generic work area concept
> used mainly by the encrypted VMs but missed update the AmdSev package.
>
> Fixes: 80e67af9afca ("OvmfPkg: introduce a common work area")
> Cc: James Bottomley
> Cc: Min Xu
Hi,
> The MEMFD range is outside of the firmware image map, MEMFD begins with
> 0x80 [1] and in my boots I don't see it reserved in e820.
Ah, ok.
> Here is the snippet.
>
> [ ... ]
> [ 0.00] BIOS-e820: [mem 0x0080-0x00807fff] ACPI NVS
> [ 0.00] BIOS-e820
From: yangjie
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3655
The code in FmpDevicePkg called the deprecated interface
VariableLockRequestToLock. So I changed the code in
FmpDevicePkg using RegisterBasicVariablePolicy,
instead of the deprecated interface.
Signed-off-by: Yang Jie
Cc
Sure Chasel, thanks for the feedback. Will work on it.
-Original Message-
From: Chiu, Chasel
Sent: Monday, October 18, 2021 1:10 PM
To: Loo, Tung Lun ; devel@edk2.groups.io
Cc: Ma, Maurice ; Desimone, Nathaniel L
; Zeng, Star
Subject: RE: [PATCH] IntelFsp2Pkg: Add support for config ed
Hi Tung Lun,
Should we update ConfigEditorUserManual.md for this new function?
Thanks,
Chasel
> -Original Message-
> From: Loo, Tung Lun
> Sent: Friday, October 15, 2021 8:39 AM
> To: devel@edk2.groups.io
> Cc: Loo, Tung Lun ; Ma, Maurice
> ; Desimone, Nathaniel L
> ; Zeng, Star ; Ch
Series: Acked-by: Jiewen Yao
> -Original Message-
> From: devel@edk2.groups.io On Behalf Of Brijesh
> Singh via groups.io
> Sent: Friday, October 15, 2021 2:17 AM
> To: devel@edk2.groups.io
> Cc: James Bottomley ; Xu, Min M ;
> Yao, Jiewen ; Tom Lendacky
> ; Justen, Jordan L ;
> Ard Bies
From: IanX Kuo
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3675
Use QuickSort instead of QuickSortWorker
Cc: Ray Ni
Cc: Jian J Wang
Cc: Liming Gao
Signed-off-by: IanX Kuo
---
.../Library/BaseSortLib/BaseSortLib.c | 115 +
.../Library/UefiSortLib/UefiSortLib.
From: IanX Kuo
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3675
Remove MdeModulePkg dependency
Cc: Eric Dong
Cc: Ray Ni
Cc: Rahul Kumar
Signed-off-by: IanX Kuo
---
UefiCpuPkg/Library/CpuCacheInfoLib/CpuCacheInfoLib.c | 3 ++-
UefiCpuPkg/Library/CpuCacheInfoLib/DxeCpuCacheIn
From: IanX Kuo
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3675
Use QuickSort instead of QuickSortWorker
Cc: Ray Ni
Cc: Jiewen Yao
Cc: Jian J Wang
Cc: Xiaoyu Lu
Cc: Guomin Jiang
Signed-off-by: IanX Kuo
---
.../Library/BaseCryptLib/SysCall/CrtWrapper.c | 92 +--
1
From: IanX Kuo
1. MdeModulePkg/SortLib: Use QuickSort instead of QuickSortWorker
1-1: Drop cast (V2)
2. CryptLib/CryptLib: Remove duplicate QuickSortWorker
2-1: Drop cast (V3)
2-2: Add cast (BASE_SORT_COMPARE) to prevent incompatible types (V6)
'function': incompatible types - from 'int (__cdecl
Thanks for the comment.
It will be taken care by V5 patch.
Thanks,
Ian Kuo
-Original Message-
From: Ni, Ray
Sent: Monday, October 18, 2021 11:42 AM
To: Kuo, IanX ; devel@edk2.groups.io
Cc: Chan, Amy ; Dong, Eric ; Kumar,
Rahul1
Subject: RE: [PATCH v3 3/3] UefiCpuPkg/CpuCacheInfoLib: Ad
From: IanX Kuo
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3675
Remove MdeModulePkg dependency
Cc: Eric Dong
Cc: Ray Ni
Cc: Rahul Kumar
Signed-off-by: IanX Kuo
---
UefiCpuPkg/Library/CpuCacheInfoLib/CpuCacheInfoLib.c | 3 ++-
UefiCpuPkg/Library/CpuCacheInfoLib/DxeCpuCacheIn
From: IanX Kuo
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3675
Use QuickSort instead of QuickSortWorker
Cc: Ray Ni
Cc: Jiewen Yao
Cc: Jian J Wang
Cc: Xiaoyu Lu
Cc: Guomin Jiang
Signed-off-by: IanX Kuo
---
.../Library/BaseCryptLib/SysCall/CrtWrapper.c | 92 +--
1
From: IanX Kuo
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3675
Use QuickSort instead of QuickSortWorker
Cc: Ray Ni
Cc: Jian J Wang
Cc: Liming Gao
Signed-off-by: IanX Kuo
---
.../Library/BaseSortLib/BaseSortLib.c | 115 +
.../Library/UefiSortLib/UefiSortLib.
From: IanX Kuo
1. MdeModulePkg/SortLib: Use QuickSort instead of QuickSortWorker
1-1: Drop cast (V2)
2. CryptLib/CryptLib: Remove duplicate QuickSortWorker
2-1: Drop cast (V3)
3. CpuCacheInfoLib: Remove MdeModulePkg dependency
3-1: Drop cast (V2)
3-2: Add runtime check (V2)
3-3: Drop assert che
From: IanX Kuo
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3675
Remove MdeModulePkg dependency
Cc: Eric Dong
Cc: Ray Ni
Cc: Rahul Kumar
Signed-off-by: IanX Kuo
---
UefiCpuPkg/Library/CpuCacheInfoLib/CpuCacheInfoLib.c | 3 ++-
UefiCpuPkg/Library/CpuCacheInfoLib/DxeCpuCacheIn
From: IanX Kuo
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3675
Use QuickSort instead of QuickSortWorker
Cc: Ray Ni
Cc: Jiewen Yao
Cc: Jian J Wang
Cc: Xiaoyu Lu
Cc: Guomin Jiang
Signed-off-by: IanX Kuo
---
.../Library/BaseCryptLib/SysCall/CrtWrapper.c | 92 +--
1
From: IanX Kuo
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3675
Use QuickSort instead of QuickSortWorker
Cc: Ray Ni
Cc: Jian J Wang
Cc: Liming Gao
Signed-off-by: IanX Kuo
---
.../Library/BaseSortLib/BaseSortLib.c | 115 +
.../Library/UefiSortLib/UefiSortLib.
From: IanX Kuo
1. MdeModulePkg/SortLib: Use QuickSort instead of QuickSortWorker
1-1: Drop cast (V2)
2. CryptLib/CryptLib: Remove duplicate QuickSortWorker
2-1: Drop cast (V3)
3. CpuCacheInfoLib: Remove MdeModulePkg dependency
3-1: Drop cast (V2)
3-2: Add runtime check (V2)
3-3: Drop assert che
Ian,
Thanks for cleaning up the code to remove MdeModulePkg dependency.
Minor comments below:
UINTN NextIndex;
+ VOID *QuickSortBuffer;
1. Can you use local variable? "CPU_CACHE_INFOSortBuffer".
-PerformQuickSort (LocalCacheInfo, LocalCach
Reviewed-by: Liming Gao
> -邮件原件-
> 发件人: devel@edk2.groups.io 代表 IanX Kuo
> 发送时间: 2021年10月17日 6:34
> 收件人: devel@edk2.groups.io
> 抄送: amy.c...@intel.com; ray...@intel.com; IanX Kuo
> ; Jian J Wang ; Liming Gao
>
> 主题: [edk2-devel] [PATCH v3 1/3] MdeModulePkg/SortLib: Add QuickSort
> funct
@Liming Gao or @Wang, Jian J
Sorry to bother you.
May I get one of your help to review the code change from maintainer side ?
Thanks,
Ian Kuo
-Original Message-
From: Kuo, IanX
Sent: Sunday, October 17, 2021 6:34 AM
To: devel@edk2.groups.io
Cc: Chan, Amy ; Ni, Ray ; Kuo, IanX
; Wang,
@Dong, Eric, @Ni, Ray or @Kumar, Rahul1
Sorry to bother you.
May I get one of your approval for this patch ?
Thanks,
Ian Kuo
-Original Message-
From: Kuo, IanX
Sent: Sunday, October 17, 2021 6:34 AM
To: devel@edk2.groups.io
Cc: Chan, Amy ; Ni, Ray ; Kuo, IanX
; Dong, Eric ; Kumar, Rah
Acked-by: Shi Steven
Hello Ard,
Could you review and check-in this patch? It blocks our clang build.
Thanks
Steven Shi
> -Original Message-
> From: devel@edk2.groups.io On Behalf Of Marvin
> Häuser
> Sent: Friday, October 15, 2021 3:06 AM
> To: devel@edk2.groups.io
> Cc: Ard Biesheu
On 17/10/2021 1:32, Brijesh Singh wrote:
>
> On 10/16/21 1:38 PM, Dov Murik wrote:
>> [+Tobin]
>>
>>
>> On 14/10/2021 21:17, Brijesh Singh wrote:
>>> The commit 80e67af9afca added support for the generic work area concept
>>> used mainly by the encrypted VMs but missed update the AmdSev package
Hi,
I'm using OVMF/qemu/kvm/libvirt to boot a mac os system.
In my setup I'm passing through a fresco logic usb controller with
FL1100 chipset.
I noticed that:
1. If I plug a usb 3.0 device in a usb 3.0 port of the FL1100
controller with a mac os installer, the bootloader is unable to see
the inst
27 matches
Mail list logo