[U-Boot] [PATCH 3/4] x86: fsp: Make hob command a sub-command to fsp
Simon Glass
sjg at chromium.org
Sun Oct 18 22:26:13 CEST 2015
On 10 October 2015 at 02:47, Bin Meng <bmeng.cn at 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 at 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 at chromium.org>
More information about the U-Boot
mailing list