[U-Boot] [PATCH v2 26/50] x86: Add a simple TPL implementation
Bin Meng
bmeng.cn at gmail.com
Wed May 1 15:35:17 UTC 2019
On Fri, Apr 26, 2019 at 12:00 PM Simon Glass <sjg at chromium.org> wrote:
>
> Add the required CPU code so that TPL builds correctly. Also update the
> SPL code to deal with being booted from TPL.
>
> Reviewed-by: Bin Meng <bmeng.cn at gmail.com>
> Signed-off-by: Simon Glass <sjg at chromium.org>
> ---
>
> Changes in v2: None
>
> arch/x86/include/asm/spl.h | 17 ++++-
> arch/x86/lib/Makefile | 9 ++-
> arch/x86/lib/spl.c | 44 ++++++++++-
> arch/x86/lib/tpl.c | 118 ++++++++++++++++++++++++++++++
> include/configs/chromebook_link.h | 3 -
> include/configs/qemu-x86.h | 3 -
> 6 files changed, 183 insertions(+), 11 deletions(-)
> create mode 100644 arch/x86/lib/tpl.c
>
This patch does not apply cleanly.
Applying: x86: Add a simple TPL implementation
error: patch failed: include/configs/chromebook_link.h:20
error: include/configs/chromebook_link.h: patch does not apply
error: patch failed: include/configs/qemu-x86.h:37
error: include/configs/qemu-x86.h: patch does not apply
Patch failed at 0001 x86: Add a simple TPL implementation
Regards,
Bin
More information about the U-Boot
mailing list