Hi,
On 07/10/2021 00:05, Alex G. wrote:
Hi Jernej,
On 10/6/21 4:27 PM, Jernej Škrabec wrote:
Hi everyone!
Commit cb9faa6f98ae ("tools: Use a single target-independent config to
enable
OpenSSL") recently introduced option to disable usage of OpenSSL via
CONFIG_TOOLS_LIBCRYPTO. However, just
Hi Samuel,
On 08/02/2021 06:57, Samuel Holland wrote:
This series adds clock, PHY, and XHCI driver support for the USB3
controller found in the Allwinner H6 SoC. Below is a log showing it
functioning on the Orange Pi 3.
Cheers,
Samuel
U-Boot 2021.04-rc1-00068-g6b8f4e0d060 (Jan 01 1970 - 00:00:
On 02/02/2021 17:32, Stefan Roese wrote:
On 02.02.21 17:13, Andre Heider wrote:
On 02/02/2021 16:09, Stefan Roese wrote:
Hi Pali,
Hi Andre,
On 12.01.21 10:24, Pali Rohár wrote:
Hello!
On Tuesday 12 January 2021 09:18:44 Andre Heider wrote:
Hi Pali,
On 11/01/2021 11:51, Pali Rohár wrote
On 02/02/2021 16:09, Stefan Roese wrote:
Hi Pali,
Hi Andre,
On 12.01.21 10:24, Pali Rohár wrote:
Hello!
On Tuesday 12 January 2021 09:18:44 Andre Heider wrote:
Hi Pali,
On 11/01/2021 11:51, Pali Rohár wrote:
Hello Stefan and Andre!
Could you please look at this patch series and tell me
amed FIXUP_BDADDR -> BLUETOOTH_DT_DEVICE_FIXUP
- Renamed fixup_bd_address() -> bluetooth_dt_fixup()
- Removed CONFIG_PSCI_RESET from defconfig
Andre Heider (3):
sunxi: board: extract creating a unique sid into a helper function
arm: sunxi: add a config option to fixup a Bluetooth address
On 12/01/2021 09:18, Andre Heider wrote:
...
Maybe the first step can be solved with ENV_FLAGS_VAR, a new immutable
flag, and boards just making use of CONFIG_ENV_FLAGS_LIST_DEFAULT to
declare those. But I fail to find an example in-tree.
Found one, see ENV_FLAGS_LIST_STATIC. That even has
Hi Pali,
On 11/01/2021 11:51, Pali Rohár wrote:
Hello Stefan and Andre!
Could you please look at this patch series and tell me what do you think
about it? If it is fine or needs to take different approach?
I like the idea very much, and I bet there're quite some boards which
could make good
On 08/12/2020 11:08, Pali Rohár wrote:
Hello! I looked at what is initialized and enabled for sd/emmc slots and
I found out that comphy mmc needs to be enabled if at least one slot is
used (e.g. SD card) and then remaining part is slot initialization in
xenon driver.
I wrote quick patch to disab
-off-by: Pali Rohár
Tested-by: Gérald Kerma
Small nit below, with that:
Reviewed-by: Andre Heider
---
board/Marvell/mvebu_armada-37xx/board.c | 6 +-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/board/Marvell/mvebu_armada-37xx/board.c
b/board/Marvell/mvebu_armada-37xx
On 02/12/2020 11:35, Stefan Roese wrote:
On 02.12.20 10:12, Pali Rohár wrote:
On Wednesday 02 December 2020 09:09:15 Stefan Roese wrote:
On 02.12.20 01:33, Pali Rohár wrote:
On Wednesday 25 November 2020 19:20:06 Pali Rohár wrote:
This patch series change Espressobin code to use in U-Boot just
On 29/11/2020 09:32, Matwey V. Kornilov wrote:
чт, 26 нояб. 2020 г. в 12:40, Andre Heider <mailto:a.hei...@gmail.com>>:
On 26/11/2020 10:04, Matwey V. Kornilov wrote:
>
>
> чт, 26 нояб. 2020 г. в 06:45, Andre Heider mailto:a.hei...@gmail.com>
On 26/11/2020 10:04, Matwey V. Kornilov wrote:
чт, 26 нояб. 2020 г. в 06:45, Andre Heider <mailto:a.hei...@gmail.com>>:
On 25/11/2020 10:14, Matwey V. Kornilov wrote:
> Signed-off-by: Matwey V. Kornilov mailto:matwey.korni...@gmail.com>>
> ---
On 25/11/2020 10:14, Matwey V. Kornilov wrote:
Signed-off-by: Matwey V. Kornilov
---
configs/mvebu_db-88f3720_defconfig | 1 +
configs/mvebu_espressobin-88f3720_defconfig | 1 +
include/configs/mvebu_armada-37xx.h | 1 +
3 files changed, 3 insertions(+)
diff --git a/config
On 14/10/2020 10:21, Pali Rohár wrote:
diff --git a/doc/README.marvell b/doc/README.marvell
index 5416bc3035..be07f31f8c 100644
--- a/doc/README.marvell
+++ b/doc/README.marvell
@@ -43,8 +43,11 @@ Build Procedure
In order to prevent this, the required device-tree MUST be set
during
On 03/10/2020 10:50, Pali Rohár wrote:
On Saturday 03 October 2020 09:17:35 Andre Heider wrote:
On 02/10/2020 12:49, Pali Rohár wrote:
On Saturday 26 September 2020 11:09:59 Andre Heider wrote:
On 25/09/2020 09:46, Pali Rohár wrote:
On Friday 11 September 2020 06:35:10 Andre Heider wrote
On 02/10/2020 12:49, Pali Rohár wrote:
On Saturday 26 September 2020 11:09:59 Andre Heider wrote:
On 25/09/2020 09:46, Pali Rohár wrote:
On Friday 11 September 2020 06:35:10 Andre Heider wrote:
...
+#ifdef CONFIG_BOARD_LATE_INIT
+int board_late_init(void)
+{
+ bool ddr4, emmc
Fix the actual board vendor and ease synching dts files from Linux.
Signed-off-by: Andre Heider
---
v3: rebase on master
arch/arm/dts/armada-3720-espressobin.dts | 4 ++--
board/Marvell/mvebu_armada-37xx/board.c | 8
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/arch
Fix the actual board vendor and ease synching dts files from Linux.
Signed-off-by: Andre Heider
---
v3: rebase on master
arch/arm/dts/armada-3720-espressobin.dts | 4 ++--
board/Marvell/mvebu_armada-37xx/board.c | 8
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/arch
On 29/09/2020 14:38, Pali Rohár wrote:
On Tuesday 29 September 2020 14:34:26 Andre Heider wrote:
The patches changing the compatible strings to the ones used by Linux have
not been merged yet, so fix the checks to use the current in-tree ones.
Reported-by: Pali Rohár
Signed-off-by: Andre
On 29/09/2020 14:24, Pali Rohár wrote:
On Tuesday 29 September 2020 14:17:46 Andre Heider wrote:
Hi Pali,
On 29/09/2020 11:52, Pali Rohár wrote:
Hello!
In current U-Boot master branch is board_late_init() function for
mvebu_armada-37xx/board.c slightly broken.
There are two
The patches changing the compatible strings to the ones used by Linux have
not been merged yet, so fix the checks to use the current in-tree ones.
Reported-by: Pali Rohár
Signed-off-by: Andre Heider
---
board/Marvell/mvebu_armada-37xx/board.c | 4 ++--
1 file changed, 2 insertions(+), 2
Hi Pali,
On 29/09/2020 11:52, Pali Rohár wrote:
Hello!
In current U-Boot master branch is board_late_init() function for
mvebu_armada-37xx/board.c slightly broken.
There are two of_machine_is_compatible() checks for non-existent
compatible string "globalscale,espressobin"
thanks for spotting
On 25/09/2020 09:54, Pali Rohár wrote:
Some Espressobin boards got assigned more than one MAC address. Update
instructions how to correctly store and preserve all MAC addresses.
Signed-off-by: Pali Rohár
Reviewed-by: Andre Heider
---
doc/README.marvell | 23 +--
1
On 26/09/2020 11:26, Pali Rohár wrote:
On Saturday 26 September 2020 11:16:12 Andre Heider wrote:
On 25/09/2020 09:54, Pali Rohár wrote:
Some Espressobin boards got assigned more than one MAC address. Update
instructions how to correctly store and preserve all MAC addresses.
Signed-off-by
On 25/09/2020 09:54, Pali Rohár wrote:
Some Espressobin boards got assigned more than one MAC address. Update
instructions how to correctly store and preserve all MAC addresses.
Signed-off-by: Pali Rohár
---
doc/README.marvell | 23 +--
1 file changed, 17 insertions(+), 6
On 25/09/2020 09:46, Pali Rohár wrote:
On Friday 11 September 2020 06:35:10 Andre Heider wrote:
...
+#ifdef CONFIG_BOARD_LATE_INIT
+int board_late_init(void)
+{
+ bool ddr4, emmc;
+
+ if (env_get("fdtfile"))
+ return 0;
+
+ if (!of_machine_is_
Unused.
Signed-off-by: Andre Heider
---
include/configs/smdkv310.h | 3 ---
1 file changed, 3 deletions(-)
diff --git a/include/configs/smdkv310.h b/include/configs/smdkv310.h
index ede057322f..fc2f6ecf6b 100644
--- a/include/configs/smdkv310.h
+++ b/include/configs/smdkv310.h
@@ -27,9 +27,6
There're no users left.
Signed-off-by: Andre Heider
---
scripts/config_whitelist.txt | 1 -
1 file changed, 1 deletion(-)
diff --git a/scripts/config_whitelist.txt b/scripts/config_whitelist.txt
index 093e432efc..470506da5b 100644
--- a/scripts/config_whitelist.txt
+++ b/sc
In prepartion to remove CONFIG_DEFAULT_CONSOLE, fold the current users.
Signed-off-by: Andre Heider
---
include/configs/odroid.h| 7 +--
include/configs/odroid_xu3.h| 6 +-
include/configs/s5p_goni.h | 8 +---
include/configs/s5pc210_universal.h | 7
These are all unused.
Signed-off-by: Andre Heider
---
This sets completely removes CONFIG_DEFAULT_CONSOLE from the tree.
Only compile time tested.
include/configs/arndale.h | 2 --
include/configs/espresso7420.h | 3 ---
include/configs/origen.h | 5 -
include/configs/peach-pi.h
On 11/09/2020 18:22, Marek Behún wrote:
On Fri, 11 Sep 2020 17:52:26 +0200
Andre Heider wrote:
Hi Marek,
On 11/09/2020 13:55, Marek Behún wrote:
On Wed, 9 Sep 2020 00:38:31 +0200 Pali Rohár
wrote:
On Tuesday 08 September 2020 08:52:56 Tom Rini wrote:
Note that when
On 11/09/2020 14:21, Stefan Roese wrote:
On 11.09.20 14:09, Marek Behún wrote:
On Fri, 11 Sep 2020 10:37:42 +0200
Andre Heider wrote:
On 11/09/2020 08:43, Stefan Roese wrote:
Hi Pali, Andre and others,
On 10.09.20 21:04, Pali Rohár wrote:
On Thursday 10 September 2020 19:53:40 Andre
Hi Marek,
On 11/09/2020 13:55, Marek Behún wrote:
On Wed, 9 Sep 2020 00:38:31 +0200 Pali Rohár wrote:
On Tuesday 08 September 2020 08:52:56 Tom Rini wrote:
Note that when CONFIG_NET_RANDOM_ETHADDR is set, we only use a
random MAC address when we haven't found one either on the hardware
or env
On 11/09/2020 08:43, Stefan Roese wrote:
Hi Pali, Andre and others,
On 10.09.20 21:04, Pali Rohár wrote:
On Thursday 10 September 2020 19:53:40 Andre Heider wrote:
Use mmc_of_parse() to set the common host properties. That includes
"bus-width", so parsing it can be removed from
.
Fixes booting GRUB EFI arm64 on Fedora.
Reported-by: Dennis Gilmore
Signed-off-by: Andre Heider
---
v2:
- enable BOARD_LATE_INIT only for espressobin, via defconfig
- don't overwrite a set/saved $fdtfile
This still has the issue that $fdtfile doesn't show up after `env
default -a`
On 09/09/2020 11:16, Andre Heider wrote:
On 04/09/2020 17:33, Andre Heider wrote:
Import armada-3720-espressobin-emmc.dts from Linux, but use sdhc1 for
emmc, since our dtsi is still based on downstream and sdhc0 is used for
the sd card.
Signed-off-by: Andre Heider
We've found a tester
Use mmc_of_parse() to set the common host properties. That includes
"bus-width", so parsing it can be removed from the driver.
But more importantly, "non-removable" is now respected, which fixes
the usage of eMMC.
Signed-off-by: Andre Heider
---
Tested myself on v5 without
On 09/09/2020 14:14, Baruch Siach wrote:
Only set the fdtfile environment variable when not already set.
Fixes: 867572f09ebe6 ("ARM: mvebu: clearfog: run-time selection of DT file")
Cc: Joel Johnson
Reported-by: Andre Heider
Signed-off-by: Baruch Siach
Reviewed-by: Andre Heider
On 04/09/2020 17:33, Andre Heider wrote:
Import armada-3720-espressobin-emmc.dts from Linux, but use sdhc1 for
emmc, since our dtsi is still based on downstream and sdhc0 is used for
the sd card.
Signed-off-by: Andre Heider
We've found a tester with an eMMC board, and unfortunately
On 08/09/2020 09:42, Pali Rohár wrote:
On Tuesday 08 September 2020 08:35:00 Andre Heider wrote:
The hardware does not provide a MAC address. Enable this so that
network access works with just the default environment.
Well, this is not fully truth as MAC address is stored in SPI, just in
non
The hardware does not provide a MAC address. Enable this so that
network access works with just the default environment.
Signed-off-by: Andre Heider
---
configs/mvebu_espressobin-88f3720_defconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/configs/mvebu_espressobin-88f3720_defconfig
b
On 07/09/2020 10:52, Pali Rohár wrote:
On Monday 07 September 2020 10:46:37 Andre Heider wrote:
Hi Pali,
On 07/09/2020 09:58, Pali Rohár wrote:
On Sunday 06 September 2020 20:44:50 Andre Heider wrote:
On 06/09/2020 11:32, Pali Rohár wrote:
On Saturday 05 September 2020 14:07:44 Andre Heider
Hi Pali,
On 07/09/2020 09:58, Pali Rohár wrote:
On Sunday 06 September 2020 20:44:50 Andre Heider wrote:
On 06/09/2020 11:32, Pali Rohár wrote:
On Saturday 05 September 2020 14:07:44 Andre Heider wrote:
+
+ emmc = of_machine_is_compatible("globalscale,espressobin-emmc");
+
From: Vladimir Vid
Increase max gunzip size, required for booting itb recovery images on
uDPU.
Signed-off-by: Vladimir Vid
[a.heider: adapt to mainline]
Signed-off-by: Andre Heider
---
Patch taken from OpenWRT's uboot-mvebu package.
include/configs/mvebu_armada-37xx.h | 4
1
From: Vladimir Vid
Some of Marvell A3700 boards use mx25u12835f, specifically uDPU
and ESPRESSObin v7.
Signed-off-by: Vladimir Vid
[a.heider: adapt commit message to mainline]
Signed-off-by: Andre Heider
---
Patch taken from OpenWRT's uboot-mvebu package.
drivers/mtd/spi/spi-nor-ids.
Hi Marek,
On 06/09/2020 20:56, Marek Behun wrote:
On Sun, 6 Sep 2020 20:48:57 +0200
Andre Heider wrote:
On 06/09/2020 18:12, Marek Behun wrote:
On Sun, 6 Sep 2020 11:32:47 +0200
Pali Rohár wrote:
Adding Marek to loop.
On Saturday 05 September 2020 14:07:44 Andre Heider wrote
On 05/09/2020 12:02, Heinrich Schuchardt wrote:
Symbol CONFIG_DEFAULT_CONSOLE in include/configs/espresso7420.h is not used
for espresso7420_defconfig.
Signed-off-by: Heinrich Schuchardt
I noticed that too while grepping for CONFIG_DEFAULT_CONSOLE. Afaict
there're quite some boards with it s
On 06/09/2020 18:12, Marek Behun wrote:
On Sun, 6 Sep 2020 11:32:47 +0200
Pali Rohár wrote:
Adding Marek to loop.
On Saturday 05 September 2020 14:07:44 Andre Heider wrote:
Required for the generic distro mechanism.
Linux ships with 4 variants:
marvell/armada-3720-espressobin-v7-emmc.dtb
On 06/09/2020 11:32, Pali Rohár wrote:
Adding Marek to loop.
On Saturday 05 September 2020 14:07:44 Andre Heider wrote:
Required for the generic distro mechanism.
Linux ships with 4 variants:
marvell/armada-3720-espressobin-v7-emmc.dtb
marvell/armada-3720-espressobin-v7.dtb
marvell/armada
.
Tested on a v5 board without eMMC.
Signed-off-by: Andre Heider
---
arch/arm/mach-mvebu/Kconfig | 1 +
board/Marvell/mvebu_armada-37xx/board.c | 42 +
2 files changed, 43 insertions(+)
diff --git a/arch/arm/mach-mvebu/Kconfig b/arch/arm/mach-mvebu/Kconfig
On 04/09/2020 14:40, Stefan Roese wrote:
Hi Andre,
On 04.09.20 14:35, Andre Heider wrote:
First I though that you have been syncing the file with the Linux kernel
version. But now I see that its sync'ed with downstream U-Boot most
likely. As for the license of the file: The Linux k
Import armada-3720-espressobin-emmc.dts from Linux, but use sdhc1 for
emmc, since our dtsi is still based on downstream and sdhc0 is used for
the sd card.
Signed-off-by: Andre Heider
---
arch/arm/dts/Makefile | 1 +
arch/arm/dts/armada-3720-espressobin-emmc.dts | 44
Move most of the dts to the new common armada-3720-espressobin.dtsi
file, just like Linux, but keep the current, downstream based, version.
The dts itself is imported from Linux.
Signed-off-by: Andre Heider
---
arch/arm/dts/armada-3720-espressobin.dts | 190
Fix the actual board vendor and ease synching dts files from Linux.
Signed-off-by: Andre Heider
---
arch/arm/dts/armada-3720-espressobin.dts | 4 ++--
board/Marvell/mvebu_armada-37xx/board.c | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/arch/arm/dts/armada-3720
Hi Stefan,
On 04/09/2020 14:02, Stefan Roese wrote:
Hi Andre,
On 31.08.20 09:53, Pali Rohár wrote:
On Monday 31 August 2020 05:34:07 Andre Heider wrote:
This adds the disabled eMMC node.
Signed-off-by: Andre Heider
---
arch/arm/dts/armada-3720-espressobin.dts | 63
Hi Vagrant,
On 03/09/2020 20:59, Vagrant Cascadian wrote:
On 2020-09-03, Andre Heider wrote:
On 03/09/2020 18:40, Dennis Gilmore wrote:
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
Hi Dennis,
On 03/09/2020 18:40, Dennis Gilmore wrote:
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
On 31/08/2020 09:52, Pali Rohár wrote:
On Monday 31 August 2020 05:25:38 Andre Heider wrote:
From: Grzegorz Jaszczyk
The settings of reference clock is done via pcie address space and not
comphy address space - move the settings in appropriate place.
This aligns hw initialization of pcie
Signed-off-by: Konstantin Porotchkin
Reviewed-on: http://vgitil04.il.marvell.com:8080/61290
Tested-by: iSoC Platform CI
[a.heider: adapt to mainline]
Signed-off-by: Andre Heider
---
v2: base upon downstream patch
v3: keep CONFIG_DEFAULT_DEVICE_TREE for non-emmc boards
arch/arm/dts/Makefile
On 31/08/2020 10:46, Pali Rohár wrote:
On Monday 31 August 2020 10:17:07 Andre Heider wrote:
On 31/08/2020 10:01, Pali Rohár wrote:
On Monday 31 August 2020 05:34:07 Andre Heider wrote:
+/* U11 */
+&sdhci1 {
+ non-removable;
+ bus-width = <8>;
+ mmc-ddr-1_8v;
+
On 31/08/2020 10:27, Pali Rohár wrote:
On Monday 31 August 2020 10:21:46 Andre Heider wrote:
On 31/08/2020 09:55, Pali Rohár wrote:
On Monday 31 August 2020 08:33:24 Andre Heider wrote:
From: Konstantin Porotchkin
Add support for additional EspressoBIN board with installed
eMMC device (U11
On 31/08/2020 09:55, Pali Rohár wrote:
On Monday 31 August 2020 08:33:24 Andre Heider wrote:
From: Konstantin Porotchkin
Add support for additional EspressoBIN board with installed
eMMC device (U11).
Starting from this patch the DEVICE_TREE= must be added to
Why? Is not it better to have
On 31/08/2020 09:57, Pali Rohár wrote:
I think these two patches can be squashed into one.
I wanted to keep the original authorship, but sure, I don't care either way.
Thanks,
Andre
On 31/08/2020 10:01, Pali Rohár wrote:
On Monday 31 August 2020 05:34:07 Andre Heider wrote:
This adds the disabled eMMC node.
Signed-off-by: Andre Heider
---
arch/arm/dts/armada-3720-espressobin.dts | 63 +---
1 file changed, 23 insertions(+), 40 deletions(-)
diff
On 31/08/2020 09:53, Pali Rohár wrote:
On Monday 31 August 2020 05:34:07 Andre Heider wrote:
This adds the disabled eMMC node.
Signed-off-by: Andre Heider
---
arch/arm/dts/armada-3720-espressobin.dts | 63 +---
1 file changed, 23 insertions(+), 40 deletions(-)
diff
On 31/08/2020 09:52, Pali Rohár wrote:
On Monday 31 August 2020 05:25:38 Andre Heider wrote:
From: Grzegorz Jaszczyk
The settings of reference clock is done via pcie address space and not
comphy address space - move the settings in appropriate place.
This aligns hw initialization of pcie
On 31/08/2020 09:50, Pali Rohár wrote:
On Monday 31 August 2020 05:25:37 Andre Heider wrote:
From: Wojciech Macek
Add support for Marvell Xenon SDHCI HS200 mode.
Changes focue mostly on correct PHY initialization.
All procedure is similar to the one done by Linux
driver, but simplified
From: Konstantin Porotchkin
Include support for CONFIG_SPI_FLASH_GIGADEVICE for supporting
newly produces EspressoBin boards (v7)
Change-Id: I5d4b972cbe2ee5a9d52ce9908794ad4e1b59ee3b
Signed-off-by: Konstantin Porotchkin
Reviewed-on: http://vgitil04.il.marvell.com:8080/61236
Tested-by: iSoC Plat
From: Konstantin Porotchkin
Enable support of ISSI SPI flashes found on EspressoBIN boards
Change-Id: I6de61c48f108fb4f410f321b9db45887d23212e5
Signed-off-by: Konstantin Porotchkin
Reviewed-on: http://vgitil04.il.marvell.com:8080/61455
Tested-by: iSoC Platform CI
Reviewed-by: Grzegorz Jaszczyk
Change-Id: Id1a4f3ca01a6e52df57bf7279f33f0fe45f8ed18
Signed-off-by: Konstantin Porotchkin
Reviewed-on: http://vgitil04.il.marvell.com:8080/61290
Tested-by: iSoC Platform CI
[a.heider: adapt to mainline]
Signed-off-by: Andre Heider
---
v2: base upon downstream patch
arch/arm/dts/Makefile | 1 +
ar
This adds the disabled eMMC node.
Signed-off-by: Andre Heider
---
arch/arm/dts/armada-3720-espressobin.dts | 63 +---
1 file changed, 23 insertions(+), 40 deletions(-)
diff --git a/arch/arm/dts/armada-3720-espressobin.dts
b/arch/arm/dts/armada-3720-espressobin.dts
index
Add the downstream dts for the Espressobin with eMMC.
Signed-off-by: Andre Heider
---
arch/arm/dts/Makefile | 1 +
arch/arm/dts/armada-3720-espressobin-emmc.dts | 19 +++
doc/README.marvell| 8 ++--
3 files changed, 26
driver.
Change-Id: I9cc2e8f3e415a880dfb01d10cc8db73b7e81a605
Signed-off-by: Grzegorz Jaszczyk
Reviewed-on: http://vgitil04.il.marvell.com:8080/59619
Reviewed-by: Igal Liberman
Tested-by: iSoC Platform CI
[a.heider: adapt to mainline]
Signed-off-by: Andre Heider
---
Missing downstream patch, noticed
: http://vgitil04.il.marvell.com:8080/59230
Tested-by: iSoC Platform CI
Reviewed-by: Grzegorz Jaszczyk
Reviewed-by: Kostya Porotchkin
Reviewed-by: Igal Liberman
[a.heider: adapt to mainline]
Signed-off-by: Andre Heider
---
Missing downstream patch, noticed while diffing branches:
https://github.com
Hi Marek,
On 19/08/2020 11:57, Marek Behún wrote:
This commit fixes initialization of COMPHY on EspressoBin.
Commit 22f418935be4 ("phy: marvell: a3700: Use comphy_mux on Armada
37xx.") introduced usage of comphy_mux on Armada 37xx comphy driver.
The lanes are defined in comphy_a3700.c as descri
On 28/08/2020 10:18, Andre Heider wrote:
Hi Marek,
On 19/08/2020 11:57, Marek Behún wrote:
This commit fixes initialization of COMPHY on EspressoBin.
Commit 22f418935be4 ("phy: marvell: a3700: Use comphy_mux on Armada
37xx.") introduced usage of comphy_mux on Armada 37xx comphy d
-by: Igal Liberman
Tested-by: Igal Liberman
[a.heider: adapt to mainline]
Signed-off-by: Andre Heider
---
This is based on the downstream patch:
https://github.com/MarvellEmbeddedProcessors/u-boot-marvell/commit/0a5b159806baa0746b6449920e450498bc269ba7
Fixes SATA on my espressobin v5.
drivers
On 28/08/2020 14:39, Pali Rohár wrote:
On Wednesday 26 August 2020 15:22:37 Andre Heider wrote:
Hi,
On 26/08/2020 13:40, Pali Rohár wrote:
On Wednesday 26 August 2020 12:51:18 Pali Rohár wrote:
On Wednesday 26 August 2020 11:57:01 Andre Heider wrote:
Hi,
On 26/08/2020 10:31, Pali Rohár
Hi Marek,
On 19/08/2020 11:57, Marek Behún wrote:
This commit fixes initialization of COMPHY on EspressoBin.
Commit 22f418935be4 ("phy: marvell: a3700: Use comphy_mux on Armada
37xx.") introduced usage of comphy_mux on Armada 37xx comphy driver.
The lanes are defined in comphy_a3700.c as descri
just one image (e.g.
U-Boot) without updating other parts where is stored checksum of U-Boot.
Therefore there is no extra partition defined for U-Boot and first
partition is called just 'firmware'.
Signed-off-by: Pali Rohár
Tested-by: Andre Heider
ferent env offset can still change it
in .config file when compiling U-Boot.
Signed-off-by: Pali Rohár
Tested-by: Andre Heider
patch]
Signed-off-by: Pali Rohár
Tested-by: Andre Heider
/60945
Tested-by: iSoC Platform CI
Reviewed-by: Igal Liberman
[pali: Define cd-gpios and enable CONFIG_DM_REGULATOR_GPIO]
Signed-off-by: Pali Rohár
Tested-by: Andre Heider
On 25/08/2020 10:45, Pali Rohár wrote:
For proper initialization of aardvark pci driver it is required to
de-assert reset GPIO. So depeneds on DM_GPIO option.
Signed-off-by: Pali Rohár
Tested-by: Andre Heider
g pci-aardvark driver.
Signed-off-by: Pali Rohár
Tested-by: Andre Heider
On 19/08/2020 15:57, Pali Rohár wrote:
Change active-high to active-low and change DT property name from
reset-gpio to reset-gpios. This format of gpio reset is used by
pci-aardvark driver in Linux kernel.
Signed-off-by: Pali Rohár
Tested-by: Andre Heider
b.com/MarvellEmbeddedProcessors/u-boot-marvell/issues/18
Signed-off-by: Pali Rohár
Tested-by: Andre Heider
On 17/08/2020 17:13, Pali Rohár wrote:
Espressobin uses mvneta ethernet driver.
Signed-off-by: Pali Rohár
Tested-by: Andre Heider
On 27/08/2020 15:01, Pali Rohár wrote:
Boot scripts for existing Espressobin Linux distributions, like OpenWRT,
expect that U-Boot set fdt_addr and kernel_addr envs. So add env aliases
from fdt_addr_r and kernel_addr_r values.
Signed-off-by: Pali Rohár
Tested-by: Andre Heider
[1] -
https://github.com/MarvellEmbeddedProcessors/u-boot-marvell/commit/0a5b159806baa0746b6449920e450498bc269ba7
Signed-off-by: Pali Rohár
Tested-by: Andre Heider
On 27/08/2020 12:29, Pali Rohár wrote:
On Thursday 27 August 2020 06:51:57 Andre Heider wrote:
On the other hand, check "git grep 'console='". So why not just add the
earlycon to bootargs directly so it works everywhere?
The only useful thing about CONFIG_DEFAULT_CONSOLE a
resses for envs.
[1] -
https://github.com/MarvellEmbeddedProcessors/u-boot-marvell/commit/0a5b159806baa0746b6449920e450498bc269ba7
Signed-off-by: Pali Rohár
For the series:
Tested-by: Andre Heider
Thanks again, finally I'm able to boot with an upstream atf/u-boot!
On 26/08/2020 17:10, Pali Rohár wrote:
On Wednesday 26 August 2020 16:43:10 Andre Heider wrote:
Debian's boot.scr set "bootargs" to "... console=${console}".
So we end up with with kernel args "console=console=..." :)
So then also other U-Boot boards are
On 26/08/2020 17:10, Pali Rohár wrote:
On Wednesday 26 August 2020 16:43:10 Andre Heider wrote:
On 26/08/2020 16:10, Pali Rohár wrote:
On Wednesday 26 August 2020 16:00:05 Andre Heider wrote:
On 26/08/2020 15:31, Pali Rohár wrote:
On Wednesday 26 August 2020 15:22:26 Andre Heider wrote:
Hi
On 26/08/2020 17:10, Pali Rohár wrote:
On Wednesday 26 August 2020 16:43:10 Andre Heider wrote:
On 26/08/2020 16:10, Pali Rohár wrote:
On Wednesday 26 August 2020 16:00:05 Andre Heider wrote:
On 26/08/2020 15:31, Pali Rohár wrote:
On Wednesday 26 August 2020 15:22:26 Andre Heider wrote:
Hi
On 26/08/2020 16:10, Pali Rohár wrote:
On Wednesday 26 August 2020 16:00:05 Andre Heider wrote:
On 26/08/2020 15:31, Pali Rohár wrote:
On Wednesday 26 August 2020 15:22:26 Andre Heider wrote:
Hi,
On 24/08/2020 16:25, Pali Rohár wrote:
Some distribution bootscripts append console env into
On 26/08/2020 15:31, Pali Rohár wrote:
On Wednesday 26 August 2020 15:22:26 Andre Heider wrote:
Hi,
On 24/08/2020 16:25, Pali Rohár wrote:
Some distribution bootscripts append console env into boot cmdline.
So define console env correctly to have early console access.
Signed-off-by: Pali
Hi,
On 24/08/2020 16:25, Pali Rohár wrote:
Some distribution bootscripts append console env into boot cmdline.
So define console env correctly to have early console access.
Signed-off-by: Pali Rohár
---
include/configs/mvebu_armada-37xx.h | 2 ++
1 file changed, 2 insertions(+)
diff --git
Hi,
On 26/08/2020 13:40, Pali Rohár wrote:
On Wednesday 26 August 2020 12:51:18 Pali Rohár wrote:
On Wednesday 26 August 2020 11:57:01 Andre Heider wrote:
Hi,
On 26/08/2020 10:31, Pali Rohár wrote:
Hello!
On Wednesday 26 August 2020 09:30:11 Andre Heider wrote:
Pali,
thank you for all
Hi,
On 26/08/2020 10:31, Pali Rohár wrote:
Hello!
On Wednesday 26 August 2020 09:30:11 Andre Heider wrote:
Pali,
thank you for all these espressobin fixes, much appreciated!
This isn't directly related to the patch I'm replying to, but since you seem
to be syncing down- wit
1 - 100 of 166 matches
Mail list logo