From: sboyd@codeaurora.org (Stephen Boyd)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v4] ARM: early fixmap support for earlycon
Date: Tue, 16 Jun 2015 16:22:56 -0700 [thread overview]
Message-ID: <5580AFD0.1030606@codeaurora.org> (raw)
In-Reply-To: <1434491507-6208-1-git-send-email-stefan@agner.ch>
On 06/16/2015 02:51 PM, Stefan Agner wrote:
> Add early fixmap support, initially to support permanent, fixed
> mapping support for early console. A temporary, early pte is
> created which is migrated to a permanent mapping in paging_init.
> This is also needed since the attributes may change as the memory
> types are initialized. The 3MiB range of fixmap spans two pte
> tables, but currently only one pte is created for early fixmap
> support.
>
> Re-add FIX_KMAP_BEGIN to the index calculation in highmem.c since
> the index for kmap does not start at zero anymore. This reverts
> 4221e2e6b316 ("ARM: 8031/1: fixmap: remove FIX_KMAP_BEGIN and
> FIX_KMAP_END") to some extent.
>
> Cc: Mark Salter <msalter@redhat.com>
> Cc: Russell King <linux@arm.linux.org.uk>
> Cc: Kees Cook <keescook@chromium.org>
> Cc: Laura Abbott <lauraa@codeaurora.org>
> Cc: Arnd Bergmann <arnd@arndb.de>
> Cc: Ard Biesheuvel <ard.biesheuvel@linaro.org>
> Signed-off-by: Rob Herring <robh@kernel.org>
> Signed-off-by: Stefan Agner <stefan@agner.ch>
>
Works on msm_serial.
Tested-by: Stephen Boyd <sboyd@codeaurora.org>
--
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum,
a Linux Foundation Collaborative Project
WARNING: multiple messages have this Message-ID (diff)
From: Stephen Boyd <sboyd@codeaurora.org>
To: Stefan Agner <stefan@agner.ch>, linux@arm.linux.org.uk
Cc: Rob Herring <robh@kernel.org>,
Laura Abbott <lauraa@codeaurora.org>,
Kees Cook <keescook@chromium.org>, Arnd Bergmann <arnd@arndb.de>,
Ard Biesheuvel <ard.biesheuvel@linaro.org>,
linux-kernel@vger.kernel.org, Mark Salter <msalter@redhat.com>,
linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH v4] ARM: early fixmap support for earlycon
Date: Tue, 16 Jun 2015 16:22:56 -0700 [thread overview]
Message-ID: <5580AFD0.1030606@codeaurora.org> (raw)
In-Reply-To: <1434491507-6208-1-git-send-email-stefan@agner.ch>
On 06/16/2015 02:51 PM, Stefan Agner wrote:
> Add early fixmap support, initially to support permanent, fixed
> mapping support for early console. A temporary, early pte is
> created which is migrated to a permanent mapping in paging_init.
> This is also needed since the attributes may change as the memory
> types are initialized. The 3MiB range of fixmap spans two pte
> tables, but currently only one pte is created for early fixmap
> support.
>
> Re-add FIX_KMAP_BEGIN to the index calculation in highmem.c since
> the index for kmap does not start at zero anymore. This reverts
> 4221e2e6b316 ("ARM: 8031/1: fixmap: remove FIX_KMAP_BEGIN and
> FIX_KMAP_END") to some extent.
>
> Cc: Mark Salter <msalter@redhat.com>
> Cc: Russell King <linux@arm.linux.org.uk>
> Cc: Kees Cook <keescook@chromium.org>
> Cc: Laura Abbott <lauraa@codeaurora.org>
> Cc: Arnd Bergmann <arnd@arndb.de>
> Cc: Ard Biesheuvel <ard.biesheuvel@linaro.org>
> Signed-off-by: Rob Herring <robh@kernel.org>
> Signed-off-by: Stefan Agner <stefan@agner.ch>
>
Works on msm_serial.
Tested-by: Stephen Boyd <sboyd@codeaurora.org>
--
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum,
a Linux Foundation Collaborative Project
next prev parent reply other threads:[~2015-06-16 23:22 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-06-16 21:51 [PATCH v4] ARM: early fixmap support for earlycon Stefan Agner
2015-06-16 21:51 ` Stefan Agner
2015-06-16 22:32 ` Russell King - ARM Linux
2015-06-16 22:32 ` Russell King - ARM Linux
2015-06-17 11:43 ` Stefan Agner
2015-06-17 11:43 ` Stefan Agner
2015-06-17 19:43 ` Russell King - ARM Linux
2015-06-17 19:43 ` Russell King - ARM Linux
2015-07-06 6:45 ` Stefan Agner
2015-07-06 6:45 ` Stefan Agner
2015-06-16 23:22 ` Stephen Boyd [this message]
2015-06-16 23:22 ` Stephen Boyd
2015-06-17 9:33 ` Ard Biesheuvel
2015-06-17 9:33 ` Ard Biesheuvel
2015-06-30 12:33 ` Heiko Stübner
2015-06-30 12:33 ` Heiko Stübner
2015-07-30 21:02 ` Stefan Agner
2015-07-30 21:02 ` Stefan Agner
2015-08-08 17:53 ` Russell King - ARM Linux
2015-08-08 17:53 ` Russell King - ARM Linux
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=5580AFD0.1030606@codeaurora.org \
--to=sboyd@codeaurora.org \
--cc=linux-arm-kernel@lists.infradead.org \
/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.