|
Re: [Patch] NetworkPkg/IpSecDxe: Generate SPI randomly and correct IKE_SPI_BASE value
Reviewed-by: Ye Ting <ting.ye@...>
Reviewed-by: Ye Ting <ting.ye@...>
|
By
Ye, Ting <ting.ye@...>
·
#1477
·
|
|
[PATCH] ShellPkg: pci -i -_e to print next capability
According to PCI spec the next AER capability is relative to
the beginning of PCI configuration space. Hence substract the
base offset to get the next capability.
Contributed-under: TianoCore
According to PCI spec the next AER capability is relative to
the beginning of PCI configuration space. Hence substract the
base offset to get the next capability.
Contributed-under: TianoCore
|
By
Abdul Lateef Attar <abdul-lateef.attar@...>
·
#1476
·
|
|
Re: [patch] Nt32Pkg: Fix VS2010/VS2012 build failure
Reviewed-by: Eric Dong <eric.dong@...>
Reviewed-by: Eric Dong <eric.dong@...>
|
By
Dong, Eric
·
#1475
·
|
|
[patch] Nt32Pkg: Fix VS2010/VS2012 build failure
Initialize the variable "OptionNumber".
Cc: Eric Dong <eric.dong@...>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Dandan Bi <dandan.bi@...>
---
Initialize the variable "OptionNumber".
Cc: Eric Dong <eric.dong@...>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Dandan Bi <dandan.bi@...>
---
|
By
Dandan Bi
·
#1474
·
|
|
Re: [Patch 4/4] BaseTools VfrCompile Pccts: Update GCC Flags to the specific one with BUILD_ prefix
Reviewed the series of 4 patches
Reviewed-by: Giri P Mudusuru <giri.p.mudusuru@...>
Reviewed the series of 4 patches
Reviewed-by: Giri P Mudusuru <giri.p.mudusuru@...>
|
By
Mudusuru, Giri P <giri.p.mudusuru@...>
·
#1473
·
|
|
[Patch 4/4] BaseTools VfrCompile Pccts: Update GCC Flags to the specific one with BUILD_ prefix
This change is also applied to VfrCompile Pccts antlr and dlg tool.
In V2, add the missing C rules.
Cc: Giri P Mudusuru <giri.p.mudusuru@...>
Cc: Yonghong Zhu
This change is also applied to VfrCompile Pccts antlr and dlg tool.
In V2, add the missing C rules.
Cc: Giri P Mudusuru <giri.p.mudusuru@...>
Cc: Yonghong Zhu
|
By
Liming Gao
·
#1472
·
|
|
[Patch 3/4] BaseTools VfrCompile GNU makefile: Replace CXX with BUILD_CXX
The change is missing in VfrComile GNUmakefile.
Cc: Giri P Mudusuru <giri.p.mudusuru@...>
Cc: Yonghong Zhu <yonghong.zhu@...>
Contributed-under: TianoCore Contribution Agreement
The change is missing in VfrComile GNUmakefile.
Cc: Giri P Mudusuru <giri.p.mudusuru@...>
Cc: Yonghong Zhu <yonghong.zhu@...>
Contributed-under: TianoCore Contribution Agreement
|
By
Liming Gao
·
#1471
·
|
|
[Patch 2/4] BaseTools GNU makefile: remove unused .S rule
Cc: Yonghong Zhu <yonghong.zhu@...>
Cc: Giri P Mudusuru <giri.p.mudusuru@...>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Liming Gao <liming.gao@...>
---
Cc: Yonghong Zhu <yonghong.zhu@...>
Cc: Giri P Mudusuru <giri.p.mudusuru@...>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Liming Gao <liming.gao@...>
---
|
By
Liming Gao
·
#1470
·
|
|
[Patch 1/4] BaseTools GNU makefile: Add BUILD_CXXFLAGS to align make built-in rule
GNU make built-in rule to Compiling C++ programs with
ā$(CXX) $(CPPFLAGS) $(CXXFLAGS) -cā.
To align to it, add empty BUILD_CXXFLAGS in cpp rule.
Cc: Giri P Mudusuru
GNU make built-in rule to Compiling C++ programs with
ā$(CXX) $(CPPFLAGS) $(CXXFLAGS) -cā.
To align to it, add empty BUILD_CXXFLAGS in cpp rule.
Cc: Giri P Mudusuru
|
By
Liming Gao
·
#1469
·
|
|
[Patch 0/4] BaseTools GNU makefile: Update GCC Flags to the specific one with BUILD_ prefix
The following 4 patches clean up the remaining issues in GNU makefile.
With those changes, all GNU makefiles have been updated.
Liming Gao (4):
BaseTools GNU makefile: Add BUILD_CXXFLAGS to align
The following 4 patches clean up the remaining issues in GNU makefile.
With those changes, all GNU makefiles have been updated.
Liming Gao (4):
BaseTools GNU makefile: Add BUILD_CXXFLAGS to align
|
By
Liming Gao
·
#1468
·
|
|
Re: [Patch] NetworkPkg/IpSecDxe: Generate SPI randomly and correct IKE_SPI_BASE value
Reviewed-by: Fu Siyuan <siyuan.fu@...>
Reviewed-by: Fu Siyuan <siyuan.fu@...>
|
By
Siyuan, Fu
·
#1467
·
|
|
Re: [Patch] NetworkPkg/DnsDxe: Handle CNAME type responded from the name server
Hi, Jiaxin
I have 2 comments for the patch.
1. I think we can add the CNAME record to the DNS cache, just like the A and AAAA records, so the driver won't need to repeat the query if user query the
Hi, Jiaxin
I have 2 comments for the patch.
1. I think we can add the CNAME record to the DNS cache, just like the A and AAAA records, so the driver won't need to repeat the query if user query the
|
By
Siyuan, Fu
·
#1466
·
|
|
[Patch] NetworkPkg/DnsDxe: Handle CNAME type responded from the name server
According RFC 1034 - 3.6.2, if the query name is an alias, the name server
will include the CNAME record in the response and restart the query at the
domain name specified in the data field of the
According RFC 1034 - 3.6.2, if the query name is an alias, the name server
will include the CNAME record in the response and restart the query at the
domain name specified in the data field of the
|
By
Jiaxin Wu <jiaxin.wu@...>
·
#1465
·
|
|
[Patch] NetworkPkg/IpSecDxe: Generate SPI randomly and correct IKE_SPI_BASE value
This path made the following update:
* Generate SPI randomly.
* Correct IKE_SPI_BASE value according RFC 4302/4303.
Cc: Ye Ting <ting.ye@...>
Cc: Fu Siyuan
This path made the following update:
* Generate SPI randomly.
* Correct IKE_SPI_BASE value according RFC 4302/4303.
Cc: Ye Ting <ting.ye@...>
Cc: Fu Siyuan
|
By
Jiaxin Wu <jiaxin.wu@...>
·
#1464
·
|
|
Re: [Patch] MdeModulePkg: Support classless IP for DHCPv4 TransmitReceive()
Reviewed-by: Fu Siyuan <siyuan.fu@...>
Reviewed-by: Fu Siyuan <siyuan.fu@...>
|
By
Siyuan, Fu
·
#1463
·
|
|
Re: Ingebrigtsen: The End of Gmane?
Hi everyone.
Sorry for the possibly stupid question, maybe I lose something. Did we get
to a conclusion about this?
I tried to access the link https://lists.01.org/pipermail/edk2-devel/
but didn't
Hi everyone.
Sorry for the possibly stupid question, maybe I lose something. Did we get
to a conclusion about this?
I tried to access the link https://lists.01.org/pipermail/edk2-devel/
but didn't
|
By
Rafael Machado
·
#1462
·
|
|
Re: [PATCH] ArmPkg/CompilerIntrinsicsLib ARM: make memset() weak again
Reviewed-by: Leif Lindholm <leif.lindholm@...>
Reviewed-by: Leif Lindholm <leif.lindholm@...>
|
By
Leif Lindholm <leif.lindholm@...>
·
#1461
·
|
|
Re: [PATCH 00/11] OvmfPkg, ArmVirtPkg: GOP driver for the VirtIo GPU (virtio-gpu-pci)
Hi,
Problem on arm is that you can't expose something as pci memory to the
guest which in reality isn't pci memory but normal ram (like the
emulated vga memory pci bar).
Storing a framebuffer in
Hi,
Problem on arm is that you can't expose something as pci memory to the
guest which in reality isn't pci memory but normal ram (like the
emulated vga memory pci bar).
Storing a framebuffer in
|
By
Gerd Hoffmann <kraxel@...>
·
#1460
·
|
|
Re: [PATCH 00/11] OvmfPkg, ArmVirtPkg: GOP driver for the VirtIo GPU (virtio-gpu-pci)
I think that's the case. Please see the discussion in "11.9.1 Blt
Buffer" in the UEFI 2.6 spec, and also
typedef struct {
UINT8 Blue;
UINT8 Green;
UINT8 Red;
UINT8 Reserved;
}
I think that's the case. Please see the discussion in "11.9.1 Blt
Buffer" in the UEFI 2.6 spec, and also
typedef struct {
UINT8 Blue;
UINT8 Green;
UINT8 Red;
UINT8 Reserved;
}
|
By
Laszlo Ersek
·
#1459
·
|
|
Re: [PATCH 2/7] MdeModulePkg/EhciDxe: enable 64-bit PCI DMA
You can test the NVMe change with QEMU (x86_64) + OVMF:
https://tianocore.acgmultimedia.com/show_bug.cgi?id=79
Thanks
Laszlo
You can test the NVMe change with QEMU (x86_64) + OVMF:
https://tianocore.acgmultimedia.com/show_bug.cgi?id=79
Thanks
Laszlo
|
By
Laszlo Ersek
·
#1458
·
|