Re: [U-Boot] [PATCH] net: mvpp2.c: Enable 10G support for port 0 (SFI)

2017-04-18 Thread Stefan Roese
Hi Joe, On 06.04.2017 15:39, Stefan Roese wrote: From: Stefan Chulski This patch fixes some remaining issues in the mvpp2 driver for the 10GB support on port 0. These changes are: - Incorrect PCS configuration - Skip PHY configuration when no PHY is connected - Skip GMAC

[U-Boot] [PATCH v3] arm: psci: make psci usable on single core socs

2017-04-18 Thread Yuantian Tang
PSCI can be used on both multiple and single core socs. Current implementation only allows PSCI to work on multiple core socs. This patch removes this restriction so that PSCI can work on single core socs as well. Signed-off-by: Chenhui Zhao Signed-off-by: Tang Yuantian

Re: [U-Boot] [ANN] U-Boot v2017.05-rc2 released

2017-04-18 Thread Heiko Schocher
Hello Tom, added Lukasz, Marek and Felipe, Am 18.04.2017 um 00:22 schrieb Tom Rini: Hey all, It's release day and v2017.05-rc2 is out. I think my patchwork queue is looking good currently. I have some outstanding removal patches to take from Masahiro related to architectures that I removed

Re: [U-Boot] [PATCH v3 02/15] sysreset-uclass: ensure udevice is probed before requesting reset

2017-04-18 Thread Álvaro Fernández Rojas
Hi Simon, El 19/04/2017 a las 2:13, Simon Glass escribió: > Hi Alvaro, > > On 18 April 2017 at 14:38, Álvaro Fernández Rojas wrote: >> This causes exceptions for drivers that aren't probed when reboot is >> requested. >> >> Signed-off-by: Álvaro Fernández Rojas

Re: [U-Boot] [PATCH v3 1/1] meson: gxbb: enable MMC as boot target

2017-04-18 Thread Andreas Färber
Am 15.04.2017 um 21:30 schrieb Heinrich Schuchardt: > To enable automatic booting from SD card or eMMC the MMC > devices 0, 1, and 2 are added to the BOOT_TARGET_DEVICES. > > Booting from SD card, eMMC, and DHCP are tried in sequence. > A missing or failing device is gracefully handled. > > Cc:

Re: [U-Boot] [PATCH 1/1] core/uclass: uclass_get_device_tail: always set devp

2017-04-18 Thread Heinrich Schuchardt
On 04/19/2017 05:37 AM, Simon Glass wrote: > Hi, > > On 18 April 2017 at 21:03, Andreas Färber wrote: >> Hi Simon, >> >> Am 19.04.2017 um 02:12 schrieb Simon Glass: >>> On 18 April 2017 at 12:44, Heinrich Schuchardt wrote: Set devp even if probing

Re: [U-Boot] [PATCH 1/1] core/uclass: uclass_get_device_tail: always set devp

2017-04-18 Thread Simon Glass
Hi, On 18 April 2017 at 21:03, Andreas Färber wrote: > Hi Simon, > > Am 19.04.2017 um 02:12 schrieb Simon Glass: >> On 18 April 2017 at 12:44, Heinrich Schuchardt wrote: >>> Set devp even if probing fails. >>> >>> Without the patch the following problem

Re: [U-Boot] [PATCH v5 14/16] arm: socfpga: Add config and defconfig for Arria 10

2017-04-18 Thread Ley Foon Tan
On Tue, Apr 18, 2017 at 6:58 PM, Marek Vasut wrote: > On 04/18/2017 05:12 AM, Ley Foon Tan wrote: >> On Mon, Apr 17, 2017 at 6:39 PM, Marek Vasut wrote: >>> On 04/17/2017 05:05 AM, Ley Foon Tan wrote: On Fri, Apr 14, 2017 at 6:25 PM, Marek Vasut

Re: [U-Boot] [PATCH 3/4] fsl-layerscape/ls1046aqds: Integrate FSL PPA

2017-04-18 Thread Z.Q. Hou
Hi York, Thanks a lot for your comments! > -Original Message- > From: York Sun [mailto:york@nxp.com] > Sent: 2017年4月19日 0:46 > To: Z.Q. Hou ; u-boot@lists.denx.de; Mingkai Hu > > Subject: Re: [PATCH 3/4] fsl-layerscape/ls1046aqds: Integrate

Re: [U-Boot] [PATCH] ls1012a: Some Bootargs and env variables added for booting kernel

2017-04-18 Thread Bhaskar U
-Original Message- From: York Sun [mailto:york@nxp.com] Sent: Tuesday, April 18, 2017 10:07 PM To: Amrita Kumari ; u-boot@lists.denx.de Cc: Bhaskar U Subject: Re: [U-Boot] [PATCH] ls1012a: Some Bootargs and env variables added for

[U-Boot] [PATCH] p1_p2_rdb: Fix unused variable warning

2017-04-18 Thread Tom Rini
With gcc-6 we see a warning that sysclk_tbl is defined but unused, so remove it. Cc: York Sun Signed-off-by: Tom Rini --- board/freescale/p1_p2_rdb_pc/spl.c | 5 - 1 file changed, 5 deletions(-) diff --git a/board/freescale/p1_p2_rdb_pc/spl.c

[U-Boot] [PATCH v3] Add 16-bit single register pin controller support

2017-04-18 Thread James Balean
Enables the pinctrl-single driver to support 16-bit registers. Only 32-bit registers were supported previously. Reduced width registers are required for some platforms, such as OMAP. Signed-off-by: James Balean Cc: Felix Brack Cc: Simon Glass

Re: [U-Boot] [PATCH v2] Add 16-bit single register pin controller support

2017-04-18 Thread James Balean
Hi Felix, On 7 April 2017 at 23:22, Felix Brack wrote: > You should though read my comment as there is some more work to be > done. Thank you for your suggestions despite my incorrect submission. I now see and agree that it would be better to have the code inline in the

Re: [U-Boot] [PATCH 2/2] armv8: ls1046aqds: enable ppa in default config

2017-04-18 Thread Andy Tang
Hi York, Thanks for you reminder. Hou Ziqiang will continue to submit ppa patch for LS1046AQDS which will replace mine. Regards, Andy -Original Message- From: York Sun [mailto:york@nxp.com] Sent: Tuesday, April 18, 2017 11:46 PM To: Andy Tang Cc:

Re: [U-Boot] [PATCH] rockchip: tinker: set ethaddr in late init

2017-04-18 Thread Eddie Cai
2017-04-19 2:18 GMT+08:00 Simon Glass : > Hi Eddie, > > On 18 April 2017 at 08:53, Eddie Cai wrote: >> >> >> 2017-04-18 12:01 GMT+08:00 Simon Glass : >>> >>> Hi Jonas, >>> >>> On 17 April 2017 at 15:13, Jonas Karlman

Re: [U-Boot] [PATCH] rockchip: tinker: set ethaddr in late init

2017-04-18 Thread Eddie Cai
Hi Jonas 2017-04-19 2:04 GMT+08:00 Jonas Karlman : > Hi Simon, > > On 2017-04-18 06:01, Simon Glass wrote: >> Hi Jonas, >> >> On 17 April 2017 at 15:13, Jonas Karlman > > wrote: >> > Set ethernet mac address in late init for Tinker

Re: [U-Boot] [PATCH 03/11] drivers: phy: add generic PHY framework

2017-04-18 Thread Simon Glass
Hi ,[..] >>> +UCLASS_DRIVER(generic_phy) = { >>> + .id = UCLASS_PHY, >> >> I would like the uclass name to match the header file and the uclass >> name. So if you are calling this generic_phy, then the uclass should >> be named this too. Same with the directory drivers/phy. If

Re: [U-Boot] [PATCH 12/22] x86: Add an early CMOS access library

2017-04-18 Thread Simon Glass
On 18 April 2017 at 03:46, Bin Meng wrote: > Hi Simon, > > On Wed, Mar 22, 2017 at 4:06 AM, Simon Glass wrote: >> Hi Bin, >> >> On 16 March 2017 at 08:26, Bin Meng wrote: >>> This adds a library that provides CMOS (inside RTC SRAM)

Re: [U-Boot] [PATCH v1] mmc: sdhci: SDHCI controllers also need power

2017-04-18 Thread Simon Glass
Hi Andy, On 18 April 2017 at 08:45, Andy Shevchenko wrote: > On Tue, 2017-04-18 at 08:33 -0600, Simon Glass wrote: >> Hi Andy, >> >> On 18 April 2017 at 08:29, Andy Shevchenko >> wrote: >> > On Fri, 2017-04-07 at 19:05 +0900,

Re: [U-Boot] rockchip: enable debug uart

2017-04-18 Thread Simon Glass
On 18 April 2017 at 05:17, Eddie Cai wrote: > enable debug uart for rk3288 and print something to let people know > where we are > > Signed-off-by: Eddie Cai > --- > arch/arm/mach-rockchip/rk3288-board-spl.c | 6 ++ > 1 file changed, 2

Re: [U-Boot] [PATCH v1 12/15] aspeed: Enable I2C in EVB defconfig

2017-04-18 Thread Simon Glass
On 17 April 2017 at 13:00, Maxim Sloyko wrote: > Enable I2C driver in ast2500 Eval Board defconfig. > Also enable i2c command. > > Signed-off-by: Maxim Sloyko > --- > > Changes in v1: None > > configs/evb-ast2500_defconfig | 3 +++ > 1 file changed, 3

Re: [U-Boot] [PATCH v1 07/15] aspeed: Refactor AST2500 RAM Driver and Sysreset Driver

2017-04-18 Thread Simon Glass
On 17 April 2017 at 13:00, Maxim Sloyko wrote: > This change switches all existing users of ast2500 Watchdog to Driver > Model based Watchdog driver. > > To perform system reset Sysreset Driver uses first Watchdog device found > via uclass_first_device call. Since the system is

Re: [U-Boot] [PATCH v3 07/15] cpu: add CPU driver for Broadcom MIPS SoCs

2017-04-18 Thread Simon Glass
On 18 April 2017 at 14:38, Álvaro Fernández Rojas wrote: > Signed-off-by: Álvaro Fernández Rojas > --- > v3: Several improvements: > - Probe driver correctly. > - Allocate size for priv struct. > - Cosmetic fixes. > v2: Introduce changes suggested by

Re: [U-Boot] [PATCH v1 06/15] aspeed: Device Tree configuration for Reset Driver

2017-04-18 Thread Simon Glass
On 17 April 2017 at 13:00, Maxim Sloyko wrote: > Add Reset Driver configuration to ast2500 SoC Device Tree and bindings > for various reset signals > > Signed-off-by: Maxim Sloyko > --- > > Changes in v1: None > > arch/arm/dts/ast2500-evb.dts |

Re: [U-Boot] [PATCH v3 02/15] sysreset-uclass: ensure udevice is probed before requesting reset

2017-04-18 Thread Simon Glass
Hi Alvaro, On 18 April 2017 at 14:38, Álvaro Fernández Rojas wrote: > This causes exceptions for drivers that aren't probed when reboot is > requested. > > Signed-off-by: Álvaro Fernández Rojas > --- > v3: add new patch to ensure that the device is probed

Re: [U-Boot] [PATCH v1 13/15] aspeed: Add support for Clocks needed by MACs

2017-04-18 Thread Simon Glass
On 17 April 2017 at 13:00, Maxim Sloyko wrote: > Add support for clocks needed by MACs to ast2500 clock driver. > The clocks are D2-PLL, which is used by both MACs and PCLK_MAC1 and > PCLK_MAC2 for MAC1 and MAC2 respectively. > > The rate of D2-PLL is hardcoded to 250MHz -- the

Re: [U-Boot] [PATCH v1 15/15] aspeed: Cleanup ast2500-u-boot.dtsi Device Tree

2017-04-18 Thread Simon Glass
On 17 April 2017 at 13:00, Maxim Sloyko wrote: > Remove unnecessary apb and ahb nodes and just override necessary > nodes/values. > > Signed-off-by: Maxim Sloyko > > --- > > Changes in v1: None > > > --- > arch/arm/dts/ast2500-u-boot.dtsi | 41 >

Re: [U-Boot] [PATCH] net: macb: Fix GMAC not work when enable DM_ETH

2017-04-18 Thread Simon Glass
On 18 April 2017 at 01:41, Wenyou Yang wrote: > Always search the PHY to determine the macb->phy_addr before using > the PHY to fix "No PHY present" error. > > Fix the wrong test of the GMAC's phy interface mode, it should be > PHY_INTERFACE_MODE_RGMII. > > Signed-off-by:

Re: [U-Boot] [PATCH 1/1] core/uclass: uclass_get_device_tail: always set devp

2017-04-18 Thread Simon Glass
Hi, On 18 April 2017 at 12:44, Heinrich Schuchardt wrote: > Set devp even if probing fails. > > Without the patch the following problem occurs: > If the first block device is not probed successfully no block > device is passed by bootefi to the EFI executable. > > The problem

Re: [U-Boot] [PATCH v1 14/15] aspeed: Refactor SCU to use consistent mask & shift

2017-04-18 Thread Simon Glass
On 17 April 2017 at 13:00, Maxim Sloyko wrote: > Refactor SCU header to use consistent Mask & Shift values. > Now, consistently, to read value from SCU register, mask needs > to be applied before shift. > > Signed-off-by: Maxim Sloyko > --- > > Changes in

Re: [U-Boot] [PATCH 06/21] usb: ehci: Add STi ehci support

2017-04-18 Thread Simon Glass
On 18 April 2017 at 00:56, Patrice CHOTARD wrote: > Hi Simon > > On 04/09/2017 09:27 PM, Simon Glass wrote: >> Hi Patrice, >> >> On 3 April 2017 at 03:39, Patrice CHOTARD wrote: >>> Hi Simon >>> >>> On 04/01/2017 06:21 AM, Simon Glass wrote:

Re: [U-Boot] [PATCH v3 06/15] cmd: cpu: ensure udevice is probed before calling cpu ops

2017-04-18 Thread Simon Glass
On 18 April 2017 at 14:38, Álvaro Fernández Rojas wrote: > This causes exceptions for drivers that aren't probed when cpu ops are > requested. > > Signed-off-by: Álvaro Fernández Rojas > --- > v3: add new patch to ensure that device is probed. > >

Re: [U-Boot] [PATCH v1 09/15] aspeed: Enable Pinctrl Driver in AST2500 EVB

2017-04-18 Thread Simon Glass
On 17 April 2017 at 13:00, Maxim Sloyko wrote: > Enable Pinctrl Driver in AST2500 Eval Board's defconfig > > Signed-off-by: Maxim Sloyko > --- > > Changes in v1: None > > configs/evb-ast2500_defconfig | 1 + > 1 file changed, 1 insertion(+) > Reviewed-by:

Re: [U-Boot] [PATCH v1 11/15] aspeed: Add I2C Driver

2017-04-18 Thread Simon Glass
On 17 April 2017 at 13:00, Maxim Sloyko wrote: > Add Device Model based I2C driver for ast2500/ast2400 SoCs. > The driver is very limited, it only supports master mode and > synchronous byte-by-byte reads/writes, no DMA or Pool Buffers. > > Signed-off-by: Maxim Sloyko

Re: [U-Boot] [PATCH] clean-up: Remove uselsess mentions of CONFIG_COMMAND_HISTORY

2017-04-18 Thread Simon Glass
On 18 April 2017 at 13:09, Alexey Brodkin wrote: > These were reminders that somehow slipped through the cracks > or were erroneously introduced after previous clean-ups. > > Getting rid of then once again. Hopefully for good now :) > > Where missing and appropriate

Re: [U-Boot] [PATCH v3 03/15] sysreset: add syscon-reboot driver

2017-04-18 Thread Simon Glass
On 18 April 2017 at 14:38, Álvaro Fernández Rojas wrote: > Add a new sysreset driver based on linux/drivers/power/reset/syscon-reboot.c, > which provides a generic driver for platforms that only require writing a mask > to a regmap offset. > > Signed-off-by: Álvaro Fernández

Re: [U-Boot] [PATCH v1] cpu: Add Intel Tangier support

2017-04-18 Thread Simon Glass
On 18 April 2017 at 08:21, Andy Shevchenko wrote: > From: Felipe Balbi > > Add Intel Tangier SoC support. > > Intel Tangier SoC is a core part of Intel Merrifield platform. For > example, Intel Edison board is based on such

Re: [U-Boot] [PATCH v1 02/15] dm: Simple Watchdog uclass

2017-04-18 Thread Simon Glass
Hi Maxim, On 17 April 2017 at 13:00, Maxim Sloyko wrote: > This is a simple uclass for Watchdog Timers. It has four operations: > start, restart, reset, stop. Drivers must implement start, restart and > stop operations, while implementing reset is optional: It's default >

Re: [U-Boot] [PATCH v1 10/15] aspeed: Add P-Bus clock in ast2500 clock driver

2017-04-18 Thread Simon Glass
On 17 April 2017 at 13:00, Maxim Sloyko wrote: > Add P-Bus Clock support to ast2500 clock driver. > This is the clock used by I2C devices. > > Signed-off-by: Maxim Sloyko > --- > > Changes in v1: None > > arch/arm/include/asm/arch-aspeed/scu_ast2500.h | 3

Re: [U-Boot] [PATCH v1 05/15] aspeed: Reset Driver

2017-04-18 Thread Simon Glass
On 17 April 2017 at 13:00, Maxim Sloyko wrote: > Add Reset Driver for ast2500 SoC. This driver uses Watchdog Timer to > perform resets and thus depends on it. The actual Watchdog device used > needs to be configured in Device Tree using "aspeed,wdt" property, which > must be

Re: [U-Boot] [PATCH v1 08/15] aspeed: AST2500 Pinctrl Driver

2017-04-18 Thread Simon Glass
On 17 April 2017 at 13:00, Maxim Sloyko wrote: > This driver uses Generic Pinctrl framework and is compatible with > the Linux driver for ast2500: it uses the same device tree > configuration. > > Not all pins are supported by the driver at the moment, so it actually >

Re: [U-Boot] [PATCH v1 03/15] aspeed: Watchdog Timer Driver

2017-04-18 Thread Simon Glass
On 17 April 2017 at 13:00, Maxim Sloyko wrote: > This driver supports ast2500 and ast2400 SoCs. > Only ast2500 supports reset_mask and thus the option of resettting > individual peripherals using WDT. > > Signed-off-by: Maxim Sloyko > > --- > > Changes in

Re: [U-Boot] [PATCH v1 04/15] aspeed: Make SCU lock/unlock functions part of SCU API

2017-04-18 Thread Simon Glass
On 17 April 2017 at 13:00, Maxim Sloyko wrote: > Make functions for locking and unlocking SCU part of SCU API. > Many drivers need to modify settings in SCU and thus need to unlock it > first. This change makes it possible. > > Signed-off-by: Maxim Sloyko >

Re: [U-Boot] [PATCH v1 01/15] aspeed: Update ast2500 Device Tree

2017-04-18 Thread Simon Glass
On 17 April 2017 at 13:00, Maxim Sloyko wrote: > Pull in the Device Tree for ast2500 from the mainline Linux kernel. > The file is copied from > https://raw.githubusercontent.com/torvalds/linux/34ea5c9d/arch/arm/boot/dts/aspeed-g5.dtsi > > Signed-off-by: Maxim Sloyko

Re: [U-Boot] [PATCH v2] arm: socfpga: add cyclone5 based de10-nano board

2017-04-18 Thread Marek Vasut
On 04/18/2017 11:43 PM, Dalon Westergreen wrote: > Add support for the Terasic DE10-Nano board. The board > is based on the DE0-Nano-Soc board but adds a larger FPGA > and an HDMI output. > > Signed-off-by: Dalon Westergreen > > -- > Changes in v2: > -> fix duplicate

[U-Boot] [PATCH v2] arm: socfpga: add cyclone5 based de10-nano board

2017-04-18 Thread Dalon Westergreen
Add support for the Terasic DE10-Nano board. The board is based on the DE0-Nano-Soc board but adds a larger FPGA and an HDMI output. Signed-off-by: Dalon Westergreen -- Changes in v2: -> fix duplicate license header --- arch/arm/dts/Makefile | 1 +

Re: [U-Boot] [PATCH v3 19/19] sunxi: update Pine64 README

2017-04-18 Thread André Przywara
On 16/04/17 02:20, Andreas Färber wrote: Hi Andreas, thanks for the review! > Thanks for your awesome work on getting things in shape! > > Am 01.04.2017 um 00:31 schrieb Andre Przywara: >> +Quick Start / Overview >> +== >> +- Build the ARM Trusted Firmware binary (see "ARM

[U-Boot] [PATCH v3 15/15] MIPS: add BMIPS Comtrend VR-3032u board

2017-04-18 Thread Álvaro Fernández Rojas
Signed-off-by: Álvaro Fernández Rojas --- v3: No changes. v2: Introduce changes suggested by Daniel Schwierzeck: - Split BMIPS support patches. - Remove DEBUG_UART from defconfig. arch/mips/dts/Makefile | 1 + arch/mips/dts/comtrend,vr-3032u.dts| 27

[U-Boot] [PATCH v3 06/15] cmd: cpu: ensure udevice is probed before calling cpu ops

2017-04-18 Thread Álvaro Fernández Rojas
This causes exceptions for drivers that aren't probed when cpu ops are requested. Signed-off-by: Álvaro Fernández Rojas --- v3: add new patch to ensure that device is probed. cmd/cpu.c | 4 1 file changed, 4 insertions(+) diff --git a/cmd/cpu.c b/cmd/cpu.c index

[U-Boot] [PATCH v3 14/15] MIPS: add support for Broadcom MIPS BCM63268 SoC family

2017-04-18 Thread Álvaro Fernández Rojas
Signed-off-by: Álvaro Fernández Rojas --- v3: No changes. v2: Introduce changes suggested by Daniel Schwierzeck: - Split BMIPS support patches. - Add PERF_BASE to cpus. arch/mips/dts/brcm,bcm63268.dtsi | 88

[U-Boot] [PATCH v3 13/15] MIPS: add BMIPS Comtrend AR-5387un board

2017-04-18 Thread Álvaro Fernández Rojas
Signed-off-by: Álvaro Fernández Rojas --- v3: No changes. v2: Introduce changes suggested by Daniel Schwierzeck: - Split BMIPS support patches. - Remove DEBUG_UART from defconfig. arch/mips/dts/Makefile | 1 + arch/mips/dts/comtrend,ar-5387un.dts|

[U-Boot] [PATCH v3 04/15] MIPS: allow using generic sysreset drivers

2017-04-18 Thread Álvaro Fernández Rojas
Avoid duplicating do_reset definition if SYSRESET is enabled for MIPS Signed-off-by: Álvaro Fernández Rojas Reviewed-by: Simon Glass --- v3: No changes. v2: No changes. arch/mips/cpu/cpu.c | 2 ++ 1 file changed, 2 insertions(+) diff --git

[U-Boot] [PATCH v3 09/15] MIPS: add initial infrastructure for Broadcom MIPS SoCs

2017-04-18 Thread Álvaro Fernández Rojas
CFE checks CPU Thread in a different way (using register $22): mfc0t1, C0_BCM_CONFIG, 3 # $22 li t2, CP0_CMT_TPID # (1 << 31) and t1, t2 bnezt1, 2f # if we are running on thread 1, skip init nop Signed-off-by: Álvaro Fernández Rojas --- v3: Select

[U-Boot] [PATCH v3 12/15] MIPS: add support for Broadcom MIPS BCM6328 SoC family

2017-04-18 Thread Álvaro Fernández Rojas
Signed-off-by: Álvaro Fernández Rojas --- v3: no changes v2: Introduce changes suggested by Daniel Schwierzeck: - Split BMIPS support patches. - Add PERF_BASE to cpus. arch/mips/dts/brcm,bcm6328.dtsi | 88 +

[U-Boot] [PATCH v3 11/15] MIPS: add BMIPS Huawei HG556a board

2017-04-18 Thread Álvaro Fernández Rojas
Signed-off-by: Álvaro Fernández Rojas --- v3: Add cfi-flash support. v2: Introduce changes suggested by Daniel Schwierzeck: - Split BMIPS support patches. - Remove DEBUG_UART from defconfig. arch/mips/dts/Makefile | 1 + arch/mips/dts/huawei,hg556a.dts

[U-Boot] [PATCH v3 08/15] ram: add RAM driver for Broadcom MIPS SoCs

2017-04-18 Thread Álvaro Fernández Rojas
Signed-off-by: Álvaro Fernández Rojas Reviewed-by: Simon Glass --- v3: Rename of_match to ids. v2: Introduce changes suggested by Daniel Schwierzeck: - Split BMIPS support patches. drivers/ram/Makefile| 2 + drivers/ram/bmips_ram.c | 126

[U-Boot] [PATCH v3 05/15] serial: add serial driver for BCM6345

2017-04-18 Thread Álvaro Fernández Rojas
It is based on linux/drivers/tty/serial/bcm63xx_uart.c Signed-off-by: Álvaro Fernández Rojas --- v3: Several improvements: - Add missing register configurations based on CFE. - Replace tabs with whitespaces. - Cosmetic fixes. v2: Introduce changes suggested by Daniel

[U-Boot] [PATCH v3 07/15] cpu: add CPU driver for Broadcom MIPS SoCs

2017-04-18 Thread Álvaro Fernández Rojas
Signed-off-by: Álvaro Fernández Rojas --- v3: Several improvements: - Probe driver correctly. - Allocate size for priv struct. - Cosmetic fixes. v2: Introduce changes suggested by Daniel Schwierzeck: - Split BMIPS support patches. - Get register base from DT.

[U-Boot] [PATCH v3 10/15] MIPS: add support for Broadcom MIPS BCM6358 SoC family

2017-04-18 Thread Álvaro Fernández Rojas
Signed-off-by: Álvaro Fernández Rojas --- v3: Add cfi-flash defines. v2: Introduce changes suggested by Daniel Schwierzeck: - Split BMIPS support patches. - Add PERF_BASE to cpus. - Merge with "fix ioremap for BCM6358" patch. - Add a custom ioremap.h instead of

[U-Boot] [PATCH v3 02/15] sysreset-uclass: ensure udevice is probed before requesting reset

2017-04-18 Thread Álvaro Fernández Rojas
This causes exceptions for drivers that aren't probed when reboot is requested. Signed-off-by: Álvaro Fernández Rojas --- v3: add new patch to ensure that the device is probed drivers/sysreset/sysreset-uclass.c | 3 +++ 1 file changed, 3 insertions(+) diff --git

[U-Boot] [PATCH v3 03/15] sysreset: add syscon-reboot driver

2017-04-18 Thread Álvaro Fernández Rojas
Add a new sysreset driver based on linux/drivers/power/reset/syscon-reboot.c, which provides a generic driver for platforms that only require writing a mask to a regmap offset. Signed-off-by: Álvaro Fernández Rojas --- v3: Introduce changes suggested by Simon Glass: - Add

[U-Boot] [PATCH v3 01/15] cmd: cpu: fix NULL cpu feature prints

2017-04-18 Thread Álvaro Fernández Rojas
Commit 740d5d3 added two new features but only one feature name, which results in NULL prints when device_id feature is selected. Before: HG556a # cpu detail -1: cpu@0 BCM6358A1 ID = 0, freq = 300 MHz: L1 cache, MMU, NULL Device ID 0x2a010

[U-Boot] [PATCH v3 00/15] Add support for Broadcom MIPS SoCs

2017-04-18 Thread Álvaro Fernández Rojas
This adds support for some of the xDSL Broadcom MIPS SoCs: - BCM6358 - BCM6328 - BCM63268 However, support for other SoCs could be added in the future: - Other BCM63xx - BCM33xx - BCM71xx v3: Introduce changes suggested by Simon Glass. v2: Introduce changes suggested by Daniel Schwierzeck.

[U-Boot] [PATCH v3 3/3] MIPS: add support for generating u-boot.elf

2017-04-18 Thread Álvaro Fernández Rojas
Define PLATFORM_ELFFLAGS for MIPS in order to be able to generate u-boot.elf Signed-off-by: Álvaro Fernández Rojas --- v3: Introduce changes suggested by Daniel Schwierzeck: - Add new patch. arch/mips/config.mk | 1 + 1 file changed, 1 insertion(+) diff --git

[U-Boot] [PATCH v3 2/3] u-boot.elf: fix entry symbol not found warning

2017-04-18 Thread Álvaro Fernández Rojas
LD gives the following warning when trying to process u-boot-elf.o warning: cannot find entry symbol __start; defaulting to 8001 Fix this by renaming _start to __start Signed-off-by: Álvaro Fernández Rojas --- v3: Introduce changes suggested by Daniel Schwierzeck:

[U-Boot] [PATCH v3 1/3] u-boot.elf: remove hard-coded arm64 flags

2017-04-18 Thread Álvaro Fernández Rojas
This is needed in order to allow building it for other archs. Move relocation comment to a better place. Remove no longer needed dts FIXME. Signed-off-by: Álvaro Fernández Rojas --- v3: Introduce changes suggested by Daniel Schwierzeck: - Split patches. - Avoid building

[U-Boot] [PATCH v3 0/3] u-boot.elf: support other archs

2017-04-18 Thread Álvaro Fernández Rojas
Provide an u-boot.elf binary for Broadcom MIPS platforms by re-using the already existing Makefile target for aarch64. This u-boot.elf binary should be used as a stage 2 loader until U-Boot can be replace the original Broadcom boot loader. Split patches from main BMIPS support. Álvaro Fernández

[U-Boot] [PATCH] clean-up: Remove uselsess mentions of CONFIG_COMMAND_HISTORY

2017-04-18 Thread Alexey Brodkin
These were reminders that somehow slipped through the cracks or were erroneously introduced after previous clean-ups. Getting rid of then once again. Hopefully for good now :) Where missing and appropriate replace with CONFIG_CMDLINE_EDITING which really enables shell history as of now.

[U-Boot] [PATCH 1/1] core/uclass: uclass_get_device_tail: always set devp

2017-04-18 Thread Heinrich Schuchardt
Set devp even if probing fails. Without the patch the following problem occurs: If the first block device is not probed successfully no block device is passed by bootefi to the EFI executable. The problem was reported by Andreas Färber in

Re: [U-Boot] [PATCH v3 19/19] sunxi: update Pine64 README

2017-04-18 Thread Andreas Färber
Am 01.04.2017 um 00:31 schrieb Andre Przywara: > With the DRAM init code and the SPL's ability to load the ATF binary as > well, we can now officially get rid of the boot0 boot method, which > involed a closed-source proprietary blob to be used. "involved" > Rework the Pine64 README file to

Re: [U-Boot] [PATCH] Add support for Microchip LAN75xx and LAN78xx

2017-04-18 Thread Simon Glass
On 10 April 2017 at 13:23, wrote: > From: Yuiko Oshino > > Add support for Microchip LAN7500, LAN7800 and 7850, USB to 10/100/1000 > Ethernet Controllers > > Signed-off-by: Yuiko Oshino > Cc: Marek Vasut

Re: [U-Boot] [PATCH] rockchip: tinker: set ethaddr in late init

2017-04-18 Thread Simon Glass
Hi Eddie, On 18 April 2017 at 08:53, Eddie Cai wrote: > > > 2017-04-18 12:01 GMT+08:00 Simon Glass : >> >> Hi Jonas, >> >> On 17 April 2017 at 15:13, Jonas Karlman wrote: >> > Set ethernet mac address in late init for Tinker Board,

Re: [U-Boot] [PATCH] rockchip: tinker: set ethaddr in late init

2017-04-18 Thread Simon Glass
Hi Jonas, On 18 April 2017 at 12:04, Jonas Karlman wrote: > > Hi Simon, > > On 2017-04-18 06:01, Simon Glass wrote: > > Hi Jonas, > > > > On 17 April 2017 at 15:13, Jonas Karlman > > wrote: > > > Set ethernet mac address in late init

Re: [U-Boot] [PATCH] rockchip: tinker: set ethaddr in late init

2017-04-18 Thread Jonas Karlman
Hi Simon, On 2017-04-18 06:01, Simon Glass wrote: > Hi Jonas, > > On 17 April 2017 at 15:13, Jonas Karlman > wrote: > > Set ethernet mac address in late init for Tinker Board, > > prevents getting a random mac address each boot. > > > > Read mac

Re: [U-Boot] [PATCH] arm: socfpga: add cyclone5 based de10-nano board

2017-04-18 Thread Marek Vasut
On 04/18/2017 07:15 PM, Dalon Westergreen wrote: > On Tue, 2017-04-18 at 17:32 +0200, Marek Vasut wrote: >> On 04/18/2017 05:11 PM, Dalon Westergreen wrote: >>> >>> Add support for the Terasic DE10-Nano board. The board >>> is based on the DE0-Nano-Soc board but adds a larger FPGA >>> and an HDMI

Re: [U-Boot] [PATCH] arm: socfpga: add cyclone5 based de10-nano board

2017-04-18 Thread Dalon Westergreen
On Tue, 2017-04-18 at 17:32 +0200, Marek Vasut wrote: > On 04/18/2017 05:11 PM, Dalon Westergreen wrote: > > > > Add support for the Terasic DE10-Nano board.  The board > > is based on the DE0-Nano-Soc board but adds a larger FPGA > > and an HDMI output. > > > > Signed-off-by: Dalon Westergreen

Re: [U-Boot] [PATCH] ls1012a: Some Bootargs and env variables added for booting kernel

2017-04-18 Thread York Sun
On 04/18/2017 09:41 AM, Bhaskar U wrote: I don't know what you were trying to do. This patch is non-sense. [Bhaskar] Hi York, The intension of the patch is to add ramdisk_size=0x200 in bootargs, so is it OK to just add " ramdisk_size=0x200" in the bootargs and remove whatever else

Re: [U-Boot] [PATCH v2 1/3] rsa: Fix build with OpenSSL 1.1.x

2017-04-18 Thread Peter Robinson
On Wed, Apr 5, 2017 at 10:49 AM, Mario Six wrote: > Hi Jelle, > > On Tue, Apr 4, 2017 at 11:59 PM, Jelle van der Waa wrote: >> @@ -20,6 +20,19 @@ >> #define HAVE_ERR_REMOVE_THREAD_STATE >> #endif >> >> +#if OPENSSL_VERSION_NUMBER < 0x1010L ||

Re: [U-Boot] [PATCH] arm: socfpga: add cyclone5 based de10-nano board

2017-04-18 Thread Marek Vasut
On 04/18/2017 05:11 PM, Dalon Westergreen wrote: > Add support for the Terasic DE10-Nano board. The board > is based on the DE0-Nano-Soc board but adds a larger FPGA > and an HDMI output. > > Signed-off-by: Dalon Westergreen [...] > diff --git

Re: [U-Boot] [PATCH 00/19] fdt: Move to the new upstream pylibfdt library

2017-04-18 Thread Simon Glass
Hi Tom, On 18 April 2017 at 10:33, Tom Rini wrote: > On Tue, Apr 18, 2017 at 10:27:37AM -0600, Simon Glass wrote: >> Hi Tom, >> >> On 18 April 2017 at 10:25, Tom Rini wrote: >> > >> > On Sun, Apr 16, 2017 at 08:22:14PM -0600, Simon Glass wrote: >> > >> >

Re: [U-Boot] [PATCH] Add support for Microchip LAN75xx and LAN78xx

2017-04-18 Thread Marek Vasut
On 04/18/2017 05:58 PM, yuiko.osh...@microchip.com wrote: [...] >>> +/* MAC ADDRESS PERFECT FILTER For LAN75xx */ >>> +#define LAN75XX_ADDR_FILTX 0x300 >>> +#define LAN75XX_ADDR_FILTX_FB_VALIDBIT(31) >>> + >>> +#ifndef CONFIG_DM_ETH >> >> I'd just make this depend on DM and scrap

Re: [U-Boot] [PATCH 3/4] fsl-layerscape/ls1046aqds: Integrate FSL PPA

2017-04-18 Thread York Sun
On 04/14/2017 12:03 AM, Zhiqiang Hou wrote: From: Hou Zhiqiang The PPA is a EL3 firmware, which support PSCI, hotplug, power-management features etc. Signed-off-by: Hou Zhiqiang --- board/freescale/ls1046aqds/ls1046aqds.c | 5 + 1 file

Re: [U-Boot] [PATCH] ls1012a: Some Bootargs and env variables added for booting kernel

2017-04-18 Thread York Sun
On 04/18/2017 08:43 AM, Amrita Kumari wrote: From: Amrita kumari Signed-off-by: Amrita kumari --- include/configs/ls1012a_common.h | 8 +++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/include/configs/ls1012a_common.h

Re: [U-Boot] [PATCH 00/19] fdt: Move to the new upstream pylibfdt library

2017-04-18 Thread Tom Rini
On Tue, Apr 18, 2017 at 10:27:37AM -0600, Simon Glass wrote: > Hi Tom, > > On 18 April 2017 at 10:25, Tom Rini wrote: > > > > On Sun, Apr 16, 2017 at 08:22:14PM -0600, Simon Glass wrote: > > > > > Python libfdt bindings have recently been accepted upstream. While the > > >

Re: [U-Boot] [PATCH][v2] driver: net: fsl-mc: Update fsl_mc_ldpaa_exit() path

2017-04-18 Thread York Sun
On 04/16/2017 10:12 PM, Yogesh Gaur wrote: When MC is loaded, but DPL is not deployed, it results in FDT fix-up code execution hang. To resolve this, returns success instead of return -ENODEV and print message on console. This update allows to continue fdt fixup execution. Signed-off-by: Yogesh

Re: [U-Boot] [PATCH v1] watchdog: Introduce watchdog driver for Intel Tangier

2017-04-18 Thread Tom Rini
On Tue, Apr 18, 2017 at 05:57:31PM +0300, Andy Shevchenko wrote: > On Tue, 2017-04-18 at 16:49 +0200, Lukasz Majewski wrote: > > Hi Andy, > > > > > From: Felipe Balbi > > > > > > Add watchdog driver for Intel Tangier based platforms. > > > > > > Signed-off-by:

Re: [U-Boot] [PATCH 00/19] fdt: Move to the new upstream pylibfdt library

2017-04-18 Thread Simon Glass
Hi Tom, On 18 April 2017 at 10:25, Tom Rini wrote: > > On Sun, Apr 16, 2017 at 08:22:14PM -0600, Simon Glass wrote: > > > Python libfdt bindings have recently been accepted upstream. While the > > internals have changed a fair bit most of the API remains the same. Still, > >

Re: [U-Boot] [PATCH 00/19] fdt: Move to the new upstream pylibfdt library

2017-04-18 Thread Tom Rini
On Sun, Apr 16, 2017 at 08:22:14PM -0600, Simon Glass wrote: > Python libfdt bindings have recently been accepted upstream. While the > internals have changed a fair bit most of the API remains the same. Still, > a few functions are different from how they are used in U-Boot so changes > are

Re: [U-Boot] [PATCH v2] arm: psci: make psci usable on single core socs

2017-04-18 Thread York Sun
On 04/12/2017 08:29 PM, Yuantian Tang wrote: PSCI can be used on both multiple and single core socs. Current implementation only allows PSCI to work on multiple core socs. This patch removes this restriction so that PSCI can work on single core socs as well. Signed-off-by: Chenhui Zhao

Re: [U-Boot] [PATCH] Add support for Microchip LAN75xx and LAN78xx

2017-04-18 Thread Yuiko.Oshino
From: Yuiko Oshino > -Original Message- > From: Marek Vasut [mailto:ma...@denx.de] > Sent: Friday, April 14, 2017 8:35 AM > To: Yuiko Oshino - C18177; u-boot@lists.denx.de > Subject: Re: [PATCH] Add support for Microchip LAN75xx and LAN78xx > > On 04/10/2017

Re: [U-Boot] [PATCH v3 4/8] armv8: Add workaround for USB erratum A-009007

2017-04-18 Thread York Sun
On 02/28/2017 08:06 PM, Suresh Gupta wrote: OK York, will send new patch.. Suresh, Have you sent the update? York ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

Re: [U-Boot] [PATCH] board/t1024rdb: enable board-level reset when issuing reset command

2017-04-18 Thread York Sun
On 04/10/2017 01:14 AM, Shengzhou Liu wrote: As board-specific reset logic, it needs to issue reset signal via CPLD when issuing 'reset' command in u-boot, this patch solves the issue of reset command not working on T1024RDB. Signed-off-by: Shengzhou Liu --- Applied to

Re: [U-Boot] [PATCH] powerpc: e6500: Lock/unlock 1 cache instead of L1 as init_ram

2017-04-18 Thread York Sun
On 03/01/2017 07:37 PM, Ruchika Gupta wrote: Fir E6500 cores, L2 cache has been used as init_ram. L1 cache is a write through cache on E6500.If lines are not locked in both L1 and L2 caches, crashes are observed during secure boot. This patch locks/unlocks both L1 as well as L2 cache to prevent

Re: [U-Boot] [v2] armv8/fsl-layerscape: fdt: avoid incorrect fixing with CONFIG_SYS_CLK_FREQ

2017-04-18 Thread York Sun
On 04/10/2017 12:18 AM, Yangbo Lu wrote: Current sysclk fixing would fix all clocks with 'fixed-clock' compatible. This patch is to fix sysclk by path to avoid any incorrect fixing. Signed-off-by: Yangbo Lu --- Applied to u-boot-fsl-qoriq master, awaiting upstream. Thanks.

Re: [U-Boot] [PATCH v3] armv8: fsl-lsch3: Instantiate TZASC configuration in 2 groups

2017-04-18 Thread York Sun
On 04/06/2017 11:13 PM, Ashish Kumar wrote: Number of TZASC instances may vary across NXP SoCs. So put TZASC configuration under instance specific defines. Signed-off-by: Prabhakar Kushwaha Signed-off-by: Ashish Kumar --- v3: Fix indentation

Re: [U-Boot] [PATCH] armv8: ls2080a: Add serdes2 protocol 0x51 support

2017-04-18 Thread York Sun
On 04/05/2017 02:01 AM, Santan Kumar wrote: Signed-off-by: Santan Kumar Signed-off-by: Priyanka Jain --- Applied to u-boot-fsl-qoriq master, awaiting upstream. Thanks. York ___ U-Boot mailing list

Re: [U-Boot] [PATCH] arm64/ls1046a: Enable ERRATUM_A008850 for ls1046a SoC

2017-04-18 Thread York Sun
On 03/23/2017 03:29 AM, Shengzhou Liu wrote: Signed-off-by: Shengzhou Liu --- arch/arm/cpu/armv8/fsl-layerscape/Kconfig | 1 + 1 file changed, 1 insertion(+) Applied to u-boot-fsl-qoriq master, awaiting upstream. Thanks. York

Re: [U-Boot] [PATCH 2/2] armv8: ls1046aqds: enable ppa in default config

2017-04-18 Thread York Sun
On 03/09/2017 11:03 PM, Yuantian Tang wrote: Signed-off-by: Tang Yuantian --- configs/ls1046aqds_defconfig | 1 + configs/ls1046aqds_lpuart_defconfig | 1 + configs/ls1046aqds_nand_defconfig| 1 + configs/ls1046aqds_qspi_defconfig| 1 +

Re: [U-Boot] [PATCH 1/3] armv8: ls2080a: Drop macro CONFIG_LS2080A

2017-04-18 Thread York Sun
On 03/27/2017 11:41 AM, York Sun wrote: Use CONFIG_ARCH_LS2080A instead. Signed-off-by: York Sun --- Applied to u-boot-fsl-qoriq master, awaiting upstream. York ___ U-Boot mailing list U-Boot@lists.denx.de

[U-Boot] [PATCH] ls1012a: Some Bootargs and env variables added for booting kernel

2017-04-18 Thread Amrita Kumari
From: Amrita kumari Signed-off-by: Amrita kumari --- include/configs/ls1012a_common.h | 8 +++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/include/configs/ls1012a_common.h b/include/configs/ls1012a_common.h index

  1   2   3   >