|
Re: [PATCH v9 0/2] CryptoPkg/BaseHashApiLib: Implement Unified Hash Calculation API
Hi Amol,
Thanks for the updates. They all look great.
Series Reviewed-by: Michael D Kinney <michael.d.kinney@...>
Mike
Hi Amol,
Thanks for the updates. They all look great.
Series Reviewed-by: Michael D Kinney <michael.d.kinney@...>
Mike
|
By
Michael D Kinney
·
#53680
·
|
|
[PATCH v9 2/2] CryptoPkg/BaseHashApiLib: Implement Unified Hash Calculation API
This commit introduces a Unified Hash API to calculate hash using a
hashing algorithm specified by the PCD, PcdHashApiLibPolicy. This library
interfaces with the various hashing API, such as, MD4,
This commit introduces a Unified Hash API to calculate hash using a
hashing algorithm specified by the PCD, PcdHashApiLibPolicy. This library
interfaces with the various hashing API, such as, MD4,
|
By
Sukerkar, Amol N
·
#53679
·
|
|
[PATCH v9 1/2] CryptoPkg: Add CryptoPkg Token Space GUID
Added CryptoPkg Token Space GUID to be able to define PCDs.
Cc: Jiewen Yao <jiewen.yao@...>
Cc: Jian J Wang <jian.j.wang@...>
Cc: Michael D Kinney
Added CryptoPkg Token Space GUID to be able to define PCDs.
Cc: Jiewen Yao <jiewen.yao@...>
Cc: Jian J Wang <jian.j.wang@...>
Cc: Michael D Kinney
|
By
Sukerkar, Amol N
·
#53678
·
|
|
[PATCH v9 0/2] CryptoPkg/BaseHashApiLib: Implement Unified Hash Calculation API
Currently, the UEFI drivers using the SHA/SM3 hashing algorithms use hard-coded
API to calculate the hash, for instance, sha_256(...), etc. Since SHA384 and/or
SM3_256 are being increasingly adopted
Currently, the UEFI drivers using the SHA/SM3 hashing algorithms use hard-coded
API to calculate the hash, for instance, sha_256(...), etc. Since SHA384 and/or
SM3_256 are being increasingly adopted
|
By
Sukerkar, Amol N
·
#53677
·
|
|
Re: [Patch] BaseTools/DscBuildData: Fix PCD autogen include file conflict
Liming,
Yes. I think that is a reasonable assumption.
We can document that restriction in the EDK II Build Specification
that standard POSIX include files (e.g. <stdio.h>) must never be
placed in
Liming,
Yes. I think that is a reasonable assumption.
We can document that restriction in the EDK II Build Specification
that standard POSIX include files (e.g. <stdio.h>) must never be
placed in
|
By
Michael D Kinney
·
#53676
·
|
|
Re: [PATCH 2/5] MdePkg: Allow PcdFSBClock to by Dynamic
Now that I've given a try, having the value as Dynamic doesn't change
anything in a Xen guest.
On my test machine, simply running GetPerformanceCounter (); takes
between 10000 ns and 20000 ns.
Now that I've given a try, having the value as Dynamic doesn't change
anything in a Xen guest.
On my test machine, simply running GetPerformanceCounter (); takes
between 10000 ns and 20000 ns.
|
By
Anthony PERARD
·
#53675
·
|
|
Upcoming Event: TianoCore Community Meeting - EMEA/NAMO - Thu, 02/06/2020 9:00am-10:00am
#cal-reminder
Reminder: TianoCore Community Meeting - EMEA/NAMO
When: Thursday, 6 February 2020, 9:00am to 10:00am, (GMT-08:00) America/Los Angeles
Where:https://bluejeans.com/889357567?src=join_info
View
Reminder: TianoCore Community Meeting - EMEA/NAMO
When: Thursday, 6 February 2020, 9:00am to 10:00am, (GMT-08:00) America/Los Angeles
Where:https://bluejeans.com/889357567?src=join_info
View
|
By
devel@edk2.groups.io Calendar <devel@...>
·
#53674
·
|
|
Re: [PATCH v3 00/11] Test against invalid pointers in acpiview
Sorry for the misunderstanding before. The patch set is good to me.
Series: Reviewed-by: Zhichao Gao <zhichao.gao@...>
Thanks,
Zhichao
Sorry for the misunderstanding before. The patch set is good to me.
Series: Reviewed-by: Zhichao Gao <zhichao.gao@...>
Thanks,
Zhichao
|
By
Gao, Zhichao
·
#53673
·
|
|
Re: [PATCH 2/5] MdePkg: Allow PcdFSBClock to by Dynamic
No, I haven't. But I don't think it matter in a Xen guest, the APIC timer is
emulated anyway, so reading from a register of the APIC is going to be
slower than getting the value from the PCD services,
No, I haven't. But I don't think it matter in a Xen guest, the APIC timer is
emulated anyway, so reading from a register of the APIC is going to be
slower than getting the value from the PCD services,
|
By
Anthony PERARD
·
#53672
·
|
|
[PATCH 4/4] MdeModulePkg/SdMmcPciHcDxe: Fix PIO transfer mode
Current driver does not support PIO transfer mode for
commands other then tuning. This change adds the code
to transfer PIO data.
Cc: Marcin Wojtas <mw@...>
Cc: Zhichao Gao
Current driver does not support PIO transfer mode for
commands other then tuning. This change adds the code
to transfer PIO data.
Cc: Marcin Wojtas <mw@...>
Cc: Zhichao Gao
|
By
Albecki, Mateusz
·
#53671
·
|
|
[PATCH 3/4] MdeModulePkg/SdMmcPciHcDxe: Refactor data transfer completion
This patch refactors the way in which the driver will check
the data transfer completion. Data transfer related
functionalities have been moved to separate function.
Cc: Marcin Wojtas
This patch refactors the way in which the driver will check
the data transfer completion. Data transfer related
functionalities have been moved to separate function.
Cc: Marcin Wojtas
|
By
Albecki, Mateusz
·
#53670
·
|
|
[PATCH 2/4] MdeModulePkg/SdMmcPciHcDxe: Read response on command completion
SdMmcPciHcDxe driver used to read response only after
command and data transfer completed. According to SDHCI
specification response data is ready after the command
complete status is set by the host
SdMmcPciHcDxe driver used to read response only after
command and data transfer completed. According to SDHCI
specification response data is ready after the command
complete status is set by the host
|
By
Albecki, Mateusz
·
#53669
·
|
|
[PATCH 1/4] MdeModulePkg/SdMmcPciHcDxe: Enhance driver traces
To allow for easier debug of failing commands we
have added a capability to print TRB and command
packet when we start execution of the TRB(on
DEBUG_VERBOSE level) and when the TRB failed to
execute
To allow for easier debug of failing commands we
have added a capability to print TRB and command
packet when we start execution of the TRB(on
DEBUG_VERBOSE level) and when the TRB failed to
execute
|
By
Albecki, Mateusz
·
#53668
·
|
|
[PATCH 0/4] MdeModulePkg/SdMmcPciHcDxe: Refactor command processing
This patch series aims to refactor command processing to achieve following
1. Trace the failing TRB packets to see what commands are failing and for what reasons
2. Get the response data even if data
This patch series aims to refactor command processing to achieve following
1. Trace the failing TRB packets to see what commands are failing and for what reasons
2. Get the response data even if data
|
By
Albecki, Mateusz
·
#53667
·
|
|
[PATCH] BaseTools: Enhance call stack unwindability for CLANGPDB x64 binary
From: Steven <steven.shi@...>
BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=2487
The call stack unwindability of the COFF X64 binary requires
the binary to remain the pdata and xdata
From: Steven <steven.shi@...>
BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=2487
The call stack unwindability of the COFF X64 binary requires
the binary to remain the pdata and xdata
|
By
Steven Shi
·
#53666
·
|
|
[edk2-platforms][PATCH 1/1] Platform/RPi4: Add ACPI entry for Genet network interface
The Raspberry Pi 4 platforms uses a Broadcom Genet network interface, for
which we need ACPI entries in order to make it usable under Linux.
This patch adds these entries, including a
The Raspberry Pi 4 platforms uses a Broadcom Genet network interface, for
which we need ACPI entries in order to make it usable under Linux.
This patch adds these entries, including a
|
By
Pete Batard
·
#53665
·
|
|
Re: [PATCH v2 1/1] BaseTools: Script for converting .aml to .hex
Pierre:
If so, this is not the error for other ACPI table. I suggest to print INFO message and directly return with success return value.
Thanks
Liming
Pierre:
If so, this is not the error for other ACPI table. I suggest to print INFO message and directly return with success return value.
Thanks
Liming
|
By
Liming Gao
·
#53664
·
|
|
Re: [PATCH] UefiCpuPkg RegisterCpuFeaturesLib: Use %08x to print CacheControl Index
I disagree. It's not about the field width / padding (4 vs. 8
characters), but the width of the data type. The parameter that's being
passed is a UINTN, which is UINT64 on X64. But the format
I disagree. It's not about the field width / padding (4 vs. 8
characters), but the width of the data type. The parameter that's being
passed is a UINTN, which is UINT64 on X64. But the format
|
By
Laszlo Ersek
·
#53663
·
|
|
Re: [PATCH v2 1/1] BaseTools: Script for converting .aml to .hex
Hello Liming,
Currently, the only ACPI tables which contain AML bytecode are the DSDT and SSDT tables. We don't need to generate a ".hex" file for other ACPI tables or any other file since we would
Hello Liming,
Currently, the only ACPI tables which contain AML bytecode are the DSDT and SSDT tables. We don't need to generate a ".hex" file for other ACPI tables or any other file since we would
|
By
PierreGondois
·
#53662
·
|
|
Re: [PATCH 1/2] BaseTools: append -DNO_MSABI_VA_FUNCS option in CLANGPDB tool chain
Reviewed-by: Liming Gao <liming.gao@...>
Reviewed-by: Liming Gao <liming.gao@...>
|
By
Liming Gao
·
#53661
·
|