|
[Patch v5 02/48] UefiCpuPkg/MpInitLib: Add microcode definitions defined in IA32 SDM
Add microcode definitions defined in Intel(R) 64 and IA-32 Architectures
Software Developer's Manual Volume 3A, Section 9.11.
v4:
1. ProcessorSignature type changed to
Add microcode definitions defined in Intel(R) 64 and IA-32 Architectures
Software Developer's Manual Volume 3A, Section 9.11.
v4:
1. ProcessorSignature type changed to
|
By
Jeff Fan <jeff.fan@...>
·
#311
·
|
|
[Patch v5 01/48] UefiCpuPkg/LocalApic.h: Remove duplicated/conflicted definitions
#define MSR_IA32_APIC_BASE_ADDRESS is duplicated with #define MSR_IA32_APIC_BASE
defined in UefiCpuPkg/Include/Register/ArchitecturalMsr.h, so we could remove it
and update the modules to use
#define MSR_IA32_APIC_BASE_ADDRESS is duplicated with #define MSR_IA32_APIC_BASE
defined in UefiCpuPkg/Include/Register/ArchitecturalMsr.h, so we could remove it
and update the modules to use
|
By
Jeff Fan <jeff.fan@...>
·
#310
·
|
|
[Patch v5 00/48] MP Initialize Library
We add MP Initialize Library defined in UefiCpuPkg/Include/Library/MpInitLib.h.
It will provide basic functionalities of MP services and could be consumed by
CPU MP PEI and CPU MP DXE to produce CPU
We add MP Initialize Library defined in UefiCpuPkg/Include/Library/MpInitLib.h.
It will provide basic functionalities of MP services and could be consumed by
CPU MP PEI and CPU MP DXE to produce CPU
|
By
Jeff Fan <jeff.fan@...>
·
#309
·
|
|
Re: [PATCH v5 5/8] ArmPkg: add prebuilt glue binaries for GCC5 LTO support
If everyone else is happy about this binary file inclusion, I
certainly don't object (given that the source is included).
Reviewed-by: Leif Lindholm <leif.lindholm@...>
If everyone else is happy about this binary file inclusion, I
certainly don't object (given that the source is included).
Reviewed-by: Leif Lindholm <leif.lindholm@...>
|
By
Leif Lindholm <leif.lindholm@...>
·
#308
·
|
|
Re: [PATCH] OvmfPkg: use StatusCode Router and Handler from MdeModulePkg
sorry, the above is a typo, I meant EFI_PEI_SERVICES.ReportStatusCode().
The woring here would also be better if we said "These allow several
PEIMs and runtime DXE drivers to register callbacks for
sorry, the above is a typo, I meant EFI_PEI_SERVICES.ReportStatusCode().
The woring here would also be better if we said "These allow several
PEIMs and runtime DXE drivers to register callbacks for
|
By
Laszlo Ersek
·
#307
·
|
|
[patch] MdeModulePkg/FvSimpleFileSystem: fix assertions when FV is empty
The original code will assert when dealing with those empty FVs.
The fix is used to solve this bug.
Cc: Chao Zhang <chao.b.zhang@...>
Contributed-under: TianoCore Contribution Agreement
The original code will assert when dealing with those empty FVs.
The fix is used to solve this bug.
Cc: Chao Zhang <chao.b.zhang@...>
Contributed-under: TianoCore Contribution Agreement
|
By
Feng Tian <feng.tian@...>
·
#306
·
|
|
Re: [Patch] MdeModulePkg LoadFileOnFv2: Fix the potential NULL pointer access
Reviewed-by: Feng Tian <feng.tian@...>
Thanks
Feng
Reviewed-by: Feng Tian <feng.tian@...>
Thanks
Feng
|
By
Tian, Feng <feng.tian@...>
·
#305
·
|
|
Re: [PATCH] MdePkg: move to 'hidden' visibility for all symbols under GCC/X64
Thanks
Pushed as 28ade7b802e0
--
Ard.
Thanks
Pushed as 28ade7b802e0
--
Ard.
|
By
Ard Biesheuvel
·
#304
·
|
|
Re: [patch] BaseTool/UPT: Not expand macro for UserExtension
Reviewed-by: Yonghong Zhu <yonghong.zhu@...>
Best Regards,
Zhu Yonghong
Reviewed-by: Yonghong Zhu <yonghong.zhu@...>
Best Regards,
Zhu Yonghong
|
By
Zhu, Yonghong <yonghong.zhu@...>
·
#303
·
|
|
[Patch] MdeModulePkg LoadFileOnFv2: Fix the potential NULL pointer access
Check NULL pointer before access it.
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Liming Gao <liming.gao@...>
---
MdeModulePkg/Universal/LoadFileOnFv2/LoadFileOnFv2.c
Check NULL pointer before access it.
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Liming Gao <liming.gao@...>
---
MdeModulePkg/Universal/LoadFileOnFv2/LoadFileOnFv2.c
|
By
Liming Gao
·
#302
·
|
|
Re: [Patch] MdeModulePkg UefiBootManagerLib: Fix VS2012 build failure
Reviewed-by: Feng Tian <feng.tian@...>
Thanks
Feng
Reviewed-by: Feng Tian <feng.tian@...>
Thanks
Feng
|
By
Tian, Feng <feng.tian@...>
·
#301
·
|
|
Re: [Patch] MdeModulePkg LoadFileOnFv2: Correct copy right format
Reviewed-by: Feng Tian <feng.tian@...>
Thanks
Feng
Reviewed-by: Feng Tian <feng.tian@...>
Thanks
Feng
|
By
Tian, Feng <feng.tian@...>
·
#300
·
|
|
Re: [PATCH v5 7/8] MdePkg GCC/X64: avoid 'hidden' visibility for module entry points
Ard:
This update works. It is better. For my question, I get the answer from your previous patch. Please ignore it.
Patches 3&4&6&8 are good to me. Reviewed-by: Liming Gao
Ard:
This update works. It is better. For my question, I get the answer from your previous patch. Please ignore it.
Patches 3&4&6&8 are good to me. Reviewed-by: Liming Gao
|
By
Liming Gao
·
#299
·
|
|
Foreign keyboard support in UEFI
Hi,
Any one shed some light on supporting multi language key board support on UEFI application? Scan code received from EFI_SIMPLE_TEXT_INPUT_EX_PROTOCOL not returns value for
certain keys in
Hi,
Any one shed some light on supporting multi language key board support on UEFI application? Scan code received from EFI_SIMPLE_TEXT_INPUT_EX_PROTOCOL not returns value for
certain keys in
|
By
Senthilarasu_ARUNACH@...
·
#298
·
|
|
Re: [patch] BaseTool/UPT: Add Test Install
Please remove the trailing whitespace when commit.
Reviewed-by: Yonghong Zhu <yonghong.zhu@...>
Best Regards,
Zhu Yonghong
Please remove the trailing whitespace when commit.
Reviewed-by: Yonghong Zhu <yonghong.zhu@...>
Best Regards,
Zhu Yonghong
|
By
Zhu, Yonghong <yonghong.zhu@...>
·
#297
·
|
|
Re: [patch] BaseTool/Upt: Avoid UNI file name conflict
Reviewed-by: Yonghong Zhu <yonghong.zhu@...>
Best Regards,
Zhu Yonghong
Reviewed-by: Yonghong Zhu <yonghong.zhu@...>
Best Regards,
Zhu Yonghong
|
By
Zhu, Yonghong <yonghong.zhu@...>
·
#296
·
|
|
Re: [patch 2/2] BaseTool/Upt: Add support for Private
Please remove the trailing whitespace when commit.
Reviewed-by: Yonghong Zhu <yonghong.zhu@...>
Best Regards,
Zhu Yonghong
Please remove the trailing whitespace when commit.
Reviewed-by: Yonghong Zhu <yonghong.zhu@...>
Best Regards,
Zhu Yonghong
|
By
Zhu, Yonghong <yonghong.zhu@...>
·
#295
·
|
|
Re: [staging/HTTPS-TLS][PATCH 0/4] Replace the TLS definitions with the standardized one
The supported cipher suite should be one self-defined scope (I am not sure if any minimal sets for TLS from RFC/Spec. Need to double-check). It's one typical cipher negotiation process in TLS
The supported cipher suite should be one self-defined scope (I am not sure if any minimal sets for TLS from RFC/Spec. Need to double-check). It's one typical cipher negotiation process in TLS
|
By
Long, Qin <qin.long@...>
·
#294
·
|
|
Re: [PATCH] MdePkg: move to 'hidden' visibility for all symbols under GCC/X64
Reviewed-by: Liming Gao <liming.gao@...>
Reviewed-by: Liming Gao <liming.gao@...>
|
By
Liming Gao
·
#293
·
|
|
Re: [PATCH v5 7/8] MdePkg GCC/X64: avoid 'hidden' visibility for module entry points
Ard:
I will verify it. And, I would ask why only X64 requires it? IA32, ARM and AARCH64 doesn't specially handle it?
Thanks
Liming
Ard:
I will verify it. And, I would ask why only X64 requires it? IA32, ARM and AARCH64 doesn't specially handle it?
Thanks
Liming
|
By
Liming Gao
·
#292
·
|