Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/tools/
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
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