Re: [edk2] [PATCH v2 1/2] EmbeddedPkg/AndroidBoot: boot android kernel from storage

2017-07-19 Thread Leif Lindholm
On Wed, Jul 19, 2017 at 06:00:04PM +0800, Jun Nie wrote: > 2017-07-19 0:04 GMT+08:00 Leif Lindholm : > > On Thu, Jul 06, 2017 at 09:29:05PM +0800, Jun Nie wrote: > >> Add an android kernel loader that could load kernel from storage > >> device. > > > > UEFI can already load a kernel (with the EFI s

Re: [edk2] [PATCH v2 1/2] EmbeddedPkg/AndroidBoot: boot android kernel from storage

2017-07-19 Thread Jun Nie
2017-07-19 0:04 GMT+08:00 Leif Lindholm : > On Thu, Jul 06, 2017 at 09:29:05PM +0800, Jun Nie wrote: >> Add an android kernel loader that could load kernel from storage >> device. > > UEFI can already load a kernel (with the EFI stub) from a storage > device. Please explain in the commit message ho

Re: [edk2] [PATCH v2 1/2] EmbeddedPkg/AndroidBoot: boot android kernel from storage

2017-07-18 Thread Leif Lindholm
On Thu, Jul 06, 2017 at 09:29:05PM +0800, Jun Nie wrote: > Add an android kernel loader that could load kernel from storage > device. UEFI can already load a kernel (with the EFI stub) from a storage device. Please explain in the commit message how this support differs from that. What relation do

Re: [edk2] [PATCH v2 1/2] EmbeddedPkg/AndroidBoot: boot android kernel from storage

2017-07-18 Thread Jun Nie
2017-07-06 21:29 GMT+08:00 Jun Nie : > Add an android kernel loader that could load kernel from storage > device. This patch is from Haojian's code. The minor change > is that alternative dtb is searched in second loader binary of > Android bootimage if dtb is not found after Linux kernel. > > Cont

[edk2] [PATCH v2 1/2] EmbeddedPkg/AndroidBoot: boot android kernel from storage

2017-07-06 Thread Jun Nie
Add an android kernel loader that could load kernel from storage device. This patch is from Haojian's code. The minor change is that alternative dtb is searched in second loader binary of Android bootimage if dtb is not found after Linux kernel. Contributed-under: TianoCore Contribution Agreement