Home
last modified time | relevance | path

Searched hist:"88 d915b10f44e044dfd874e201a4ce1fcdbff59a" (Results 1 – 1 of 1) sorted by relevance

/openbmc/u-boot/arch/x86/include/asm/
H A Dbootparam.hdiff 88d915b10f44e044dfd874e201a4ce1fcdbff59a Fri Sep 30 02:15:59 CDT 2016 Stefan Roese <sr@denx.de> x86: Fix Linux v4.7+ zimage booting (update bootparam.h)

Booting Linux kernel v4.7+ does not work since Linux kernel 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 Linux v4.8-rc8 does work again on x86 boards.

Signed-off-by: Stefan Roese <sr@denx.de>
Reviewed-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Tested-by: Bin Meng <bmeng.cn@gmail.com>