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

2022-01-20 Thread Jesse Taube
On 1/20/22 13:12, Chris Morgan wrote: On Sat, Jan 15, 2022 at 04:02:05PM -0500, Jesse Taube wrote: On 1/10/22 00:13, Tnze Jdao wrote: I tested this patch and tried to run it on my LicheePi Nano. It works, but I found there is WARNINGs when compile the code: ---

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

2022-01-20 Thread Chris Morgan
On Sat, Jan 15, 2022 at 04:02:05PM -0500, Jesse Taube wrote: > > > On 1/10/22 00:13, Tnze Jdao wrote: > > I tested this patch and tried to run it on my LicheePi Nano. It works, but > > I found there is WARNINGs when compile the code: > > --- > > include/configs/sunxi-common.h:128:0:

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

2022-01-15 Thread Jesse Taube
On 1/10/22 00:13, Tnze Jdao wrote: I tested this patch and tried to run it on my LicheePi Nano. It works, but I found there is WARNINGs when compile the code: --- include/configs/sunxi-common.h:128:0: warning: "CONFIG_ENV_SECT_SIZE" redefined #define CONFIG_ENV_SECT_SIZE 0x1000 Ah I

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

2022-01-10 Thread Tnze Jdao
I tested this patch and tried to run it on my LicheePi Nano. It works, but I found there is WARNINGs when compile the code: --- include/configs/sunxi-common.h:128:0: warning: "CONFIG_ENV_SECT_SIZE" redefined #define CONFIG_ENV_SECT_SIZE 0x1000 In file included from

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

2022-01-05 Thread Giulio Benetti
Hi All, On 05/01/22 13:54, Jesse Taube wrote: On 1/5/22 07:14, Andre Przywara wrote: On Wed, 05 Jan 2022 19:36:29 +0800 Icenowy Zheng wrote: Hi Jesse, 在 2022-01-04星期二的 19:34 -0500,Jesse Taube写道: This patch set aims to add suport for the SUNIV and F1C100s. Suport has been in linux for a

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

2022-01-05 Thread Jesse Taube
On 1/5/22 07:14, Andre Przywara wrote: On Wed, 05 Jan 2022 19:36:29 +0800 Icenowy Zheng wrote: Hi Jesse, 在 2022-01-04星期二的 19:34 -0500,Jesse Taube写道: This patch set aims to add suport for the SUNIV and F1C100s. Suport has been in linux for a while now, but not in u-boot. This patchset

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

2022-01-05 Thread Andre Przywara
On Wed, 05 Jan 2022 19:36:29 +0800 Icenowy Zheng wrote: Hi Jesse, > 在 2022-01-04星期二的 19:34 -0500,Jesse Taube写道: > > This patch set aims to add suport for the SUNIV and F1C100s. > > Suport has been in linux for a while now, but not in u-boot. > > > > This patchset contains: > > - CPU specific

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

2022-01-05 Thread Icenowy Zheng
在 2022-01-04星期二的 19:34 -0500,Jesse Taube写道: > This patch set aims to add suport for the SUNIV and F1C100s. > Suport 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 > -

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

2022-01-04 Thread Jesse Taube
This patch set aims to add suport for the SUNIV and F1C100s. Suport 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 -