Home
last modified time | relevance | path

Searched refs:FspComponent (Results 1 – 1 of 1) sorted by relevance

/device/linaro/bootloader/edk2/IntelFsp2Pkg/Tools/
DSplitFspBin.py676 def RebaseFspBin (FspBinary, FspComponent, FspBase, OutputDir, OutputFile): argument
681 numcomp = len(FspComponent)
689 for idx, fspcomp in enumerate(FspComponent):
782 … RebaseFspBin (args.FspBinary, args.FspComponent, args.FspBase, args.OutputDir, args.OutputFile)