the following patch was just integrated into master: commit b4ad1757f0c56de513e6db34b7879d5e6b0e0aab Author: Mathias Krause mathias.krause@secunet.com Date: Tue Dec 20 10:28:26 2016 +0100
linux_load: set init_size boot parameter
Recent Linux kernels (v4.7+) require the boot loader to copy over the init_size boot parameter, too. We also miss to copy the loadflags.
Fix that to comply to the boot protocol v2.10+.
This fixes booting kernels v4.7 and later.
Change-Id: Ie68d44caedc481c368c63420376caedbdb9a93b5 Signed-off-by: Mathias Krause mathias.krause@secunet.com Reviewed-on: https://review.coreboot.org/17927 Tested-by: build bot (Jenkins) Reviewed-by: Nico Huber nico.h@gmx.de
See https://review.coreboot.org/17927 for details.
-gerrit