On 11. 01. 19 17:09, Luca Ceresoli wrote:
> When FPGA programming fails, it does so silently, unless debugging
> code is enabled. This makes it hard to detect problems in production
> environments.
>
> Print the error message unconditionally so the error doesn't go
> unnoticed.
>
> Signed-off-by:
On 1/13/19 7:58 PM, Simon Goldschmidt wrote:
> Socfpga Gen5 uses ad-hoc code to unreset the ETH MACs and set their
> PHY mode.
>
> Change this to use the dwmac_socfpga net driver and remove the old
> ad-hoc code.
>
> Changes in v3:
> - imply CONFIG_ETH_DESIGNWARE_SOCFGPA instead of changing all d
From: Berkus Decker
The MBOX_TAG_TEST_PIXEL_ORDER define is incorrect. According to official
documentation it has a slightly different numbering.
Correct mailbox constants are defined in e.g.
linux raspberry-firmware
https://code.woboq.org/linux/linux/include/soc/bcm2835/raspberrypi-firmware.h.
Enable the socfpga specific designware ethernet driver by default for
socfpga by implying it when enabling CONFIG_ETH_DESIGNWARE for a
MACH_SOCFPGA config.
This is required to remove the hacky reset and phy mode handling in
arch/arm/mach-socfpga.
Signed-off-by: Simon Goldschmidt
---
Changes in
The 'dwmac_socfpga' ETH driver can now get the MACs out of reset
via the socfpga reset driver and can set PHY mode via syscon.
This means we can now remove the ad-hoc code to do this from
arch/arm/mach-socfpga.
Signed-off-by: Simon Goldschmidt
---
Changes in v3: None
Changes in v2: None
.../m
This driver was written for Arria10, but it applies to Gen5, too.
The main difference is that Gen5 has 2 MACs (Arria10 has 3) and the
syscon bits are encoded in the same register, thus an offset is needed.
This offset is already read from the devicetree, but for Arria10 it is
always 0, which is p
Socfpga Gen5 uses ad-hoc code to unreset the ETH MACs and set their
PHY mode.
Change this to use the dwmac_socfpga net driver and remove the old
ad-hoc code.
Changes in v3:
- imply CONFIG_ETH_DESIGNWARE_SOCFGPA instead of changing all defconfigs
Changes in v2:
- remove detection of sub-mach via
The Detection pin is at PF6 and not at PH13 like defined before. I
checked the schematics and now I am am not seeing this error message any
more:
Loading Environment from FAT... Card did not respond to voltage select!
CONFIG_MMC_SUNXI_SLOT_EXTRA is also not needed because the second MCC
slot is fo
Jagan Teki a écrit :
On Sun, Jan 13, 2019 at 6:43 PM wea...@meer.net wrote:
so it looks like -rcXX tags doesn't have
commit eef05fd3ba68220156f33ffe6a9e68e42a6a5b53
Author: Andre Przywara
Date: Mon Dec 17 10:05:45 2018 +
mmc: bring back partition init for non-DM MMC drivers
i
On Thu, Oct 4, 2018 at 12:55 PM Martin Fuzzey
wrote:
>
> Configure the phy regulator if defined by the "phy-supply" DT phandle.
>
> Signed-off-by: Martin Fuzzey
This patch seems to break the Ethernet on my board, but I think I have
a possible solution (see below)
> ---
> drivers/net/fec_mxc.c
On Sun, Jan 13, 2019 at 6:43 PM wea...@meer.net wrote:
>
> so it looks like -rcXX tags doesn't have
>
> commit eef05fd3ba68220156f33ffe6a9e68e42a6a5b53
> Author: Andre Przywara
> Date: Mon Dec 17 10:05:45 2018 +
>
> mmc: bring back partition init for non-DM MMC drivers
>
> i realize th
so it looks like -rcXX tags doesn't have
commit eef05fd3ba68220156f33ffe6a9e68e42a6a5b53
Author: Andre Przywara
Date: Mon Dec 17 10:05:45 2018 +
mmc: bring back partition init for non-DM MMC drivers
i realize that there are warnings for getting things to to support DM,
but the warn
These were found automatically with codespell. Codespell is fairly
conservative about false positives so there are likely more errors but
these are the low hanging fruit.
These patches should all be self-contained so subsystem/board maintainers
can pick them up at will.
Chris Packham (10):
Kcon
On 11.01.19 18:21, Vladimir Vid wrote:
This adds initial support for micro-DPU (uDPU) board which is based on
Armada-3720 SoC.
micro-DPU is the single-port FTTdp "distribution point unit" made by Methode
Electronics
which offers complete modularity with replaceable SFP modules both for uplink
Signed-off-by: Chris Packham
---
arch/x86/cpu/qemu/Kconfig | 2 +-
arch/x86/cpu/quark/Kconfig | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/arch/x86/cpu/qemu/Kconfig b/arch/x86/cpu/qemu/Kconfig
index fdf558d66077..f8f2f6473088 100644
--- a/arch/x86/cpu/qemu/Kconfig
+++
Signed-off-by: Chris Packham
---
lib/Kconfig | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/lib/Kconfig b/lib/Kconfig
index 0333ab172fa6..366d164cd760 100644
--- a/lib/Kconfig
+++ b/lib/Kconfig
@@ -147,7 +147,7 @@ config SPL_TINY_MEMSET
The faster memset() is t
Signed-off-by: Chris Packham
---
drivers/pinctrl/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/pinctrl/Kconfig b/drivers/pinctrl/Kconfig
index 30a6aa6ee8eb..fb441b3bf1bc 100644
--- a/drivers/pinctrl/Kconfig
+++ b/drivers/pinctrl/Kconfig
@@ -146,7 +146,7 @@ c
Signed-off-by: Chris Packham
---
drivers/i2c/Kconfig | 8
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/drivers/i2c/Kconfig b/drivers/i2c/Kconfig
index 1ef22e6bcde2..838500707071 100644
--- a/drivers/i2c/Kconfig
+++ b/drivers/i2c/Kconfig
@@ -157,9 +157,9 @@ config SYS_I2
Signed-off-by: Chris Packham
---
drivers/core/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/core/Kconfig b/drivers/core/Kconfig
index 046b87a33375..ddf2fb3fb828 100644
--- a/drivers/core/Kconfig
+++ b/drivers/core/Kconfig
@@ -232,7 +232,7 @@ config OF_ISA_BU
Signed-off-by: Chris Packham
---
drivers/video/rockchip/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/video/rockchip/Kconfig b/drivers/video/rockchip/Kconfig
index b1d7c62fcade..10182d0b66c6 100644
--- a/drivers/video/rockchip/Kconfig
+++ b/drivers/video/roc
Signed-off-by: Chris Packham
---
arch/arm/mach-bcm283x/Kconfig | 10 +-
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/arch/arm/mach-bcm283x/Kconfig b/arch/arm/mach-bcm283x/Kconfig
index 821caedbf7a7..3eb5a9a897b1 100644
--- a/arch/arm/mach-bcm283x/Kconfig
+++ b/arch/arm/m
Signed-off-by: Chris Packham
---
board/work-microwave/work_92105/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/board/work-microwave/work_92105/Kconfig
b/board/work-microwave/work_92105/Kconfig
index 32632f5ab529..380e2dfc2419 100644
--- a/board/work-microwave/work_
Signed-off-by: Chris Packham
---
common/spl/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/common/spl/Kconfig b/common/spl/Kconfig
index 35472f4a921c..4fbd7fbd8a3a 100644
--- a/common/spl/Kconfig
+++ b/common/spl/Kconfig
@@ -608,7 +608,7 @@ config SPL_PAYLOAD
Signed-off-by: Chris Packham
---
Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Kconfig b/Kconfig
index aff7b2e00a05..a078f7b1b667 100644
--- a/Kconfig
+++ b/Kconfig
@@ -213,7 +213,7 @@ config PHYS_64BIT
help
Say Y here to support 64bit physical mem
24 matches
Mail list logo