|
Re: [PATCH v2 5/5] MdePkg: Fix SmBios.h PROCESSOR_CHARACTERISTIC_FLAGS to be UINT16
Reviewed-by: Zhiguang Liu <zhiguang.liu@...>
Reviewed-by: Zhiguang Liu <zhiguang.liu@...>
|
By
Zhiguang Liu
·
#66682
·
|
|
Re: [PATCH v2 4/5] MdePkg: Update SmBios.h to add SMBIOS 3.4.0 ARM64 SoC ID field
Reviewed-by: Zhiguang Liu <zhiguang.liu@...>
Reviewed-by: Zhiguang Liu <zhiguang.liu@...>
|
By
Zhiguang Liu
·
#66681
·
|
|
Re: RFC: Universal Payload Interface
Laszlo,
Thank you for the comments.
Reply inline.
Laszlo,
Thank you for the comments.
Reply inline.
|
By
Ni, Ray
·
#66680
·
|
|
[Patch] MdeModulePkg/Core: Support standalone MM in FV2 protocol GetNextFile().
REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3028
The FirmwareVolume2Protocol->GetNextFile() produced by DXE Core can be used
to search for a file based on the value of *FileType input.
REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3028
The FirmwareVolume2Protocol->GetNextFile() produced by DXE Core can be used
to search for a file based on the value of *FileType input.
|
By
Siyuan, Fu
·
#66679
·
|
|
Re: [PATCH v2 1/2] MdePkg: Definitions for Extended Interrupt Flags
Reviewed-by: Michael D Kinney <michael.d.kinney@...>
Reviewed-by: Michael D Kinney <michael.d.kinney@...>
|
By
Michael D Kinney
·
#66678
·
|
|
Re: 回复: [PATCH v2 0/5] smbiosview and SmBios.h fixes, add SMBIOS 3.4.0 ARM64 SoC ID definition
Thanks!
By
Rebecca Cran <rebecca@...>
·
#66677
·
|
|
Re: [PATCH v2 ] MdeModulePkg/XhciDxe: Retry device slot init on failure
Thanks for the patch, inline comments below:
Thanks for the patch, inline comments below:
|
By
Wu, Hao A
·
#66676
·
|
|
TianoCore Bug Triage - APAC / NAMO - Tue, 10/27/2020 6:30pm-7:30pm
#cal-reminder
Reminder: TianoCore Bug Triage - APAC / NAMO
When: Tuesday, 27 October 2020, 6:30pm to 7:30pm, (GMT-07:00) America/Los
Reminder: TianoCore Bug Triage - APAC / NAMO
When: Tuesday, 27 October 2020, 6:30pm to 7:30pm, (GMT-07:00) America/Los
|
By
devel@edk2.groups.io Calendar <devel@...>
·
#66675
·
|
|
回复: [PATCH v2 0/5] smbiosview and SmBios.h fixes, add SMBIOS 3.4.0 ARM64 SoC ID definition
Rebecca:
Reviewed-by: Liming Gao <gaoliming@...> for this patch set.
Thanks
Liming
Rebecca:
Reviewed-by: Liming Gao <gaoliming@...> for this patch set.
Thanks
Liming
|
By
gaoliming
·
#66674
·
|
|
Re: 回复: [edk2-platforms][PATCH v1 1/1] .gitignore: Match contents to edk2
Hi Liming,
Sorry for the confusion. It appears I was doing a non-standard flow with a directory link that brought in the Build directory and looking at my directory later, I didn't see real harm in
Hi Liming,
Sorry for the confusion. It appears I was doing a non-standard flow with a directory link that brought in the Build directory and looking at my directory later, I didn't see real harm in
|
By
Michael Kubacki
·
#66673
·
|
|
Re: [edk2-platforms][PATCH v1 1/1] MinPlatformPkg: Remove PlatformInitPreMem ReportFvLib dependency
Reviewed-by: Nate DeSimone <nathaniel.l.desimone@...>
Reviewed-by: Nate DeSimone <nathaniel.l.desimone@...>
|
By
Nate DeSimone
·
#66672
·
|
|
Re: [Patch V2 2/2] UpXtreme: console redirect after the shell is loaded
Hey Heng,
Please see feedback inline.
Should only be included if PcdSerialTerminalFeatureEnable == TRUE
It would be better to put this into
Hey Heng,
Please see feedback inline.
Should only be included if PcdSerialTerminalFeatureEnable == TRUE
It would be better to put this into
|
By
Nate DeSimone
·
#66671
·
|
|
Re: [Patch V2 1/2] AdvancedFeaturePkg: Add SerialPortTerminalLib
Hey Heng,
SerialDebugFeaturePkg does not seem to describe this feature very well. This feature's function is routing ConIn/ConOut to the serial port, it has no impact on the debug log. I think
Hey Heng,
SerialDebugFeaturePkg does not seem to describe this feature very well. This feature's function is routing ConIn/ConOut to the serial port, it has no impact on the debug log. I think
|
By
Nate DeSimone
·
#66670
·
|
|
[PATCH v2 5/5] MdePkg: Fix SmBios.h PROCESSOR_CHARACTERISTIC_FLAGS to be UINT16
The ProcessorCharacteristics is a UINT16 field, so the
PROCESSOR_CHARACTERISTIC_FLAGS bitfield should be UINT16 too.
Signed-off-by: Rebecca Cran <rebecca@...>
---
The ProcessorCharacteristics is a UINT16 field, so the
PROCESSOR_CHARACTERISTIC_FLAGS bitfield should be UINT16 too.
Signed-off-by: Rebecca Cran <rebecca@...>
---
|
By
Rebecca Cran <rebecca@...>
·
#66669
·
|
|
[PATCH v2 4/5] MdePkg: Update SmBios.h to add SMBIOS 3.4.0 ARM64 SoC ID field
SMBIOS 3.4.0 defines bit 9 of the Type 4 table Processor Characteristics
field to be the ARM64 SoC ID support. Add it to the
PROCESSOR_CHARACTERISTIC_FLAGS struct bitfield.
Signed-off-by: Rebecca
SMBIOS 3.4.0 defines bit 9 of the Type 4 table Processor Characteristics
field to be the ARM64 SoC ID support. Add it to the
PROCESSOR_CHARACTERISTIC_FLAGS struct bitfield.
Signed-off-by: Rebecca
|
By
Rebecca Cran <rebecca@...>
·
#66668
·
|
|
[PATCH v2 3/5] ShellPkg: Add ARM64 SoC ID to Processor Characteristics in smbiosview
SMBIOS 3.4.0 defines bit 9 of the Type 4 table Processor Characteristics
field to be the ARM64 SoC ID support. Add support for it to the
smbiosview command.
Signed-off-by: Rebecca Cran
SMBIOS 3.4.0 defines bit 9 of the Type 4 table Processor Characteristics
field to be the ARM64 SoC ID support. Add support for it to the
smbiosview command.
Signed-off-by: Rebecca Cran
|
By
Rebecca Cran <rebecca@...>
·
#66667
·
|
|
[PATCH v2 2/5] ShellPkg: Fix smbiosview string definition name for "boot from CD"
The "boot from CD supported" string definition name should contain the
word "from" instead of "form".
Signed-off-by: Rebecca Cran <rebecca@...>
---
The "boot from CD supported" string definition name should contain the
word "from" instead of "form".
Signed-off-by: Rebecca Cran <rebecca@...>
---
|
By
Rebecca Cran <rebecca@...>
·
#66666
·
|
|
[PATCH v2 1/5] ShellPkg: Fix a couple of typos in smbiosview
Fix a couple of typos in SmbiosViewStrings.uni:
"Boot form CD" should be "Boot from CD", and "plugged from the wall"
should be "plugged into the wall".
Signed-off-by: Rebecca Cran
Fix a couple of typos in SmbiosViewStrings.uni:
"Boot form CD" should be "Boot from CD", and "plugged from the wall"
should be "plugged into the wall".
Signed-off-by: Rebecca Cran
|
By
Rebecca Cran <rebecca@...>
·
#66665
·
|
|
[PATCH v2 0/5] smbiosview and SmBios.h fixes, add SMBIOS 3.4.0 ARM64 SoC ID definition
Fix some typos in smbiosview.
Add the SMC ARM64 SoC ID supported bit from SMBIOS 3.4.0 to SmBios.h
and smbiosview.
Fix the type of the PROCESSOR_CHARACTERISTIC_FLAGS bitfield.
Pull request:
Fix some typos in smbiosview.
Add the SMC ARM64 SoC ID supported bit from SMBIOS 3.4.0 to SmBios.h
and smbiosview.
Fix the type of the PROCESSOR_CHARACTERISTIC_FLAGS bitfield.
Pull request:
|
By
Rebecca Cran <rebecca@...>
·
#66664
·
|
|
Re: EmulatorPkg segmentation fault on Linux.
Thanks for reporting the issue.
This issue has been reported but is not yet fixed (from your log it looks like a match).
https://bugzilla.tianocore.org/show_bug.cgi?id=2639
We attempted to call out
Thanks for reporting the issue.
This issue has been reported but is not yet fixed (from your log it looks like a match).
https://bugzilla.tianocore.org/show_bug.cgi?id=2639
We attempted to call out
|
By
Sean
·
#66663
·
|