]> git.dujemihanovic.xyz Git - u-boot.git/commit
binman: Make Intel ME default to position 0x1000
authorSimon Glass <sjg@chromium.org>
Sun, 23 Jun 2024 17:55:07 +0000 (11:55 -0600)
committerSimon Glass <sjg@chromium.org>
Wed, 3 Jul 2024 06:36:33 +0000 (07:36 +0100)
commit0f851e234172cf3d874ae16d61a641cb9d793c73
treea400acf2617fef239d484dccdbfa0fe365227ddf
parent404936e5731ee366a513b0452e2306e799de59cb
binman: Make Intel ME default to position 0x1000

This cannot ever go at offset 0 since the descriptor is there. Use a
better offset for the ME, as used by link and coral, for example.

This matters when we start using assumed sizes for missing blobs.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/binman/etype/intel_descriptor.py