]> git.sur5r.net Git - u-boot/commit
x86: ifdtool: Split microcode linking into its own function
authorSimon Glass <sjg@chromium.org>
Sat, 15 Aug 2015 20:37:52 +0000 (14:37 -0600)
committerSimon Glass <sjg@chromium.org>
Wed, 26 Aug 2015 14:54:10 +0000 (07:54 -0700)
commit88cf322e44b85a0e17ce5a5514eff85e7df78dc6
tree2022301eb8d6b1bb27e9e747839998ab3db45075
parent3c7aab23a42264012d82937dd2a57e33ee288a92
x86: ifdtool: Split microcode linking into its own function

The code to set up the microcode pointer in the ROM shares almost nothing
with the write_uboot() function.

Move it into its own function so it will be easier to extend.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Tested-by: Bin Meng <bmeng.cn@gmail.com>
tools/ifdtool.c