Re: [edk2] [Patch] BaseTools Script: Add the script to generate Structure PCD setting

2018-07-22 Thread Zhu, Yonghong
Reviewed-by: Yonghong Zhu Best Regards, Zhu Yonghong -Original Message- From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of Liming Gao Sent: Tuesday, July 17, 2018 11:42 AM To: edk2-devel@lists.01.org Subject: [edk2] [Patch] BaseTools Script: Add the script to

[edk2] [Patch] BaseTools Script: Add the script to generate Structure PCD setting

2018-07-16 Thread Liming Gao
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