Re: [PATCH v2 9/9] arm: Migrate Apple M1 to save_prev_bl_data

2023-03-27 Thread Mark Kettenis
> From: Simon Glass > Date: Tue, 28 Mar 2023 08:32:45 +1300 > > Hi Mark, > > On Tue, 28 Mar 2023 at 08:19, Mark Kettenis wrote: > > > > > From: Simon Glass > > > Date: Tue, 28 Mar 2023 08:02:24 +1300 > > > > > > Hi, > > > > > > On Mon, 27 Mar 2023 at 23:47, Konrad Dybcio > > > wrote: > > >

Re: [PATCH v2 9/9] arm: Migrate Apple M1 to save_prev_bl_data

2023-03-27 Thread Simon Glass
Hi Mark, On Tue, 28 Mar 2023 at 08:19, Mark Kettenis wrote: > > > From: Simon Glass > > Date: Tue, 28 Mar 2023 08:02:24 +1300 > > > > Hi, > > > > On Mon, 27 Mar 2023 at 23:47, Konrad Dybcio > > wrote: > > > > > > Mark's and Dzmitry's approaches come down to the same thing.. Let's > > > unify

Re: [PATCH v2 9/9] arm: Migrate Apple M1 to save_prev_bl_data

2023-03-27 Thread Mark Kettenis
> From: Simon Glass > Date: Tue, 28 Mar 2023 08:02:24 +1300 > > Hi, > > On Mon, 27 Mar 2023 at 23:47, Konrad Dybcio wrote: > > > > Mark's and Dzmitry's approaches come down to the same thing.. Let's > > unify them by first removing the static keyword from the common file > > to allow the

Re: [PATCH v2 9/9] arm: Migrate Apple M1 to save_prev_bl_data

2023-03-27 Thread Simon Glass
Hi, On Mon, 27 Mar 2023 at 23:47, Konrad Dybcio wrote: > > Mark's and Dzmitry's approaches come down to the same thing.. Let's > unify them by first removing the static keyword from the common file > to allow the variable to be reused, then renaming "reg0" to the more > sensible fw_dtb_pointer

[PATCH v2 9/9] arm: Migrate Apple M1 to save_prev_bl_data

2023-03-27 Thread Konrad Dybcio
Mark's and Dzmitry's approaches come down to the same thing.. Let's unify them by first removing the static keyword from the common file to allow the variable to be reused, then renaming "reg0" to the more sensible fw_dtb_pointer coming from the Apple file and finally remove the mach-apple