Re: [PATCH v2 16/22] sunxi: add R528/T113-s3/D1(s) DRAM initialisation code

2023-10-22 Thread Samuel Holland
Hi Andre, On 10/22/23 17:40, Andre Przywara wrote: > On Sat, 21 Oct 2023 22:52:06 -0500 > Samuel Holland wrote: >> On 9/28/23 16:54, Andre Przywara wrote: >>> The Allwinner R528/T113-s/D1/D1s SoCs all share the same die, so use the >>> same DRAM initialisation code. >>> Make use of prior art here

Re: [PATCH v2 16/22] sunxi: add R528/T113-s3/D1(s) DRAM initialisation code

2023-10-22 Thread Andre Przywara
On Sat, 21 Oct 2023 22:52:06 -0500 Samuel Holland wrote: Hi Samuel, > On 9/28/23 16:54, Andre Przywara wrote: > > The Allwinner R528/T113-s/D1/D1s SoCs all share the same die, so use the > > same DRAM initialisation code. > > Make use of prior art here and lift some code from awboot[1], which >

Re: [PATCH v2 16/22] sunxi: add R528/T113-s3/D1(s) DRAM initialisation code

2023-10-21 Thread Samuel Holland
Hi Andre, On 9/28/23 16:54, Andre Przywara wrote: > The Allwinner R528/T113-s/D1/D1s SoCs all share the same die, so use the > same DRAM initialisation code. > Make use of prior art here and lift some code from awboot[1], which > carried init code based on earlier decompilation efforts, but with a

[PATCH v2 16/22] sunxi: add R528/T113-s3/D1(s) DRAM initialisation code

2023-09-28 Thread Andre Przywara
The Allwinner R528/T113-s/D1/D1s SoCs all share the same die, so use the same DRAM initialisation code. Make use of prior art here and lift some code from awboot[1], which carried init code based on earlier decompilation efforts, but with a GPL2 license tag. This code has been heavily reworked and