Re: [PATCH] arm: mach-apple: Move M1/M2 specifics into a separate folder

2023-10-15 Thread Mark Kettenis
> Date: Wed, 11 Oct 2023 07:42:39 +0300 > From: Ivaylo Ivanov > > S5L8950X is definitely belongs to the mach-apple folder, since it's the > first truly apple-made SoC: it uses AIC, DART, Apple GPIO, etc etc. I > might be wrong but I haven't seen any references of RTKit on S5L8950X. Yes your

Re: [PATCH] arm: mach-apple: Move M1/M2 specifics into a separate folder

2023-10-10 Thread Ivaylo Ivanov
S5L8950X is definitely belongs to the mach-apple folder, since it's the first truly apple-made SoC: it uses AIC, DART, Apple GPIO, etc etc. I might be wrong but I haven't seen any references of RTKit on S5L8950X. I have already have gotten u-boot working with AIC timer and partial dwc2 support

Re: [PATCH] arm: mach-apple: Move M1/M2 specifics into a separate folder

2023-10-10 Thread Mark Kettenis
> Date: Tue, 29 Aug 2023 22:13:53 +0300 > From: Ivaylo Ivanov > > I'm currently working on S5L8950X. I also have some T7000 and T8010 > devices that I'll work on in the future. > > There's a project called freemyipod that has a fork of U-Boot working on > iPod Nano's (specifically the S5L8730

Re: [PATCH] arm: mach-apple: Move M1/M2 specifics into a separate folder

2023-08-29 Thread Ivaylo Ivanov
I'm currently working on S5L8950X. I also have some T7000 and T8010 devices that I'll work on in the future. There's a project called freemyipod that has a fork of U-Boot working on iPod Nano's (specifically the S5L8730 in the iPod Nano 5). I've read that they're planning on upstreaming it in the

Re: [PATCH] arm: mach-apple: Move M1/M2 specifics into a separate folder

2023-08-29 Thread Mark Kettenis
> From: ivo.iva...@null.net > Date: Tue, 29 Aug 2023 20:25:19 +0300 > > From: Ivaylo Ivanov > > Currently, mach-apple assumes we're working with M1/M2. Make room for > adding support for other Apple SoCs by moving everything from the M1/M2 > SoC family in "mach-apple/" into "mach-apple/m1/".

[PATCH] arm: mach-apple: Move M1/M2 specifics into a separate folder

2023-08-29 Thread ivo . ivanov
From: Ivaylo Ivanov Currently, mach-apple assumes we're working with M1/M2. Make room for adding support for other Apple SoCs by moving everything from the M1/M2 SoC family in "mach-apple/" into "mach-apple/m1/". Signed-off-by: Ivaylo Ivanov --- arch/arm/Kconfig |