Searched refs:MICROCODE_DIR (Results 1 – 3 of 3) sorted by relevance
15 MICROCODE_DIR = 'arch/x86/dts/microcode' variable236 if not os.path.exists(MICROCODE_DIR):237 print >> sys.stderr, "Creating directory '%s'" % MICROCODE_DIR238 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
6 MICROCODE_DIR="/lib/firmware/intel-ucode"10 /usr/sbin/iucode_tool -q -k "$MICROCODE_DIR"