|
Re: [PATCH v7 1/6] MdeModulePkg/PciHostBridge: io range is not mandatory
I've already queued it up.
I've already queued it up.
|
By
Ard Biesheuvel
·
#90174
·
|
|
Re: [PATCH v7 1/6] MdeModulePkg/PciHostBridge: io range is not mandatory
Hi,
Oh, *there* it comes from. Given this is configurable already we can
fix that one in qemu with a microvm tweak:
diff --git a/hw/i386/microvm.c b/hw/i386/microvm.c
index
Hi,
Oh, *there* it comes from. Given this is configurable already we can
fix that one in qemu with a microvm tweak:
diff --git a/hw/i386/microvm.c b/hw/i386/microvm.c
index
|
By
Gerd Hoffmann
·
#90173
·
|
|
Re: [PATCH 1/1] OvmfPkg/Microvm: drop CODE and VARS files
Merged as #2939. Thanks.
By
Ard Biesheuvel
·
#90172
·
|
|
Re: [PATCH v2 1/1] OvmfPkg/AmdSev: remove unused SMM bits from .dsc and .fdf files
Merged as #2939. Thanks.
By
Ard Biesheuvel
·
#90171
·
|
|
Event: TianoCore Community Meeting - APAC/NAMO - 06/02/2022
#cal-reminder
Reminder: TianoCore Community Meeting - APAC/NAMO
When:
06/02/2022
7:30pm to 8:30pm
(UTC-07:00) America/Los
Reminder: TianoCore Community Meeting - APAC/NAMO
When:
06/02/2022
7:30pm to 8:30pm
(UTC-07:00) America/Los
|
By
Group Notification <noreply@...>
·
#90170
·
|
|
Event: TianoCore Community Meeting - APAC/NAMO - 06/02/2022
#cal-reminder
Reminder: TianoCore Community Meeting - APAC/NAMO
When:
06/02/2022
7:30pm to 8:30pm
(UTC-07:00) America/Los
Reminder: TianoCore Community Meeting - APAC/NAMO
When:
06/02/2022
7:30pm to 8:30pm
(UTC-07:00) America/Los
|
By
Group Notification <noreply@...>
·
#90169
·
|
|
Re: [PATCH v2 1/1] OvmfPkg/AmdSev: remove unused SMM bits from .dsc and .fdf files
Gerd, thanks for the cleanup.
Tested-by: Dov Murik <dovmurik@...>
Reviewed-by: Dov Murik <dovmurik@...>
Gerd, thanks for the cleanup.
Tested-by: Dov Murik <dovmurik@...>
Reviewed-by: Dov Murik <dovmurik@...>
|
By
Dov Murik
·
#90168
·
|
|
TianoCore Community Meeting 20220602 EMEA/NAMO
# TianoCore Community Meeting
**Highlights:**
- Stable tag 202205 released
- Call for discussion on versioning components, manifest
- Need to determine what to do about BZ reporters not
# TianoCore Community Meeting
**Highlights:**
- Stable tag 202205 released
- Call for discussion on versioning components, manifest
- Need to determine what to do about BZ reporters not
|
By
Demeter, Miki
·
#90167
·
|
|
Event: TianoCore Community Meeting - EMEA / NAMO - 06/02/2022
#cal-reminder
Reminder: TianoCore Community Meeting - EMEA / NAMO
When:
06/02/2022
9:00am to 10:00am
(UTC-07:00) America/Los
Reminder: TianoCore Community Meeting - EMEA / NAMO
When:
06/02/2022
9:00am to 10:00am
(UTC-07:00) America/Los
|
By
Group Notification <noreply@...>
·
#90166
·
|
|
[PATCH] fix: F7 key can register Boot0000 if error happens getting mBootMenuOptionNumber
From: JamesWang <jameswang@...>
---
.../Library/BoardBdsHookLib/BoardBootOption.c | 18 ++++++++++++------
1 file changed, 12 insertions(+), 6 deletions(-)
diff --git
From: JamesWang <jameswang@...>
---
.../Library/BoardBdsHookLib/BoardBootOption.c | 18 ++++++++++++------
1 file changed, 12 insertions(+), 6 deletions(-)
diff --git
|
By
JamesWang [王家明] <JamesWang@...>
·
#90165
·
|
|
Event: TianoCore Community Meeting - EMEA / NAMO - 06/02/2022
#cal-reminder
Reminder: TianoCore Community Meeting - EMEA / NAMO
When:
06/02/2022
9:00am to 10:00am
(UTC-07:00) America/Los
Reminder: TianoCore Community Meeting - EMEA / NAMO
When:
06/02/2022
9:00am to 10:00am
(UTC-07:00) America/Los
|
By
Group Notification <noreply@...>
·
#90164
·
|
|
Re: gcc 12, RiscV64 fence.i instruction missing
Hi Steffen,
No, I don't think we've tried GCC12 yet.
Hm, I don't quite understand the bug report but it sounds like something that'll be fixed by GCC?
Thanks,
Daniel
Hi Steffen,
No, I don't think we've tried GCC12 yet.
Hm, I don't quite understand the bug report but it sounds like something that'll be fixed by GCC?
Thanks,
Daniel
|
By
Daniel Schaefer
·
#90163
·
|
|
Re: [PATCH 1/1] MdePkg/BaseLib: Add CRC16-ANSI and CRC32c implementations
Hi Liming,
No problem.
CRC32c is a CRC32 variant with a different polynomial, so unfortunately we can't reuse the current mCrcTable.
Note that technically we could further optimize the CRC32c code to
Hi Liming,
No problem.
CRC32c is a CRC32 variant with a different polynomial, so unfortunately we can't reuse the current mCrcTable.
Note that technically we could further optimize the CRC32c code to
|
By
Pedro Falcato
·
#90162
·
|
|
Re: [PATCH v7 1/6] MdeModulePkg/PciHostBridge: io range is not mandatory
This seems to be related to the padding logic, i.e., we are trying to
preserve some extra I/O space for the root port in case we hotplug
something that might need it.
The hack below gets around this
This seems to be related to the padding logic, i.e., we are trying to
preserve some extra I/O space for the root port in case we hotplug
something that might need it.
The hack below gets around this
|
By
Ard Biesheuvel
·
#90161
·
|
|
gcc 12, RiscV64 fence.i instruction missing
Hi,
has anyone tied building EDK2 (e.g. MdePkg) for RiscV64 with gcc 12?
I get:
/edk2/Build/Mde/DEBUG_GCC5/RISCV64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/RiscV64/FlushCache.iiii:16: Error:
Hi,
has anyone tied building EDK2 (e.g. MdePkg) for RiscV64 with gcc 12?
I get:
/edk2/Build/Mde/DEBUG_GCC5/RISCV64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/RiscV64/FlushCache.iiii:16: Error:
|
By
Oliver Steffen
·
#90160
·
|
|
Re: [PATCH v7 1/6] MdeModulePkg/PciHostBridge: io range is not mandatory
Hi,
Well, the difference seem to be pcie root ports. When plugging my
virtio device into the root bus everything is fine:
PCI Bus First Scanning
PciBus: Discovered PCI @ [00|00|00]
PciBus:
Hi,
Well, the difference seem to be pcie root ports. When plugging my
virtio device into the root bus everything is fine:
PCI Bus First Scanning
PciBus: Discovered PCI @ [00|00|00]
PciBus:
|
By
Gerd Hoffmann
·
#90159
·
|
|
Re: [PATCH v7 1/6] MdeModulePkg/PciHostBridge: io range is not mandatory
I did a quick test with both ArmVirtQemu and microvm (using this
series but omitting the MdeModulePkg), and I can confirm that not
having a I/O resource window at all seems to work fine if none of
I did a quick test with both ArmVirtQemu and microvm (using this
series but omitting the MdeModulePkg), and I can confirm that not
having a I/O resource window at all seems to work fine if none of
|
By
Ard Biesheuvel
·
#90158
·
|
|
Re: [PATCH 1/1] OvmfPkg/Microvm: drop CODE and VARS files
Acked-by: Jiewen Yao <Jiewen.yao@...>
Acked-by: Jiewen Yao <Jiewen.yao@...>
|
By
Yao, Jiewen
·
#90157
·
|
|
Re: [PATCH v7 1/6] MdeModulePkg/PciHostBridge: io range is not mandatory
Gerd,
The fix should work. But I am curious why the if in blow is not hit.
https://github.com/TianoCore/edk2/blob/master/MdeModulePkg/Bus/Pci/PciHostBridgeDxe/PciHostBridge.c#L922
The
Gerd,
The fix should work. But I am curious why the if in blow is not hit.
https://github.com/TianoCore/edk2/blob/master/MdeModulePkg/Bus/Pci/PciHostBridgeDxe/PciHostBridge.c#L922
The
|
By
Ni, Ray
·
#90156
·
|
|
Re: [PATCH v5 1/6] MdeModulePkg/PciHostBridge: io range is not mandatory
That's a real bug we should fix. I agree!!
That's a real bug we should fix. I agree!!
|
By
Ni, Ray
·
#90155
·
|