Yes, it is being taking care of.
On Mon, Jul 16, 2018 at 8:50 AM, Yao, Jiewen wrote:
> Laszlo already filed one - https://bugzilla.tianocore.
> org/show_bug.cgi?id=1008
>
> I suggest we add to UefiLib instead of fixing all individual driver.
>
> Thank you
> Yao Jiewen
>
>
> > -Original Messa
Here is this script usage.
1. Build one platform.
2. Use FCE tool to read HII config from the generated FD image.
FCE read -i Platform.fd > Config.txt
3. Call the script to generate StructurePcd setting.
ConvertFceToStructurePcd.py -p Build\PlatformPkg\DEBUG_VS2015x86 -c Config.txt
-o OutputDir
Ou
From: Yunhua Feng
V3: Add some invalid type and datum check
V2: limit the PCD used in the [Depex] section should be used in the module
The PCD item used in INF [Depex] section must be defined as FixedAtBuild
type and VOID* datum type, and the size of the PCD must be 16 bytes.
Fixes: https://bu
REF: https://github.com/christopherco/edk2-platforms/tree/import_mspkg_v1
This patch adds a Platform/Microsoft directory to hold libraries and drivers
that are specific to supporting Windows IoT Core but not necessarily specific
to a
Platform or Silicon.
SdMmc DXE driver enables Windows IoT Core
MsPkg is a collection of libraries and drivers that are specific
to supporting Windows IoT Core but are not Platform/Silicon specific.
Cc: Ard Biesheuvel
Cc: Leif Lindholm
Cc: Michael D Kinney
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Christopher Co
---
Platform/M
This debug library provides support for importing symbols to
debug using Lauterbach.
Derived from: ArmPkg\Library\DebugPeCoffExtraActionLib
Cc: Ard Biesheuvel
Cc: Leif Lindholm
Cc: Michael D Kinney
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Christopher Co
---
Pla
The case is the Pcd item both used in 1 module inf and 1 lib inf, and
in the DSC component section, it override the Pcd value.
In the module, the pcd value is the override value, but in the lib inf
the pcd value is the value that in the DSC PCD section's value, then it
cause the Pcd value is differ
Move DMAR table into a separate FFS file to make it easier to be located and
installed at proper time by VT-d library.
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: David Wei
CC: Mang Guo
---
.../Common/Acpi/AcpiPlatformDxe/AcpiPlatform.c | 4 +-
.../Common/Acpi/
Enhance implementation of EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL by introducing
EDKII_IOMMU_PROTOCOL to support DMA remapping when VT-d is enabled.
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: David Wei
CC: Mang Guo
---
.../NorthCluster/PciHostBridge/Dxe/PciHostBridge.c | 34
Search uCode costs much time, if AP has same processor type
with BSP, AP can use BSP saved uCode info to get better performance.
This change enables this solution.
Cc: Laszlo Ersek
Cc: Ruiyu Ni
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Eric Dong
---
UefiCpuPkg/Lib
Read uCode from memory has better performance than from flash.
But it needs extra effort to let BSP copy uCode from flash to
memory. Also BSP already enable cache in SEC phase, so it use
less time to relocate uCode from flash to memory. After
verification, if system has more than one processor, it
Use below three rules to optimize load uCode performance:
1. Let BSP relocate uCode from flash to memory for better performance.
2. BSP caches the CPU ID and address of uCode so AP doesnt need to look
for the uCode again if the CPU ID is same as BSPs.
3. Only apply uCode in one thread of a co
Reviewed-by: Michael D Kinney
Mike
> -Original Message-
> From: edk2-devel [mailto:edk2-devel-
> boun...@lists.01.org] On Behalf Of Star Zeng
> Sent: Monday, July 16, 2018 3:42 AM
> To: edk2-devel@lists.01.org
> Cc: Kinney, Michael D ;
> Zeng, Star
> Subject: [edk2] [staging/FmpDeviceP
Laszlo already filed one - https://bugzilla.tianocore.org/show_bug.cgi?id=1008
I suggest we add to UefiLib instead of fixing all individual driver.
Thank you
Yao Jiewen
> -Original Message-
> From: Zhang, Chao B
> Sent: Monday, July 16, 2018 11:10 PM
> To: rba...@gmail.com; edk2-devel@l
Hi Bacik:
Tks for the fix. Would you please file another report in Bugzilla for
RamDisk & Tls Configuration driver? They have same issue as SecureBootConfig
driver
-Original Message-
From: rba...@gmail.com [mailto:rba...@gmail.com]
Sent: Wednesday, July 11, 2018 6:51 AM
To: edk2-deve
> On 16 Jul 2018, at 17:07, Ni, Ruiyu wrote:
>
> Can someone give a r-b for this patch?
> Is Ack-by enough for a check-in?
Hi Ray,
Please go ahead and merge this patch with my ack.
Ard.
>
>> -Original Message-
>> From: Ard Biesheuvel
>> Sent: Wednesday, July 11, 2018 10:21 PM
>>
Cc: Michael D Kinney
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Star Zeng
---
BaseTools/BinWrappers/PosixLike/GenerateCapsule | 0
1 file changed, 0 insertions(+), 0 deletions(-)
mode change 100644 => 100755 BaseTools/BinWrappers/PosixLike/GenerateCapsule
diff --git
This patch fixes the regression issues caused by
543f5ac30facfbb40eafb2b4908649a427784080.
Without this fix, OvmfPkg will build failure.
Thanks
Liming
>-Original Message-
>From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of
>BobCF
>Sent: Monday, July 16, 2018 5:39 PM
Fixed a code bug.
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Bob Feng
Cc: Liming Gao
---
BaseTools/Source/Python/Workspace/DscBuildData.py | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/BaseTools/Source/Python/Workspace/DscBuildData.py
b/B
Can someone give a r-b for this patch?
Is Ack-by enough for a check-in?
Thanks/Ray
> -Original Message-
> From: Ard Biesheuvel
> Sent: Wednesday, July 11, 2018 10:21 PM
> To: Ni, Ruiyu
> Cc: edk2-devel@lists.01.org; Leif Lindholm
> Subject: Re: [PATCH v4 6/9] ArmPkg/PlatformBDS: Implem
Reviewed-by: Eric Dong
> -Original Message-
> From: Wang, Jian J
> Sent: Friday, July 13, 2018 1:54 PM
> To: edk2-devel@lists.01.org
> Cc: Dong, Eric ; Laszlo Ersek ;
> Yao, Jiewen ; Zeng, Star
> Subject: [PATCH] UefiCpuPkg/CpuDxe: fix incorrect check of SMM mode
>
> Current IsInSmm() m
Reviewed-by: Long Qin
(BTW: Please remove the extra "Signed-off-by" signature)
Best Regards & Thanks,
LONG, Qin
> -Original Message-
> From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of
> Zhang, Chao B
> Sent: Monday, July 16, 2018 3:21 PM
> To: edk2-devel@lists.01.
Hello Ting,
As you recommended with shell based IP assignment we are able to use the IP6
Static IP bases ISCSI connection.
Thanks for your detailed clarification.
-Siva
-Original Message-
From: Ye, Ting [mailto:ting...@intel.com]
Sent: Wednesday, July 4, 2018 1:17 PM
To: Sivaraman Nai
"Triggle" is a typo. Fix it with "Trigger"
Cc: Long Qin
Cc: Jiewen Yao
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Chao Zhang
Signed-off-by: Zhang, Chao B
---
SecurityPkg/Tcg/Tcg2Smm/Tpm.asl | 16
SecurityPkg/Tcg/TcgSmm/Tpm.asl | 16 ---
Update Readme.MD for the FmpDevicePkg-UDK2018 branch in the
edk2-staging repository.
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Michael D Kinney
---
CryptoPkg/Library/OpensslLib/openssl | 2 +-
Readme.md| 159 +
25 matches
Mail list logo