
18 Oct
2015
18 Oct
'15
11:38 p.m.
On 18 October 2015 at 14:26, Simon Glass sjg@chromium.org wrote:
On 10 October 2015 at 02:47, Bin Meng bmeng.cn@gmail.com wrote:
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
arch/x86/lib/Makefile | 1 - arch/x86/lib/fsp/Makefile | 1 + arch/x86/lib/{cmd_hob.c => fsp/cmd_fsp.c} | 33 +++++++++++++++++++++++++------ doc/README.x86 | 5 ++--- 4 files changed, 30 insertions(+), 10 deletions(-) rename arch/x86/lib/{cmd_hob.c => fsp/cmd_fsp.c} (65%)
Acked-by: Simon Glass sjg@chromium.org
Applied to u-boot-x86, thanks!