Re: [PATCH v2 0/3] dt-bindings: arm: bcm: raspberrypi,bcm2835-firmware: Drive-by fixes

2024-04-02 Thread Florian Fainelli
On 4/2/24 13:32, Laurent Pinchart wrote: Hi Florian, On Tue, Apr 02, 2024 at 01:18:35PM -0700, Florian Fainelli wrote: On 4/2/24 13:08, Laurent Pinchart wrote: On Tue, Apr 02, 2024 at 09:52:06PM +0200, Stefan Wahren wrote: Am 02.04.24 um 10:58 schrieb Ivan T. Ivanov: On 2024-03-28 01:37

Re: [PATCH v2 0/3] dt-bindings: arm: bcm: raspberrypi,bcm2835-firmware: Drive-by fixes

2024-04-02 Thread Florian Fainelli
On 4/2/24 01:58, Ivan T. Ivanov wrote: Hi, On 2024-03-28 01:37, Laurent Pinchart wrote: On Wed, Mar 27, 2024 at 07:49:38AM +0100, Stefan Wahren wrote: Hi, [add Peter and Ivan] Am 26.03.24 um 20:58 schrieb Laurent Pinchart: > Hello, > > This small series includes a few drive-by fixes for DT

Re: [PATCH v2 0/3] dt-bindings: arm: bcm: raspberrypi,bcm2835-firmware: Drive-by fixes

2024-04-02 Thread Florian Fainelli
On 4/2/24 13:08, Laurent Pinchart wrote: Hello, On Tue, Apr 02, 2024 at 09:52:06PM +0200, Stefan Wahren wrote: Am 02.04.24 um 10:58 schrieb Ivan T. Ivanov: On 2024-03-28 01:37, Laurent Pinchart wrote: On Wed, Mar 27, 2024 at 07:49:38AM +0100, Stefan Wahren wrote: Hi, [add Peter and Ivan]

Re: [PATCH v4 2/6] rpi5: Use devicetree as alternative way to read IO base addresses

2024-01-10 Thread Florian Fainelli
On 1/10/24 04:29, Ivan T. Ivanov wrote: From: Dmitry Malkin MBOX and Watchdog on RPi5/bcm2712 has a different base IO offsets. s/has a/have a / Find them via devicetree blob passed by bootloader. Signed-off-by: Dmitry Malkin Reviewed-by: Matthias Brugger Signed-off-by: Ivan T. Ivanov

Re: [PATCH v4 1/6] rpi5: add initial memory map for bcm2712

2024-01-10 Thread Florian Fainelli
On 1/10/24 04:29, Ivan T. Ivanov wrote: From: Dmitry Malkin This includes: * 1GB of RAM (from 4GB or 8GB total) * AXI ranges (main peripherals) When HDMI cable is plugged in at boot time firmware will insert "simple-framebuffer" device into devicetree and will shrink first memory region to

Re: [PATCH v3 5/7] mmc: bcmstb: Add support for bcm2712 SD controller

2023-12-21 Thread Florian Fainelli
On 12/18/2023 10:03 PM, Ivan T. Ivanov wrote: Borrow SD quirks from vendor Linux driver. "BCM2712 unfortunately carries with it a perennial bug with the SD controller register interface present on previous chips (2711/2709/2708). Accesses must be dword-sized and a read-modify-write cycle to

Re: [PATCH 0/4] arm: bcmbca: add basic support for more Broadcom BCA SoCs

2022-08-08 Thread Florian Fainelli
On 8/5/2022 6:33 PM, William Zhang wrote: Broadcom BCA (Broadband Carrier Access origin) chipset family includes DSL, PON and WLAN access point and gateway SoC. Now that the ARCH_BCMBCA architecture and its first SoC BCM47622 are supported in u-boot 2022.07, this patch series add the basic

Re: [PATCH 4/4] arm: bcmbca: add bcm4908 SoC support

2022-08-08 Thread Florian Fainelli
there to the console. Signed-off-by: William Zhang Reviewed-by: Florian Fainelli -- Florian

Re: [PATCH 3/4] arm: bcmbca: add bcm6813 SoC support

2022-08-08 Thread Florian Fainelli
that is configurable enough, even if there may not be any need for configuration other than the DRAM size. Reviewed-by: Florian Fainelli -- Florian

Re: [PATCH 2/4] arm: bcmbca: add bcm4912 SoC support

2022-08-08 Thread Florian Fainelli
question as in patch #1, but otherwise: Reviewed-by: Florian Fainelli -- Florian

Re: [PATCH 1/4] arm: bcmbca: add bcm63146 SoC support

2022-08-08 Thread Florian Fainelli
-by: Florian Fainelli -- Florian

Re: ethernet dt aliases implications in U-Boot and Linux

2022-08-08 Thread Florian Fainelli
On 8/8/22 14:28, Tim Harvey wrote: On Mon, Aug 8, 2022 at 2:19 PM Florian Fainelli wrote: On 8/8/22 12:57, Sean Anderson wrote: Hi Tim, On 8/8/22 3:18 PM, Tim Harvey wrote: Greetings, I'm trying to understand if there is any implication of 'ethernet' aliases in Linux

Re: ethernet dt aliases implications in U-Boot and Linux

2022-08-08 Thread Florian Fainelli
On 8/8/22 12:57, Sean Anderson wrote: Hi Tim, On 8/8/22 3:18 PM, Tim Harvey wrote: Greetings, I'm trying to understand if there is any implication of 'ethernet' aliases in Linux such as: aliases { ethernet0 = ethernet1 = ethernet2

Re: [PATCH] arm: bcmbca: add bcm63138 SoC support

2022-08-03 Thread Florian Fainelli
: Reviewed-by: Florian Fainelli -- Florian

Re: [PATCH] timer: bcmbca: Add Broadcom BCMBCA timer support

2022-08-03 Thread Florian Fainelli
On 8/2/2022 5:07 PM, William Zhang wrote: Hi Rafal, On 08/01/2022 10:26 PM, Rafał Miłecki wrote: On 2.08.2022 00:03, William Zhang wrote: This driver supports the peripheral block timer found on the Broadcom BCA SoCs. It is 30-bit up-count timer running at 50MHz and can be used as the

Re: [PATCH] net: bcmgenet: Don't set ID_MODE_DIS when not using RGMII

2020-02-20 Thread Florian Fainelli
he Generic PHY driver gets used instead, and there is a disagreement between the AMAC and PHY as to whom should be adding the delays? At any rate: Reviewed-by: Florian Fainelli > --- > drivers/net/bcmgenet.c | 5 - > 1 file changed, 4 insertions(+), 1 deletion(-) > > diff --gi

Re: [PATCH 1/3] net: Add support for Broadcom GENETv5 Ethernet controller

2019-12-20 Thread Florian Fainelli
On 12/19/2019 4:58 AM, Daniel Schwierzeck wrote: > Hi Andre, > > Am 19.12.19 um 12:42 schrieb Andre Przywara: >> On Thu, 19 Dec 2019 12:32:06 +0100 >> Daniel Schwierzeck wrote: >> >> Hi Daniel, >> >> many thanks for your valuable comments! Do you have access to a MIPS board >> using a

Re: [RFC PATCH 2/2] net: Add Support for GENET Ethernet controller

2019-12-13 Thread Florian Fainelli
On 12/13/2019 8:50 AM, Andre Przywara wrote: >> +/* total number of Buffer Descriptors, same for Rx/Tx */ >> +#define TOTAL_DESC 256 >> + >> +#define DEFAULT_Q0x10 > > I think that deserves a comment. > Maybe Florian can comment on what this odd "queue

Re: [U-Boot-Board-Maintainers] Raspberry pi 4 - u-boot - genet / scb

2019-12-12 Thread Florian Fainelli
On 12/12/19 10:38 AM, Andre Przywara wrote: > On Thu, 12 Dec 2019 10:13:27 -0800 > Florian Fainelli wrote: > > Hi Florian, > > thanks for chiming in! > >> On 12/12/19 3:59 AM, Matthias Brugger wrote: >>> >>> >>> On 12/12/2019 11:41, And

Re: [U-Boot-Board-Maintainers] Raspberry pi 4 - u-boot - genet / scb

2019-12-12 Thread Florian Fainelli
On 12/12/19 3:59 AM, Matthias Brugger wrote: > > > On 12/12/2019 11:41, Andre Przywara wrote: >> On Wed, 11 Dec 2019 10:23:16 +0100 >> Matthias Brugger wrote: >> >> Hi, >> >>> On 09/12/2019 14:33, Sascha Dewald wrote: Hello Amit, no problem. Is there some git feature

Re: [U-Boot] [PATCH] arm: bcm7445: Move config defines to bcm7445.h

2018-08-18 Thread Florian Fainelli
On 07/26/2018 08:02 PM, Thomas Fitzsimmons wrote: > Move some configuration #defines that do not apply to other bcmstb > boards from bcmstb.h to bcm7445.h. > > Signed-off-by: Thomas Fitzsimmons Acked-by: Florian Fainelli Thanks for addressing this.

Re: [U-Boot] [PATCH] board: arm: Add support for Broadcom BCM7260

2018-08-18 Thread Florian Fainelli
gram by BOLT. > > Signed-off-by: Thomas Fitzsimmons Reviewed-by: Florian Fainelli Looks good to me given the structured you added earlier for 7445 support, just one nit below: [snip] > + > +#ifndef __CONFIG_H > +#define __CONFIG_H > + > +#define CONFIG_SYS_NS16550_COM3

Re: [U-Boot] [PATCH 2/4] ARM: Introduce ability to enable invalidate of BTB with ICIALLU on Cortex-A15 for CVE-2017-5715

2018-06-13 Thread Florian Fainelli
On 06/13/2018 06:37 AM, Nishanth Menon wrote: > On 00:30-20180613, Florian Fainelli wrote: >> On June 12, 2018 1:24:09 PM PDT, Nishanth Menon wrote: >>> As recommended by Arm in [1], ACTLR[0] (Enable invalidates of BTB) >>> needs to be set[2] for BTB to be invalid

Re: [U-Boot] [PATCH 2/4] ARM: Introduce ability to enable invalidate of BTB with ICIALLU on Cortex-A15 for CVE-2017-5715

2018-06-12 Thread Florian Fainelli
https://developer.arm.com/support/security-update >[2] >http://infocenter.arm.com/help/topic/com.arm.doc.ddi0438c/BABGHIBG.html > >Cc: Marc Zyngier >Cc: Russell King >Cc: Tony Lindgren >Cc: Robin Murphy >Cc: Florian Fainelli >Cc: Catalin Marinas >Cc: Will Deacon

Re: [U-Boot] [PATCH v3 1/1] board: arm: Add support for Broadcom BCM7445

2018-06-07 Thread Florian Fainelli
gram by BOLT. > > Signed-off-by: Thomas Fitzsimmons > Cc: Stefan Roese > Cc: Tom Rini > Cc: Florian Fainelli > --- Looks good, still some minor comments about the choice of representation for physical addresses of peripherals, see below. > +config BCMSTB_TIMER_LOW > + hex &

Re: [U-Boot] [PATCH 1/1] board: arm: Add support for Broadcom BCM7445D0

2018-06-06 Thread Florian Fainelli
On 06/06/2018 01:39 PM, Thomas Fitzsimmons wrote: > Florian Fainelli writes: > >> On 05/10/2018 06:04 AM, Thomas Fitzsimmons wrote: >>> Florian Fainelli writes: >>> >>>> On 05/06/2018 04:09 AM, Thomas Fitzsimmons wrote: > > [...] >

Re: [U-Boot] [PATCH 1/1] board: arm: Add support for Broadcom BCM7445D0

2018-05-10 Thread Florian Fainelli
On 05/10/2018 06:04 AM, Thomas Fitzsimmons wrote: > Florian Fainelli <f.faine...@gmail.com> writes: > >> On 05/06/2018 04:09 AM, Thomas Fitzsimmons wrote: >>> Add support for loading U-Boot on the Broadcom 7445D0 SoC. This port >>> assumes Broadcom's BOLT boot

Re: [U-Boot] [PATCH 1/1] board: arm: Add support for Broadcom BCM7445D0

2018-05-08 Thread Florian Fainelli
On 05/06/2018 04:09 AM, Thomas Fitzsimmons wrote: > Add support for loading U-Boot on the Broadcom 7445D0 SoC. This port > assumes Broadcom's BOLT bootloader is acting as the second stage > bootloader, and U-Boot is acting as the third stage bootloader, loaded > as an ELF program by BOLT. > >

Re: [U-Boot] [PATCH v4 0/4] net: phy: Add Broadcom BCM53xx switch driver

2017-12-27 Thread Florian Fainelli
On 12/09/2017 03:02 PM, Joe Hershberger wrote: > On Sat, Dec 9, 2017 at 4:59 PM, Florian Fainelli <f.faine...@gmail.com> wrote: >> Hi all, >> >> This patch series adds support for the Broadcom BCM53xx switches, in >> particular >> BCM53125 which is found n

Re: [U-Boot] [PATCH] efi_loader: helloworld.c: Explicitly use .rodata for loaded_image_guid

2017-12-11 Thread Florian Fainelli
onment. > > So let's explicitly move it to a global variable which in turn puts it in > .rodata reliably and gets rid of the memcpy(). > > Fixes: bbf75dd9345d0b ("efi_loader: output load options in helloworld") > Reported-by: Florian Fainelli <f.faine...@gmail.com> >

Re: [U-Boot] [PATCH v3 15/18] efi_loader: output load options in helloworld

2017-12-10 Thread Florian Fainelli
On 12/09/2017 10:40 PM, Heinrich Schuchardt wrote: > On 12/10/2017 12:09 AM, Florian Fainelli wrote: >> >> >> On 11/26/2017 05:05 AM, Heinrich Schuchardt wrote: >>> We need to test if we pass a valid image handle when loading >>> and EFI applicati

Re: [U-Boot] [PATCH v3 15/18] efi_loader: output load options in helloworld

2017-12-09 Thread Florian Fainelli
On 11/26/2017 05:05 AM, Heinrich Schuchardt wrote: > We need to test if we pass a valid image handle when loading > and EFI application. This cannot be done in efi_selftest as > it is not loaded as an image. > > So let's enhance helloworld a bit. > > Reviewed-by: Simon Glass

[U-Boot] [PATCH v4 4/4] configs: Update Lamobo_R1 with B53 switch options

2017-12-09 Thread Florian Fainelli
Enable CONFIG_B53_SWITCH, define the CPU/management port number (8) and enable all 5 ports of the switch to be usable. Reviewed-by: Stefan Roese <s...@denx.de> Acked-by: Joe Hershberger <joe.hershber...@ni.com> Signed-off-by: Florian Fainelli <f.faine...@gmail.co

[U-Boot] [PATCH v4 1/4] net: phy: Add Broadcom BCM53xx switch driver

2017-12-09 Thread Florian Fainelli
isolation with other ports. This is useful for e.g: the Lamobo R1 board featuring a Broadcom BCM53125 switch. Reviewed-by: Stefan Roese <s...@denx.de> Signed-off-by: Florian Fainelli <f.faine...@gmail.com> --- drivers/net/phy/Kconfig | 17 ++ drivers/net/phy/Makefile | 1 + drivers/n

[U-Boot] [PATCH v4 3/4] net: phy: b53: Add b53_reg read/write commands

2017-12-09 Thread Florian Fainelli
berger <joe.hershber...@ni.com> Signed-off-by: Florian Fainelli <f.faine...@gmail.com> --- drivers/net/phy/b53.c | 139 ++ 1 file changed, 139 insertions(+) diff --git a/drivers/net/phy/b53.c b/drivers/net/phy/b53.c index 185a2cddaba6..f

[U-Boot] [PATCH v4 2/4] net: designware: Pad small packets

2017-12-09 Thread Florian Fainelli
Make sure that we pad small packets to a minimum length of 60 bytes (without FCS). This is necessary to interface with Ethernet switches that will reject RUNT frames unless padded correctly. Signed-off-by: Florian Fainelli <f.faine...@gmail.com> --- drivers/net/designware.c | 5 +

[U-Boot] [PATCH v4 0/4] net: phy: Add Broadcom BCM53xx switch driver

2017-12-09 Thread Florian Fainelli
hanges in v3: - dropped redundant phydev->priv assignment in b53_probe(), spotted by Joe Changes in v2: - collected Sefan's Reviewed-by and Joe's Acked-by tags - use max() in drivers/net/designware.c as suggested by Joe Florian Fainelli (4): net: phy: Add Broadcom BCM53xx switch driver net:

[U-Boot] [PATCH v3 4/4] configs: Update Lamobo_R1 with B53 switch options

2017-12-09 Thread Florian Fainelli
Enable CONFIG_B53_SWITCH, define the CPU/management port number (8) and enable all 5 ports of the switch to be usable. Reviewed-by: Stefan Roese <s...@denx.de> Acked-by: Joe Hershberger <joe.hershber...@ni.com> Signed-off-by: Florian Fainelli <f.faine...@gmail.co

[U-Boot] [PATCH v3 1/4] net: phy: Add Broadcom BCM53xx switch driver

2017-12-09 Thread Florian Fainelli
isolation with other ports. This is useful for e.g: the Lamobo R1 board featuring a Broadcom BCM53125 switch. Reviewed-by: Stefan Roese <s...@denx.de> Acked-by: Joe Hershberger Signed-off-by: Florian Fainelli <f.faine...@gmail.com> --- drivers/net/phy/Kconfig | 14 ++ drivers/net/

[U-Boot] [PATCH v3 2/4] net: designware: Pad small packets

2017-12-09 Thread Florian Fainelli
Make sure that we pad small packets to a minimum length of 60 bytes (without FCS). This is necessary to interface with Ethernet switches that will reject RUNT frames unless padded correctly. Signed-off-by: Florian Fainelli <f.faine...@gmail.com> --- drivers/net/designware.c | 5 +

[U-Boot] [PATCH v3 0/4] net: phy: Add Broadcom BCM53xx switch driver

2017-12-09 Thread Florian Fainelli
ropped redundant phydev->priv assignment in b53_probe(), spotted by Joe Changes in v2: - collected Sefan's Reviewed-by and Joe's Acked-by tags - use max() in drivers/net/designware.c as suggested by Joe Florian Fainelli (4): net: phy: Add Broadcom BCM53xx switch driver net: designware:

[U-Boot] [PATCH v3 3/4] net: phy: b53: Add b53_reg read/write commands

2017-12-09 Thread Florian Fainelli
berger <joe.hershber...@ni.com> Signed-off-by: Florian Fainelli <f.faine...@gmail.com> --- drivers/net/phy/b53.c | 138 ++ 1 file changed, 138 insertions(+) diff --git a/drivers/net/phy/b53.c b/drivers/net/phy/b53.c index 167ae0077eea..6

Re: [U-Boot] [PATCH v2 1/4] net: phy: Add Broadcom BCM53xx switch driver

2017-12-09 Thread Florian Fainelli
On 12/09/2017 10:40 AM, Florian Fainelli wrote: > Add a minimalistic Broadcom BCM53xx (roboswitch) switch driver similar > to the Marvell MV88E617x. This takes care of configuring the minimum > amount out of the switch hardware such that each user visible port > (configurable) and

[U-Boot] [PATCH v2 4/4] configs: Update Lamobo_R1 with B53 switch options

2017-12-09 Thread Florian Fainelli
Enable CONFIG_B53_SWITCH, define the CPU/management port number (8) and enable all 5 ports of the switch to be usable. Reviewed-by: Stefan Roese <s...@denx.de> Acked-by: Joe Hershberger <joe.hershber...@ni.com> Signed-off-by: Florian Fainelli <f.faine...@gmail.co

[U-Boot] [PATCH v2 2/4] net: designware: Pad small packets

2017-12-09 Thread Florian Fainelli
Make sure that we pad small packets to a minimum length of 60 bytes (without FCS). This is necessary to interface with Ethernet switches that will reject RUNT frames unless padded correctly. Signed-off-by: Florian Fainelli <f.faine...@gmail.com> --- drivers/net/designware.c | 5 +

[U-Boot] [PATCH v2 3/4] net: phy: b53: Add b53_reg read/write commands

2017-12-09 Thread Florian Fainelli
berger <joe.hershber...@ni.com> Signed-off-by: Florian Fainelli <f.faine...@gmail.com> --- drivers/net/phy/b53.c | 138 ++ 1 file changed, 138 insertions(+) diff --git a/drivers/net/phy/b53.c b/drivers/net/phy/b53.c index fa37d051130b..a

[U-Boot] [PATCH v2 1/4] net: phy: Add Broadcom BCM53xx switch driver

2017-12-09 Thread Florian Fainelli
isolation with other ports. This is useful for e.g: the Lamobo R1 board featuring a Broadcom BCM53125 switch. Reviewed-by: Stefan Roese <s...@denx.de> Signed-off-by: Florian Fainelli <f.faine...@gmail.com> --- drivers/net/phy/Kconfig | 14 ++ drivers/net/phy/Makefile | 1 + drivers/n

[U-Boot] [PATCH v2 0/4] net: phy: Add Broadcom BCM53xx switch driver

2017-12-09 Thread Florian Fainelli
in v2: - collected Sefan's Reviewed-by and Joe's Acked-by tags - use max() in drivers/net/designware.c as suggested by Joe Florian Fainelli (4): net: phy: Add Broadcom BCM53xx switch driver net: designware: Pad small packets net: phy: b53: Add b53_reg read/write commands configs: Update Lamobo_R1 wi

Re: [U-Boot] [RFC] Support for SGMII 2500

2017-11-28 Thread Florian Fainelli
On 11/28/2017 07:37 AM, Madalin-cristian Bucur wrote: >> -Original Message- >> From: Andrew Lunn [mailto:and...@lunn.ch] >> Sent: Tuesday, November 28, 2017 4:13 PM >> To: Madalin-cristian Bucur >> Subject: Re: [RFC] Support for SGMII 2500 >> >>> Hi Andrew, >>> >>>

Re: [U-Boot] [PATCH 0/4] net: phy: Add Broadcom BCM53xx switch driver

2017-11-26 Thread Florian Fainelli
On 10/29/2017 08:30 PM, Florian Fainelli wrote: > Le 10/19/17 à 21:45, Stefan Roese a écrit : >> On 19.10.2017 23:50, Florian Fainelli wrote: >>> On 10/14/2017 06:00 PM, Florian Fainelli wrote: >>>> (this time after subscribing to the list) >>>> >

Re: [U-Boot] [PATCH 0/4] net: phy: Add Broadcom BCM53xx switch driver

2017-10-29 Thread Florian Fainelli
Le 10/19/17 à 21:45, Stefan Roese a écrit : > On 19.10.2017 23:50, Florian Fainelli wrote: >> On 10/14/2017 06:00 PM, Florian Fainelli wrote: >>> (this time after subscribing to the list) >>> >>> Hi all, >>> >>> This patch series adds suppor

Re: [U-Boot] [PATCH 0/4] net: phy: Add Broadcom BCM53xx switch driver

2017-10-19 Thread Florian Fainelli
On 10/14/2017 06:00 PM, Florian Fainelli wrote: > (this time after subscribing to the list) > > Hi all, > > This patch series adds support for the Broadcom BCM53xx switches, in > particular > BCM53125 which is found no the Lamobo R1 board. Thanks Stefan for the review. I s

[U-Boot] [PATCH 2/4] net: designware: Pad small packets

2017-10-15 Thread Florian Fainelli
Make sure that we pad small packets to a minimum length of 60 bytes (without FCS). This is necessary to interface with Ethernet switches that will reject RUNT frames unless padded correctly. Signed-off-by: Florian Fainelli <f.faine...@gmail.com> --- drivers/net/designware.c | 4

[U-Boot] [PATCH 3/4] net: phy: b53: Add b53_reg read/write commands

2017-10-15 Thread Florian Fainelli
Add a b53_reg read/write command which allows inspecting the switch registers. Because the Broadcom BCM53xx registers have different sizes, we need to split the accesses in 8, 16, 32, 48 or 64 bits to obtain expected results. Signed-off-by: Florian Fainelli <f.faine...@gmail.com> --- drive

[U-Boot] [PATCH 4/4] configs: Update Lamobo_R1 with B53 switch options

2017-10-15 Thread Florian Fainelli
Enable CONFIG_B53_SWITCH, define the CPU/management port number (8) and enable all 5 ports of the switch to be usable. Signed-off-by: Florian Fainelli <f.faine...@gmail.com> --- configs/Lamobo_R1_defconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configs/Lamobo_R1_defco

[U-Boot] [PATCH 1/4] net: phy: Add Broadcom BCM53xx switch driver

2017-10-15 Thread Florian Fainelli
isolation with other ports. This is useful for e.g: the Lamobo R1 board featuring a Broadcom BCM53125 switch. Signed-off-by: Florian Fainelli <f.faine...@gmail.com> --- drivers/net/phy/Kconfig | 14 ++ drivers/net/phy/Makefile | 1 + drivers/net/phy/b53.c

[U-Boot] [PATCH 0/4] net: phy: Add Broadcom BCM53xx switch driver

2017-10-15 Thread Florian Fainelli
552 (242fe0 hex) => Florian Fainelli (4): net: phy: Add Broadcom BCM53xx switch driver net: designware: Pad small packets net: phy: b53: Add b53_reg read/write commands configs: Update Lamobo_R1 with B53 switch options configs/Lamobo_R1_defconfig | 3 + drivers/net/designware.c

[U-Boot] [PATCH 4/4] configs: Update Lamobo_R1 with B53 switch options

2017-10-14 Thread Florian Fainelli
Enable CONFIG_B53_SWITCH, define the CPU/management port number (8) and enable all 5 ports of the switch to be usable. Signed-off-by: Florian Fainelli <f.faine...@gmail.com> --- configs/Lamobo_R1_defconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configs/Lamobo_R1_defco

[U-Boot] [PATCH 2/4] net: designware: Pad small packets

2017-10-14 Thread Florian Fainelli
Make sure that we pad small packets to a minimum length of 60 bytes (without FCS). This is necessary to interface with Ethernet switches that will reject RUNT frames unless padded correctly. Signed-off-by: Florian Fainelli <f.faine...@gmail.com> --- drivers/net/designware.c | 4

[U-Boot] [PATCH 1/4] net: phy: Add Broadcom BCM53xx switch driver

2017-10-14 Thread Florian Fainelli
isolation with other ports. This is useful for e.g: the Lamobo R1 board featuring a Broadcom BCM53125 switch. Signed-off-by: Florian Fainelli <f.faine...@gmail.com> --- drivers/net/phy/Kconfig | 14 ++ drivers/net/phy/Makefile | 1 + drivers/net/phy/b53.c

[U-Boot] [PATCH 3/4] net: phy: b53: Add b53_reg read/write commands

2017-10-14 Thread Florian Fainelli
Add a b53_reg read/write command which allows inspecting the switch registers. Because the Broadcom BCM53xx registers have different sizes, we need to split the accesses in 8, 16, 32, 48 or 64 bits to obtain expected results. Signed-off-by: Florian Fainelli <f.faine...@gmail.com> --- drive

[U-Boot] [PATCH 0/4] net: phy: Add Broadcom BCM53xx switch driver

2017-10-14 Thread Florian Fainelli
tes transferred = 2371552 (242fe0 hex) => Florian Fainelli (4): net: phy: Add Broadcom BCM53xx switch driver net: designware: Pad small packets net: phy: b53: Add b53_reg read/write commands configs: Update Lamobo_R1 with B53 switch options configs/Lamobo_R1_defconfig | 3 + drive

Re: [U-Boot] [PATCH 1/3] phy: Add phy driver support for xilinx PCS/PMA core

2016-04-25 Thread Florian Fainelli
On 25/04/16 15:36, Joe Hershberger wrote: > On Mon, Feb 15, 2016 at 3:54 AM, Michal Simek wrote: >> From: Siva Durga Prasad Paladugu >> >> Add phy driver support for xilinx PCS/PMA core >> >> Signed-off-by: Siva Durga Prasad Paladugu

[U-Boot] [PATCH 1/2] NAND: Fix integer overflow in ONFI detection of chips = 4GiB

2011-04-03 Thread Florian Fainelli
From: Florian Fainelli flor...@openwrt.org This patch sync with David's patch on Linux in nand_flash_detect_onfi() commit 4ccb3b4497ce01fab4933704fe21581e30fda1a5 Author: David Woodhouse david.woodho...@intel.com Date: Fri Dec 3 16:36:34 2010 + mtd: nand

[U-Boot] [PATCH 2/2] NAND: rearrange ONFI revision checking, add ONFI 2.3

2011-04-03 Thread Florian Fainelli
From: Florian Fainelli flor...@openwrt.org This patch sync with Brian's patch on Linux in nand_flash_detect_onfi() commit b7b1a29d94c17e4341856381bccb4d17495bea60 Author: Brian Norris computersforpe...@gmail.com Date: Sun Dec 12 00:23:33 2010 -0800 mtd

Re: [U-Boot] [U-Boot, v4] NAND: add support for reading ONFI page table

2011-03-17 Thread Florian Fainelli
Le jeudi 17 mars 2011 00:42:55, Scott Wood a écrit : On Fri, Feb 25, 2011 at 12:01:34AM -, Florian Fainelli wrote: From: Florian Fainelli flor...@openwrt.org This patch adds support for reading an ONFI page parameter from a NAND device supporting it. If this is the case, struct

Re: [U-Boot] [PATCH v3] NAND: add support for reading ONFI page table

2011-02-25 Thread Florian Fainelli
Hello Scott, (sorry for the lag in answering) On Tuesday 15 February 2011 00:46:07 Scott Wood wrote: On Mon, 14 Feb 2011 16:48:01 +0100 Florian Fainelli flor...@openwrt.org wrote: From: Florian Fainelli flor...@openwrt.org This patch adds support for reading an ONFI page parameter

[U-Boot] [PATCH v4] NAND: add support for reading ONFI page table

2011-02-25 Thread Florian Fainelli
From: Florian Fainelli flor...@openwrt.org This patch adds support for reading an ONFI page parameter from a NAND device supporting it. If this is the case, struct nand_chip onfi_version member contains the supported ONFI version, 0 otherwise. This allows NAND drivers past nand_scan_ident to set

[U-Boot] [PATCH v3] NAND: add support for reading ONFI page table

2011-02-14 Thread Florian Fainelli
From: Florian Fainelli flor...@openwrt.org This patch adds support for reading an ONFI page parameter from a NAND device supporting it. If this is the case, struct nand_chip onfi_version member contains the supported ONFI version, 0 otherwise. This allows NAND drivers past nand_scan_ident to set

[U-Boot] [PATCH 1/2] NAND: add NAND_CMD_PARAM (0xec) definition

2010-12-10 Thread Florian Fainelli
From: Florian Fainelli flor...@openwrt.org This command is used to read the device ONFI parameters page. Signed-off-by: Florian Fainelli flor...@openwrt.org --- include/linux/mtd/nand.h |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/include/linux/mtd/nand.h b/include

[U-Boot] [PATCH 2/2] NAND: add support for reading ONFI page table

2010-12-10 Thread Florian Fainelli
From: Florian Fainelli flor...@openwrt.org This patch adds support for reading an ONFI page parameter from a NAND device supporting it. If this is the case, struct nand_chip onfi_version member contains the supported ONFI version, 0 otherwise. This allows NAND drivers past nand_scan_ident to set

[U-Boot] [PATCH v2] ehci-pci: print hccr, hcor and hc_lenght

2010-10-15 Thread Florian Fainelli
It is useful to know the EHCI-PCI hccr, hcor and hc_lenght to make sure it was successfully registered, and at the correct location. Signed-off-by: Florian Fainelli f.faine...@gmail.com --- Changes since v1: - replaced printf by debug diff --git a/drivers/usb/host/ehci-pci.c b/drivers/usb/host

Re: [U-Boot] [PATCH] ehci-pci: print hccr, hcor and hc_lenght

2010-09-12 Thread Florian Fainelli
Hi Remy, Le Sunday 12 September 2010 12:01:18, Remy Bohmer a écrit : Hi Florian, 2010/4/23 Florian Fainelli f.faine...@gmail.com: It is useful to know the EHCI-PCI hccr, hcor and hc_lenght to make sure it was successfully registered, and at the correct location. Signed-off

Re: [U-Boot] [PATCH v2] NAND: show manufacturer and device ID for unknown chips

2010-06-24 Thread Florian Fainelli
Hey Scott, On Wednesday 23 June 2010 23:53:01 Scott Wood wrote: From: Florian Fainelli flor...@openwrt.org When the NAND part is not supported, it is useful to show the manufacturer and device ID to help debugging and reporting. Signed-off-by: Florian Fainelli f.faine...@gmail.com Signed

Re: [U-Boot] [PATCH 1/2] NAND: show manufacturer and device ID for unknown chips

2010-06-20 Thread Florian Fainelli
Le Saturday 12 June 2010 20:59:25, Florian Fainelli a écrit : When the NAND part is not supported, it is useful to show the manufacturer and device ID to help debugging and reporting. Signed-off-by: Florian Fainelli f.faine...@gmail.com Scott, anything from with the patch? Thanks

[U-Boot] [PATCH 1/2] NAND: show manufacturer and device ID for unknown chips

2010-06-12 Thread Florian Fainelli
When the NAND part is not supported, it is useful to show the manufacturer and device ID to help debugging and reporting. Signed-off-by: Florian Fainelli f.faine...@gmail.com --- diff --git a/drivers/mtd/nand/nand_base.c b/drivers/mtd/nand/nand_base.c index 7171bdd..c1657de 100644 --- a/drivers

[U-Boot] [PATCH] ehci-pci: print hccr, hcor and hc_lenght

2010-04-23 Thread Florian Fainelli
It is useful to know the EHCI-PCI hccr, hcor and hc_lenght to make sure it was successfully registered, and at the correct location. Signed-off-by: Florian Fainelli f.faine...@gmail.com --- diff --git a/drivers/usb/host/ehci-pci.c b/drivers/usb/host/ehci-pci.c index 047902a..4402abb 100644

[U-Boot] [PATCH] cmd_nand: show nand scrub confirmation character

2010-03-19 Thread Florian Fainelli
When issuing a nand scrub command, the entered character is not displayed this may be confusing. This patch makes the input character being displayed if it is a 'y' so that an user knows he is about to scrub his nand. Signed-off-by: Florian Fainelli f.faine...@gmail.com --- diff --git a/common

Re: [U-Boot] Any good __LOW COST__ MIPS SBC suggestion please

2010-03-07 Thread Florian Fainelli
: http://en.wikipedia.org/wiki/Loongson http://en.wikipedia.org/wiki/Lemote This is a much better choice :) -- Cordialement, Florian Fainelli -- ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman

Re: [U-Boot] EHCI hub not powering on port

2009-11-20 Thread Florian Fainelli
Hi again, Enabling CONFIG_EHCI_IS_TDI in my board configuration file made it work. On Monday 16 November 2009 13:54:19 Florian Fainelli wrote: Hi, On Friday 13 November 2009 17:02:26 Florian Fainelli wrote: Hi all, I am trying to make u-boot work with my EHCI controler and everything

Re: [U-Boot] EHCI hub not powering on port

2009-11-16 Thread Florian Fainelli
Hi, On Friday 13 November 2009 17:02:26 Florian Fainelli wrote: Hi all, I am trying to make u-boot work with my EHCI controler and everything goes well up to when it comes to powering on the port: Forgot to mention that the hardware works fine with Linux and does not require any specific

[U-Boot] EHCI hub not powering on port

2009-11-13 Thread Florian Fainelli
Hi all, I am trying to make u-boot work with my EHCI controler and everything goes well up to when it comes to powering on the port: Register 10011 NbrPorts 1 USB EHCI 1.00 scanning bus for devices... New Device 0 usb_control_msg: request: 0x6, requesttype: 0x80, value 0x100 index 0x0 length

Re: [U-Boot] [PATCH] serial: add support for the OMRPv2 simple wishbone UART

2008-10-14 Thread Florian Fainelli
, Florian Fainelli OpenPattern SARL - Lead software architect GSM: +33.632843955 109/111 rue des Côtes 78 600 Maisons-Laffitte -- signature.asc Description: This is a digitally signed message part. ___ U-Boot mailing list U-Boot