Re: [PATCH v2 1/3] rpi5: initial support

2023-11-22 Thread Peter Robinson
On Tue, Nov 21, 2023 at 10:54 PM Dmitry Malkin wrote: > > rpi5: add initial memory map for bcm2712 Could this be the title for the patch, "initial support" is fine for the cover letter, but doesn't really out line what this specific patch actually does. > includes: > * 1GB of RAM (from 4GB or 8G

Re: [PATCH v2 1/3] rpi5: initial support

2023-11-22 Thread Tom Rini
On Tue, Nov 21, 2023 at 11:54:24PM +0100, Dmitry Malkin wrote: > rpi5: add initial memory map for bcm2712 > > includes: > * 1GB of RAM (from 4GB or 8GB total) > * VPU memory interface > * SOC range (main peripherals) > > Signed-off-by: Dmitry Malkin I'm curious if the memory map portion of: ht

[PATCH v2 1/3] rpi5: initial support

2023-11-21 Thread Dmitry Malkin
rpi5: add initial memory map for bcm2712 includes: * 1GB of RAM (from 4GB or 8GB total) * VPU memory interface * SOC range (main peripherals) Signed-off-by: Dmitry Malkin --- v2: new patch --- arch/arm/mach-bcm283x/init.c | 28 1 file changed, 28 insertions(+)