Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/tools/
H A Dmicrocode-tool15 MICROCODE_DIR = 'arch/x86/dts/microcode' variable
236 if not os.path.exists(MICROCODE_DIR):
237 print >> sys.stderr, "Creating directory '%s'" % MICROCODE_DIR
238 os.makedirs(MICROCODE_DIR)
239 outfile = os.path.join(MICROCODE_DIR, mcode.name + '.dtsi')
259 ' %s/<name>.dtsi' % MICROCODE_DIR)
272 This will find the appropriate file and write it to %s.""" % MICROCODE_DIR
H A Dmicrocode-tool.py15 MICROCODE_DIR = 'arch/x86/dts/microcode' variable
236 if not os.path.exists(MICROCODE_DIR):
237 print >> sys.stderr, "Creating directory '%s'" % MICROCODE_DIR
238 os.makedirs(MICROCODE_DIR)
239 outfile = os.path.join(MICROCODE_DIR, mcode.name + '.dtsi')
259 ' %s/<name>.dtsi' % MICROCODE_DIR)
272 This will find the appropriate file and write it to %s.""" % MICROCODE_DIR
/OK3568_Linux_fs/buildroot/package/iucode-tool/
H A DS00iucode-tool6 MICROCODE_DIR="/lib/firmware/intel-ucode"
10 /usr/sbin/iucode_tool -q -k "$MICROCODE_DIR"