[PATCH 3/3] ARM: at91: spl: add spl_early_init for sama52d platforms

2021-01-21 Thread Greg Gallagher
The dm root node is needed early in the spl to allow the timer to be used. This change calls spl_early_init to initialize the dm root node. Signed-off-by: Greg Gallagher --- arch/arm/mach-at91/spl_atmel.c | 7 +++ 1 file changed, 7 insertions(+) diff --git a/arch/arm/mach-at91

[PATCH 2/3] configs: sama5d27_som1_ek: Set FDT filename based on defconfig

2021-01-21 Thread Greg Gallagher
Make the FDT file name based on the default on that is specified in the defconfig file. Signed-off-by: Greg Gallagher --- include/configs/sama5d27_som1_ek.h | 7 ++- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/include/configs/sama5d27_som1_ek.h b/include/configs

[PATCH 1/3] board: Atmel: Add SAMA5D27 giant board

2021-01-21 Thread Greg Gallagher
Giant board is a tiny SBC based on the Adafruit Feather form factor, created by groboards it contains a SAMA5D2 processor (SAMA5D27), 128 MB of RAM and a microSD card for storage. Signed-off-by: Greg Gallagher --- arch/arm/dts/Makefile | 3 +- arch/arm/dts/at91

Re: [PATCH 1/2] board: Atmel: Add SAMA5D27 giant board

2021-01-21 Thread Greg Gallagher
On Thu, Jan 21, 2021 at 2:19 AM wrote: > On 21.01.2021 00:38, Greg Gallagher wrote: > > Giant board is a tiny SBC based on the Adafruit Feather form factor, > > created by groboards it contains a SAMA5D2 processor (SAMA5D27), > > 128 MB of RAM and a microSD card for storag

[PATCH 2/2] configs: sama5d27_som1_ek: Set FDT filename based on defconfig

2021-01-20 Thread Greg Gallagher
Make the FDT file name based on the default on that is specified in the defconfig file. Signed-off-by: Greg Gallagher --- include/configs/sama5d27_som1_ek.h | 7 ++- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/include/configs/sama5d27_som1_ek.h b/include/configs

[PATCH 1/2] board: Atmel: Add SAMA5D27 giant board

2021-01-20 Thread Greg Gallagher
Giant board is a tiny SBC based on the Adafruit Feather form factor, created by groboards it contains a SAMA5D2 processor (SAMA5D27), 128 MB of RAM and a microSD card for storage. Signed-off-by: Greg Gallagher --- arch/arm/dts/Makefile | 3 +- arch/arm/dts/at91

Re: [PATCH 2/2] board: atmel: Add SAMA5D27 giant board

2021-01-15 Thread Greg Gallagher
On Fri, Jan 15, 2021 at 2:55 AM wrote: > On 11.01.2021 09:10, Greg Gallagher wrote: > > Giant board is a tiny SBC based on the Adafruit Feather form factor, > > created by groboards it contains a SAMA5D2 processor (SAMA5D27), > > 128 MB of RAM and a microSD card for storag

[PATCH 2/2] board: atmel: Add SAMA5D27 giant board

2021-01-10 Thread Greg Gallagher
Giant board is a tiny SBC based on the Adafruit Feather form factor, created by groboards it contains a SAMA5D2 processor (SAMA5D27), 128 MB of RAM and a microSD card for storage. Signed-off-by: Greg Gallagher --- arch/arm/dts/Makefile | 3 + arch/arm/dts/at91

[PATCH 1/2] ARM: at91: spl: add spl_early_init for sama52d platforms

2021-01-10 Thread Greg Gallagher
The dm root node is needed early in the spl to allow the timer to be used. This change calls spl_early_init to initialize the dm root node. Signed-off-by: Greg Gallagher --- arch/arm/mach-at91/spl_atmel.c | 7 +++ 1 file changed, 7 insertions(+) diff --git a/arch/arm/mach-at91

sama5d2 giant board

2021-01-08 Thread Greg Gallagher
Dear All, I'm working on getting the board mentioned in the email subject into upstream u-boot. I currently have u-boot proper working but I use the at91bootstrap as the secondary program loader and not the u-boot SPL. I'm currently working on getting the u-boot SPL working on this board and I