Re: [U-Boot] [PATCH] x86: Fix Linux v4.7+ zimage booting (update bootparam.h)

2016-09-29 Thread Bin Meng
Hi Stefan, Well done! On Thu, Sep 29, 2016 at 5:34 PM, Stefan Roese wrote: > Booting Linux kernel v4.7+ does not work since commit 974f221c Please specify this is Linux kernel commit. > "x86/boot: Move compressed kernel to the end of the decompression buffer". > > This patch adds the latest ve

Re: [U-Boot] [PATCH] x86: Fix Linux v4.7+ zimage booting (update bootparam.h)

2016-09-29 Thread Simon Glass
On 29 September 2016 at 03:34, Stefan Roese wrote: > > Booting Linux kernel v4.7+ does not work since commit 974f221c > "x86/boot: Move compressed kernel to the end of the decompression buffer". > > This patch adds the latest version of the setup_header struct, adding > "init_size" which is needed

[U-Boot] [PATCH] x86: Fix Linux v4.7+ zimage booting (update bootparam.h)

2016-09-29 Thread Stefan Roese
Booting Linux kernel v4.7+ does not work since commit 974f221c "x86/boot: Move compressed kernel to the end of the decompression buffer". This patch adds the latest version of the setup_header struct, adding "init_size" which is needed since this commit referenced above. With this patch, booting L