From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bin Meng Date: Sun, 8 Dec 2019 11:31:06 +0800 Subject: [PATCH v6 054/102] x86: Update the fsp command for FSP2 In-Reply-To: <20191206213936.v6.54.I08cd7ac69a3df3dd505599bb29c0bde000e70026@changeid> References: <20191207044315.51770-1-sjg@chromium.org> <20191206213936.v6.54.I08cd7ac69a3df3dd505599bb29c0bde000e70026@changeid> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Sat, Dec 7, 2019 at 12:49 PM Simon Glass 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 > Reviewed-by: Bin Meng > --- > > Changes in v6: None > 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(-) > applied to u-boot-x86/next, thanks!