|
[PATCH 2/2] MdeModulePkg/Bus/Ata/AtaAtapiPassThru: Fix UNUSED_VALUE Coverity issue
5 messages
From: Ranbir Singh <Ranbir.Singh3@...> The return value stored in Status after call to SetDriveParameters is not made of any use thereafter and hence it remains as UNUSED. Assuming, this non-usage is
From: Ranbir Singh <Ranbir.Singh3@...> The return value stored in Status after call to SetDriveParameters is not made of any use thereafter and hence it remains as UNUSED. Assuming, this non-usage is
|
By
Ranbir Singh
·
|
|
[PATCH] OvmfPkg/README: Document Secure Boot
Add the new section for Secure Boot. Signed-off-by: Alexander Goncharov <chat@...> --- OvmfPkg/README | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) diff --git a/OvmfPkg/RE
Add the new section for Secure Boot. Signed-off-by: Alexander Goncharov <chat@...> --- OvmfPkg/README | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) diff --git a/OvmfPkg/RE
|
By
Joursoir
·
|
|
[PATCH 3/3] SbsaQemu: AcpiTables: Add XHCI info into DSDT
As sbsa-ref board uses xhci to replace ehci, the DSDT is updated to match the platform xhci controller. This also removes previous ehci structure. Signed-off-by: Yuquan Wang <wangyuquan1236@...> Chang
As sbsa-ref board uses xhci to replace ehci, the DSDT is updated to match the platform xhci controller. This also removes previous ehci structure. Signed-off-by: Yuquan Wang <wangyuquan1236@...> Chang
|
By
wangyuquan1236
·
|
|
[PATCH 2/3] SbsaQemu: Drivers: Add initial support for XHCI
This registers the non-discoverable XHCI for sbsa-ref. Signed-off-by: Yuquan Wang <wangyuquan1236@...> Change-Id: Iace5a04ea6087de6b0d855e84c90b4754a66594a --- .../SbsaQemuPlatformDxe/SbsaQemuPlatform
This registers the non-discoverable XHCI for sbsa-ref. Signed-off-by: Yuquan Wang <wangyuquan1236@...> Change-Id: Iace5a04ea6087de6b0d855e84c90b4754a66594a --- .../SbsaQemuPlatformDxe/SbsaQemuPlatform
|
By
wangyuquan1236
·
|
|
[PATCH v13 0/8] Adds AmdSmmCpuFeaturesLib and MmSaveStateLib
5 messages
Backward-compatibility changes: This patch series removes the SmmCpuFeaturesReadSaveStateRegister and SmmCpuFeaturesWriteSaveStateRegister interface/function. SmmReadSaveState() and SmmWriteSaveState(
Backward-compatibility changes: This patch series removes the SmmCpuFeaturesReadSaveStateRegister and SmmCpuFeaturesWriteSaveStateRegister interface/function. SmmReadSaveState() and SmmWriteSaveState(
|
By
Abdul Lateef Attar
·
|
|
[Patch V1 3/3] BaseTools: FMMT support ELF UPLD parser
3 messages
By
Yuwei Chen
·
|
|
[Patch V1 2/3] BaseTools: FMMT replace output file is not generated successfully
2 messages
For replace function, when target Ffs and new ffs are with same size, the output file can not be generated successfully. This patch fixes this issue. Cc: Rebecca Cran <rebecca@...> Cc: Bob Feng <bob.c
For replace function, when target Ffs and new ffs are with same size, the output file can not be generated successfully. This patch fixes this issue. Cc: Rebecca Cran <rebecca@...> Cc: Bob Feng <bob.c
|
By
Yuwei Chen
·
|
|
[Patch V1 1/3] BaseTools: fixing FMMT ShrinkFv issue
3 messages
1. FvLength not change issue; 2. FileSystemGuid align with File Size; Cc: Rebecca Cran <rebecca@...> Cc: Liming Gao <gaoliming@...> Cc: Bob Feng <bob.c.feng@...> Signed-off-by: Yuwei Chen <yuwei.chen@
1. FvLength not change issue; 2. FileSystemGuid align with File Size; Cc: Rebecca Cran <rebecca@...> Cc: Liming Gao <gaoliming@...> Cc: Bob Feng <bob.c.feng@...> Signed-off-by: Yuwei Chen <yuwei.chen@
|
By
Yuwei Chen
·
|
|
[PATCH 1/1] BaseTools: FMMT GuidTool Auto Select Config file
Currently, Python FMMT tool does not support automatically select FMMTConf.ini file which saves GuidTool settings. This patch support this features. Cc: Rebecca Cran <rebecca@...> Cc: Liming Gao <gaol
Currently, Python FMMT tool does not support automatically select FMMTConf.ini file which saves GuidTool settings. This patch support this features. Cc: Rebecca Cran <rebecca@...> Cc: Liming Gao <gaol
|
By
Yuwei Chen
·
|
|
[PATCH v2 1/1] MdePkg/BaseLib: Add SpeculationBarrier implementation for RiscV64
4 messages
Implement the SpeculationBarrier with implementations consisting of fence instruction which provides finer-grain memory orderings. Perform Data Barrier in RiscV: fence rw,rw Perform Instruction Barrie
Implement the SpeculationBarrier with implementations consisting of fence instruction which provides finer-grain memory orderings. Perform Data Barrier in RiscV: fence rw,rw Perform Instruction Barrie
|
By
Li, Yong
·
|
|
[PATCH v2 8/8] ArmPkg: show stage2 granule support on Neoverse-N1
N1 uses '0000' values which mean: Support for 4KB granule at stage 2 is identified in the ID_AA64MMFR0_EL1.TGran{4,16,64} field. Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@...> --- ArmPkg/A
N1 uses '0000' values which mean: Support for 4KB granule at stage 2 is identified in the ID_AA64MMFR0_EL1.TGran{4,16,64} field. Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@...> --- ArmPkg/A
|
By
Marcin Juszkiewicz
·
|
|
[PATCH v2 7/8] ArmPkg: cleaning output of ArmCpuInfo
There is no point of having double spaces. Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@...> --- ArmPkg/Application/ArmCpuInfo/ArmCpuInfo.c | 24 +++++++++++----------- 1 file changed, 12 inse
There is no point of having double spaces. Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@...> --- ArmPkg/Application/ArmCpuInfo/ArmCpuInfo.c | 24 +++++++++++----------- 1 file changed, 12 inse
|
By
Marcin Juszkiewicz
·
|
|
[PATCH v2 6/8] ArmPkg: handle SVE/SME in ArmCpuInfo
If cpu supports SVE or SME then display information of supported features. Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@...> --- ArmPkg/Application/ArmCpuInfo/ArmCpuInfo.c | 344 +++++++++++++
If cpu supports SVE or SME then display information of supported features. Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@...> --- ArmPkg/Application/ArmCpuInfo/ArmCpuInfo.c | 344 +++++++++++++
|
By
Marcin Juszkiewicz
·
|
|
[PATCH v2 5/8] ArmPkg: format output in one place in ArmCpuInfo
Having two places with same formatting is error-prone. Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@...> --- ArmPkg/Application/ArmCpuInfo/ArmCpuInfo.c | 2 +- 1 file changed, 1 insertion(+),
Having two places with same formatting is error-prone. Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@...> --- ArmPkg/Application/ArmCpuInfo/ArmCpuInfo.c | 2 +- 1 file changed, 1 insertion(+),
|
By
Marcin Juszkiewicz
·
|
|
[PATCH v2 4/8] ArmPkg: skip empty system registers in ArmCpuInfo
If system register is empty (value =3D=3D 0) then do not display informat= ion from it. Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@...> --- ArmPkg/Application/ArmCpuInfo/ArmCpuInfo.c | 35 +
If system register is empty (value =3D=3D 0) then do not display informat= ion from it. Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@...> --- ArmPkg/Application/ArmCpuInfo/ArmCpuInfo.c | 35 +
|
By
Marcin Juszkiewicz
·
|
|
[PATCH v2 3/8] ArmPkg: add functions to read SVE/SME info
ID_AA64ZFR0_EL1 and ID_AA64SMFR0_EL1 system registers are needed for ArmCpuInfo application to show state of SVE/SME support. Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@...> --- ArmPkg/Libr
ID_AA64ZFR0_EL1 and ID_AA64SMFR0_EL1 system registers are needed for ArmCpuInfo application to show state of SVE/SME support. Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@...> --- ArmPkg/Libr
|
By
Marcin Juszkiewicz
·
|
|
[PATCH v2 0/8] ArmCpuInfo improvements
This changeset was supposed to add SVE/SME information but got some updates to improve output of ArmCpuInfo application a bit too. Probably would need to definition of system registers for older toolc
This changeset was supposed to add SVE/SME information but got some updates to improve output of ArmCpuInfo application a bit too. Probably would need to definition of system registers for older toolc
|
By
Marcin Juszkiewicz
·
|
|
[PATCH v2 2/8] ArmPkg: shorten register field in ArmCpuInfo
It is hard to fit in 80 columns so let drop extra spaces and ID_AA64 prefix from system register names. Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@...> --- ArmPkg/Application/ArmCpuInfo/Arm
It is hard to fit in 80 columns so let drop extra spaces and ID_AA64 prefix from system register names. Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@...> --- ArmPkg/Application/ArmCpuInfo/Arm
|
By
Marcin Juszkiewicz
·
|
|
[PATCH v2 1/8] ArmPkg: fix reading of first nibbles in ArmCpuInfo
First nibbles of DFR0/ISAR1/ISAR2/MMRF2/PFR0 system registers were read in wrong way -- second one was used instead. Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@...> --- ArmPkg/Application/A
First nibbles of DFR0/ISAR1/ISAR2/MMRF2/PFR0 system registers were read in wrong way -- second one was used instead. Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@...> --- ArmPkg/Application/A
|
By
Marcin Juszkiewicz
·
|
|
[PATCH v2 1/1] ArmPkg: add SMC defines for SiP service calls
They are useful for those platforms where SMC SiP calls exist. Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@...> --- ArmPkg/Include/IndustryStandard/ArmStdSmc.h | 9 +++++++++ 1 file changed,
They are useful for those platforms where SMC SiP calls exist. Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@...> --- ArmPkg/Include/IndustryStandard/ArmStdSmc.h | 9 +++++++++ 1 file changed,
|
By
Marcin Juszkiewicz
·
|