Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1166488

Re: [PATCH v4] ARM: early fixmap support for earlycon

From Stephen Boyd <sboyd@codeaurora.org>
Newsgroups linux.kernel
Subject Re: [PATCH v4] ARM: early fixmap support for earlycon
Date 2015-06-17 01:30 +0200
Message-ID <pC8sO-oi-7@gated-at.bofh.it> (permalink)
References <pC73I-6Hz-7@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


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

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Back to linux.kernel | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

[PATCH v4] ARM: early fixmap support for earlycon Stefan Agner <stefan@agner.ch> - 2015-06-17 00:00 +0200
  Re: [PATCH v4] ARM: early fixmap support for earlycon Russell King - ARM Linux <linux@arm.linux.org.uk> - 2015-06-17 00:40 +0200
    Re: [PATCH v4] ARM: early fixmap support for earlycon Russell King - ARM Linux <linux@arm.linux.org.uk> - 2015-06-17 21:50 +0200
  Re: [PATCH v4] ARM: early fixmap support for earlycon Stephen Boyd <sboyd@codeaurora.org> - 2015-06-17 01:30 +0200

csiph-web