Re: [PATCH 08/18] bootstd: Allow storing x86 setup information

2023-05-15 Thread Bin Meng
Hi Simon, On Sat, Apr 29, 2023 at 3:19 AM Simon Glass wrote: > > On x86 boards Linux uses a block of binary data to provide information > about the command line, memory map, etc. Provide a way to store this in > the bootflow so it can be passed on to the OS. > > Signed-off-by: Simon Glass > ---

[PATCH 08/18] bootstd: Allow storing x86 setup information

2023-04-28 Thread Simon Glass
On x86 boards Linux uses a block of binary data to provide information about the command line, memory map, etc. Provide a way to store this in the bootflow so it can be passed on to the OS. Signed-off-by: Simon Glass --- cmd/bootflow.c | 2 ++ include/bootflow.h | 2 ++ 2 files changed, 4