Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/scripts/
H A Dcombo-layer1078 new_rev = old2new_revs.get(rev, None)
1079 if new_rev:
1080 return new_rev
1165 new_rev = parent_rev
1169new_rev = runcmd("git commit-tree".split() + add_p([import_rev(p) for p in parents]) +
1172 old2new_revs[rev] = new_rev
1174 return new_rev
1197 new_rev = runcmd("git commit-tree".split() +
1202 runcmd("git reset --hard %s" % new_rev)
1224 for new_rev, body in zip(*[iter(log)]* 2):
[all …]
/openbmc/linux/arch/x86/kernel/cpu/microcode/
H A Dinternal.h42 u32 new_rev; member
H A Dcore.c833 pr_info_once("Current revision: 0x%08x\n", (early_data.new_rev ?: early_data.old_rev)); in microcode_init()
835 if (early_data.new_rev) in microcode_init()
H A Dintel.c412 ed->new_rev = uci.cpu_sig.rev; in load_ucode_intel_bsp()
H A Damd.c720 ed->new_rev = rev; in load_ucode_amd_bsp()