Re: [U-Boot] [PATCH 4/4] arm: dts: socfpga: Increase the spi-max-frequency for QSPI flash

2015-09-03 Thread Marek Vasut
On Thursday, September 03, 2015 at 03:42:02 PM, Chin Liang See wrote: > With a working QSPI calibration, the SCLK can now run up to 100MHz > > Signed-off-by: Chin Liang See > Cc: Dinh Nguyen > Cc: Dinh Nguyen > Cc: Marek

Re: [U-Boot] [PATCH 2/4] spi: cadence_qspi: Fix fdt read of spi-max-frequency

2015-09-03 Thread Marek Vasut
On Thursday, September 03, 2015 at 03:42:00 PM, Chin Liang See wrote: > Fix the fdt read for spi-max-frequency as it's contained > in the child node. Current state of code is always > returning default value. > > Signed-off-by: Chin Liang See > Cc: Dinh Nguyen

Re: [U-Boot] FSL DDR3/4 wrlvl_override question

2015-09-03 Thread York Sun
Jocke, On 09/03/2015 09:55 AM, Joakim Tjernlund wrote: > in drivers/ddr/fsl/options.c we have: > > #if defined(CONFIG_SYS_FSL_DDR3) || defined(CONFIG_SYS_FSL_DDR4) > /* >* due to ddr3 dimm is fly-by topology >* we suggest to enable write leveling to >* meet the

[U-Boot] [PATCH 2/4] spi: cadence_qspi: Fix fdt read of spi-max-frequency

2015-09-03 Thread Chin Liang See
Fix the fdt read for spi-max-frequency as it's contained in the child node. Current state of code is always returning default value. Signed-off-by: Chin Liang See Cc: Dinh Nguyen Cc: Dinh Nguyen Cc: Marek Vasut

Re: [U-Boot] [PATCH 1/7] omap-common: Common omap_die_id definition

2015-09-03 Thread Paul Kocialkowski
Hi, Le jeudi 27 août 2015 à 19:37 +0200, Paul Kocialkowski a écrit : > This introduces a common definition for omap_die_id, that aims at > providing a > common interface for accessing omap platform's die id bits. It has been a week since I sent this series for review. Any comments? >

Re: [U-Boot] [PATCH 5/7] usb: ehci-marvell.c: Add DM support

2015-09-03 Thread Marek Vasut
On Thursday, September 03, 2015 at 04:33:05 PM, Stefan Roese wrote: > On 03.09.2015 16:26, Marek Vasut wrote: > > On Thursday, September 03, 2015 at 03:16:59 PM, Stefan Roese wrote: > >> On 03.09.2015 15:12, Marek Vasut wrote: > >>> On Thursday, September 03, 2015 at 03:08:58 PM, Stefan Roese

Re: [U-Boot] [PATCH] Don't wrap to negative after 2G sectors

2015-09-03 Thread Stefan Monnier
Ping? Stefan > "Stefan" == Stefan Monnier writes: > Signed-off-by: Stefan Monnier > --- > disk/part_dos.c | 29 + > include/ide.h | 8 > 2 files changed, 21 insertions(+), 16 deletions(-)

Re: [U-Boot] [PATCH] FIX: fat: Provide correct return code from disk_{read|write} to upper layers

2015-09-03 Thread Lukasz Majewski
Hi Lukasz, > Hi Tom, > > > On Thu, Sep 03, 2015 at 02:21:39PM +0200, Lukasz Majewski wrote: > > > > > It is very common that FAT code is using following pattern: > > > if (disk_{read|write}() < 0) > > > return -1; > > > > > > Up till now the above code was dead, since disk_{read|write)

Re: [U-Boot] [PATCH 1/2] arm: socfpga: mmc: Enable calibration for drvsel and smpsel

2015-09-03 Thread Marek Vasut
On Thursday, September 03, 2015 at 04:06:12 PM, Chin Liang See wrote: > Hi, > > On Thu, 2015-09-03 at 11:37 +0200, ma...@denx.de wrote: > > On Thursday, September 03, 2015 at 07:30:08 AM, Jaehoon Chung wrote: > > > Hi, > > > > Hi, > > > > > On 09/03/2015 09:27 AM, Chin Liang See wrote: > > > >

Re: [U-Boot] [PATCH 5/7] usb: ehci-marvell.c: Add DM support

2015-09-03 Thread Marek Vasut
On Thursday, September 03, 2015 at 03:16:59 PM, Stefan Roese wrote: > On 03.09.2015 15:12, Marek Vasut wrote: > > On Thursday, September 03, 2015 at 03:08:58 PM, Stefan Roese wrote: > >> This patch adds driver model (DM) support to the Marvell EHCI driver. > >> This will be used by the MVEBU

[U-Boot] FSL DDR3/4 wrlvl_override question

2015-09-03 Thread Joakim Tjernlund
in drivers/ddr/fsl/options.c we have: #if defined(CONFIG_SYS_FSL_DDR3) || defined(CONFIG_SYS_FSL_DDR4) /* * due to ddr3 dimm is fly-by topology * we suggest to enable write leveling to * meet the tQDSS under different loading. */ popts->wrlvl_en

Re: [U-Boot] [PATCH] FIX: fat: Provide correct return code from disk_{read|write} to upper layers

2015-09-03 Thread Lukasz Majewski
Hi Tom, > On Thu, Sep 03, 2015 at 02:21:39PM +0200, Lukasz Majewski wrote: > > > It is very common that FAT code is using following pattern: > > if (disk_{read|write}() < 0) > > return -1; > > > > Up till now the above code was dead, since disk_{read|write) could > > only return value

Re: [U-Boot] [PATCH 1/2] arm: socfpga: mmc: Enable calibration for drvsel and smpsel

2015-09-03 Thread Chin Liang See
Hi, On Thu, 2015-09-03 at 11:37 +0200, ma...@denx.de wrote: > On Thursday, September 03, 2015 at 07:30:08 AM, Jaehoon Chung wrote: > > Hi, > > Hi, > > > On 09/03/2015 09:27 AM, Chin Liang See wrote: > > > On Wed, 2015-09-02 at 12:32 +0200, ma...@denx.de wrote: > > [snip] > > thanks > > >

[U-Boot] [PATCH v2] common: Fix load and entry addresses in FIT image

2015-09-03 Thread York Sun
FIT image supports more than 32 bits in addresses by using #address-cell field. However the address length is not handled when parsing FIT images. Beside, the variable used to host address has "ulong" type. It is OK for the target, but not always enough for host tools such as mkimage. This patch

[U-Boot] [PATCH 4/4] arm: dts: socfpga: Increase the spi-max-frequency for QSPI flash

2015-09-03 Thread Chin Liang See
With a working QSPI calibration, the SCLK can now run up to 100MHz Signed-off-by: Chin Liang See Cc: Dinh Nguyen Cc: Dinh Nguyen Cc: Marek Vasut Cc: Stefan Roese Cc: Vikas Manocha

[U-Boot] [PATCH 3/4] spi: cadence_qspi: Ensure check for max frequency in place

2015-09-03 Thread Chin Liang See
Ensure the intended SCLK frequency not exceeding the maximum frequency. If that happen, SCLK will set to maximum frequency. Signed-off-by: Chin Liang See Cc: Dinh Nguyen Cc: Dinh Nguyen Cc: Marek Vasut Cc:

[U-Boot] [PATCH 1/4] spi: cadence_qspi: Ensure spi_calibration is run when sclk change

2015-09-03 Thread Chin Liang See
Ensuring spi_calibration is run when there is a change of sclk frequency. This will ensure the qspi flash access works for high sclk frequency Signed-off-by: Chin Liang See Cc: Dinh Nguyen Cc: Dinh Nguyen Cc: Marek Vasut

[U-Boot] [RFC PATCH 1/2] sunxi: retrieve FEL-provided values to environment variables

2015-09-03 Thread Bernhard Nortmann
This patch extends the misc_init_r() function on sunxi boards to test for the presence of a suitable "sunxi" SPL header. If found, and the loader ("fel" utility) provided non-zero values for either data address or size, then corresponding environment variables get set. misc_init_r() also sets (or

[U-Boot] [RFC PATCH 2/2] sunxi: add "fel" boot target

2015-09-03 Thread Bernhard Nortmann
This patch makes use of the previous changes to add a new "fel" boot target for sunxi boards. When booting via FEL, it's often desirable to work around the absence of other (usable) boot devices - or to be able to override them, deviating from the standard boot sequence. To achieve this, the

[U-Boot] [RFC PATCH 0/2] sunxi: support FEL-provided environment vars and "fel" boot target

2015-09-03 Thread Bernhard Nortmann
This patch series builds upon http://lists.denx.de/pipermail/u-boot/2015-September/226515.html and is a first proposal. It will eventually get combined with that patch for proper submission, but I'd like your thoughts / input on several topics first: * Hans de Goede already pointed out that it

Re: [U-Boot] [PATCH 5/7] usb: ehci-marvell.c: Add DM support

2015-09-03 Thread Stefan Roese
On 03.09.2015 16:26, Marek Vasut wrote: On Thursday, September 03, 2015 at 03:16:59 PM, Stefan Roese wrote: On 03.09.2015 15:12, Marek Vasut wrote: On Thursday, September 03, 2015 at 03:08:58 PM, Stefan Roese wrote: This patch adds driver model (DM) support to the Marvell EHCI driver. This

Re: [U-Boot] [PATCH 1/4] spi: cadence_qspi: Ensure spi_calibration is run when sclk change

2015-09-03 Thread Marek Vasut
On Thursday, September 03, 2015 at 03:41:59 PM, Chin Liang See wrote: > Ensuring spi_calibration is run when there is a change of sclk > frequency. This will ensure the qspi flash access works for high > sclk frequency > > Signed-off-by: Chin Liang See > Cc: Dinh Nguyen

Re: [U-Boot] FSL DDR3/4 wrlvl_override question

2015-09-03 Thread York Sun
On 09/03/2015 11:09 AM, Joakim Tjernlund wrote: > On Thu, 2015-09-03 at 10:44 -0500, York Sun wrote: >> Jocke, >> >> On 09/03/2015 09:55 AM, Joakim Tjernlund wrote: >>> in drivers/ddr/fsl/options.c we have: >>> >>> #if defined(CONFIG_SYS_FSL_DDR3) || defined(CONFIG_SYS_FSL_DDR4) >>> /* >>>

Re: [U-Boot] [PATCH v5 01/41] pinctrl: Add help text to Kconfig

2015-09-03 Thread Simon Glass
On 30 August 2015 at 16:55, Simon Glass wrote: > The pinctrl Kconfig options should have help messages. Add this to a few > options. > > Signed-off-by: Simon Glass > --- > > Changes in v5: > - Merge with Masahiro's v5 patch > > Changes in v4: None > Changes

Re: [U-Boot] [PATCH v5 12/41] mkimage: Allow the original file size to be recorded

2015-09-03 Thread Simon Glass
Applied to u-boot-rockchip. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH v5 09/41] rockchip: Bring in RK3288 device tree file includes and bindings

2015-09-03 Thread Simon Glass
Applied to u-boot-rockchip. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH v5 08/41] rockchip: Add serial support

2015-09-03 Thread Simon Glass
On 30 August 2015 at 16:55, Simon Glass wrote: > Add support for the Rockchip serial device using the ns16550 driver. > This uses driver model and device tree for both SPL and U-Boot proper. > > Signed-off-by: Simon Glass > --- > > Changes in v5: None >

Re: [U-Boot] [PATCH v5 07/41] arm: reset: Avoid a build error when the reset uclass is enabled

2015-09-03 Thread Simon Glass
On 30 August 2015 at 16:55, Simon Glass wrote: > There can be only one do_reset(). When CONFIG_RESET is enabled this is > provided by the reset uclass, and ARM's version should be disabled. > > Signed-off-by: Simon Glass > --- > > Changes in v5: None >

Re: [U-Boot] [PATCH v5 11/41] mkimage: Allow padding to any length

2015-09-03 Thread Simon Glass
Applied to u-boot-rockchip. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH v5 36/41] rockchip: Turn off CONFIG_SPL_LED for firefly

2015-09-03 Thread Simon Glass
On 30 August 2015 at 16:55, Simon Glass wrote: > From: Sjoerd Simons > > With LED support enabled the SPL easily goes over the size limit (e.g. > with both Debians gcc 4.9 and 5.2 cross-compilers). Turn off LED support > in the SPL to reduce the

Re: [U-Boot] [PATCH v5 38/41] arm: Turn of d-cache before i-cache

2015-09-03 Thread Simon Glass
On 30 August 2015 at 16:55, Simon Glass wrote: > From: Sjoerd Simons > > Booting the kernel fails on RK3288 (and probably other rockchip SoCs) > when the i-cache is disabled/flushed before d-cache. > > I have not investigated whether this is due

Re: [U-Boot] [PATCH v5 40/41] rockchip: Update todo in README.rockchip

2015-09-03 Thread Simon Glass
On 30 August 2015 at 16:55, Simon Glass wrote: > From: Sjoerd Simons > > MMC support works now, so it can be dropped from the todo > > Signed-off-by: Sjoerd Simons > Acked-by: Simon Glass >

Re: [U-Boot] [PATCH v5 39/41] rockchip: Drop first 32kb of zeros from the rkSD image type

2015-09-03 Thread Simon Glass
On 30 August 2015 at 16:55, Simon Glass wrote: > From: Sjoerd Simons > > Instead of creating a rockchip SPL SD card image with 32KB of zeros > which can be written to the start of an SD card, create the images with > only the useful data that

Re: [U-Boot] [PATCH v5 35/41] rockchip: Disable sdio mmc slot on rk3288-firefly

2015-09-03 Thread Simon Glass
On 30 August 2015 at 16:55, Simon Glass wrote: > From: Sjoerd Simons > > U-Boot can't use the sdio card so turn it of to prevent things getting > confused/struck when trying to use the card as storage. > > Signed-off-by: Sjoerd Simons

Re: [U-Boot] [PATCH v5 34/41] mmc: Probe DM based mmc devices in u-boot

2015-09-03 Thread Simon Glass
On 30 August 2015 at 16:55, Simon Glass wrote: > From: Sjoerd Simons > > During mmc initialize probe all devices with the MMC Uclass if build > with CONFIG_DM_MMC > > Signed-off-by: Sjoerd Simons > Acked-by: Simon

Re: [U-Boot] [PATCH v5 33/41] doc: Fix reference to Rock pro when Rock 2 is meant

2015-09-03 Thread Simon Glass
On 30 August 2015 at 16:55, Simon Glass wrote: > From: Sjoerd Simons > > The Radxa Rock pro board is rk3188 based and thus won't work with U-Boot > built for RK3288. Change the documentation to refer to the intended > board, the Radxa Rock 2,

Re: [U-Boot] [PATCH v5 32/41] rockchip: Add a simple README

2015-09-03 Thread Simon Glass
Applied to u-boot-rockchip. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH v5 28/41] rockchip: Add I2C driver

2015-09-03 Thread Simon Glass
Applied to u-boot-rockchip. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH v5 30/41] rockchip: Add basic support for firefly-rk3288

2015-09-03 Thread Simon Glass
Applied to u-boot-rockchip. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH v5 31/41] rockchip: Add basic support for jerry

2015-09-03 Thread Simon Glass
Applied to u-boot-rockchip. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH v5 25/41] rockchip: rk3288: Add SDRAM init

2015-09-03 Thread Simon Glass
Applied to u-boot-rockchip. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH v6 29/41] rockchip: Add SPI driver

2015-09-03 Thread Simon Glass
Applied to u-boot-rockchip. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] [RFC] Adding support for NI Ettus Research USRP E3XX series

2015-09-03 Thread Moritz Fischer
Hi all, this patch adds basic support for NI Ettus Research E3XX series boards. I tagged this RFC because I'm not sure if the boards/xilinx/zynq subdirectory is the correct place for this, as I'll have some follow up patches that read the devices EEPROM for ethernet address etc. Would putting it

Re: [U-Boot] [PATCH v5 37/41] rockchip: Add config_distro_bootcmd support

2015-09-03 Thread Simon Glass
On 30 August 2015 at 16:55, Simon Glass wrote: > From: Sjoerd Simons > > Now that MMC works in U-Boot add config distro command support to start > Linux in a standard fashion. One oddity here is that linux fails to load > when the fdt is

Re: [U-Boot] [PATCH v5 41/41] rockchip: Put README image creation commands on one line

2015-09-03 Thread Simon Glass
On 30 August 2015 at 16:55, Simon Glass wrote: > It is easier to paste these into the command line if they are a single > common. Use line continuation instead of separate lines. > > Signed-off-by: Simon Glass > --- > > Changes in v5: > - Add new patch to

[U-Boot] Please pull u-boot-rockchip.git

2015-09-03 Thread Simon Glass
Hi Tom, Here is the Rockchip support from the new u-boot-rockchip.git tree. It includes Sjoerd's patches to fix up MMC within U-Boot proper (plus a few other tings) so that it can boot a kernel. The following changes since commit b7e84c93c450480ca4ff51ad2eb56bd83c1dc368: Merge branch

[U-Boot] [PATCH 3/3] ti816x: Switch to SYS_GENERIC_BOARD

2015-09-03 Thread Tom Rini
Tested on my TI186x rev E. (PG2.0) and take over maintainership. Signed-off-by: Tom Rini --- board/ti/ti816x/MAINTAINERS |2 +- include/configs/ti816x_evm.h |1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/board/ti/ti816x/MAINTAINERS

[U-Boot] [PATCH 2/3] ti814x_evm: Switch to SYS_GENERIC_BOARD

2015-09-03 Thread Tom Rini
Take over maintainership as well. Not tested as PG2.0 (which I have) needs additional work over PG1.0 (which Matt has). Cc: Matt Porter Signed-off-by: Tom Rini --- board/ti/ti814x/MAINTAINERS |2 +- include/configs/ti814x_evm.h |1 + 2 files

[U-Boot] [PATCH 1/3] omap3_evm_common.h: Switch to SYS_GENERIC_BOARD

2015-09-03 Thread Tom Rini
Tested on my OMAP3 uEVM. Signed-off-by: Tom Rini --- include/configs/omap3_evm_common.h |1 + 1 file changed, 1 insertion(+) diff --git a/include/configs/omap3_evm_common.h b/include/configs/omap3_evm_common.h index 7e7f6f2..0ebe5c1 100644 ---

[U-Boot] [PATCH] checkpatch.pl: Fix checkpatch.pl warnings with Perl 5.22

2015-09-03 Thread Moritz Fischer
This patch fixes a bunch of deprecation warings that show up when using checkpatch.pl with Perl 5.22. Unescaped left brace in regex is deprecated, passed through in regex; marked by <-- HERE in m/\#\s*define.*do\s{ <-- HERE / at ./scripts/checkpatch.pl line 2829. Unescaped left brace in regex is

[U-Boot] [PATCH v3 13/13] imx: mx7dsabresd: Add support for MX7D SABRESD board

2015-09-03 Thread Adrian Alonso
* Add i.MX7D SABRESD target board support with enabled modules: UART, PMIC, USB/OTG, SD, eMMC, ENET, I2C, 74LV IOX. Build target: mx7dsabresd_config Signed-off-by: Peng Fan Signed-off-by: Fugang Duan Signed-off-by: Ye.Li

Re: [U-Boot] [PATCH v5 02/41] pinctrl: Add the concept of peripheral IDs

2015-09-03 Thread Simon Glass
On 30 August 2015 at 16:55, Simon Glass wrote: > My original pinctrl patch operating using a peripheral ID enum. This was > shared between pinmux and clock and provides an easy way to specify a device > that needs to be controlled, even it is does not (yet) have a driver within

Re: [U-Boot] [PATCH v5 03/41] dm: led: Tidy up SPL options for the led and led-gpio

2015-09-03 Thread Simon Glass
On 30 August 2015 at 16:55, Simon Glass wrote: > At present SPL does not have its own option. But these features can > increase SPL code size. Adjust the Kconfig and Makefile so that > separate a SPL option can be selected. > > Signed-off-by: Simon Glass >

Re: [U-Boot] [PATCH v5 04/41] mmc: Support bypass mode with the get_mmc_clk() method

2015-09-03 Thread Simon Glass
On 30 August 2015 at 16:55, Simon Glass wrote: > Some SoCs want to adjust the input clock to the DWMMC block as a way of > controlling the MMC bus clock. Update the get_mmc_clk() method to support > this. > > Signed-off-by: Simon Glass > Acked-by: Jaehoon

Re: [U-Boot] [PATCH v5 05/41] dm: Improve handling of a missing uclass

2015-09-03 Thread Simon Glass
On 30 August 2015 at 16:55, Simon Glass wrote: > When a uclass definition is missing, no drivers in that uclass can operate. > This can happen if a board has a strange collection of options (e.g. the > driver is enabled but the uclass is not). > > Unfortunately this is very

Re: [U-Boot] [PATCH v5 06/41] dm: Provide better debugging when a device fails to bind

2015-09-03 Thread Simon Glass
On 30 August 2015 at 16:55, Simon Glass wrote: > All devices should bind without error. But when they don't, they can cause > driver model init to fail. A real situation where this can happen is when > there is a missing uclass. > > Add a debug() call to dm_scan_fdt_node to

Re: [U-Boot] [PATCH v5 23/41] rockchip: rk3288: Add a simple syscon driver

2015-09-03 Thread Simon Glass
Applied to u-boot-rockchip. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH v5 21/41] rockchip: rk3288: Add header files for PMU and GRF

2015-09-03 Thread Simon Glass
Applied to u-boot-rockchip. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH v5 22/41] rockchip: rk3288: Add SoC reset driver

2015-09-03 Thread Simon Glass
Applied to u-boot-rockchip. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH v5 19/41] power: regulator: Add a driver for ACT8846 regulators

2015-09-03 Thread Simon Glass
Applied to u-boot-rockchip. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH v5 18/41] power: Add support for ACT8846 PMIC

2015-09-03 Thread Simon Glass
Applied to u-boot-rockchip. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH v5 17/41] rockchip: Add basic peripheral and clock definitions

2015-09-03 Thread Simon Glass
Applied to u-boot-rockchip. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH v5 16/41] rockchip: gpio: Add rockchip GPIO driver

2015-09-03 Thread Simon Glass
Applied to u-boot-rockchip. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH v5 14/41] rockchip: Add support for the SD image

2015-09-03 Thread Simon Glass
Applied to u-boot-rockchip. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH v5 15/41] rockchip: Add support for the SPI image

2015-09-03 Thread Simon Glass
Applied to u-boot-rockchip. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH v5 13/41] rockchip: Add the rkimage format to mkimage

2015-09-03 Thread Simon Glass
Applied to u-boot-rockchip. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH v5 10/41] rockchip: rk3288: dts: Make core devices available early

2015-09-03 Thread Simon Glass
Applied to u-boot-rockchip. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] FSL DDR3/4 wrlvl_override question

2015-09-03 Thread Joakim Tjernlund
On Thu, 2015-09-03 at 10:44 -0500, York Sun wrote: > Jocke, > > On 09/03/2015 09:55 AM, Joakim Tjernlund wrote: > > in drivers/ddr/fsl/options.c we have: > > > > #if defined(CONFIG_SYS_FSL_DDR3) || defined(CONFIG_SYS_FSL_DDR4) > > /* > > * due to ddr3 dimm is fly-by topology > > *

Re: [U-Boot] [PATCH v5 26/41] rockchip: Add an MMC driver

2015-09-03 Thread Simon Glass
Applied to u-boot-rockchip. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH v5 24/41] rockchip: rk3288: Add pinctrl driver

2015-09-03 Thread Simon Glass
Applied to u-boot-rockchip. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH v5 20/41] rockchip: rk3288: Add clock driver

2015-09-03 Thread Simon Glass
Applied to u-boot-rockchip. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH v5 27/41] rockchip: Add core SoC start-up code

2015-09-03 Thread Simon Glass
Applied to u-boot-rockchip. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH] checkpatch.pl: Fix checkpatch.pl warnings with Perl 5.22

2015-09-03 Thread Joe Hershberger
Hi Moritz, On Thu, Sep 3, 2015 at 2:25 PM, Moritz Fischer wrote: > This patch fixes a bunch of deprecation warings that show up when using > checkpatch.pl with Perl 5.22. > > Unescaped left brace in regex is deprecated, passed through in regex; > marked by <-- HERE in

Re: [U-Boot] [PATCH] net: Fix parsing of Bootp/DHCP option 0 (Pad)

2015-09-03 Thread Joe Hershberger
Hi Stefan, On Fri, Aug 28, 2015 at 3:15 AM, Stefan Brüns wrote: > Pad has no len byte, so the normal parsing code fails. > > Signed-off-by: Stefan Brüns Acked-by: Joe Hershberger

Re: [U-Boot] [PATCH 1/2] net: Do not overwrite options found in overloaded 'file' field

2015-09-03 Thread Joe Hershberger
Hi Stefan, On Fri, Aug 28, 2015 at 4:33 AM, Stefan Brüns wrote: > If 'file' is overloaded, it is wrong to get or put the bootfile name > from it/to it. > > Signed-off-by: Stefan Brüns Acked-by: Joe Hershberger

Re: [U-Boot] [PATCH 2/2] net: parse DHCP options from overloaded file/sname fields

2015-09-03 Thread Joe Hershberger
Hi Stefan, On Fri, Aug 28, 2015 at 4:33 AM, Stefan Brüns wrote: > Signed-off-by: Stefan Brüns You should have a commit log more than just your sign-off. Other than that... Acked-by: Joe Hershberger

Re: [U-Boot] [PATCH] doc: Fix inconsistent filename in PXE config example

2015-09-03 Thread Joe Hershberger
Hi Stefan, On Sun, Aug 30, 2015 at 12:10 PM, Stefan Brüns wrote: > The default config includes base.menu, not linux.list > > Signed-off-by: Stefan Brüns Acked-by: Joe Hershberger

Re: [U-Boot] [PATCH 1/2] net: reject Bootp/DHCP packets with bad OP value

2015-09-03 Thread Joe Hershberger
Hi Stefan, On Thu, Aug 27, 2015 at 4:53 PM, Stefan Brüns wrote: > Rename check_packet to check_reply_packet to make its function more > obvious. > The check for DHCP_* values is completely off, as it should > compare against DHCP option 53 (Message Type). Only valid

Re: [U-Boot] [PATCH 2/2] net: send RFC1542 compliant value for bootp requests

2015-09-03 Thread Joe Hershberger
Hi Stefan, On Thu, Aug 27, 2015 at 4:57 PM, Stefan Brüns wrote: > RFC1542, 3.2: > "The 'secs' field of a BOOTREQUEST message SHOULD represent the > elapsed time, in seconds, since the client sent its first BOOTREQUEST > message. Note that this implies that the

Re: [U-Boot] [RFC] Adding support for NI Ettus Research USRP E3XX series

2015-09-03 Thread Marek Vasut
On Thursday, September 03, 2015 at 09:44:19 PM, Marek Vasut wrote: > On Thursday, September 03, 2015 at 08:44:00 PM, Moritz Fischer wrote: > > Hi all, > > Hi! > > > this patch adds basic support for NI Ettus Research E3XX series > > boards. I tagged this RFC because I'm not sure if the

Re: [U-Boot] Please pull u-boot-rockchip.git

2015-09-03 Thread Tom Rini
On Thu, Sep 03, 2015 at 12:00:56PM -0600, Simon Glass wrote: > Hi Tom, > > Here is the Rockchip support from the new u-boot-rockchip.git tree. It > includes Sjoerd's patches to fix up MMC within U-Boot proper (plus a > few other tings) so that it can boot a kernel. > > > The following changes

Re: [U-Boot] [PATCH 12/13] sunxi: A13-Olinuxino: Enable the USB OTG controller

2015-09-03 Thread Maxime Ripard
Hi Hans, On Tue, Sep 01, 2015 at 11:01:06AM +0200, Hans de Goede wrote: > Hi, > > On 31-08-15 16:46, Maxime Ripard wrote: > >The A13-Olinuxino has a mini-USB connector that can be used to power up > >the board and as an OTG connector. > > > >Since we have already some USB host-only ports right

Re: [U-Boot] [PATCH] doc: Fix inconsistent filename in PXE config example

2015-09-03 Thread Stefan Bruens
On Sunday 30 August 2015 19:10:59 Stefan Brüns wrote: > The default config includes base.menu, not linux.list > > Signed-off-by: Stefan Brüns > --- > doc/README.pxe | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/doc/README.pxe

Re: [U-Boot] [PATCH] doc: Fix inconsistent filename in PXE config example

2015-09-03 Thread Tom Rini
On Sun, Aug 30, 2015 at 07:10:59PM +0200, Stefan Brüns wrote: > The default config includes base.menu, not linux.list > > Signed-off-by: Stefan Brüns Applied to u-boot/master, thanks! -- Tom signature.asc Description: Digital signature

Re: [U-Boot] [PATCH] net/arp: account for ARP delay, avoid duplicate packets on timeout

2015-09-03 Thread Joe Hershberger
Hi Stefan, On Sun, Aug 30, 2015 at 10:46 AM, Stefan Brüns wrote: > eth_rx() in the main reception loop may trigger sending a packet which > is already timed out (or will immediately) upon reception of an ARP reply. > As long as the ARP reply is pending, the timeout

Re: [U-Boot] [PATCH] net/eth: fix a bug in on_ethaddr()

2015-09-03 Thread Joe Hershberger
Hi Gong, On Sun, Aug 30, 2015 at 10:34 PM, Gong Qianyu wrote: > The loop should check all ethenet devices, not only the first device, > to set each specified ethaddr, or it'll cause failure when we use other > devices. > > Signed-off-by: Gong Qianyu

Re: [U-Boot] [PATCH] net/arp: Do not run net_start_again() on timeout

2015-09-03 Thread Joe Hershberger
Hi Stefan, On Sun, Aug 30, 2015 at 10:46 AM, Stefan Brüns wrote: > net_start_again() will be called from net_loop() if state is NETLOOP_FAIL. > > Signed-off-by: Stefan Brüns Acked-by: Joe Hershberger

[U-Boot] [PATCH] defconfig: am335x: gp_evm: enable ethernet driver model

2015-09-03 Thread Mugunthan V N
enable ethernet driver model for am335x gp evm as cpsw supports driver model Signed-off-by: Mugunthan V N --- Tested the patch on am335x gp evm, logs [1] and pushed a branch [2] for others to test, This patch is based in [3]. [1]: http://pastebin.ubuntu.com/12260992/ [2]:

Re: [U-Boot] [PATCH 2/3] compulab: eeprom: add support for obtaining product name

2015-09-03 Thread Igor Grinberg
Hi Nikita, On 09/02/15 19:05, Nikita Kiryanov wrote: > Introduce cl_eeprom_get_product_name() for obtaining product name > from the eeprom. > > Cc: Stefano Babic > Cc: Igor Grinberg > Signed-off-by: Nikita Kiryanov > --- >

Re: [U-Boot] v2015.10-rc2: timer not initialized on Kirkwood

2015-09-03 Thread Simon Guinot
Hi Stefan, On Thu, Sep 03, 2015 at 07:28:01AM +0200, Stefan Roese wrote: > Hi Simon, > > On 02.09.2015 17:49, Simon Guinot wrote: > >While testing U-Boot v2015.10-rc2 on the Kirkwood-based LaCie boards > >I noticed that the autoboot counter is not decrementing. It stays stuck > >at '3'

Re: [U-Boot] [PATCH 1/3] compulab: eeprom: select i2c bus when querying for board rev

2015-09-03 Thread Igor Grinberg
Hi Nikita, On 09/02/15 19:05, Nikita Kiryanov wrote: > Add support for selecting which eeprom is queried for board revision by > extending cl_eeprom_get_board_rev() to accept an i2c bus number. > > Cc: Stefano Babic > Cc: Igor Grinberg > Signed-off-by:

[U-Boot] [PATCH v2] ARM: Kirkwood: fix IDE configuration on LaCie boards

2015-09-03 Thread Simon Guinot
From: Simon Guinot On the LaCie boards netspace_max_v2 and net2big_v2, two internal hard drives are available. Additionally on the d2net_v2 board, an extra hard drive can be plugged via eSATA. This patch updates CONFIG_SYS_IDE_MAXBUS and CONFIG_SYS_IDE_MAXDEVICE

Re: [U-Boot] [PATCH 3/3] arm: mx6: cm-fx6: modify device tree for old revisions of utilite

2015-09-03 Thread Igor Grinberg
On 09/02/15 19:05, Nikita Kiryanov wrote: > Old revisions of Utilite (a miniature PC based on cm-fx6) do not have > a card detect for mmc, and thus the kernel needs to be told that > there's a persistent storage on usdhc3 to force it to probe the mmc > card. > > Check the baseboard revision and

Re: [U-Boot] [PATCH v3 1/2] usb: zynqmp: Add XHCI driver support

2015-09-03 Thread Marek Vasut
On Thursday, September 03, 2015 at 11:19:01 AM, Siva Durga Prasad Paladugu wrote: > Added USB XHCI driver support for zynqmp. > > Signed-off-by: Siva Durga Prasad Paladugu Hi, is this V3 in any way different from the previous V3 ? [...] > +int xhci_hcd_init(int index,

Re: [U-Boot] [PATCH 1/5] spi_sf: Skip the erasing of protected sectors

2015-09-03 Thread Jagan Teki
On 2 September 2015 at 20:11, Otavio Salvador wrote: > Many SPI flashes have protection bits (BP2, BP1 and BP0) in the > status register that can protect selected regions of the SPI NOR. > > Take these bits into account when performing erase operations, > making sure that

Re: [U-Boot] [PATCH v3 05/13] sf: Make flash->flags use for generic usage

2015-09-03 Thread Jagan Teki
On 2 September 2015 at 15:09, Bin Meng wrote: > Hi Jagan, > > On Wed, Sep 2, 2015 at 2:09 PM, Jagan Teki wrote: >> Use the flash->flags for generic usage, not only for dm-spi-flash, >> this will be used for future flag additions. >> >> Signed-off-by: Jagan

Re: [U-Boot] [PATCH v4 01/16] spi: Add zynq qspi controller driver

2015-09-03 Thread Jagan Teki
Hi Siva, On 3 September 2015 at 12:56, Siva Durga Prasad Paladugu wrote: > Hi, > >> -Original Message- >> From: Jagan Teki [mailto:jt...@openedev.com] >> Sent: Tuesday, September 01, 2015 11:42 AM >> To: u-boot@lists.denx.de >> Cc: Jagan Teki; Michal

Re: [U-Boot] [PATCH v4 01/16] spi: Add zynq qspi controller driver

2015-09-03 Thread Jagan Teki
On 3 September 2015 at 14:08, Siva Durga Prasad Paladugu wrote: > Hi Jagan, > >> -Original Message- >> From: Jagan Teki [mailto:jt...@openedev.com] >> Sent: Thursday, September 03, 2015 1:38 PM >> To: Siva Durga Prasad Paladugu >> Cc: u-boot@lists.denx.de;

Re: [U-Boot] [PATCH] arm: socfpga: dm: Fix DM initialization failure after warm reset

2015-09-03 Thread Marek Vasut
On Thursday, September 03, 2015 at 12:03:44 PM, Jian Luo wrote: > Hi! Hi! > On 03.09.2015 11:41, Marek Vasut wrote: > > On Wednesday, September 02, 2015 at 06:27:41 PM, Jian Luo wrote: > >> Hi! > >> > >> this error comes again. It isn't a compiler error after all. :( > >> > >> JTAG

[U-Boot] [PATCH] arm: mvebu: timer.c: Explicitly move "init_done" var to data section

2015-09-03 Thread Stefan Roese
As reported by Simon Guinot, commit ade741b3 "arm: mvebu: Call timer_init early before PHY and DDR init" breaks Kirkwood platforms. As the static variable "init_done" is not available at that early boot time. This patch moves it to explicitly to the data section, making it available at that time.

  1   2   3   >