Re: [U-Boot] [PATCH v7 0/9] x86: Add basic Slim Bootloader payload support

2019-08-01 Thread Park, Aiden
Hi Bin, > -Original Message- > From: Bin Meng [mailto:bmeng...@gmail.com] > Sent: Thursday, August 1, 2019 2:23 PM > To: Park, Aiden > Cc: Andy Shevchenko ; U-Boot Mailing List b...@lists.denx.de>; Simon Glass > Subject: Re: [PATCH v7 0/9] x86: Add basic Slim Bootloader payload support

Re: [U-Boot] [PATCH v7 0/9] x86: Add basic Slim Bootloader payload support

2019-08-01 Thread Andy Shevchenko
On Thu, Aug 1, 2019 at 8:22 AM Bin Meng wrote: > On Mon, Jul 29, 2019 at 12:35 PM Park, Aiden wrote: > There are some checkpatch warnings which I think we should fix: > ERROR: trailing statements should be on next line > #76: FILE: arch/x86/cpu/slimbootloader/sdram.c:37: > + if (e

Re: [U-Boot] [PATCH v7 0/9] x86: Add basic Slim Bootloader payload support

2019-07-31 Thread Bin Meng
Hi Aiden, On Mon, Jul 29, 2019 at 12:35 PM Park, Aiden wrote: > > This patch is to enable U-Boot as a payload which runs on top of Slim > Bootloader(https://github.com/slimbootloader/slimbootloader) boot firmware > for x86 platforms. > > The Slim Bootloader is designed with multi-stage architec

[U-Boot] [PATCH v7 0/9] x86: Add basic Slim Bootloader payload support

2019-07-28 Thread Park, Aiden
This patch is to enable U-Boot as a payload which runs on top of Slim Bootloader(https://github.com/slimbootloader/slimbootloader) boot firmware for x86 platforms. The Slim Bootloader is designed with multi-stage architecture for the execution from reset vector to OS hand-off, and supports QEMU