diff options
author | Bin Meng <bmeng.cn@gmail.com> | 2015-10-10 01:47:58 -0700 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2015-10-21 07:46:26 -0600 |
commit | 62716ebb751dbe7346ff52b17be867505d959bcc (patch) | |
tree | 95774378e856a4041b21aa0046cd97a3d03d1a9d /doc | |
parent | b325cbb171dabf76530598448375581409a94c88 (diff) | |
download | u-boot-imx-62716ebb751dbe7346ff52b17be867505d959bcc.zip u-boot-imx-62716ebb751dbe7346ff52b17be867505d959bcc.tar.gz u-boot-imx-62716ebb751dbe7346ff52b17be867505d959bcc.tar.bz2 |
x86: fsp: Make hob command a sub-command to fsp
Introduce a new fsp command and make the existing hob command a
sub-command to fsp for future extension. Also move cmd_hob.c to
the dedicated fsp sub-directory in arch/x86/lib.
Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Acked-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/README.x86 | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/README.x86 b/doc/README.x86 index 18fed82..a9d0e0f 100644 --- a/doc/README.x86 +++ b/doc/README.x86 @@ -332,9 +332,8 @@ In keeping with the U-Boot philosophy of providing functions to check and adjust internal settings, there are several x86-specific commands that may be useful: -hob - Display information about Firmware Support Package (FSP) Hand-off - Block. This is only available on platforms which use FSP, mostly - Atom. +fsp - Display information about Intel Firmware Support Package (FSP). + This is only available on platforms which use FSP, mostly Atom. iod - Display I/O memory iow - Write I/O memory mtrr - List and set the Memory Type Range Registers (MTRR). These are used to |