Searched hist:"69370 d14" (Results 1 – 3 of 3) sorted by relevance
/openbmc/u-boot/arch/x86/include/asm/ |
H A D | zimage.h | 69370d14 Mon Dec 05 06:09:26 CST 2011 Gabe Black <gabeblack@chromium.org> x86: Refactor the zboot innards so they can be reused with a vboot image If vboot successfully verifies a kernel, it will leave it in place and basically ready to boot. The zeropage table which is part of the x86 boot protocol is at the end of the kernel, though, instead of the beginning, and because the image is already in place there's no need to copy it around. This change refactors the code which implements the zboot command so that the configuration of the zeropage table and loading the pieces of the kernel into memory are done separately. Also, because the command line goes before the zeropage table in vboot which is somewhat incompatible with the normal protocol, where to put the command line is a now a parameter instead of being hard coded. Signed-off-by: Gabe Black <gabeblack@chromium.org>
|
/openbmc/u-boot/arch/x86/lib/ |
H A D | bootm.c | 69370d14 Mon Dec 05 06:09:26 CST 2011 Gabe Black <gabeblack@chromium.org> x86: Refactor the zboot innards so they can be reused with a vboot image If vboot successfully verifies a kernel, it will leave it in place and basically ready to boot. The zeropage table which is part of the x86 boot protocol is at the end of the kernel, though, instead of the beginning, and because the image is already in place there's no need to copy it around. This change refactors the code which implements the zboot command so that the configuration of the zeropage table and loading the pieces of the kernel into memory are done separately. Also, because the command line goes before the zeropage table in vboot which is somewhat incompatible with the normal protocol, where to put the command line is a now a parameter instead of being hard coded. Signed-off-by: Gabe Black <gabeblack@chromium.org>
|
H A D | zimage.c | 69370d14 Mon Dec 05 06:09:26 CST 2011 Gabe Black <gabeblack@chromium.org> x86: Refactor the zboot innards so they can be reused with a vboot image If vboot successfully verifies a kernel, it will leave it in place and basically ready to boot. The zeropage table which is part of the x86 boot protocol is at the end of the kernel, though, instead of the beginning, and because the image is already in place there's no need to copy it around. This change refactors the code which implements the zboot command so that the configuration of the zeropage table and loading the pieces of the kernel into memory are done separately. Also, because the command line goes before the zeropage table in vboot which is somewhat incompatible with the normal protocol, where to put the command line is a now a parameter instead of being hard coded. Signed-off-by: Gabe Black <gabeblack@chromium.org>
|