Re: [U-Boot] [PATCH] sunxi: Add support for the Beelink-x2 STB

2018-01-22 Thread Maxime Ripard
Hi, On Sun, Jan 21, 2018 at 07:06:49PM +0100, codekip...@gmail.com wrote: > From: Marcus Cooper > > The Beelink X2 is an STB based on the Allwinner H3 SoC with a uSD slot, > 2 USB ports( 1 * USB-2 Host, 1 USB OTG), a 10/100M ethernet port using > the SoC's integrated PHY, Wifi via an sdio wifi c

Re: [U-Boot] [PATCH v6 2/2] common: Generic firmware loader for file system

2018-01-22 Thread Chee, Tien Fong
On Thu, 2018-01-18 at 06:57 +0100, Simon Goldschmidt wrote: > On 27.12.2017 06:04, tien.fong.c...@intel.com wrote: > > > > From: Tien Fong Chee > > > > This is file system generic loader which can be used to load > > the file image from the storage into target such as memory. > > The consumer dr

Re: [U-Boot] [PATCH v2] spi: kirkwood_spi: implement workaround for FE-9144572

2018-01-22 Thread Jagan Teki
On Tue, Oct 17, 2017 at 4:15 AM, Chris Packham wrote: > On Tue, Oct 17, 2017 at 10:46 AM, Jagan Teki wrote: >> On Tue, Oct 17, 2017 at 3:07 AM, Chris Packham >> wrote: >>> Erratum NO. FE-9144572: The device SPI interface supports frequencies of >>> up to 50 MHz. However, due to this erratum, w

Re: [U-Boot] [PATCH] sunxi: Fix display timing flags

2018-01-22 Thread Jagan Teki
On Wed, Jan 17, 2018 at 1:08 PM, Maxime Ripard wrote: > On Tue, Jan 16, 2018 at 05:43:48PM +0100, Giulio Benetti wrote: >> flags member of struct timing was not initialized, >> this took to unpredictable behaviour of display flags, >> such DISPLAY_FLAGS_HSYNC_HIGH instead of _LOW etc. >> >> Init t

Re: [U-Boot] [PATCH 1/2] sunxi: fix i2c support for sunxi H3/H5

2018-01-22 Thread Maxime Ripard
On Fri, Jan 19, 2018 at 07:35:59PM +0100, Nuno Goncalves wrote: > Tested to work in a Orange Pi Zero (H2+/H3), and checked against H5 datasheet. > > Signed-off-by: Nuno Goncalves Acked-by: Maxime Ripard Thanks! Maxime -- Maxime Ripard, Free Electrons Embedded Linux and Kernel engineering htt

Re: [U-Boot] [PATCH 1/2] sunxi: fix i2c support for sunxi H3/H5

2018-01-22 Thread Maxime Ripard
On Fri, Jan 19, 2018 at 09:35:58PM +0100, Jernej Škrabec wrote: > Hi, > > Dne petek, 19. januar 2018 ob 19:38:52 CET je Nuno Gonçalves napisal(a): > > Sorry, there is only 1 patch in this series. > > > > I would like comments regarding removing DM_I2C for MACH_SUNXI_H3_H5, > > as I didn't found a

Re: [U-Boot] [PATCH v3 1/2] arm: sunxi: Allwinner A10 SPI driver

2018-01-22 Thread Jagan Teki
On Fri, Dec 22, 2017 at 3:30 PM, Stefan Mavrodiev wrote: > Add spi driver for sun4i, sun5i and sun7i SoCs. The driver is > adapted from mailine kernel. > > Signed-off-by: Stefan Mavrodiev > --- > Changes for v3: > - Add required changes in dts and defeconfig file for testing > > Changes for

Re: [U-Boot] [PATCH v3 2/2] Enable test case with A20-OLinuXino-Lime2

2018-01-22 Thread Jagan Teki
On Tue, Jan 2, 2018 at 4:31 PM, Stefan Mavrodiev wrote: > On 12/26/2017 11:47 AM, Jagan Teki wrote: >> >> On Fri, Dec 22, 2017 at 3:30 PM, Stefan Mavrodiev >> wrote: >>> >>> Driver testing is done with A20-OLinuXino-Lime2. Testing >>> requirements are: >>>- Exposing spi0 alternative pins in t

Re: [U-Boot] [PATCH v6 2/2] common: Generic firmware loader for file system

2018-01-22 Thread Lothar Waßmann
Hi, On Mon, 22 Jan 2018 07:11:37 + Chee, Tien Fong wrote: > On Thu, 2018-01-18 at 12:12 +0100, Marek Vasut wrote: > > On 01/18/2018 05:33 AM, Chee, Tien Fong wrote: > > > > > > On Tue, 2018-01-16 at 15:41 +0100, Marek Vasut wrote: > > > > > > > > On 12/27/2017 06:04 AM, tien.fong.c...@intel.

Re: [U-Boot] [PATCH] tools/mrvl_uart.sh: Fix minicom baudrate

2018-01-22 Thread Stefan Roese
On 20.01.2018 13:07, Andreas Färber wrote: minicom doesn't inherit the baudrate from stty but uses its own defaults, such as for example 57600, whereas we expect 115200 here. Explicitly tell minicom which baudrate to use. Fixes: eee4835d22 ("tools: Add Marvell recovery image download script") Cc

Re: [U-Boot] [PATCH] tools/mrvl_uart.sh: Tidy script output

2018-01-22 Thread Stefan Roese
On 20.01.2018 13:18, Andreas Färber wrote: Fix a typo in help output (awailable -> available). Tidy the grammar - not the board connects to a port, we do. While at it, be consistent in upper-casing the comments. Fixes: eee4835d22 ("tools: Add Marvell recovery image download script") Cc: Konstan

Re: [U-Boot] [PATCH] sunxi: Add support for the Beelink-x2 STB

2018-01-22 Thread Maxime Ripard
On Mon, Jan 22, 2018 at 09:20:06AM +0100, Code Kipper wrote: > On 22 January 2018 at 09:04, Maxime Ripard > wrote: > > Hi, > > > > On Sun, Jan 21, 2018 at 07:06:49PM +0100, codekip...@gmail.com wrote: > >> From: Marcus Cooper > >> > >> The Beelink X2 is an STB based on the Allwinner H3 SoC with a

Re: [U-Boot] [PATCH 1/2] serial: mxc: support DTE mode

2018-01-22 Thread Ryan Harkin
Hi Simon, On 22 January 2018 at 00:29, Simon Glass wrote: > Hi Ryan, > > On 19 January 2018 at 06:21, Ryan Harkin wrote: > > Hi Stefan, > > > > Thanks for looking so quickly. > > > > On 19 January 2018 at 12:23, Stefan Agner > wrote: > >> > >> Hi Ryan, > >> > >> > >> On 19.01.2018 10:53, Ryan

Re: [U-Boot] UDP packet sender

2018-01-22 Thread Gaëtan Carlier
Hi, On 01/18/2018 11:56 AM, Gaëtan Carlier wrote: > Hi, > I would like to implement a new command and submit it to the mailing list. > The command will have the following format: > udpsend send> > > udpsend 255.255.255.255 4040 0 hello world > > If source port is 0, a random port will be used

[U-Boot] [PATCH v4] spi: kirkwood_spi: implement workaround for FE-9144572

2018-01-22 Thread Chris Packham
Erratum NO. FE-9144572: The device SPI interface supports frequencies of up to 50 MHz. However, due to this erratum, when the device core clock is 250 MHz and the SPI interfaces is configured for 50MHz SPI clock and CPOL=CPHA=1 there might occur data corruption on reads from the SPI device. Imple

Re: [U-Boot] [PATCH v4] spi: kirkwood_spi: implement workaround for FE-9144572

2018-01-22 Thread Jagan Teki
On Mon, Jan 22, 2018 at 3:14 PM, Chris Packham wrote: > Erratum NO. FE-9144572: The device SPI interface supports frequencies of > up to 50 MHz. However, due to this erratum, when the device core clock > is 250 MHz and the SPI interfaces is configured for 50MHz SPI clock and > CPOL=CPHA=1 there m

Re: [U-Boot] [PATCH v2] ARM: dts: Freescale: re-license device tree files under GPLv2+/X11

2018-01-22 Thread Pankaj Bansal
> -Original Message- > From: Tom Rini [mailto:tr...@konsulko.com] > Sent: Friday, January 19, 2018 10:33 PM > To: York Sun > Cc: Pankaj Bansal ; u-boot@lists.denx.de; > albert.u.b...@aribaud.net; Varun Sethi ; Leo Li > ; Priyanka Jain ; Mingkai Hu > > Subject: Re: [PATCH v2] ARM: dts: Fr

Re: [U-Boot] [RFC PATCH] mmc: Skipping the MMC initialization at the boot time

2018-01-22 Thread Siva Durga Prasad Paladugu
Hi Jaehoon, > -Original Message- > From: Jaehoon Chung [mailto:jh80.ch...@samsung.com] > Sent: Thursday, January 18, 2018 1:46 PM > To: Siva Durga Prasad Paladugu ; u- > b...@lists.denx.de > Cc: Vipul Kumar ; Vipul Kumar ; > Siva Durga Prasad Paladugu > Subject: Re: [RFC PATCH] mmc: Skipp

[U-Boot] [PATCH v2] arm: add support for PDU001

2018-01-22 Thread Felix Brack
This patch adds support for the PDU001 board. Signed-off-by: Felix Brack --- Changes in v2: - use DT to configure the board - use new single-register pin controller - use new TPS65910 PMIC driver - eliminate the need of CONFIG_DM_I2C_COMPAT, i.e. use DM for i2c - clarify the function of the 'Run

Re: [U-Boot] [PATCH 1/2] sunxi: fix i2c support for sunxi H3/H5

2018-01-22 Thread Nuno Gonçalves
On Fri, Jan 19, 2018 at 9:35 PM, Jernej Škrabec wrote: > Hi, > > Dne petek, 19. januar 2018 ob 19:38:52 CET je Nuno Gonçalves napisal(a): >> Sorry, there is only 1 patch in this series. >> >> I would like comments regarding removing DM_I2C for MACH_SUNXI_H3_H5, >> as I didn't found a reason for it

Re: [U-Boot] [PATCH] sunxi: Add support for the Beelink-x2 STB

2018-01-22 Thread Code Kipper
On 22 January 2018 at 09:04, Maxime Ripard wrote: > Hi, > > On Sun, Jan 21, 2018 at 07:06:49PM +0100, codekip...@gmail.com wrote: >> From: Marcus Cooper >> >> The Beelink X2 is an STB based on the Allwinner H3 SoC with a uSD slot, >> 2 USB ports( 1 * USB-2 Host, 1 USB OTG), a 10/100M ethernet por

Re: [U-Boot] [PATCH v6 2/2] common: Generic firmware loader for file system

2018-01-22 Thread Simon Goldschmidt
On 22.01.2018 09:08, Chee, Tien Fong wrote: On Thu, 2018-01-18 at 06:57 +0100, Simon Goldschmidt wrote: On 27.12.2017 06:04, tien.fong.c...@intel.com wrote: From: Tien Fong Chee This is file system generic loader which can be used to load the file image from the storage into target such as me

Re: [U-Boot] Please pull u-boot-dm

2018-01-22 Thread Tom Rini
On Sun, Jan 21, 2018 at 06:09:23PM -0700, Simon Glass wrote: > Hi Tom. > > The following changes since commit 557767ed29968af0294e3aae48433e5d5a298e0b: > > Merge git://git.denx.de/u-boot-marvell (2018-01-20 08:39:47 -0500) > > are available in the Git repository at: > > git://git.denx.de/u

Re: [U-Boot] [PATCH] mmc: Poll for broken card detection case

2018-01-22 Thread Jun Nie
2018-01-22 13:03 GMT+08:00 Jaehoon Chung : > Hi, > > On 01/02/2018 01:25 PM, Jun Nie wrote: >> Poll for broken card detection case instead of return >> no card detected. > > Sorry for late. i didn't see this patch in my mailbox. > > Does it need to add the new config? Yes, a new config, CONFIG_MMC

Re: [U-Boot] [PATCH v2 13/15] env: Mark env_get_location as weak

2018-01-22 Thread Maxime Ripard
Hi, On Sun, Jan 21, 2018 at 05:29:56PM -0700, Simon Glass wrote: > > On Wed, Jan 17, 2018 at 03:07:58PM -0700, Simon Glass wrote: > >> On 16 January 2018 at 01:16, Maxime Ripard > >> wrote: > >> > Allow boards and architectures to override the default environment lookup > >> > code by overriding

Re: [U-Boot] [PATCH v2 13/15] env: Mark env_get_location as weak

2018-01-22 Thread Tom Rini
On Mon, Jan 22, 2018 at 01:46:46PM +0100, Maxime Ripard wrote: > Hi, > > On Sun, Jan 21, 2018 at 05:29:56PM -0700, Simon Glass wrote: > > > On Wed, Jan 17, 2018 at 03:07:58PM -0700, Simon Glass wrote: > > >> On 16 January 2018 at 01:16, Maxime Ripard > > >> wrote: > > >> > Allow boards and archit

Re: [U-Boot] [PATCH v6 2/2] common: Generic firmware loader for file system

2018-01-22 Thread Marek Vasut
On 01/22/2018 08:11 AM, Chee, Tien Fong wrote: [...] >>> This is last line code of the function, so it's always return the >>> result regardless error or not. >> You are rewriting the true error code with -ENODEV instead of >> propagating it. >> > Ohhare you saying to change the codes as show

Re: [U-Boot] Pull request: u-boot-spi/master

2018-01-22 Thread Tom Rini
On Mon, Jan 22, 2018 at 11:20:56AM +0530, Jagan Teki wrote: > Hi Tom, > > Please pull this PR. > > thanks! > Jagan. > > The following changes since commit 98691a60abffb44303d7dae6e9e699d0daded930: > > Merge git://git.denx.de/u-boot-rockchip (2018-01-09 13:28:51 -0500) > > are available in t

Re: [U-Boot] [PATCH V5 00/31] imx: add i.MX8M support and i.MX8MQ EVK

2018-01-22 Thread Diego Dorta
Hi Peng, 2018-01-10 3:20 GMT-02:00 Peng Fan : > This patchset is to add i.MX8M and i.MX8MQ-EVK support > > V5: > Drop wait_mask_set/clr_timeout and switch to use readl_poll_timeout in > the patchset. > > V4: > Regenerate patchset based on Tom's master tree. > In this patchset, https://patchwor

Re: [U-Boot] [PATCH] dm: spi: prevent setting a speed of 0 Hz

2018-01-22 Thread Simon Goldschmidt
On 22.01.2018 01:29, Simon Glass wrote: Hi Simon, On 18 January 2018 at 01:15, Simon Goldschmidt wrote: When the device tree is missing a correct spi slave description below the bus, the 'set_speed' callback can be called with 'speed' == 0 Hz. At least with cadence qspi, this leads to a divisi

Re: [U-Boot] [PATCH v2] ARM: dts: Freescale: re-license device tree files under GPLv2+/X11

2018-01-22 Thread Tom Rini
On Mon, Jan 22, 2018 at 10:02:58AM +, Pankaj Bansal wrote: > > > -Original Message- > > From: Tom Rini [mailto:tr...@konsulko.com] > > Sent: Friday, January 19, 2018 10:33 PM > > To: York Sun > > Cc: Pankaj Bansal ; u-boot@lists.denx.de; > > albert.u.b...@aribaud.net; Varun Sethi ; Le

Re: [U-Boot] [PATCH] dm: spi: prevent setting a speed of 0 Hz

2018-01-22 Thread Simon Goldschmidt
On 22.01.2018 06:04, Vignesh R wrote: On Thursday 18 January 2018 01:45 PM, Simon Goldschmidt wrote: When the device tree is missing a correct spi slave description below the bus, the 'set_speed' callback can be called with 'speed' == 0 Hz. At least with cadence qspi, this leads to a division by

Re: [U-Boot] [PATCH] dm: spi: prevent setting a speed of 0 Hz

2018-01-22 Thread Simon Goldschmidt
On 22.01.2018 07:01, Jagan Teki wrote: On Thu, Jan 18, 2018 at 1:45 PM, Simon Goldschmidt wrote: When the device tree is missing a correct spi slave description below the bus, the 'set_speed' callback can be called with 'speed' == 0 Hz. At least with cadence qspi, this leads to a division by ze

Re: [U-Boot] [PATCH v4 1/2] efi_driver: EFI block driver

2018-01-22 Thread Alexander Graf
On 01/21/2018 07:29 PM, Heinrich Schuchardt wrote: This patch provides * a uclass for EFI drivers * a EFI driver for block devices For each EFI driver the uclass * creates a handle * adds the driver binding protocol The uclass provides the bind, start, and stop entry points for the driver bindi

Re: [U-Boot] [PATCH 1/1] efi_loader: use built-in device tree in bootefi command

2018-01-22 Thread Alexander Graf
On 01/20/2018 01:56 PM, Heinrich Schuchardt wrote: The bootefi command has two parameters: the address of the executable and the address of the flattened device tree. When executing the devicetree command in grub this command can only replace an existing device tree. So we always want to pass a

Re: [U-Boot] [PATCH V5 31/31] imx: add i.MX8MQ EVK support

2018-01-22 Thread Stefano Babic
Hi Peng, On 10/01/2018 06:20, Peng Fan wrote: > Add i.MX8MQ EVK support. SPL will initialize ddr and load ddr phy > firmware. Then loading FIT image, ATF to OCRAM, U-Boot and DTB to > DRAM. > > The boot log with Arm trusted firmware console enabled: > " > U-Boot SPL 2018.01-00038-gbd426c08ea (Jan

Re: [U-Boot] [PATCH v2 6/9] tools: mkimage: add optee image type

2018-01-22 Thread Andrew F. Davis
On 01/19/2018 05:59 PM, Bryan O'Donoghue wrote: > > > On 19/01/18 20:14, Andrew F. Davis wrote: >> On 01/19/2018 01:43 PM, Bryan O'Donoghue wrote: >>> This patch adds support for bootable OPTEE images to mkimage. Currently >>> there is a (Trusted Execution Environment) TEE image type, the TEE ima

Re: [U-Boot] Pull request: u-boot-spi/master

2018-01-22 Thread Daniel Schwierzeck
Hi Tom, On 22.01.2018 13:58, Tom Rini wrote: > On Mon, Jan 22, 2018 at 11:20:56AM +0530, Jagan Teki wrote: > >> Hi Tom, >> >> Please pull this PR. >> >> thanks! >> Jagan. >> >> The following changes since commit 98691a60abffb44303d7dae6e9e699d0daded930: >> >> Merge git://git.denx.de/u-boot-rock

Re: [U-Boot] Pull request: u-boot-spi/master

2018-01-22 Thread Tom Rini
On Mon, Jan 22, 2018 at 03:56:09PM +0100, Daniel Schwierzeck wrote: > Hi Tom, > > On 22.01.2018 13:58, Tom Rini wrote: > > On Mon, Jan 22, 2018 at 11:20:56AM +0530, Jagan Teki wrote: > > > >> Hi Tom, > >> > >> Please pull this PR. > >> > >> thanks! > >> Jagan. > >> > >> The following changes sinc

Re: [U-Boot] [PATCH v2] arm: add support for PDU001

2018-01-22 Thread Tom Rini
On Mon, Jan 22, 2018 at 12:07:49PM +0100, Felix Brack wrote: > This patch adds support for the PDU001 board. > > Signed-off-by: Felix Brack [snip] > diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig > index f6d57f5..15349b3 100644 > --- a/arch/arm/Kconfig > +++ b/arch/arm/Kconfig > @@ -1339,6 +13

Re: [U-Boot] [PATCH V5 31/31] imx: add i.MX8MQ EVK support

2018-01-22 Thread Fabio Estevam
Hi Stefano, On Mon, Jan 22, 2018 at 12:00 PM, Stefano Babic wrote: >> --- /dev/null >> +++ b/board/freescale/mx8mq_evk/README >> @@ -0,0 +1,47 @@ >> +U-Boot for the NXP i.MX8MQ EVK board >> + >> +Quick Start >> + >> +- Build the ARM Trusted firmware binary >> +- Build U-Boot

Re: [U-Boot] Pull request: u-boot-spi/master

2018-01-22 Thread Daniel Schwierzeck
On 22.01.2018 15:59, Tom Rini wrote: > On Mon, Jan 22, 2018 at 03:56:09PM +0100, Daniel Schwierzeck wrote: >> Hi Tom, >> >> On 22.01.2018 13:58, Tom Rini wrote: >>> On Mon, Jan 22, 2018 at 11:20:56AM +0530, Jagan Teki wrote: >>> Hi Tom, Please pull this PR. thanks! J

Re: [U-Boot] Pull request: u-boot-spi/master

2018-01-22 Thread Tom Rini
On Mon, Jan 22, 2018 at 04:28:16PM +0100, Daniel Schwierzeck wrote: > > > On 22.01.2018 15:59, Tom Rini wrote: > > On Mon, Jan 22, 2018 at 03:56:09PM +0100, Daniel Schwierzeck wrote: > >> Hi Tom, > >> > >> On 22.01.2018 13:58, Tom Rini wrote: > >>> On Mon, Jan 22, 2018 at 11:20:56AM +0530, Jagan

Re: [U-Boot] Pull request: u-boot-spi/master

2018-01-22 Thread Daniel Schwierzeck
On 22.01.2018 16:32, Tom Rini wrote: > On Mon, Jan 22, 2018 at 04:28:16PM +0100, Daniel Schwierzeck wrote: >> >> >> On 22.01.2018 15:59, Tom Rini wrote: >>> On Mon, Jan 22, 2018 at 03:56:09PM +0100, Daniel Schwierzeck wrote: Hi Tom, On 22.01.2018 13:58, Tom Rini wrote: > On Mon

Re: [U-Boot] [PATCH v2 13/15] env: Mark env_get_location as weak

2018-01-22 Thread Maxime Ripard
On Mon, Jan 22, 2018 at 07:49:41AM -0500, Tom Rini wrote: > On Mon, Jan 22, 2018 at 01:46:46PM +0100, Maxime Ripard wrote: > > Hi, > > > > On Sun, Jan 21, 2018 at 05:29:56PM -0700, Simon Glass wrote: > > > > On Wed, Jan 17, 2018 at 03:07:58PM -0700, Simon Glass wrote: > > > >> On 16 January 2018 a

Re: [U-Boot] [PATCH V5 31/31] imx: add i.MX8MQ EVK support

2018-01-22 Thread Stefano Babic
Hi Fabio, On 22/01/2018 16:23, Fabio Estevam wrote: > Hi Stefano, > > On Mon, Jan 22, 2018 at 12:00 PM, Stefano Babic wrote: > >>> --- /dev/null >>> +++ b/board/freescale/mx8mq_evk/README >>> @@ -0,0 +1,47 @@ >>> +U-Boot for the NXP i.MX8MQ EVK board >>> + >>> +Quick Start >>> +

Re: [U-Boot] [PATCH] fs: btrfs: Fix unaligned memory accesses

2018-01-22 Thread Robert Nelson
On Sat, Jan 20, 2018 at 1:17 AM, Alberto Sánchez Molero wrote: > Loading files stored with lzo compression from a btrfs filesystem was > producing unaligned memory accesses, which were causing a data abort > and a reset on an Orange Pi Zero. > > The change in hash.c is not triggered by any error b

Re: [U-Boot] [PATCH v2] arm: add support for PDU001

2018-01-22 Thread Felix Brack
Hi Tom, On 22.01.2018 16:15, Tom Rini wrote: > On Mon, Jan 22, 2018 at 12:07:49PM +0100, Felix Brack wrote: > >> This patch adds support for the PDU001 board. >> >> Signed-off-by: Felix Brack > [snip] >> diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig >> index f6d57f5..15349b3 100644 >> --- a/a

Re: [U-Boot] [PATCH v2 13/15] env: Mark env_get_location as weak

2018-01-22 Thread Tom Rini
On Mon, Jan 22, 2018 at 04:57:41PM +0100, Maxime Ripard wrote: > On Mon, Jan 22, 2018 at 07:49:41AM -0500, Tom Rini wrote: > > On Mon, Jan 22, 2018 at 01:46:46PM +0100, Maxime Ripard wrote: > > > Hi, > > > > > > On Sun, Jan 21, 2018 at 05:29:56PM -0700, Simon Glass wrote: > > > > > On Wed, Jan 17,

Re: [U-Boot] [PATCH v2] arm: add support for PDU001

2018-01-22 Thread Tom Rini
On Mon, Jan 22, 2018 at 05:33:59PM +0100, Felix Brack wrote: > Hi Tom, > > On 22.01.2018 16:15, Tom Rini wrote: > > On Mon, Jan 22, 2018 at 12:07:49PM +0100, Felix Brack wrote: > > > >> This patch adds support for the PDU001 board. > >> > >> Signed-off-by: Felix Brack > > [snip] > >> diff --git

Re: [U-Boot] [PATCH v2 13/15] env: Mark env_get_location as weak

2018-01-22 Thread Simon Glass
Hi, On 22 January 2018 at 09:36, Tom Rini wrote: > On Mon, Jan 22, 2018 at 04:57:41PM +0100, Maxime Ripard wrote: >> On Mon, Jan 22, 2018 at 07:49:41AM -0500, Tom Rini wrote: >> > On Mon, Jan 22, 2018 at 01:46:46PM +0100, Maxime Ripard wrote: >> > > Hi, >> > > >> > > On Sun, Jan 21, 2018 at 05:29

Re: [U-Boot] Pull request: u-boot-spi/master

2018-01-22 Thread Daniel Schwierzeck
On 22.01.2018 13:58, Tom Rini wrote: > On Mon, Jan 22, 2018 at 11:20:56AM +0530, Jagan Teki wrote: > >> Hi Tom, >> >> Please pull this PR. >> >> thanks! >> Jagan. >> >> The following changes since commit 98691a60abffb44303d7dae6e9e699d0daded930: >> >> Merge git://git.denx.de/u-boot-rockchip (2

Re: [U-Boot] net: macb: Add support for Xilinx Zynq SoC

2018-01-22 Thread Joe Hershberger
Hi Wilson, https://patchwork.ozlabs.org/patch/804937/ was applied to http://git.denx.de/?p=u-boot/u-boot-net.git Thanks! -Joe ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

Re: [U-Boot] net: Fix buffer overrun error in netconsole

2018-01-22 Thread Joe Hershberger
Hi Joe, https://patchwork.ozlabs.org/patch/807948/ was applied to http://git.denx.de/?p=u-boot/u-boot-net.git Thanks! -Joe ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

Re: [U-Boot] net: phy: marvell: Add functions to read PHY's extended registers

2018-01-22 Thread Joe Hershberger
Hi Lukasz, https://patchwork.ozlabs.org/patch/832191/ was applied to http://git.denx.de/?p=u-boot/u-boot-net.git Thanks! -Joe ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

Re: [U-Boot] net: sh-eth: fix inl and outl definitions

2018-01-22 Thread Joe Hershberger
Hi Chris, https://patchwork.ozlabs.org/patch/833923/ was applied to http://git.denx.de/?p=u-boot/u-boot-net.git Thanks! -Joe ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

Re: [U-Boot] net: sh-eth: remove sh_eth_offset_rz table

2018-01-22 Thread Joe Hershberger
Hi Chris, https://patchwork.ozlabs.org/patch/833920/ was applied to http://git.denx.de/?p=u-boot/u-boot-net.git Thanks! -Joe ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

Re: [U-Boot] net: phy: Add Broadcom BCM53xx switch driver

2018-01-22 Thread Joe Hershberger
Hi Florian, https://patchwork.ozlabs.org/patch/846612/ was applied to http://git.denx.de/?p=u-boot/u-boot-net.git Thanks! -Joe ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

Re: [U-Boot] net: miiphybb: fix casting error

2018-01-22 Thread Joe Hershberger
Hi Chris, https://patchwork.ozlabs.org/patch/833922/ was applied to http://git.denx.de/?p=u-boot/u-boot-net.git Thanks! -Joe ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

Re: [U-Boot] net: designware: add clock support

2018-01-22 Thread Joe Hershberger
Hi Patrice, https://patchwork.ozlabs.org/patch/842491/ was applied to http://git.denx.de/?p=u-boot/u-boot-net.git Thanks! -Joe ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

Re: [U-Boot] net: Remove nfs.h include from bootp.c

2018-01-22 Thread Joe Hershberger
Hi Joe, https://patchwork.ozlabs.org/patch/807955/ was applied to http://git.denx.de/?p=u-boot/u-boot-net.git Thanks! -Joe ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

Re: [U-Boot] dm: core: add missing dev_count_phandle_with_args()

2018-01-22 Thread Joe Hershberger
Hi Patrice, https://patchwork.ozlabs.org/patch/842490/ was applied to http://git.denx.de/?p=u-boot/u-boot-net.git Thanks! -Joe ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

Re: [U-Boot] net: mvneta - Fixed recv() when multiple packets have arrived.

2018-01-22 Thread Joe Hershberger
Hi Jason, https://patchwork.ozlabs.org/patch/842258/ was applied to http://git.denx.de/?p=u-boot/u-boot-net.git Thanks! -Joe ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

Re: [U-Boot] net: designware: Pad small packets

2018-01-22 Thread Joe Hershberger
Hi Florian, https://patchwork.ozlabs.org/patch/846613/ was applied to http://git.denx.de/?p=u-boot/u-boot-net.git Thanks! -Joe ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

Re: [U-Boot] net: phy: b53: Add b53_reg read/write commands

2018-01-22 Thread Joe Hershberger
Hi Florian, https://patchwork.ozlabs.org/patch/846614/ was applied to http://git.denx.de/?p=u-boot/u-boot-net.git Thanks! -Joe ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

Re: [U-Boot] configs: Update Lamobo_R1 with B53 switch options

2018-01-22 Thread Joe Hershberger
Hi Florian, https://patchwork.ozlabs.org/patch/846615/ was applied to http://git.denx.de/?p=u-boot/u-boot-net.git Thanks! -Joe ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

Re: [U-Boot] net: sh-eth: Fix misaligned cache operation warning

2018-01-22 Thread Joe Hershberger
Hi Nobuhiro, https://patchwork.ozlabs.org/patch/843323/ was applied to http://git.denx.de/?p=u-boot/u-boot-net.git Thanks! -Joe ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

Re: [U-Boot] phy: atheros: set auto-negotiation for AR8021

2018-01-22 Thread Joe Hershberger
Hi Qiang, https://patchwork.ozlabs.org/patch/848354/ was applied to http://git.denx.de/?p=u-boot/u-boot-net.git Thanks! -Joe ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

Re: [U-Boot] net: sh-eth: Remove bd_t from sh_eth_config()

2018-01-22 Thread Joe Hershberger
Hi Nobuhiro, https://patchwork.ozlabs.org/patch/843226/ was applied to http://git.denx.de/?p=u-boot/u-boot-net.git Thanks! -Joe ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

Re: [U-Boot] net: sh-eth: Change read/write() param to struct sh_eth_info

2018-01-22 Thread Joe Hershberger
Hi Nobuhiro, https://patchwork.ozlabs.org/patch/843228/ was applied to http://git.denx.de/?p=u-boot/u-boot-net.git Thanks! -Joe ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

Re: [U-Boot] net: sh-eth: Fix coding style checked by checkpatch.pl

2018-01-22 Thread Joe Hershberger
Hi Nobuhiro, https://patchwork.ozlabs.org/patch/843225/ was applied to http://git.denx.de/?p=u-boot/u-boot-net.git Thanks! -Joe ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

Re: [U-Boot] net: dhcp: Allow "MAY_FAIL" to still try each adapter

2018-01-22 Thread Joe Hershberger
Hi Wilson, https://patchwork.ozlabs.org/patch/835530/ was applied to http://git.denx.de/?p=u-boot/u-boot-net.git Thanks! -Joe ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

Re: [U-Boot] net: sh-eth: Add to Kconfig and convert

2018-01-22 Thread Joe Hershberger
Hi Nobuhiro, https://patchwork.ozlabs.org/patch/843377/ was applied to http://git.denx.de/?p=u-boot/u-boot-net.git Thanks! -Joe ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

[U-Boot] u-boot-mmc fails on almost every Tegra board

2018-01-22 Thread Stephen Warren
Jaehoon, The latest commit in u-boot-mmc.git master branch fails on almost every Tegra board. The MMC device experiences an error during initialization and hence isn't available: U-Boot 2018.01-05974-gb9b4f146c9 (Jan 22 2018 - 09:18:42 -0700), Build: jenkins-u-boot-denx_uboot_mmc-master-buil

[U-Boot] [RFC] SPDX License text updates

2018-01-22 Thread Tom Rini
Hey all, In another thread Felix Brack brought up that as of version 3.0 of SPDX, there's a number of deprecated tags (see https://spdx.org/licenses/) and that we're using at least one of them. Specifically, "GPL-2.0+" should be "GPL-2.0-or-later". Now, we have a few options here: - Deprecated i

Re: [U-Boot] [PATCH v2 13/15] env: Mark env_get_location as weak

2018-01-22 Thread Tom Rini
On Mon, Jan 22, 2018 at 09:48:26AM -0700, Simon Glass wrote: > Hi, > > On 22 January 2018 at 09:36, Tom Rini wrote: > > On Mon, Jan 22, 2018 at 04:57:41PM +0100, Maxime Ripard wrote: > >> On Mon, Jan 22, 2018 at 07:49:41AM -0500, Tom Rini wrote: > >> > On Mon, Jan 22, 2018 at 01:46:46PM +0100, Ma

Re: [U-Boot] Pull request: u-boot-spi/master

2018-01-22 Thread Tom Rini
On Mon, Jan 22, 2018 at 05:49:39PM +0100, Daniel Schwierzeck wrote: > > > On 22.01.2018 13:58, Tom Rini wrote: > > On Mon, Jan 22, 2018 at 11:20:56AM +0530, Jagan Teki wrote: > > > >> Hi Tom, > >> > >> Please pull this PR. > >> > >> thanks! > >> Jagan. > >> > >> The following changes since commi

Re: [U-Boot] STM32F746 Discovery - No serial output?

2018-01-22 Thread Francois Dugast
Thanks for the infos and the patches. 1. Non SPL After disabling SPL in the U-Boot configuration and enabling USART6 in the DTS with the patches you provided, there is still no output on this serial interface after flashing U-Boot v2018.01 (stm32f746-disco_defconfig) with: $ openocd -f board/stm32

Re: [U-Boot] [PATCH] boston: Ensure DDR address calcuations don't overflow

2018-01-22 Thread Paul Burton
Hi Daniel, On Fri, Jan 19, 2018 at 12:31:25PM +0100, Daniel Schwierzeck wrote: > On 18.01.2018 22:19, Paul Burton wrote: > > When constraining the highest DDR address that U-Boot will use for its > > data & relocated self, we need to handle the common case in which a 32 > > bit system with 2GB DDR

[U-Boot] [PATCH 1/1] efi_loader: add a README.iscsi describing booting via iSCSI

2018-01-22 Thread Heinrich Schuchardt
The appended README explains how U-Boot and iPXE can be used to boot a diskless system from an iSCSI SAN. The maintainer for README.efi and README.iscsi is set. Signed-off-by: Heinrich Schuchardt --- MAINTAINERS | 2 + doc/README.iscsi | 178 ++

Re: [U-Boot] mmc: disable UHS modes if Vcc cannot be switched on and off

2018-01-22 Thread Eugeniy Paltsev
Hi Jean-Jacques, after commit "mmc: disable UHS modes if Vcc cannot be switched on and off" (04a2ea248f) we got MMC broken on several (at least two) platforms with DesignWare MMC controller. The error log (with debug enabled in drivers/mmc/mmc.c and drivers/mmc/dw_mmc.c) is next: -

Re: [U-Boot] [PATCH 1/1] efi_loader: use built-in device tree in bootefi command

2018-01-22 Thread Heinrich Schuchardt
On 01/22/2018 02:59 PM, Alexander Graf wrote: On 01/20/2018 01:56 PM, Heinrich Schuchardt wrote: The bootefi command has two parameters: the address of the executable and the address of the flattened device tree. When executing the devicetree command in grub this command can only replace an e

Re: [U-Boot] [PATCH] boston: Ensure DDR address calcuations don't overflow

2018-01-22 Thread Daniel Schwierzeck
On 22.01.2018 19:01, Paul Burton wrote: > Hi Daniel, > > On Fri, Jan 19, 2018 at 12:31:25PM +0100, Daniel Schwierzeck wrote: >> On 18.01.2018 22:19, Paul Burton wrote: >>> When constraining the highest DDR address that U-Boot will use for its >>> data & relocated self, we need to handle the comm

Re: [U-Boot] [PATCH] arm64 :show_regs: show the address before relocation

2018-01-22 Thread Karl Beldan
On Tue, Nov 28, 2017 at 10:08:08AM +0800, Peng Fan wrote: > After relocation, when error happends, it is hard to track > ELR and LR with asm file objdumped from elf file. > > So subtract the gd->reloc_off the reflect the compliation address. > > Signed-off-by: Peng Fan > --- > arch/arm/lib/inte

[U-Boot] [PATCH v2 1/1] log: add category LOGC_EFI

2018-01-22 Thread Heinrich Schuchardt
The EFI implementation does not fit into any of the existing categories. Provide LOGC_EFI so that EFI related message can be filtered. Signed-off-by: Heinrich Schuchardt --- v2 rebase on git://git.denx.de/u-boot-dm.git, branch log-working add category name --- common/log.c | 1

Re: [U-Boot] [RFC] SPDX License text updates

2018-01-22 Thread Wolfgang Denk
Dear Tom, In message <20180122170607.GL32220@bill-the-cat> you wrote: > > In another thread Felix Brack brought up that as of version 3.0 of SPDX, > there's a number of deprecated tags (see https://spdx.org/licenses/) and > that we're using at least one of them. > > Specifically, "GPL-2.0+" shou

Re: [U-Boot] [RFC] SPDX License text updates

2018-01-22 Thread Tom Rini
On Mon, Jan 22, 2018 at 08:44:27PM +0100, Wolfgang Denk wrote: > Dear Tom, > > In message <20180122170607.GL32220@bill-the-cat> you wrote: > > > > In another thread Felix Brack brought up that as of version 3.0 of SPDX, > > there's a number of deprecated tags (see https://spdx.org/licenses/) and

Re: [U-Boot] [PATCH] boston: Ensure DDR address calcuations don't overflow

2018-01-22 Thread Daniel Schwierzeck
On 22.01.2018 19:54, Daniel Schwierzeck wrote: > > > On 22.01.2018 19:01, Paul Burton wrote: >> Hi Daniel, >> >> On Fri, Jan 19, 2018 at 12:31:25PM +0100, Daniel Schwierzeck wrote: >>> On 18.01.2018 22:19, Paul Burton wrote: When constraining the highest DDR address that U-Boot will use fo

Re: [U-Boot] Pull request: u-boot-spi/master

2018-01-22 Thread Daniel Schwierzeck
On 22.01.2018 18:14, Tom Rini wrote: > On Mon, Jan 22, 2018 at 05:49:39PM +0100, Daniel Schwierzeck wrote: >> >> >> On 22.01.2018 13:58, Tom Rini wrote: >>> On Mon, Jan 22, 2018 at 11:20:56AM +0530, Jagan Teki wrote: >>> Hi Tom, Please pull this PR. thanks! Jagan. >>

Re: [U-Boot] Pull request: u-boot-spi/master

2018-01-22 Thread Álvaro Fernández Rojas
Hi Daniel, El 22/01/2018 a las 21:26, Daniel Schwierzeck escribió: On 22.01.2018 18:14, Tom Rini wrote: On Mon, Jan 22, 2018 at 05:49:39PM +0100, Daniel Schwierzeck wrote: On 22.01.2018 13:58, Tom Rini wrote: On Mon, Jan 22, 2018 at 11:20:56AM +0530, Jagan Teki wrote: Hi Tom, Please pul

Re: [U-Boot] Pull request: u-boot-spi/master

2018-01-22 Thread Tom Rini
On Mon, Jan 22, 2018 at 09:55:43PM +0100, Álvaro Fernández Rojas wrote: > Hi Daniel, > > > El 22/01/2018 a las 21:26, Daniel Schwierzeck escribió: > > > >On 22.01.2018 18:14, Tom Rini wrote: > >>On Mon, Jan 22, 2018 at 05:49:39PM +0100, Daniel Schwierzeck wrote: > >>> > >>>On 22.01.2018 13:58, To

Re: [U-Boot] [PATCH 1/1] efi_loader: use built-in device tree in bootefi command

2018-01-22 Thread Alexander Graf
On 22.01.18 19:43, Heinrich Schuchardt wrote: > > > On 01/22/2018 02:59 PM, Alexander Graf wrote: >> On 01/20/2018 01:56 PM, Heinrich Schuchardt wrote: >>> The bootefi command has two parameters: the address of the executable >>> and >>> the address of the flattened device tree. >>> >>> When ex

Re: [U-Boot] UDP packet sender

2018-01-22 Thread Lukasz Majewski
Hi. > Hi, > On 01/18/2018 11:56 AM, Gaëtan Carlier wrote: > > Hi, > > I would like to implement a new command and submit it to the > > mailing list. The command will have the following format: > > udpsend > > > > > > udpsend 255.255.255.255 4040 0 hello world > > > > If source port is 0, a r

Re: [U-Boot] [U-Boot, V3] Convert CONFIG_SYS_DV_CLKMODE et al to Kconfig

2018-01-22 Thread Tom Rini
On Fri, Jan 12, 2018 at 07:26:06AM -0600, Adam Ford wrote: > This converts the following to Kconfig: >CONFIG_SYS_DV_CLKMODE >CONFIG_SYS_DA850_PLL0_POSTDIV >CONFIG_SYS_DA850_PLL0_PLLDIV1 >CONFIG_SYS_DA850_PLL0_PLLDIV2 >CONFIG_SYS_DA850_PLL0_PLLDIV3 >CONFIG_SYS_DA850_PLL0_PLL

Re: [U-Boot] [RFC] SPDX License text updates

2018-01-22 Thread Lukasz Majewski
On Mon, 22 Jan 2018 12:06:07 -0500 Tom Rini wrote: > Hey all, > > In another thread Felix Brack brought up that as of version 3.0 of > SPDX, there's a number of deprecated tags (see > https://spdx.org/licenses/) and that we're using at least one of them. > > Specifically, "GPL-2.0+" should be "

Re: [U-Boot] Convert CONFIG_SYS_BOOT_GET_{CMDLINE, KBD} to Kconfig

2018-01-22 Thread Tom Rini
On Thu, Dec 28, 2017 at 01:25:13AM -0600, Derald D. Woods wrote: > This converts the following to Kconfig: > CONFIG_SYS_BOOT_GET_CMDLINE > CONFIG_SYS_BOOT_GET_KBD > > Additionally, ARM now selects CONFIG_SYS_BOOT_GET_CMDLINE. This enables > the 'boot_get_cmdline' call to be reached fr

Re: [U-Boot] [U-Boot, V3] Convert CONFIG_SYS_DV_CLKMODE et al to Kconfig

2018-01-22 Thread Adam Ford
On Mon, Jan 22, 2018 at 3:30 PM, Tom Rini wrote: > On Fri, Jan 12, 2018 at 07:26:06AM -0600, Adam Ford wrote: > >> This converts the following to Kconfig: >>CONFIG_SYS_DV_CLKMODE >>CONFIG_SYS_DA850_PLL0_POSTDIV >>CONFIG_SYS_DA850_PLL0_PLLDIV1 >>CONFIG_SYS_DA850_PLL0_PLLDIV2 >>C

Re: [U-Boot] [U-Boot, V3] Convert CONFIG_SYS_DV_CLKMODE et al to Kconfig

2018-01-22 Thread Tom Rini
On Mon, Jan 22, 2018 at 04:07:44PM -0600, Adam Ford wrote: > On Mon, Jan 22, 2018 at 3:30 PM, Tom Rini wrote: > > On Fri, Jan 12, 2018 at 07:26:06AM -0600, Adam Ford wrote: > > > >> This converts the following to Kconfig: > >>CONFIG_SYS_DV_CLKMODE > >>CONFIG_SYS_DA850_PLL0_POSTDIV > >>

Re: [U-Boot] [U-Boot, V3] Convert CONFIG_SYS_DV_CLKMODE et al to Kconfig

2018-01-22 Thread Adam Ford
On Mon, Jan 22, 2018 at 4:12 PM, Tom Rini wrote: > On Mon, Jan 22, 2018 at 04:07:44PM -0600, Adam Ford wrote: >> On Mon, Jan 22, 2018 at 3:30 PM, Tom Rini wrote: >> > On Fri, Jan 12, 2018 at 07:26:06AM -0600, Adam Ford wrote: >> > >> >> This converts the following to Kconfig: >> >>CONFIG_SYS_

Re: [U-Boot] [U-Boot, V3] Convert CONFIG_SYS_DV_CLKMODE et al to Kconfig

2018-01-22 Thread Tom Rini
On Mon, Jan 22, 2018 at 04:27:32PM -0600, Adam Ford wrote: > On Mon, Jan 22, 2018 at 4:12 PM, Tom Rini wrote: > > On Mon, Jan 22, 2018 at 04:07:44PM -0600, Adam Ford wrote: > >> On Mon, Jan 22, 2018 at 3:30 PM, Tom Rini wrote: > >> > On Fri, Jan 12, 2018 at 07:26:06AM -0600, Adam Ford wrote: > >>

  1   2   >