From: James Hogan <jhogan@kernel.org>
To: Aaro Koskinen <aaro.koskinen@iki.fi>
Cc: "Ralf Baechle" <ralf@linux-mips.org>,
"Hauke Mehrtens" <hauke@hauke-m.de>,
"Rafał Miłecki" <zajec5@gmail.com>,
linux-mips@linux-mips.org
Subject: Re: [PATCH] MIPS: bcm47xx: enable ZBOOT support
Date: Thu, 1 Feb 2018 16:16:44 +0000 [thread overview]
Message-ID: <20180201161642.GO7637@saruman> (raw)
In-Reply-To: <20180116222144.20359-1-aaro.koskinen@iki.fi>
[-- Attachment #1: Type: text/plain, Size: 1393 bytes --]
On Wed, Jan 17, 2018 at 12:21:44AM +0200, Aaro Koskinen wrote:
> Enable ZBOOT support. The WRT54GL router's bootloader limits kernel
> size to 3 MB with the normal load address, which is a bit challenging
> vmlinux size with modern Linux. A compressed kernel allows booting
> much bigger kernels.
>
> Signed-off-by: Aaro Koskinen <aaro.koskinen@iki.fi>
Applied to my 4.16 branch
Thanks
James
> ---
> arch/mips/Kconfig | 1 +
> arch/mips/bcm47xx/Platform | 1 +
> 2 files changed, 2 insertions(+)
>
> diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig
> index 350a990..1a8cd3b 100644
> --- a/arch/mips/Kconfig
> +++ b/arch/mips/Kconfig
> @@ -253,6 +253,7 @@ config BCM47XX
> select SYS_SUPPORTS_32BIT_KERNEL
> select SYS_SUPPORTS_LITTLE_ENDIAN
> select SYS_SUPPORTS_MIPS16
> + select SYS_SUPPORTS_ZBOOT
> select SYS_HAS_EARLY_PRINTK
> select USE_GENERIC_EARLY_PRINTK_8250
> select GPIOLIB
> diff --git a/arch/mips/bcm47xx/Platform b/arch/mips/bcm47xx/Platform
> index 874b7ca..70783b7 100644
> --- a/arch/mips/bcm47xx/Platform
> +++ b/arch/mips/bcm47xx/Platform
> @@ -5,3 +5,4 @@ platform-$(CONFIG_BCM47XX) += bcm47xx/
> cflags-$(CONFIG_BCM47XX) += \
> -I$(srctree)/arch/mips/include/asm/mach-bcm47xx
> load-$(CONFIG_BCM47XX) := 0xffffffff80001000
> +zload-$(CONFIG_BCM47XX) += 0xffffffff80400000
> --
> 2.9.2
>
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
prev parent reply other threads:[~2018-02-01 16:17 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-01-16 22:21 [PATCH] MIPS: bcm47xx: enable ZBOOT support Aaro Koskinen
2018-02-01 16:16 ` James Hogan [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20180201161642.GO7637@saruman \
--to=jhogan@kernel.org \
--cc=aaro.koskinen@iki.fi \
--cc=hauke@hauke-m.de \
--cc=linux-mips@linux-mips.org \
--cc=ralf@linux-mips.org \
--cc=zajec5@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.