Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WHL] CfgDataTool does not work on WHL platform #293

Closed
mauricema opened this issue Aug 27, 2019 · 0 comments · Fixed by #294
Closed

[WHL] CfgDataTool does not work on WHL platform #293

mauricema opened this issue Aug 27, 2019 · 0 comments · Fixed by #294

Comments

@mauricema
Copy link
Contributor

When trying to patch CFGDATA using CfgDataTool on WHL, it failed with message below:
C:\Python27\python.exe W:\SlimBoot\SlimFork\BootloaderCorePkg\Tools\CfgDataTool.py replace -i d:\upx.bin d:\CfgData.bin -o d:\upx.bin
No CFGDATA region has been patched!

mauricema added a commit to mauricema/slimbootloader that referenced this issue Aug 27, 2019
CfgDataTool was originally developed for APL. On APL, the CFGDATA
region name is 'CFGD'.  However, on all other platform, the name
is 'CNFG'. This patch modified the script to handle both. And it
fixed slimbootloader#293.

Signed-off-by: Maurice Ma <maurice.ma@intel.com>
myguitar pushed a commit that referenced this issue Aug 28, 2019
CfgDataTool was originally developed for APL. On APL, the CFGDATA
region name is 'CFGD'.  However, on all other platform, the name
is 'CNFG'. This patch modified the script to handle both. And it
fixed #293.

Signed-off-by: Maurice Ma <maurice.ma@intel.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant