commit | f2c17aabc917e1092eedb16fa2b8891e9379f7e6 | [log] [tgz] |
---|---|---|
author | Anup Patel <anup.patel@wdc.com> | Mon Jan 07 20:57:01 2019 +0530 |
committer | Anup Patel <anup@brainfault.org> | Thu Feb 21 11:26:42 2019 +0530 |
tree | 263b4020a36643cbc07ede2630e67f60801550bd | |
parent | 6f1e9e946f0bc32cf55a7d7c36f80cb365e1877a [diff] |
RISC-V: Implement compile-time fixed mappings This patch implements compile-time virtual to physical mappings. These compile-time fixed mappings can be used by earlycon, ACPI, and early ioremap for creating fixed mappings when FIX_EARLYCON_MEM=y. To start with, we have enabled compile-time fixed mappings for earlycon. Signed-off-by: Anup Patel <anup.patel@wdc.com> Reviewed-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Palmer Dabbelt <palmer@sifive.com>