Re: [PATCH v2 0/6] Fixmap support and MM cleanups

2019-02-14 Thread Anup Patel
On Thu, Feb 14, 2019 at 6:07 AM Palmer Dabbelt wrote: > > On Wed, 13 Feb 2019 00:21:43 PST (-0800), a...@brainfault.org wrote: > > On Wed, Feb 13, 2019 at 4:45 AM Palmer Dabbelt wrote: > >> > >> On Sat, 19 Jan 2019 05:27:53 PST (-0800), Anup Patel wrote: > >> > This patchset does: > >> > 1. Moves

Re: [PATCH v2 0/6] Fixmap support and MM cleanups

2019-02-13 Thread Palmer Dabbelt
On Wed, 13 Feb 2019 00:21:43 PST (-0800), a...@brainfault.org wrote: On Wed, Feb 13, 2019 at 4:45 AM Palmer Dabbelt wrote: On Sat, 19 Jan 2019 05:27:53 PST (-0800), Anup Patel wrote: > This patchset does: > 1. Moves MM related code from kernel/setup.c to mm/init.c > 2. Implements compile-time

Re: [PATCH v2 0/6] Fixmap support and MM cleanups

2019-02-13 Thread Johan Hovold
On Wed, Feb 13, 2019 at 01:51:43PM +0530, Anup Patel wrote: > On Wed, Feb 13, 2019 at 4:45 AM Palmer Dabbelt wrote: > > > > On Sat, 19 Jan 2019 05:27:53 PST (-0800), Anup Patel wrote: > > > This patchset does: > > > 1. Moves MM related code from kernel/setup.c to mm/init.c > > > 2. Implements comp

Re: [PATCH v2 0/6] Fixmap support and MM cleanups

2019-02-13 Thread Anup Patel
On Wed, Feb 13, 2019 at 4:45 AM Palmer Dabbelt wrote: > > On Sat, 19 Jan 2019 05:27:53 PST (-0800), Anup Patel wrote: > > This patchset does: > > 1. Moves MM related code from kernel/setup.c to mm/init.c > > 2. Implements compile-time fixed mappings > > > > Using fixed mappings available, we can n

Re: [PATCH v2 0/6] Fixmap support and MM cleanups

2019-02-12 Thread Palmer Dabbelt
On Sat, 19 Jan 2019 05:27:53 PST (-0800), Anup Patel wrote: This patchset does: 1. Moves MM related code from kernel/setup.c to mm/init.c 2. Implements compile-time fixed mappings Using fixed mappings available, we can now get earlyprints even without SBI calls. For example, we can use kernel pa

Re: [PATCH v2 0/6] Fixmap support and MM cleanups

2019-02-10 Thread Anup Patel
Hi All, Any comments on this series ?? Regards, Anup

[PATCH v2 0/6] Fixmap support and MM cleanups

2019-01-19 Thread Anup Patel
This patchset does: 1. Moves MM related code from kernel/setup.c to mm/init.c 2. Implements compile-time fixed mappings Using fixed mappings available, we can now get earlyprints even without SBI calls. For example, we can use kernel parameter "earlycon=uart8250,mmio,0x1000" to get early print