Re: [PATCH 5/5] RISC-V: Implement compile-time fixed mappings

2019-01-19 Thread Anup Patel
On Tue, Jan 15, 2019 at 7:17 PM Christoph Hellwig wrote: > > On Mon, Jan 07, 2019 at 09:40:47PM +0530, Anup Patel wrote: > > From: Anup Patel > > > > This patch implements compile-time virtual to physical > > mappings. These compile-time fixed mappings can be used > > by earlycon, ACPI, and early

Re: [PATCH 5/5] RISC-V: Implement compile-time fixed mappings

2019-01-19 Thread Anup Patel
On Tue, Jan 15, 2019 at 7:17 PM Christoph Hellwig wrote: > > On Mon, Jan 07, 2019 at 09:40:47PM +0530, Anup Patel wrote: > > From: Anup Patel > > > > This patch implements compile-time virtual to physical > > mappings. These compile-time fixed mappings can be used > > by earlycon, ACPI, and early

Re: [PATCH 5/5] RISC-V: Implement compile-time fixed mappings

2019-01-15 Thread Christoph Hellwig
On Mon, Jan 07, 2019 at 09:40:47PM +0530, Anup Patel wrote: > From: Anup Patel > > 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

[PATCH 5/5] RISC-V: Implement compile-time fixed mappings

2019-01-07 Thread Anup Patel
From: Anup Patel 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. Sign