You've already forked slimbootloader
mirror of
https://github.com/Dasharo/slimbootloader.git
synced 2026-03-06 15:26:20 -08:00
5ae51f68fd
Ucode repo can be mapped to several different repos in SBL. Current SBL uses the exactly same folder name for all UCODE repo. It causes build issues when the UCODE repo switches from one repo to another. To avoid this issue, this patch allows to automatically use different folder name for UCODE repo clone so that each UCODE repo has its own folder. Signed-off-by: Maurice Ma <maurice.ma@intel.com>