
27 Nov
2019
27 Nov
'19
7:27 a.m.
On Mon, Nov 25, 2019 at 12:11 PM Simon Glass sjg@chromium.org wrote:
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
Changes in v5: None Changes in v4:
- Explain why FSP-M cannot be shown
- Use hex for size values also
Changes in v3:
- Convert code to use hex increased of decimal
- Update the 'fsp' command for FSP2, instead of disabling it
Changes in v2: None
cmd/x86/fsp.c | 65 ++++++++++++++++++++++++++++++++++----------------- 1 file changed, 44 insertions(+), 21 deletions(-)
Reviewed-by: Bin Meng bmeng.cn@gmail.com