* Create tool to generate uCode outside of full SBL build
Create a standalone tool that generates a full
uCode region binary separate from a full SBL build
This tool will be used to generate a uCode region
binary for incorporation into a FWU capsule
Signed-off-by: Sean McGinn <sean.mcginn@intel.com>
* Make region size optional parameter in uCode utility
When region size not is given explicitly to the uCode
utility, it aligns the combined uCode binaries up
to the nearest multiple of 4KB
The uCode utility also checks slot size and region size
are not exceeded
Signed-off-by: Sean McGinn <sean.mcginn@intel.com>
* Remove region size argument on uCode utility
Signed-off-by: Sean McGinn <sean.mcginn@intel.com>
Signed-off-by: Sean McGinn <sean.mcginn@intel.com>