Branch: refs/heads/master
Home: https://github.com/tianocore/edk2
Commit: b3b3cfab7eb52acd77558a9727196e30d05d1f2a
https://github.com/tianocore/edk2/commit/b3b3cfab7eb52acd77558a9727196e30d05d1f2a
Author: Gerd Hoffmann <[email protected]>
Date: 2024-12-06 (Fri, 06 Dec 2024)
Changed paths:
M OvmfPkg/CloudHv/CloudHvX64.dsc
M OvmfPkg/Include/Dsc/NetworkComponents.dsc.inc
M OvmfPkg/Microvm/MicrovmX64.dsc
M OvmfPkg/OvmfPkgIa32.dsc
M OvmfPkg/OvmfPkgIa32X64.dsc
M OvmfPkg/OvmfPkgX64.dsc
Log Message:
-----------
OvmfPkg: move VirtioNet to NetworkComponents.dsc.inc
Allows to update VirtioNet driver configuration without
touching all *.dsc files.
Signed-off-by: Gerd Hoffmann <[email protected]>
Commit: 5be587067ae742b6d2f7157cbff733afcba0f4fe
https://github.com/tianocore/edk2/commit/5be587067ae742b6d2f7157cbff733afcba0f4fe
Author: Gerd Hoffmann <[email protected]>
Date: 2024-12-06 (Fri, 06 Dec 2024)
Changed paths:
A OvmfPkg/Include/Dsc/UsbComponents.dsc.inc
M OvmfPkg/OvmfPkgIa32.dsc
M OvmfPkg/OvmfPkgIa32X64.dsc
M OvmfPkg/OvmfPkgX64.dsc
Log Message:
-----------
OvmfPkg: move USB drivers to new UsbComponents.dsc.inc
Allows to update USB driver configuration without
touching all *.dsc files.
Signed-off-by: Gerd Hoffmann <[email protected]>
Commit: b9cb18206a301daef2a843c024da578eaa3f4a91
https://github.com/tianocore/edk2/commit/b9cb18206a301daef2a843c024da578eaa3f4a91
Author: Gerd Hoffmann <[email protected]>
Date: 2024-12-06 (Fri, 06 Dec 2024)
Changed paths:
M OvmfPkg/Include/Dsc/NetworkComponents.dsc.inc
Log Message:
-----------
OvmfPkg: add fw_cfg option for virtio-net support
Use UefiDriverEntryPointFwCfgOverrideLib for VirtioNetDxe so the driver
can be enabled/disabled via fw_cfg option.
usage: qemu -fw_cfg name=opt/org.tianocore/VirtioNetSupport,string={yes,no}
Signed-off-by: Gerd Hoffmann <[email protected]>
Commit: f9335bcb7ccbcba63e8208639a8f8bdf7495f605
https://github.com/tianocore/edk2/commit/f9335bcb7ccbcba63e8208639a8f8bdf7495f605
Author: Gerd Hoffmann <[email protected]>
Date: 2024-12-06 (Fri, 06 Dec 2024)
Changed paths:
M OvmfPkg/Include/Dsc/NetworkComponents.dsc.inc
Log Message:
-----------
OvmfPkg: add fw_cfg option for iscsi support
Use UefiDriverEntryPointFwCfgOverrideLib for IScsiDxe so the driver
can be enabled/disabled via fw_cfg option.
usage: qemu -fw_cfg name=opt/org.tianocore/ISCSISupport,string={yes,no}
Signed-off-by: Gerd Hoffmann <[email protected]>
Commit: 9ca29831f68f09390e78f42c9b5b72c4b6ce11cc
https://github.com/tianocore/edk2/commit/9ca29831f68f09390e78f42c9b5b72c4b6ce11cc
Author: Gerd Hoffmann <[email protected]>
Date: 2024-12-06 (Fri, 06 Dec 2024)
Changed paths:
M OvmfPkg/Include/Dsc/UsbComponents.dsc.inc
Log Message:
-----------
OvmfPkg: add fw_cfg option for usb storage
Use UefiDriverEntryPointFwCfgOverrideLib for UsbMassStorageDxe so
the driver can be enabled/disabled via fw_cfg option.
usage: qemu -fw_cfg name=opt/org.tianocore/UsbStorageSupport,string={yes,no}
Signed-off-by: Gerd Hoffmann <[email protected]>
Commit: 645988d9b339ae7cbb0077b00dca7c5c62f3c3f0
https://github.com/tianocore/edk2/commit/645988d9b339ae7cbb0077b00dca7c5c62f3c3f0
Author: Gerd Hoffmann <[email protected]>
Date: 2024-12-06 (Fri, 06 Dec 2024)
Changed paths:
M
OvmfPkg/Library/UefiDriverEntryPointFwCfgOverrideLib/UefiDriverEntryPointFwCfgOverrideLib.c
M
OvmfPkg/Library/UefiDriverEntryPointFwCfgOverrideLib/UefiDriverEntryPointFwCfgOverrideLib.inf
M OvmfPkg/OvmfPkg.dec
Log Message:
-----------
OvmfPkg: add PcdEntryPointOverrideDefaultValue
UefiDriverEntryPointFwCfgOverrideLib will use
PcdEntryPointOverrideDefaultValue to decide what to do in case the
fw_cfg file specified via PcdEntryPointOverrideFwCfgVarName is not
present. Default is "yes".
This allows to disable drivers by default and only enable them when
requested via fw_cfg.
Also log a message with the config option applied and whenever the
default value or a fw_cfg option was used.
Signed-off-by: Gerd Hoffmann <[email protected]>
Commit: f0424ec80e4c4abcb67790e1a1faae33b18505e2
https://github.com/tianocore/edk2/commit/f0424ec80e4c4abcb67790e1a1faae33b18505e2
Author: Gerd Hoffmann <[email protected]>
Date: 2024-12-06 (Fri, 06 Dec 2024)
Changed paths:
M OvmfPkg/Include/Dsc/NetworkComponents.dsc.inc
Log Message:
-----------
OvmfPkg: disable iscsi by default
While IScsiDxe certainly is a useful feature it is rarely used, and it
slows down firmware boot quite a bit. So disable it by default and only
load it in case this is explicitly requested via fw_cfg.
Signed-off-by: Gerd Hoffmann <[email protected]>
Compare: https://github.com/tianocore/edk2/compare/35706d43c564...f0424ec80e4c
To unsubscribe from these emails, change your notification settings at
https://github.com/tianocore/edk2/settings/notifications
_______________________________________________
edk2-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/edk2-commits