Hi Bin, > -----Original Message----- > From: Bin Meng [mailto:[email protected]] > Sent: Tuesday, July 2, 2019 7:13 AM > To: Park, Aiden <[email protected]> > Cc: U-Boot Mailing List <[email protected]>; Simon Glass > <[email protected]> > Subject: Re: [PATCH v2 2/8] x86: slimbootloader: Add a function to access > HOB > > Hi Aiden, > > On Wed, Jun 26, 2019 at 7:17 AM Park, Aiden <[email protected]> wrote: > > > > - Added a function to get a GUID HOB data pointer from hob_list > > > > We need some changes to arch/x86/lib/fsp/fsp_support.c: move these > fsp_get_xxx() APIs to a separate module (hob.c?) and rename them to > get_xxx() for both FSP based board and slim bootloader to use. Some > refactor is needed. Agree. Let me make a common hob module for FSP and Slim Bootloader. > > > Signed-off-by: Aiden Park <[email protected]> > > --- > > arch/x86/cpu/slimbootloader/Makefile | 2 +- > > arch/x86/cpu/slimbootloader/hob.c | 97 +++++++++++++++++++ > > .../asm/arch-slimbootloader/slimbootloader.h | 14 +++ > > 3 files changed, 112 insertions(+), 1 deletion(-) create mode 100644 > > arch/x86/cpu/slimbootloader/hob.c > > > > Regards, > Bin
Best Regards, Aiden _______________________________________________ U-Boot mailing list [email protected] https://lists.denx.de/listinfo/u-boot

