Searched refs:debugType (Results 1 - 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/IntelFsp2Pkg/FspSecCore/Vtf0/
H A DBuild.py28 debugType = None variable
31 if debugType is not None:
32 output += '.' + debugType
37 '-D', 'DEBUG_%s' % str(debugType).upper(),
/device/linaro/bootloader/edk2/IntelFspPkg/FspSecCore/Vtf0/
H A DBuild.py28 debugType = None variable
31 if debugType is not None:
32 output += '.' + debugType
37 '-D', 'DEBUG_%s' % str(debugType).upper(),
/device/linaro/bootloader/edk2/IntelFspWrapperPkg/FspWrapperSecCore/Vtf0/
H A DBuild.py28 debugType = None variable
31 if debugType is not None:
32 output += '.' + debugType
37 '-D', 'DEBUG_%s' % str(debugType).upper(),
/device/linaro/bootloader/edk2/UefiCpuPkg/ResetVector/Vtf0/
H A DBuild.py28 for debugType in (None, 'port80', 'serial'):
31 if debugType is not None:
32 output += '.' + debugType
37 '-D', 'DEBUG_%s' % str(debugType).upper(),

Completed in 27 milliseconds