[V2 3/3] ARM: mvebu: ClearFog make sure that SATA and UART images are buildable

2020-12-08 Thread dgilmore
From: Dennis Gilmore SATA and UART ClearFog imaages are not buildable as ENV_SECT_SIZE is not defined set values for both possible targets Signed-off-by: Dennis Gilmore --- board/solidrun/clearfog/Kconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git

[V2 2/3] ARM: mvebu: helios4 dts changes to enable SPI

2020-12-08 Thread dgilmore
From: Dennis Gilmore Move all aliases defintions into the main dts file Add u-boot definiton to i2c0 based on clearfog set spi1 status to okay Signed-off-by: Dennis Gilmore --- arch/arm/dts/armada-388-helios4-u-boot.dtsi | 23 - arch/arm/dts/armada-388-helios4.dts

[V2 1/3] ARM: mvebu: helios4 adjust env sizes to enable SPI to work

2020-12-08 Thread dgilmore
From: Dennis Gilmore mirror the clearfog setup to enable SPI to work Signed-off-by: Dennis Gilmore --- arch/arm/mach-mvebu/Kconfig | 1 + board/kobol/helios4/Kconfig | 24 configs/helios4_defconfig | 2 -- 3 files changed, 25 insertions(+), 2 deletions(-) create

ARM: mvebu: enable SPI for helios4 and sata and uart images for clearfog

2020-12-08 Thread dgilmore
In an effort to build SPI images for clearfog and helios4 I needed to make some minor changes to the dts and Kconfig for the helios4 and set some variables for UART and SATA images for ClearFog. Version 2 dropped changes for db-mv784mp-gp as the board turns out to be currently broken, the serial

[PATCH 2/4] ARM: mvebu: helios4 dts changes to enable SPI

2020-12-06 Thread dgilmore
From: Dennis Gilmore mirror seettings for the clearfog on the helios4 to get SPI working. Signed-off-by: Dennis Gilmore --- arch/arm/dts/armada-388-helios4-u-boot.dtsi | 22 ++ arch/arm/dts/armada-388-helios4.dts | 46 - 2 files changed, 58 insertions(+),

[PATCH 3/4] ARM: mvebu: ClearFog make sure that SATA and UART images are buildable

2020-12-06 Thread dgilmore
From: Dennis Gilmore SATA and UART ClearFog imaages are not buildable as ENV_SECT_SIZE is not defined set values for both possible targets Signed-off-by: Dennis Gilmore --- board/solidrun/clearfog/Kconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git

[PATCH 4/4] ARM: mvebu: fixup building a SPI image for db-mv784mp-gp

2020-12-06 Thread dgilmore
From: Dennis Gilmore sync config options from clearfog to db-mv784mp-gp to enable building a SPI image Signed-off-by: Dennis Gilmore --- include/configs/db-mv784mp-gp.h | 11 ++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/include/configs/db-mv784mp-gp.h

[PATCH 1/4] ARM: mvebu: helios4 adjust env sizes to enable SPI to work

2020-12-06 Thread dgilmore
From: Dennis Gilmore mirror the clearfog setup to enable SPI to work Signed-off-by: Dennis Gilmore --- arch/arm/mach-mvebu/Kconfig | 1 + board/kobol/helios4/Kconfig | 24 configs/helios4_defconfig | 2 -- 3 files changed, 25 insertions(+), 2 deletions(-) create

[PATCH v2] ARM: Distro boot: document the need for fdtfile variable to be set

2020-09-11 Thread dgilmore
From: Dennis Gilmore When testing builds provided in https://github.com/openwrt/openwrt/pull/3360 I discovered that fdtfile was not set and as a result the firmware was not functional. So I am documenting what is needed. Signed-off-by: Dennis Gilmore Cc: Atish Patra Cc: Lukas Auer Cc: Tom

[PATCH] sync helios4 config to clearfog and dts to kernel

2020-06-27 Thread dgilmore
From: Dennis Gilmore The helios4 is built on the same microsom as the clearfog, by syncing the config we enable the same featureset that exists in the som on the helios4. The current config does not boot as some of the clearfog changes needed to be made on the helios4 also, generally speaking

[U-Boot] [PATCH] arm: mvebu: helios4: add MMC to SPL DT

2019-05-29 Thread dgilmore
From: Dennis Gilmore This allows SPL to load the main U-Boot image from MMC once DM_MMC is enabled. Signed-off-by: Dennis Gilmore --- arch/arm/dts/armada-388-helios4-u-boot.dtsi | 4 1 file changed, 4 insertions(+) diff --git a/arch/arm/dts/armada-388-helios4-u-boot.dtsi

[U-Boot] [PATCH V3] arm: mvebu: Add Helios4 Armada 38x initial support

2018-06-11 Thread dgilmore
From: Dennis Gilmore The helios4 is built on the SolidRun Armada 38x SOM. The port os based on the ClearFog board, using information from https://github.com/helios-4/u-boot-marvell as well as dtb input from https://github.com/helios-4/linux-marvell Signed-off-by: Dennis Gilmore Signed-off-by:

[U-Boot] [PATCH] arm: mvebu: Add Helios4 Armada 38x initial support

2018-06-06 Thread dgilmore
From: Dennis Gilmore The helios4 is built on the SolidRun Armada 38x SOM. The port os based on the ClearFog board, using information from https://github.com/helios-4/u-boot-marvell as well as dtb input from https://github.com/helios-4/linux-marvell Signed-off-by: Dennis Gilmore Signed-off-by:

[U-Boot] [PATCH] arm: mvebu: Add Helios4 Armada 38x initial support

2018-06-04 Thread dgilmore
From: Dennis Gilmore The helios4 is built on the SolidRun Armada 38x SOM. The port os based on the ClearFog board, using information from https://github.com/helios-4/u-boot-marvell as well as dtb input from https://github.com/helios-4/linux-marvell Signed-off-by: Dennis Gilmore Signed-off-by:

[U-Boot] [RFC] arm: mvebu: Add Helios4 Armada 38x initial support

2018-05-26 Thread dgilmore
From: Dennis Gilmore The helios4 is built on the SolidRun Armada 38x SOM. The port os based on the ClearFog board, using information from https://github.com/helios-4/u-boot-marvell as well as dtb input from https://github.com/helios-4/linux-marvell Currently ECC is not enabled

[U-Boot] [PATCH] wandboard: add pxe support, set default boot command like highbank

2013-07-25 Thread dgilmore
From: Dennis Gilmore den...@ausil.us Signed-off-by: Dennis Gilmore den...@ausil.us --- include/configs/wandboard.h | 42 +++--- 1 file changed, 39 insertions(+), 3 deletions(-) diff --git a/include/configs/wandboard.h b/include/configs/wandboard.h index