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

2019-06-24 Thread Bin Meng
Hi Aiden, On Mon, Jun 24, 2019 at 3:39 PM Park, Aiden wrote: > > Hi Bin, > > I mean [PATCH 1/1] pre-fix and commit subject in this email title. If I make > new series of patches, it should be [PATCH N/M] with each commits' subject. I > thought it makes a little confusion. No problem. You can a

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

2019-06-24 Thread Park, Aiden
Hi Bin, I mean [PATCH 1/1] pre-fix and commit subject in this email title. If I make new series of patches, it should be [PATCH N/M] with each commits' subject. I thought it makes a little confusion. So, to avoid top-posting, what I need to do is posting new series of patches in this email, rig

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

2019-06-24 Thread Bin Meng
Hi Aiden, On Mon, Jun 24, 2019 at 3:07 PM Park, Aiden wrote: > > Hi Bin, > > Thanks for your feedback. I am going to make new series of split patches with > proper descriptions as Simon mentioned. For Slim Bootloader support > documentation, let me add README file in board/slimbootloader/slimbo

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

2019-06-24 Thread Park, Aiden
Hi Bin, Thanks for your feedback. I am going to make new series of split patches with proper descriptions as Simon mentioned. For Slim Bootloader support documentation, let me add README file in board/slimbootloader/slimbootloader. By the way, it looks this patch needs to be abandoned to avoid m

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

2019-06-23 Thread Park, Aiden
Hi Simon, Thanks for your feedback. I will add more comment/description on new structures/functions as well as general documentation. Best Regards, Aiden > -Original Message- > From: Simon Glass [mailto:s...@chromium.org] > Sent: Saturday, June 22, 2019 12:11 PM > To: Park, Aiden > Cc:

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

2019-06-23 Thread Bin Meng
Hi Aiden, On Fri, Jun 21, 2019 at 1:44 AM 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. > > Added new SLIMBOOTLOADER SYS/VENDOR/TARGET CONFIG > - New ar

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

2019-06-22 Thread Simon Glass
On Thu, 20 Jun 2019 at 18:44, 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. > > Added new SLIMBOOTLOADER SYS/VENDOR/TARGET CONFIG > - New arch/x86/cpu/sl

[U-Boot] [PATCH 1/1] x86: Add basic Slim Bootloader payload support

2019-06-20 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. Added new SLIMBOOTLOADER SYS/VENDOR/TARGET CONFIG - New arch/x86/cpu/slimbootloader directory with minimum codes - New board/slimbootl