[PATCH 1/3] corstone1000: add compressed kernel support

Tom Rini trini at konsulko.com
Tue Oct 31 18:46:17 CET 2023


On Thu, Oct 26, 2023 at 01:50:49PM +0100, abdellatif.elkhlifi at arm.com wrote:

> From: Abdellatif El Khlifi <abdellatif.elkhlifi at arm.com>
> 
> unzip the kernel before executing it
> 
> The Corstone-1000 kernel has become too large to fit in the available
> storage.  Switching to a compressed kernel avoids the problem, but
> requires uncompressing it.
> 
> Changes made are generated using savedefconfig.
> 
> Signed-off-by: Abdellatif El Khlifi <abdellatif.elkhlifi at arm.com>
> Signed-off-by: Jon Mason <jon.mason at arm.com>
> Signed-off-by: Rui Miguel Silva <rui.silva at linaro.org>
> ---
>  configs/corstone1000_defconfig | 1551 +++++++++++++++++++++++++++++++-
>  1 file changed, 1550 insertions(+), 1 deletion(-)
> 
> diff --git a/configs/corstone1000_defconfig b/configs/corstone1000_defconfig
> index 3b5733b777..f25da79ec8 100644
> --- a/configs/corstone1000_defconfig
> +++ b/configs/corstone1000_defconfig
> @@ -1,69 +1,1618 @@

This wasn't done as savedefconfig, so I had to do a tiny bit of
reworking to re-save it and then again on 3/3 for it to apply. In the
future please make sure defconfig changes really are savedefconfig'd,
thanks and applied to u-boot/master.

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 659 bytes
Desc: not available
URL: <https://lists.denx.de/pipermail/u-boot/attachments/20231031/703526f0/attachment.sig>


More information about the U-Boot mailing list