]> git.ipfire.org Git - people/ms/u-boot.git/commit
x86: fsp: Make hob command a sub-command to fsp
authorBin Meng <bmeng.cn@gmail.com>
Sat, 10 Oct 2015 08:47:58 +0000 (01:47 -0700)
committerSimon Glass <sjg@chromium.org>
Wed, 21 Oct 2015 13:46:26 +0000 (07:46 -0600)
commit62716ebb751dbe7346ff52b17be867505d959bcc
tree95774378e856a4041b21aa0046cd97a3d03d1a9d
parentb325cbb171dabf76530598448375581409a94c88
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>
arch/x86/lib/Makefile
arch/x86/lib/fsp/Makefile
arch/x86/lib/fsp/cmd_fsp.c [moved from arch/x86/lib/cmd_hob.c with 65% similarity]
doc/README.x86