Re: [PATCH v2 00/12] Add support for SUNIV and F1C100s.

2022-01-28 Thread Jesse Taube
On 1/28/22 21:40, Andre Przywara wrote: On Wed, 26 Jan 2022 08:53:17 -0500 Jesse Taube wrote: Hi Jesse, This patch set aims to add support for the SUNIV and F1C100s. Support has been in linux for a while now, but not in u-boot. This patchset contains: - CPU specific initialization code -

Re: [PATCH v2 00/12] Add support for SUNIV and F1C100s.

2022-01-28 Thread Andre Przywara
On Wed, 26 Jan 2022 08:53:17 -0500 Jesse Taube wrote: Hi Jesse, > This patch set aims to add support for the SUNIV and F1C100s. > Support has been in linux for a while now, but not in u-boot. > > This patchset contains: > - CPU specific initialization code > - SUNIV dram driver > - SUNIV clock

[PATCH v2 00/12] Add support for SUNIV and F1C100s.

2022-01-26 Thread Jesse Taube
This patch set aims to add support for the SUNIV and F1C100s. Support has been in linux for a while now, but not in u-boot. This patchset contains: - CPU specific initialization code - SUNIV dram driver - SUNIV clock driver adaption - SUNIV gpio driver adaption - SUNIV uart driver adaption -