Re: [PATCH v3 1/1] arm: apple: Switch to fully dynamic mem layout

2022-02-28 Thread Tom Rini
On Sat, Feb 19, 2022 at 02:05:19PM +0100, Janne Grunau wrote: > Support for Apple M1 Pro and Max will allow using a single binary for > all M1 SoCs. The M1 Pro/Max have a different memory layout. The RAM > start address is 0x100__ instead of 0x8__. > Replace the hardcoded memory la

[PATCH v3 1/1] arm: apple: Switch to fully dynamic mem layout

2022-02-19 Thread Janne Grunau
Support for Apple M1 Pro and Max will allow using a single binary for all M1 SoCs. The M1 Pro/Max have a different memory layout. The RAM start address is 0x100__ instead of 0x8__. Replace the hardcoded memory layout with dynamic initialized environment variables in board_late_init(