commit | 29e7e6921f708d4fedac598a1330586520c3b2f4 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Aug 15 14:37:52 2015 -0600 |
committer | Simon Glass <sjg@chromium.org> | Wed Aug 26 07:54:10 2015 -0700 |
tree | 2022301eb8d6b1bb27e9e747839998ab3db45075 | |
parent | 062d2a6c4f8e5b7bbd1f602dd718af2e65deefc5 [diff] |
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>