]> git.dujemihanovic.xyz Git - u-boot.git/commit
x86: Update the fsp command for FSP2
authorSimon Glass <sjg@chromium.org>
Sat, 7 Dec 2019 04:42:27 +0000 (21:42 -0700)
committerBin Meng <bmeng.cn@gmail.com>
Sun, 15 Dec 2019 03:44:19 +0000 (11:44 +0800)
commitb75617b035a7eee94669e7dbd83921dd66dcb61e
treed2f5abdcaf378a18cbc3503922fc50f2254694cf
parent86a8fb3b3b45523744d23626e419f72b7e201da8
x86: Update the fsp command for FSP2

The current 'fsp' command only works with FSP1. Update it to handle FSP2
as well. Convert everything to hex which is what U-Boot uses.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
cmd/x86/fsp.c