|
TianoCore Community Meeting - EMEA / NAMO - Thu, 08/06/2020 9:00am-10:00am
#cal-reminder
Reminder: TianoCore Community Meeting - EMEA / NAMO
When: Thursday, 6 August 2020, 9:00am to 10:00am, (GMT-07:00) America/Los Angeles
Where:https://bluejeans.com/889357567?src=join_info
View
Reminder: TianoCore Community Meeting - EMEA / NAMO
When: Thursday, 6 August 2020, 9:00am to 10:00am, (GMT-07:00) America/Los Angeles
Where:https://bluejeans.com/889357567?src=join_info
View
|
By
devel@edk2.groups.io Calendar <devel@...>
·
#63791
·
|
|
TianoCore Community Meeting - EMEA / NAMO - Thu, 08/06/2020 9:00am-10:00am
#cal-reminder
Reminder: TianoCore Community Meeting - EMEA / NAMO
When: Thursday, 6 August 2020, 9:00am to 10:00am, (GMT-07:00) America/Los Angeles
Where:https://bluejeans.com/889357567?src=join_info
View
Reminder: TianoCore Community Meeting - EMEA / NAMO
When: Thursday, 6 August 2020, 9:00am to 10:00am, (GMT-07:00) America/Los Angeles
Where:https://bluejeans.com/889357567?src=join_info
View
|
By
devel@edk2.groups.io Calendar <devel@...>
·
#63790
·
|
|
Re: [PATCH v13 00/46] SEV-ES guest support
I don't have much experience with edk2-platforms. If I recall correctly,
the edk2 series is supposed to be merged in two parts, between which
edk2-platforms is supposed to be updated (meaning various
I don't have much experience with edk2-platforms. If I recall correctly,
the edk2 series is supposed to be merged in two parts, between which
edk2-platforms is supposed to be updated (meaning various
|
By
Laszlo Ersek
·
#63789
·
|
|
Re: [PATCH v13 00/46] SEV-ES guest support
It looks like all the patches will have a Reviewed-by: or Acked-by: tag now. I just need to submit another version with the fix to address the IA32 issue that Laszlo found. After that, assuming it is
It looks like all the patches will have a Reviewed-by: or Acked-by: tag now. I just need to submit another version with the fix to address the IA32 issue that Laszlo found. After that, assuming it is
|
By
Lendacky, Thomas
·
#63788
·
|
|
DIMM Memory and NVRAM Variable Management
Currently we are storing the Bad Memory Blocks information in a NVRAM variable. And we want to clear this NVRAM variable automatically when the DIMM’s are replaced/swapped. So we are looking for any
Currently we are storing the Bad Memory Blocks information in a NVRAM variable. And we want to clear this NVRAM variable automatically when the DIMM’s are replaced/swapped. So we are looking for any
|
By
shekar_babu_s@...
·
#63785
·
|
|
Re: [PATCH] Check return status on calls to GetTime()
Some systems do not have a real time clock. So these system have to
return EFI_UNSUPPORTED before as well as after ExitBootServices().
Due to possible conflicts with the access by the operating
Some systems do not have a real time clock. So these system have to
return EFI_UNSUPPORTED before as well as after ExitBootServices().
Due to possible conflicts with the access by the operating
|
By
Heinrich Schuchardt
·
#63784
·
|
|
Re: [PATCH] Check return status on calls to GetTime()
One issue here is that UEFI 2.8 spec language around allowing runtime services (like GetTime() ) to return EFI_UNSUPPORTED is a bit vague:
""
EFI_UNSUPPORTED
This call is not supported by this
One issue here is that UEFI 2.8 spec language around allowing runtime services (like GetTime() ) to return EFI_UNSUPPORTED is a bit vague:
""
EFI_UNSUPPORTED
This call is not supported by this
|
By
Samer El-Haj-Mahmoud
·
#63783
·
|
|
Re: [PATCH 1/1] Maintainers.txt: Add bhyve reviewers
Merged as commit 8834e10b3012, via
<https://github.com/tianocore/edk2/pull/857>.
Thanks,
Laszlo
Merged as commit 8834e10b3012, via
<https://github.com/tianocore/edk2/pull/857>.
Thanks,
Laszlo
|
By
Laszlo Ersek
·
#63782
·
|
|
[edk2-platforms PATCH v2 4/4] Silicon/Synopsys/DesignWare: Basic support for USB SuperSpeedPlus
Add basic support for USB 3.1 SuperSpeedPlus.
Cc: Ard Biesheuvel <ard.biesheuvel@...>
Cc: Leif Lindholm <leif@...>
Signed-off-by: Vin Xue <vinxue@...>
---
Add basic support for USB 3.1 SuperSpeedPlus.
Cc: Ard Biesheuvel <ard.biesheuvel@...>
Cc: Leif Lindholm <leif@...>
Signed-off-by: Vin Xue <vinxue@...>
---
|
By
Vin Xue <vinxue@...>
·
#63781
·
|
|
[edk2-platforms PATCH v2 3/4] Silicon/Synopsys/DesignWare: Support build against DesignWare.dsc
Support GCC IA32/X64 build.
Cc: Ard Biesheuvel <ard.biesheuvel@...>
Cc: Leif Lindholm <leif@...>
Signed-off-by: Vin Xue <vinxue@...>
---
Support GCC IA32/X64 build.
Cc: Ard Biesheuvel <ard.biesheuvel@...>
Cc: Leif Lindholm <leif@...>
Signed-off-by: Vin Xue <vinxue@...>
---
|
By
Vin Xue <vinxue@...>
·
#63780
·
|
|
[edk2-platforms PATCH v2 2/4] Silicon/Synopsys/DesignWare: Remove platform specific init code.
Remove platform specific init code for device mode enable.
The code is different for different silicon vendor.
Cc: Ard Biesheuvel <ard.biesheuvel@...>
Cc: Leif Lindholm
Remove platform specific init code for device mode enable.
The code is different for different silicon vendor.
Cc: Ard Biesheuvel <ard.biesheuvel@...>
Cc: Leif Lindholm
|
By
Vin Xue <vinxue@...>
·
#63779
·
|
|
[edk2-platforms PATCH v2 1/4] Silicon/Synopsys/DesignWare: Import DesignWare USB3 peripheral driver
Incorporate the driver for the DesignWare USB3 DRD controller device
mode (peripheral) that is defined in
edk2-platforms/devel-IntelAtomProcessorE3900 branch.
The driver is supported by Intel Atom
Incorporate the driver for the DesignWare USB3 DRD controller device
mode (peripheral) that is defined in
edk2-platforms/devel-IntelAtomProcessorE3900 branch.
The driver is supported by Intel Atom
|
By
Vin Xue <vinxue@...>
·
#63778
·
|
|
Re: [PATCH 1/1] Maintainers.txt: Add bhyve reviewers
Acked-by: Peter Grehan <grehan@...>
Acked-by: Peter Grehan <grehan@...>
|
By
Peter Grehan <grehan@...>
·
#63777
·
|
|
Cancelled Event: TianoCore Design Meeting - APAC/NAMO - Friday, 7 August 2020
#cal-cancelled
Cancelled: TianoCore Design Meeting - APAC/NAMO
This event has been cancelled.
When:
Friday, 7 August 2020
9:30am to 10:30am
(UTC+08:00)
Cancelled: TianoCore Design Meeting - APAC/NAMO
This event has been cancelled.
When:
Friday, 7 August 2020
9:30am to 10:30am
(UTC+08:00)
|
By
devel@edk2.groups.io Calendar <devel@...>
·
#63776
·
|
|
Dynamic Tables patches
Hi Sami,
Could you possibly have a look at my dynamic tables patches I submitted last week?
Cheers,
Tom
Hi Sami,
Could you possibly have a look at my dynamic tables patches I submitted last week?
Cheers,
Tom
|
By
Tomas Pilar (tpilar)
·
#63775
·
|
|
[edk2-staging/EdkRepo] [PATCH V1 2/2] EdkRepo: Add support for subst drives
get_workspace_path() now converts a virtual drive path
to a real path before any git repo operations are done.
Cc: Nate DeSimone <nathaniel.l.desimone@...>
Cc: Bret Barkelew
get_workspace_path() now converts a virtual drive path
to a real path before any git repo operations are done.
Cc: Nate DeSimone <nathaniel.l.desimone@...>
Cc: Bret Barkelew
|
By
Nate DeSimone
·
#63774
·
|
|
[edk2-staging/EdkRepo] [PATCH V1 1/2] EdkRepo: Add function to enumerate subst drives
Cc: Nate DeSimone <nathaniel.l.desimone@...>
Cc: Bret Barkelew <Bret.Barkelew@...>
Cc: Prince Agyeman <prince.agyeman@...>
Cc: Erik Bjorge
Cc: Nate DeSimone <nathaniel.l.desimone@...>
Cc: Bret Barkelew <Bret.Barkelew@...>
Cc: Prince Agyeman <prince.agyeman@...>
Cc: Erik Bjorge
|
By
Nate DeSimone
·
#63773
·
|
|
[edk2-staging/EdkRepo] [PATCH V1 0/2] EdkRepo: Add support for SUBST drives
EdkRepo currently does not handle virtual drives created using the SUBST command.
Specifically, when cloning or syncing a project to a subst drive the includeIf statements
that redirect submodule
EdkRepo currently does not handle virtual drives created using the SUBST command.
Specifically, when cloning or syncing a project to a subst drive the includeIf statements
that redirect submodule
|
By
Nate DeSimone
·
#63772
·
|
|
Re: [Patch 0/4] Update licenses
for the series,
Acked-by: Ard Biesheuvel <ard.biesheuvel@...>
for the series,
Acked-by: Ard Biesheuvel <ard.biesheuvel@...>
|
By
Ard Biesheuvel
·
#63771
·
|
|
Re: [PATCH] MdeModulePkg/UsbBusDxe: some USB PenDisk fails enumeration.
I will review it by next weekend(8/14).
Thanks.
I will review it by next weekend(8/14).
Thanks.
|
By
Guomin Jiang
·
#63770
·
|