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

2022-02-07 Thread Mark Kettenis
> From: Janne Grunau > Date: Sun, 6 Feb 2022 22:07:04 +0100 > > 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

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

2022-02-07 Thread Janne Grunau
On 2022-02-06 18:02:43 -0500, Tom Rini wrote: > On Sun, Feb 06, 2022 at 10:07:04PM +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__

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

2022-02-06 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

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

2022-02-06 Thread Tom Rini
On Sun, Feb 06, 2022 at 10:07:04PM +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