[U-Boot] [PATCH 1/1] configs: DISTRO_DEFAULTS for MACCHIATObin

2017-10-14 Thread Heinrich Schuchardt
Enable DISTRO_DEFAULTS for mvebu_db_armada8k_defconfig mvebu_mcbin-88f8040_defconfig Signed-off-by: Heinrich Schuchardt --- configs/mvebu_db_armada8k_defconfig | 1 + configs/mvebu_mcbin-88f8040_defconfig | 1 + 2 files changed, 2 insertions(+) diff --git

Re: [U-Boot] efi_loader triggers fec_mxc messages when booting off mmc

2017-10-14 Thread Heinrich Schuchardt
Hello Jonathan, the only place where I can find a string 'error frame:' is in drivers/net/fec_mxc (line 885). It indicates that any of the following conditions was met Frame length violation Nonoctet align frame Receive BD status: CRC error Receive FIFO overrun Receive BD status: Frame is

[U-Boot] efi_loader triggers fec_mxc messages when booting off mmc

2017-10-14 Thread Jonathan Gray
After the recent changes to add SimpleNetworkProtocol to efi_loader when booting off mmc via an efi payload that doesn't use SimpleNetworkProtocol U-Boot's fec_mxc driver will now display various "error frame" messages. U-Boot SPL 2017.11-rc1-00277-g7b342d8c5d (Oct 15 2017 - 12:55:50) Trying to

[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 --- configs/Lamobo_R1_defconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configs/Lamobo_R1_defconfig

[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 --- drivers/net/designware.c | 4 1 file

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

2017-10-14 Thread Florian Fainelli
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 the CPU port can forward packets between each other while preserving

[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 ---

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

2017-10-14 Thread Florian Fainelli
(not subscribed to u-boot, please CC me while replying) Hi all, This patch series adds support for the Broadcom BCM53xx switches, in particular BCM53125 which is found no the Lamobo R1 board. The driver is largely based on the DSA/b53 driver Linux driver and only incorporates what is necessary

[U-Boot] [PATCH] cmd:fastboot:Kconfig Enable FASTBOOT_FLASH_NAND for SUNXI_NAND devices

2017-10-14 Thread Benjamin Young
Encountered an issue where fastboot can't write to NAND on a CHIP_pro, the symbol was neither present in the board's config header, nor the Kconfig, this patch puts it in the Kconfig and defaults on when SUNXI_NAND is selected. Signed-off-by: Ben Young ---

Re: [U-Boot] [PATCH v2 00/26] mmc: Add support for HS200 and UHS modes

2017-10-14 Thread Marek Vasut
On 10/02/2017 11:15 AM, Jean-Jacques Hiblot wrote: > > > On 22/09/2017 16:42, Jaehoon Chung wrote: >> Dear JJ, >> >> On 09/21/2017 11:29 PM, Jean-Jacques Hiblot wrote: >>> This series brings support for HS200 and UHS modes to the mmc core. >>> It has been tested with the hsmmc driver on several

Re: [U-Boot] [PATCH v3 1/1] x86: provide CONFIG_BUILD_ROM

2017-10-14 Thread Bin Meng
Hi Heinrich, On Sat, Oct 14, 2017 at 3:10 PM, Heinrich Schuchardt wrote: > Up to now we depended on an exported variable to build u-boot.rom. > We should be able to specify it in the configuration file, too. > > With this patch this becomes possible using the new Kconfig

Re: [U-Boot] [PATCH v4 2/2] wandboard: Add support for the MX6QP variant

2017-10-14 Thread Fabio Estevam
Hi Stefano, On Fri, Oct 13, 2017 at 6:22 PM, Fabio Estevam wrote: > I worked on converting this patch to using the existing DDR setup functions: > https://pastebin.com/6PGx0pMx > > However I do see instability: after lauching the kernel I see a hang > after "Starting the

[U-Boot] [PATCH v5] wandboard: Add support for the MX6QP variant

2017-10-14 Thread Fabio Estevam
From: Fabio Estevam Add support for the latest MX6QP wandboard variant. Based on Richard Hu's work from Technexion's U-Boot tree. Signed-off-by: Fabio Estevam --- Changes since v4: - Use the existing mx6dq_dram_iocfg() for configuring the DDR

[U-Boot] [PATCH v3 1/1] x86: provide CONFIG_BUILD_ROM

2017-10-14 Thread Heinrich Schuchardt
Up to now we depended on an exported variable to build u-boot.rom. We should be able to specify it in the configuration file, too. With this patch this becomes possible using the new Kconfig option CONFIG_BUILD_ROM. This option depends on CONFIG_X86 and is selected in qemu-x86_defconfig and