]> git.baikalelectronics.ru Git - uboot.git/commit
binman: Support x86 microcode in TPL
authorSimon Glass <sjg@chromium.org>
Fri, 14 Sep 2018 10:57:32 +0000 (04:57 -0600)
committerSimon Glass <sjg@chromium.org>
Sat, 29 Sep 2018 17:49:35 +0000 (11:49 -0600)
commit0352694fa74f246d907e0a3181215198d9fa6ec6
tree053907b79f13c5871d9cdaa18377e45f4d63fef5
parent23bb4891b5f6d003956d093ac3d1d5c3348081d5
binman: Support x86 microcode in TPL

When TPL is used on x86 we may want to program the microcode (at least for
the first CPU) early in boot. Add support for this by refactoring the
existing code to be more generic.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/binman/README.entries
tools/binman/etype/u_boot_dtb_with_ucode.py
tools/binman/etype/u_boot_spl_with_ucode_ptr.py
tools/binman/etype/u_boot_tpl_dtb_with_ucode.py [new file with mode: 0644]
tools/binman/etype/u_boot_tpl_with_ucode_ptr.py [new file with mode: 0644]
tools/binman/etype/u_boot_ucode.py
tools/binman/etype/u_boot_with_ucode_ptr.py
tools/binman/ftest.py
tools/binman/test/93_x86_tpl_ucode.dts [new file with mode: 0644]