[U-Boot] [PATCH] coreboot: add support fot CB_TAG_BOOT_MEDIA_PARAMS

Bin Meng bmeng.cn at gmail.com
Wed Feb 20 09:10:02 UTC 2019


Hi Christian,

On Mon, Feb 18, 2019 at 8:06 PM Christian Gmeiner
<christian.gmeiner at gmail.com> wrote:
>
> Change-Id: I7a2e320f2296bc20e1ac2f10cc2297697c50e097

What is this?

> Signed-off-by: Christian Gmeiner <christian.gmeiner at gmail.com>

Can you please include a commit message to explain the changes? Thanks!

> ---
>  arch/x86/cpu/coreboot/tables.c               | 13 +++++++++++++
>  arch/x86/include/asm/arch-coreboot/sysinfo.h |  6 +++++-
>  arch/x86/include/asm/coreboot_tables.h       | 11 +++++++++++
>  3 files changed, 29 insertions(+), 1 deletion(-)
>
> diff --git a/arch/x86/cpu/coreboot/tables.c b/arch/x86/cpu/coreboot/tables.c
> index bc18b710c9..fa26b66f24 100644
> --- a/arch/x86/cpu/coreboot/tables.c
> +++ b/arch/x86/cpu/coreboot/tables.c
> @@ -109,6 +109,16 @@ static void cb_parse_string(unsigned char *ptr, char **info)
>         *info = (char *)((struct cb_string *)ptr)->string;
>  }
>

Regards,
Bin


More information about the U-Boot mailing list