You've already forked slimbootloader
mirror of
https://github.com/Dasharo/slimbootloader.git
synced 2026-03-06 15:26:20 -08:00
3fe37921b1
Currently GenCfgData.py tool could open generated CfgDataDef.dsc, but could not open CfgDataDef.dsc in the source code since it includes other DSC files in CommonBoardPkg. The files could not be found by default if SBL_SOURCE is not defined. This patch would search DSC in CommonBoardPkg, so even SBL_SOURCE is not defined, it could still open CfgDataDef.dsc. Signed-off-by: Guo Dong <guo.dong@intel.com>