Re: [PATCH v8 1/7] RISC-V: Move DT mapping outof fixmap

2020-11-09 Thread Anup Patel
On Mon, Nov 9, 2020 at 1:14 PM Greentime Hu wrote: > > Atish Patra 於 2020年9月18日 週五 上午6:37寫道: > > > > From: Anup Patel > > > > Currently, RISC-V reserves 1MB of fixmap memory for device tree. However, > > it maps only single PMD (2MB) space for fixmap which leaves only < 1MB space > > left for ot

Re: [PATCH v8 1/7] RISC-V: Move DT mapping outof fixmap

2020-11-08 Thread Greentime Hu
Atish Patra 於 2020年9月18日 週五 上午6:37寫道: > > From: Anup Patel > > Currently, RISC-V reserves 1MB of fixmap memory for device tree. However, > it maps only single PMD (2MB) space for fixmap which leaves only < 1MB space > left for other kernel features such as early ioremap which requires fixmap > as

[PATCH v8 1/7] RISC-V: Move DT mapping outof fixmap

2020-09-17 Thread Atish Patra
From: Anup Patel Currently, RISC-V reserves 1MB of fixmap memory for device tree. However, it maps only single PMD (2MB) space for fixmap which leaves only < 1MB space left for other kernel features such as early ioremap which requires fixmap as well. The fixmap size can be increased by another 2