Re: [U-Boot] [PATCH 1/6] arm: socfpga: cyclone5-socdk: Enabling mtd partitioning layout

2015-12-11 Thread Chin Liang See
On Sat, 2015-12-12 at 04:20 +0100, Marek Vasut wrote: > On Saturday, December 12, 2015 at 12:59:02 AM, Chin Liang See wrote: > > On Fri, 2015-12-11 at 15:21 +0100, Marek Vasut wrote: > > > On Friday, December 11, 2015 at 10:15:48 AM, Chin Liang See > > > wrote: > > > > Enabling mtd partitioning lay

Re: [U-Boot] [PATCH v2 1/4] arm: socfpga: cyclone5-socdk: Enabling U-Boot environment in QSPI

2015-12-11 Thread Chin Liang See
On Sat, 2015-12-12 at 04:23 +0100, Marek Vasut wrote: > On Saturday, December 12, 2015 at 01:47:38 AM, Chin Liang See wrote: > > Enabling the support of storing U-Boot environment > > within serial NOR flash. By default, its still > > store into SDMMC > > > > Signed-off-by: Chin Liang See > > Cc:

Re: [U-Boot] [PATCH v2 1/4] arm: socfpga: cyclone5-socdk: Enabling U-Boot environment in QSPI

2015-12-11 Thread Marek Vasut
On Saturday, December 12, 2015 at 01:47:38 AM, Chin Liang See wrote: > Enabling the support of storing U-Boot environment > within serial NOR flash. By default, its still > store into SDMMC > > Signed-off-by: Chin Liang See > Cc: Dinh Nguyen > Cc: Dinh Nguyen > Cc: Pavel Machek > Cc: Marek Vas

Re: [U-Boot] [PATCH 1/6] arm: socfpga: cyclone5-socdk: Enabling mtd partitioning layout

2015-12-11 Thread Marek Vasut
On Saturday, December 12, 2015 at 12:59:02 AM, Chin Liang See wrote: > On Fri, 2015-12-11 at 15:21 +0100, Marek Vasut wrote: > > On Friday, December 11, 2015 at 10:15:48 AM, Chin Liang See wrote: > > > Enabling mtd partitioning layout which indicate partition > > > for various boot partition > > >

Re: [U-Boot] [PATCH v2] ARM: mxs: allow boards to select DC-DC switching clock source

2015-12-11 Thread Marek Vasut
On Friday, December 11, 2015 at 12:05:36 AM, Michael Heimpold wrote: > For some board designs, it might be useful to switch the DC-DC > clock source to something else rather the default 24 MHz, e.g. > for EMI reasons. Can you elaborate on this ? Also, is there gonna be a user for this? > For this

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

2015-12-11 Thread Tom Rini
On Fri, Dec 11, 2015 at 07:43:53AM -0700, Simon Glass wrote: > Hi Tom, > > A few small things in my queue... > > The following changes since commit 8555dd88cd1a7b5dd1e76c111fe635a92223b98b: > > axs10x: add support of generic EHCI USB 2.0 controller (2015-12-08 > 17:29:56 +0300) > > are avail

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

2015-12-11 Thread Tom Rini
On Fri, Dec 11, 2015 at 10:23:06PM +0530, Jagan Teki wrote: > Hi Tom, > > Please pull this PR. > > thanks! > Jagan. > > The following changes since commit 789fa275b3750e60c60cb3d18eabc9467892c257: > > x86: Remove HAVE_ACPI_RESUME (2015-12-09 17:44:56 +0800) > > are available in the git repo

Re: [U-Boot] Please pull u-boot-sunxi master

2015-12-11 Thread Tom Rini
On Fri, Dec 11, 2015 at 03:03:13PM +0100, Hans de Goede wrote: > Hi Tom, > > Here is another sunxi pull-req for v2016.01, highlights: > > -Add support for A83 SoC > -Misc. small bugfixes > > The following changes since commit 789fa275b3750e60c60cb3d18eabc9467892c257: > > x86: Remove HAVE_ACP

[U-Boot] [PATCH v2 2/4] arm: socfpga: arria5-socdk: Enabling U-Boot environment in QSPI

2015-12-11 Thread Chin Liang See
Enabling the support of storing U-Boot environment within serial NOR flash. By default, its still store into SDMMC Signed-off-by: Chin Liang See Cc: Dinh Nguyen Cc: Dinh Nguyen Cc: Pavel Machek Cc: Marek Vasut Cc: Stefan Roese --- Changes for v2 - remove the undef --- include/configs/socfpg

[U-Boot] [PATCH v2 3/4] arm: socfpga: sockit: Enabling U-Boot environment in QSPI

2015-12-11 Thread Chin Liang See
Enabling the support of storing U-Boot environment within serial NOR flash. By default, its still store into SDMMC Signed-off-by: Chin Liang See Cc: Dinh Nguyen Cc: Dinh Nguyen Cc: Pavel Machek Cc: Marek Vasut Cc: Stefan Roese --- Changes for v2 - remove the undef --- include/configs/socfpg

[U-Boot] [PATCH v2 4/4] arm: socfpga: socrates: Enabling U-Boot environment in QSPI

2015-12-11 Thread Chin Liang See
Enabling the support of storing U-Boot environment within serial NOR flash. By default, its still store into SDMMC Signed-off-by: Chin Liang See Cc: Dinh Nguyen Cc: Dinh Nguyen Cc: Pavel Machek Cc: Marek Vasut Cc: Stefan Roese --- Changes for v2 - remove the undef --- include/configs/socfpg

[U-Boot] [PATCH v2 1/4] arm: socfpga: cyclone5-socdk: Enabling U-Boot environment in QSPI

2015-12-11 Thread Chin Liang See
Enabling the support of storing U-Boot environment within serial NOR flash. By default, its still store into SDMMC Signed-off-by: Chin Liang See Cc: Dinh Nguyen Cc: Dinh Nguyen Cc: Pavel Machek Cc: Marek Vasut Cc: Stefan Roese --- Changes for v2 - remove the undef --- include/configs/socfpg

Re: [U-Boot] [PATCH 3/6] arm: socfpga: de0-nano-soc: Enabling mtd partitioning layout

2015-12-11 Thread Chin Liang See
On Fri, 2015-12-11 at 18:36 +0100, Marek Vasut wrote: > On Friday, December 11, 2015 at 04:43:19 PM, Dinh Nguyen wrote: > > On 12/11/2015 08:21 AM, Marek Vasut wrote: > > > On Friday, December 11, 2015 at 10:15:50 AM, Chin Liang See > > > wrote: > > > > Enabling mtd partitioning layout which indica

Re: [U-Boot] [PATCH 1/6] arm: socfpga: cyclone5-socdk: Enabling mtd partitioning layout

2015-12-11 Thread Chin Liang See
On Fri, 2015-12-11 at 15:21 +0100, Marek Vasut wrote: > On Friday, December 11, 2015 at 10:15:48 AM, Chin Liang See wrote: > > Enabling mtd partitioning layout which indicate partition > > for various boot partition > > > > Signed-off-by: Chin Liang See > > Cc: Dinh Nguyen > > Cc: Dinh Nguyen >

Re: [U-Boot] [PATCH 3/3] omap4_panda: Convert to config_distro_bootcmd.h

2015-12-11 Thread Tom Rini
On Thu, Dec 10, 2015 at 05:01:25PM -0600, Robert Nelson wrote: > On Thu, Dec 10, 2015 at 4:58 PM, Robert Nelson > wrote: > > On Thu, Dec 10, 2015 at 3:46 PM, Tom Rini wrote: > >> Based on the am335x_evm conversion, switch to config_distro_bootcmd for > >> mmc and pxe. Tested with Fedora 23. > >

Re: [U-Boot] [PATCH 3/3] omap4_panda: Convert to config_distro_bootcmd.h

2015-12-11 Thread Tom Rini
On Thu, Dec 10, 2015 at 04:58:17PM -0600, Robert Nelson wrote: > On Thu, Dec 10, 2015 at 3:46 PM, Tom Rini wrote: > > Based on the am335x_evm conversion, switch to config_distro_bootcmd for > > mmc and pxe. Tested with Fedora 23. > > > > Signed-off-by: Tom Rini > > --- > > include/configs/ti_om

Re: [U-Boot] [PATCH v2] imx_common: check for Serial Downloader in spl_boot_device

2015-12-11 Thread Marek Vasut
On Friday, December 11, 2015 at 08:49:13 PM, Eric Nelson wrote: > On 12/11/2015 10:33 AM, Marek Vasut wrote: > > On Friday, December 11, 2015 at 03:58:35 PM, Stefano Babic wrote: > >> Hi Eric, > > >> On 11/12/2015 15:40, Eric Nelson wrote: > ... > > +/* > + * Check for B

Re: [U-Boot] [PATCH 3/6] arm: socfpga: de0-nano-soc: Enabling U-Boot environment in QSPI

2015-12-11 Thread Dinh Nguyen
On 12/11/2015 08:24 AM, Marek Vasut wrote: > On Friday, December 11, 2015 at 10:19:06 AM, Chin Liang See wrote: >> Enabling the support of storing U-Boot environment >> within serial NOR flash. By default, its still >> store into SDMMC >> >> Signed-off-by: Chin Liang See >> Cc: Dinh Nguyen >> C

Re: [U-Boot] [PATCH 3/6] arm: socfpga: de0-nano-soc: Enabling mtd partitioning layout

2015-12-11 Thread Dinh Nguyen
On 12/11/2015 08:21 AM, Marek Vasut wrote: > On Friday, December 11, 2015 at 10:15:50 AM, Chin Liang See wrote: >> Enabling mtd partitioning layout which indicate partition >> for various boot partition >> >> Signed-off-by: Chin Liang See >> Cc: Dinh Nguyen >> Cc: Dinh Nguyen >> Cc: Pavel Mach

Re: [U-Boot] Odroid U3 not able to boot using latest u-boot.

2015-12-11 Thread Anand Moon
Hi Przemyslaw, On 11 December 2015 at 18:29, Przemyslaw Marczak wrote: > Hello Anand, > > On 12/11/2015 01:48 PM, Anand Moon wrote: >> >> Hi Przemyslaw, >> >> I have give it a try to put latest u-boot on my microsdcard >> u-boot and it failed to boot. Could you help me out on this. >> >> U-Boot 2

[U-Boot] Odroid U3 not able to boot using latest u-boot.

2015-12-11 Thread Anand Moon
Hi Przemyslaw, I have give it a try to put latest u-boot on my microsdcard u-boot and it failed to boot. Could you help me out on this. U-Boot 2016.01-rc2-25762-g00502fe (Dec 11 2015 - 17:49:34 +0530) CPU: Exynos4412 @ 1 GHz Model: Odroid based on Exynos4412 Board: Odroid based on Exynos4412 T

[U-Boot] [PATCH 04/10] x86: ivybridge: Add microcode blobs for all the steppings

2015-12-11 Thread Bin Meng
This adds microcode blobs created from Intel FSP package for the Chief River platform. They are for all the Ivy Bridge steppings: 306a2 (B0), 306a4 (C0), 306a5 (K0/M0), 306a8 (E0/L0), except the 306a9 which is already in the U-Boot tree. Signed-off-by: Bin Meng --- arch/x86/dts/microcode/m12306

Re: [U-Boot] [PATCH v2] imx_common: check for Serial Downloader in spl_boot_device

2015-12-11 Thread Eric Nelson
On 12/11/2015 10:33 AM, Marek Vasut wrote: > On Friday, December 11, 2015 at 03:58:35 PM, Stefano Babic wrote: >> Hi Eric, >> >> On 11/12/2015 15:40, Eric Nelson wrote: ... + /* + * Check for BMODE if serial downloader is enabled + * BOOT_MODE - see IMX6DQRM Table 8-1 + *

Re: [U-Boot] [PATCH v2] imx_common: check for Serial Downloader in spl_boot_device

2015-12-11 Thread Marek Vasut
On Friday, December 11, 2015 at 03:58:35 PM, Stefano Babic wrote: > Hi Eric, > > On 11/12/2015 15:40, Eric Nelson wrote: > > Hi Stefano, > > > > On 12/11/2015 06:40 AM, Stefano Babic wrote: > >> Check for bmode before reading the boot device > >> to check if a serial downloader is started, > >> a

Re: [U-Boot] [PATCH V2 1/1] Revert "spi: fsl_qspi: Use GENMASK"

2015-12-11 Thread Marek Vasut
On Friday, December 11, 2015 at 04:41:50 PM, Jagan Teki wrote: > On 11 December 2015 at 20:58, Fabio Estevam wrote: > > On Fri, Dec 11, 2015 at 1:24 PM, Marek Vasut wrote: > >> On Friday, December 11, 2015 at 03:59:14 PM, Jagan Teki wrote: > >>> On 11 December 2015 at 02:57, Troy Kisky > >>> > >

Re: [U-Boot] [PATCH 1/2] spl: dm: Add SPL_DM_SEQ_ALIAS config option

2015-12-11 Thread Marek Vasut
On Friday, December 11, 2015 at 04:46:40 PM, Michal Simek wrote: > On 11.12.2015 16:07, Marek Vasut wrote: > > On Friday, December 11, 2015 at 03:48:09 PM, Nathan Rossi wrote: > >> The Device Model sequence alias feature is required by some Uclasses. > >> Instead of disabling the feature for all SP

Re: [U-Boot] [PATCH 3/6] arm: socfpga: de0-nano-soc: Enabling mtd partitioning layout

2015-12-11 Thread Marek Vasut
On Friday, December 11, 2015 at 04:43:19 PM, Dinh Nguyen wrote: > On 12/11/2015 08:21 AM, Marek Vasut wrote: > > On Friday, December 11, 2015 at 10:15:50 AM, Chin Liang See wrote: > >> Enabling mtd partitioning layout which indicate partition > >> for various boot partition > >> > >> Signed-off-by

Re: [U-Boot] dm: Introduce SPI-NOR framework

2015-12-11 Thread Jagan Teki
Hi Simon, On 11 December 2015 at 07:35, Simon Glass wrote: > Hi Jagan, > > On 8 December 2015 at 08:36, Jagan Teki wrote: >> Hi Simon, >> >> On 8 December 2015 at 08:22, Simon Glass wrote: >>> Hi Jagan, >>> >>> On 3 December 2015 at 03:10, Jagan Teki wrote: Hi Simon, I re-phrase

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

2015-12-11 Thread Jagan Teki
Hi Tom, Please pull this PR. thanks! Jagan. The following changes since commit 789fa275b3750e60c60cb3d18eabc9467892c257: x86: Remove HAVE_ACPI_RESUME (2015-12-09 17:44:56 +0800) are available in the git repository at: git://git.denx.de/u-boot-spi.git master for you to fetch changes up to

Re: [U-Boot] [PATCH v10 02/14] sf: Move spi_flash_scan code to sf_ops

2015-12-11 Thread Jagan Teki
On 11 December 2015 at 21:48, Jagan Teki wrote: > Intension is that sf_ops should deals all spi_flash > related stuff and sf_probe (which should renamed future) > should be an interface layer for spi_flash versus spi drivers. > > sf_ops => spi_flash interface > sf_probe => interface layer vs spi_f

Re: [U-Boot] [PATCH v10 01/14] sf: spi_flash_validate_params => spi_flash_scan

2015-12-11 Thread Jagan Teki
On 11 December 2015 at 21:48, Jagan Teki wrote: > Rename spi_flash_validate_params to spi_flash_scan > as this code not only deals with params setup but > also configure all spi_flash attributes. > > And also moved all flash related code into > spi_flash_scan for future functionality addition. > >

Re: [U-Boot] [PATCH v8 00/14] sf: Tuning spi-flash layer

2015-12-11 Thread Jagan Teki
On 7 December 2015 at 00:04, Jagan Teki wrote: > This series bypasses MTD changes from previous series[1][2] and > entire series tunned spi-flash layer for better code handling. > > Changes in v8: > - Rebase to master > - PATCH v8 12/14, 13/14, 14/14 added newly. > > Changes in v7: > - Rebase to m

Re: [U-Boot] [PATCH v2] mailmap: Update Jagan Teki's name and email address

2015-12-11 Thread Jagan Teki
On 7 December 2015 at 12:32, Masahiro Yamada wrote: > 2015-12-07 15:54 GMT+09:00 Jagan Teki : >> Used quite different name's and e-mail address, all of >> them mapped to standard name and e-mail address. >> >> Cc: Tom Rini >> Cc: Masahiro Yamada >> Signed-off-by: Jagan Teki >> --- >> Changes fo

[U-Boot] [PATCH v3] imx_common: check for Serial Downloader in spl_boot_device

2015-12-11 Thread Stefano Babic
Check for bmode before reading the boot device to check if a serial downloader is started, and returns UART if the serial downloader is set, letting SPL to wait for an image if CONFIG_SPL_YMODEM_SUPPORT is set. This allows to load again a SPL based board with imx_usb_loader together with a tool su

Re: [U-Boot] [PATCH] spi: xilinx: Add new compatible strings

2015-12-11 Thread Jagan Teki
On 11 December 2015 at 17:11, Michal Simek wrote: > Add xlnx,xps-spi-2.00.a/b which is compatible string > listed in the Linux kernel. > Remove origin one which has no real background. > > Signed-off-by: Michal Simek > --- > > drivers/spi/xilinx_spi.c | 3 ++- > 1 file changed, 2 insertions(+),

[U-Boot] [PATCH v10 02/14] sf: Move spi_flash_scan code to sf_ops

2015-12-11 Thread Jagan Teki
Intension is that sf_ops should deals all spi_flash related stuff and sf_probe (which should renamed future) should be an interface layer for spi_flash versus spi drivers. sf_ops => spi_flash interface sf_probe => interface layer vs spi_flash(sf_probe) to spi drivers Tested-by: Jagan Teki Tested

[U-Boot] [PATCH v10 01/14] sf: spi_flash_validate_params => spi_flash_scan

2015-12-11 Thread Jagan Teki
Rename spi_flash_validate_params to spi_flash_scan as this code not only deals with params setup but also configure all spi_flash attributes. And also moved all flash related code into spi_flash_scan for future functionality addition. Tested-by: Jagan Teki Tested-by: Bin Meng Reviewed-by: Bin M

Re: [U-Boot] [PATCH 1/2] spl: dm: Add SPL_DM_SEQ_ALIAS config option

2015-12-11 Thread Michal Simek
On 11.12.2015 16:07, Marek Vasut wrote: > On Friday, December 11, 2015 at 03:48:09 PM, Nathan Rossi wrote: >> The Device Model sequence alias feature is required by some Uclasses. >> Instead of disabling the feature for all SPL targets allow it to be >> configured. >> >> The config option is disabl

Re: [U-Boot] [PATCH 1/2] spl: dm: Add SPL_DM_SEQ_ALIAS config option

2015-12-11 Thread Simon Glass
On 11 December 2015 at 07:48, Nathan Rossi wrote: > > The Device Model sequence alias feature is required by some Uclasses. > Instead of disabling the feature for all SPL targets allow it to be > configured. > > The config option is disabled by default to reduce code size for targets > that are no

Re: [U-Boot] [PATCH] ARM: Disable "DISCARD" for secure section if CONFIG_ARMV7_SECURE_BASE isn't defined

2015-12-11 Thread Dongsheng Wang
Hi Tom, > On Fri, Dec 11, 2015 at 10:15:03AM +, Dongsheng Wang wrote: > > Hi Tom, > > > > Thanks for your review. > > > > > On Thu, Dec 10, 2015 at 10:49:01AM +0800, Dongsheng Wang wrote: > > > > > > > From: Wang Dongsheng > > > > > > > > Fix PSCI hang up without CONFIG_ARMV7_SECURE_BASE defi

Re: [U-Boot] [PATCH V2 1/1] Revert "spi: fsl_qspi: Use GENMASK"

2015-12-11 Thread Jagan Teki
On 11 December 2015 at 20:58, Fabio Estevam wrote: > On Fri, Dec 11, 2015 at 1:24 PM, Marek Vasut wrote: >> On Friday, December 11, 2015 at 03:59:14 PM, Jagan Teki wrote: >>> On 11 December 2015 at 02:57, Troy Kisky >> wrote: >>> > If GENMASK is REALLY desired, it should be GENMASK(23,0) >>> > B

Re: [U-Boot] [PATCH 1/2] ns16550: update compatible and reg-shift binding

2015-12-11 Thread Stephen Warren
On 12/11/2015 12:08 AM, Thomas Chou wrote: Hi Stephen, On 2015年12月11日 13:35, Stephen Warren wrote: On 12/10/2015 10:08 PM, Thomas Chou wrote: Update compatible and reg-shift in device tree binding. Has this change been submitted to and accepted by the Linux kernel? That's where the official

Re: [U-Boot] [PATCH V2 1/1] Revert "spi: fsl_qspi: Use GENMASK"

2015-12-11 Thread Fabio Estevam
On Fri, Dec 11, 2015 at 1:24 PM, Marek Vasut wrote: > On Friday, December 11, 2015 at 03:59:14 PM, Jagan Teki wrote: >> On 11 December 2015 at 02:57, Troy Kisky > wrote: >> > If GENMASK is REALLY desired, it should be GENMASK(23,0) >> > But since GENMASK is obviously more confusing, let's just re

Re: [U-Boot] [PATCH V2 1/1] Revert "spi: fsl_qspi: Use GENMASK"

2015-12-11 Thread Marek Vasut
On Friday, December 11, 2015 at 03:59:14 PM, Jagan Teki wrote: > On 11 December 2015 at 02:57, Troy Kisky wrote: > > If GENMASK is REALLY desired, it should be GENMASK(23,0) > > But since GENMASK is obviously more confusing, let's just revert. > > > > This reverts commit bad490a24212c068c5b718b9

Re: [U-Boot] [PATCH 1/2] spl: dm: Add SPL_DM_SEQ_ALIAS config option

2015-12-11 Thread Marek Vasut
On Friday, December 11, 2015 at 03:48:09 PM, Nathan Rossi wrote: > The Device Model sequence alias feature is required by some Uclasses. > Instead of disabling the feature for all SPL targets allow it to be > configured. > > The config option is disabled by default to reduce code size for targets

Re: [U-Boot] [PATCH v9 01/14] sf: spi_flash_validate_params => spi_flash_scan

2015-12-11 Thread Bin Meng
Hi Jagan, On Fri, Dec 11, 2015 at 10:31 PM, Jagan Teki wrote: > Hi Bin, > > On 11 December 2015 at 19:46, Jagan Teki wrote: >> Rename spi_flash_validate_params to spi_flash_scan >> as this code not only deals with params setup but >> also configure all spi_flash attributes. >> >> And also moved

Re: [U-Boot] [PATCH v2] imx_common: check for Serial Downloader in spl_boot_device

2015-12-11 Thread Stefano Babic
Hi Eric, On 11/12/2015 15:40, Eric Nelson wrote: > Hi Stefano, > > On 12/11/2015 06:40 AM, Stefano Babic wrote: >> Check for bmode before reading the boot device >> to check if a serial downloader is started, >> and returns UART if the serial downloader is set, >> letting SPL to wait for an imag

Re: [U-Boot] [PATCH V2 1/1] Revert "spi: fsl_qspi: Use GENMASK"

2015-12-11 Thread Jagan Teki
On 11 December 2015 at 02:57, Troy Kisky wrote: > If GENMASK is REALLY desired, it should be GENMASK(23,0) > But since GENMASK is obviously more confusing, let's just revert. > > This reverts commit bad490a24212c068c5b718b9189f47ea4075d078. Sorry, just fix genmask why revert? because driver autho

[U-Boot] [PATCH] dm: core: Add option to configure an offset for the address translation

2015-12-11 Thread Stefan Roese
Some platforms need to ability to configure an offset to the standard addresses extracted from the device-tree. This patch allows this by adding a function to DM to configure this offset (if needed). Signed-off-by: Stefan Roese Cc: Simon Glass --- drivers/core/device.c | 33

[U-Boot] [PATCH 2/2] arm: zynq: Enable SPL_DM_SEQ_ALIAS for all Zynq configs

2015-12-11 Thread Nathan Rossi
This feature is required in SPL to enable support for loading from SPI flash when the device is booted from QSPI. Signed-off-by: Nathan Rossi Cc: Michal Simek --- configs/zynq_microzed_defconfig| 1 + configs/zynq_picozed_defconfig | 1 + configs/zynq_zc702_defconfig | 1 + config

[U-Boot] [PATCH 1/2] spl: dm: Add SPL_DM_SEQ_ALIAS config option

2015-12-11 Thread Nathan Rossi
The Device Model sequence alias feature is required by some Uclasses. Instead of disabling the feature for all SPL targets allow it to be configured. The config option is disabled by default to reduce code size for targets that are not interested or do not require this feature. Signed-off-by: Nat

[U-Boot] [PATCH 0/2] Change DM_SEQ_ALIAS to be configurable for SPL

2015-12-11 Thread Nathan Rossi
Add a config option for SPL_DM_SEQ_ALIAS and enable it for the Zynq targets which require it for SPI flash support in SPL. Nathan Rossi (2): spl: dm: Add SPL_DM_SEQ_ALIAS config option arm: zynq: Enable SPL_DM_SEQ_ALIAS for all Zynq configs configs/zynq_microzed_defconfig| 1 + configs/z

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

2015-12-11 Thread Simon Glass
Hi Tom, A few small things in my queue... The following changes since commit 8555dd88cd1a7b5dd1e76c111fe635a92223b98b: axs10x: add support of generic EHCI USB 2.0 controller (2015-12-08 17:29:56 +0300) are available in the git repository at: git://git.denx.de/u-boot-dm.git for you to fetc

[U-Boot] [PATCH v9 14/14] sf: Rename sf_ops.c to spi_flash.c

2015-12-11 Thread Jagan Teki
Since all spi_flash core operations are moved into sf_ops.c then it's better to renamed as spi_flash.c Reviewed-by: Bin Meng Reviewed-by: Simon Glass Signed-off-by: Jagan Teki --- Changes for v9: - Renamed spi-flash.c to spi_flash.c drivers/mtd/spi/Makefile|2 +- drivers/mtd/s

Re: [U-Boot] [PATCH v2] imx_common: check for Serial Downloader in spl_boot_device

2015-12-11 Thread Eric Nelson
Hi Stefano, On 12/11/2015 06:40 AM, Stefano Babic wrote: > Check for bmode before reading the boot device > to check if a serial downloader is started, > and returns UART if the serial downloader is set, > letting SPL to wait for an image if > CONFIG_SPL_YMODEM_SUPPORT is set. > > This allows to

Re: [U-Boot] [PATCH v8 14/14] sf: Rename sf_ops.c to spi-flash.c

2015-12-11 Thread Simon Glass
Hi Jagan, On 11 December 2015 at 00:02, Jagan Teki wrote: > On Friday 11 December 2015 12:21 PM, Bin Meng wrote: >> >> Hi Jagan, >> >> On Fri, Dec 11, 2015 at 2:28 PM, Jagan Teki wrote: >>> >>> >>> >>> On Friday 11 December 2015 11:53 AM, Bin Meng wrote: Hi Jagan, On Thu

Re: [U-Boot] [PATCH 6/6] arm: socfpga: socrates: Enabling mtd partitioning layout

2015-12-11 Thread Marek Vasut
On Friday, December 11, 2015 at 10:15:53 AM, Chin Liang See wrote: > Enabling mtd partitioning layout which indicate partition > for various boot partition > > Signed-off-by: Chin Liang See > Cc: Dinh Nguyen > Cc: Dinh Nguyen > Cc: Pavel Machek > Cc: Marek Vasut > Cc: Stefan Roese > --- > i

Re: [U-Boot] [PATCH 1/6] arm: socfpga: cyclone5-socdk: Enabling U-Boot environment in QSPI

2015-12-11 Thread Marek Vasut
On Friday, December 11, 2015 at 10:17:47 AM, Chin Liang See wrote: > Enabling the support of storing U-Boot environment > within serial NOR flash. By default, its still > store into SDMMC > > Signed-off-by: Chin Liang See > Cc: Dinh Nguyen > Cc: Dinh Nguyen > Cc: Pavel Machek > Cc: Marek Vasut

Re: [U-Boot] [PATCH 2/6] arm: socfpga: arria5-socdk: Enabling U-Boot environment in QSPI

2015-12-11 Thread Marek Vasut
On Friday, December 11, 2015 at 10:17:48 AM, Chin Liang See wrote: > Enabling the support of storing U-Boot environment > within serial NOR flash. By default, its still > store into SDMMC > > Signed-off-by: Chin Liang See > Cc: Dinh Nguyen > Cc: Dinh Nguyen > Cc: Pavel Machek > Cc: Marek Vasut

Re: [U-Boot] [PATCH 1/6] arm: socfpga: cyclone5-socdk: Enabling mtd partitioning layout

2015-12-11 Thread Marek Vasut
On Friday, December 11, 2015 at 10:15:48 AM, Chin Liang See wrote: > Enabling mtd partitioning layout which indicate partition > for various boot partition > > Signed-off-by: Chin Liang See > Cc: Dinh Nguyen > Cc: Dinh Nguyen > Cc: Pavel Machek > Cc: Marek Vasut > Cc: Stefan Roese > --- > i

Re: [U-Boot] [PATCH v9 01/14] sf: spi_flash_validate_params => spi_flash_scan

2015-12-11 Thread Jagan Teki
Hi Bin, On 11 December 2015 at 19:46, Jagan Teki wrote: > Rename spi_flash_validate_params to spi_flash_scan > as this code not only deals with params setup but > also configure all spi_flash attributes. > > And also moved all flash related code into > spi_flash_scan for future functionality addi

Re: [U-Boot] [PATCH 5/6] arm: socfpga: sockit: Enabling U-Boot environment in QSPI

2015-12-11 Thread Marek Vasut
On Friday, December 11, 2015 at 10:19:08 AM, Chin Liang See wrote: > Enabling the support of storing U-Boot environment > within serial NOR flash. By default, its still > store into SDMMC > > Signed-off-by: Chin Liang See > Cc: Dinh Nguyen > Cc: Dinh Nguyen > Cc: Pavel Machek > Cc: Marek Vasut

Re: [U-Boot] [PATCH 3/6] arm: socfpga: de0-nano-soc: Enabling U-Boot environment in QSPI

2015-12-11 Thread Marek Vasut
On Friday, December 11, 2015 at 10:19:06 AM, Chin Liang See wrote: > Enabling the support of storing U-Boot environment > within serial NOR flash. By default, its still > store into SDMMC > > Signed-off-by: Chin Liang See > Cc: Dinh Nguyen > Cc: Dinh Nguyen > Cc: Pavel Machek > Cc: Marek Vasut

Re: [U-Boot] [PATCH 4/6] arm: socfpga: mcvevk: Enabling mtd partitioning layout

2015-12-11 Thread Marek Vasut
On Friday, December 11, 2015 at 10:15:51 AM, Chin Liang See wrote: > Enabling mtd partitioning layout which indicate partition > for various boot partition > > Signed-off-by: Chin Liang See > Cc: Dinh Nguyen > Cc: Dinh Nguyen > Cc: Pavel Machek > Cc: Marek Vasut > Cc: Stefan Roese > --- > i

Re: [U-Boot] [PATCH] arm: socfpga: Enable ubi and ubifs support

2015-12-11 Thread Marek Vasut
On Friday, December 11, 2015 at 10:25:59 AM, Chin Liang See wrote: > Hi Marek, > > On Fri, 2015-12-11 at 17:19 +0800, Chin Liang See wrote: > > When QSPI and NAND is enabled, the ubi and ubifs support > > will be enabled too. > > > > Signed-off-by: Chin Liang See > > Cc: Dinh Nguyen > > Cc: Din

Re: [U-Boot] [PATCH 6/6] arm: socfpga: socrates: Enabling U-Boot environment in QSPI

2015-12-11 Thread Marek Vasut
On Friday, December 11, 2015 at 10:19:09 AM, Chin Liang See wrote: > Enabling the support of storing U-Boot environment > within serial NOR flash. By default, its still > store into SDMMC > > Signed-off-by: Chin Liang See > Cc: Dinh Nguyen > Cc: Dinh Nguyen > Cc: Pavel Machek > Cc: Marek Vasut

Re: [U-Boot] [PATCH 5/6] arm: socfpga: sockit: Enabling mtd partitioning layout

2015-12-11 Thread Marek Vasut
On Friday, December 11, 2015 at 10:15:52 AM, Chin Liang See wrote: > Enabling mtd partitioning layout which indicate partition > for various boot partition > > Signed-off-by: Chin Liang See > Cc: Dinh Nguyen > Cc: Dinh Nguyen > Cc: Pavel Machek > Cc: Marek Vasut > Cc: Stefan Roese > --- > i

Re: [U-Boot] [PATCH 4/6] arm: socfpga: mcvevk: Enabling U-Boot environment in QSPI

2015-12-11 Thread Marek Vasut
On Friday, December 11, 2015 at 10:19:07 AM, Chin Liang See wrote: > Enabling the support of storing U-Boot environment > within serial NOR flash. By default, its still > store into SDMMC > > Signed-off-by: Chin Liang See > Cc: Dinh Nguyen > Cc: Dinh Nguyen > Cc: Pavel Machek > Cc: Marek Vasut

Re: [U-Boot] [PATCH 3/6] arm: socfpga: de0-nano-soc: Enabling mtd partitioning layout

2015-12-11 Thread Marek Vasut
On Friday, December 11, 2015 at 10:15:50 AM, Chin Liang See wrote: > Enabling mtd partitioning layout which indicate partition > for various boot partition > > Signed-off-by: Chin Liang See > Cc: Dinh Nguyen > Cc: Dinh Nguyen > Cc: Pavel Machek > Cc: Marek Vasut > Cc: Stefan Roese > --- > i

[U-Boot] [PATCH v9 02/14] sf: Move spi_flash_scan code to sf_ops

2015-12-11 Thread Jagan Teki
Intension is that sf_ops should deals all spi_flash related stuff and sf_probe (which should renamed future) should be an interface layer for spi_flash versus spi drivers. sf_ops => spi_flash interface sf_probe => interface layer vs spi_flash(sf_probe) to spi drivers Tested-by: Jagan Teki Tested

[U-Boot] [PATCH v9 01/14] sf: spi_flash_validate_params => spi_flash_scan

2015-12-11 Thread Jagan Teki
Rename spi_flash_validate_params to spi_flash_scan as this code not only deals with params setup but also configure all spi_flash attributes. And also moved all flash related code into spi_flash_scan for future functionality addition. Tested-by: Jagan Teki Tested-by: Bin Meng Reviewed-by: Bin M

Re: [U-Boot] Samsung I2C driver

2015-12-11 Thread Przemyslaw Marczak
Hi, On 12/11/2015 04:04 AM, Simon Glass wrote: +David, who is the vcma9 maintainer. Hi Przemyslaw, On 7 December 2015 at 07:00, Przemyslaw Marczak wrote: Hello Simon, On 12/07/2015 02:07 PM, Simon Glass wrote: Hi Przemyslaw, At present this driver has a few implementations and supports

[U-Boot] Please pull u-boot-sunxi master

2015-12-11 Thread Hans de Goede
Hi Tom, Here is another sunxi pull-req for v2016.01, highlights: -Add support for A83 SoC -Misc. small bugfixes The following changes since commit 789fa275b3750e60c60cb3d18eabc9467892c257: x86: Remove HAVE_ACPI_RESUME (2015-12-09 17:44:56 +0800) are available in the git repository at: ht

Re: [U-Boot] [PATCH 5/8] mips: dbau1x00: move CONFIG_SYS_TEXT_BASE away from config.mk

2015-12-11 Thread Daniel Schwierzeck
Am 11.12.2015 um 04:22 schrieb Masahiro Yamada: > We can delete board/dbau1x00/config.mk by moving the define of > CONFIG_SYS_TEXT_BASE to somewhere else. Other MIPS boards are > still defining it in include/config/${BOARD}.h, so I am following > that way here. > > Signed-off-by: Masahiro Yamad

Re: [U-Boot] [PATCH 6/8] mips: pb1x00: move CONFIG_SYS_TEXT_BASE away from config.mk

2015-12-11 Thread Daniel Schwierzeck
Am 11.12.2015 um 04:22 schrieb Masahiro Yamada: > We can delete board/pb1x00/config.mk by moving the define of > CONFIG_SYS_TEXT_BASE to somewhere else. Other MIPS boards are > still defining it in include/config/${BOARD}.h, so I am following > that way here. > > Signed-off-by: Masahiro Yamada

Re: [U-Boot] [PATCH 4/8] mips: vct: move CONFIG_SYS_TEXT_BASE away from config.mk

2015-12-11 Thread Daniel Schwierzeck
Am 11.12.2015 um 04:22 schrieb Masahiro Yamada: > We can delete board/micronas/vct/config.mk by moving the define of > CONFIG_SYS_TEXT_BASE to somewhere else. Other MIPS boards are > still defining it in include/config/${BOARD}.h, so I am following > that way here. > > Signed-off-by: Masahir

[U-Boot] [PATCH v2] imx_common: check for Serial Downloader in spl_boot_device

2015-12-11 Thread Stefano Babic
Check for bmode before reading the boot device to check if a serial downloader is started, and returns UART if the serial downloader is set, letting SPL to wait for an image if CONFIG_SPL_YMODEM_SUPPORT is set. This allows to load again a SPL based board with imx_usb_loader together with a tool su

Re: [U-Boot] [PATCH] dm: core: Add platform specific bus translation function

2015-12-11 Thread Simon Glass
HI Stefan, On 10 December 2015 at 22:54, Stefan Roese wrote: > > Hi Simon, > > > On 11.12.2015 05:45, Stefan Roese wrote: >> >> Hi Simon, >> >> On 10.12.2015 16:36, Simon Glass wrote: >>> >>> Hi Stefan, >>> >>> On 9 December 2015 at 23:58, Stefan Roese wrote: Hi Simon, O

Re: [U-Boot] [PATCH] buildman: README: add links for toolchains not available on kernel.org

2015-12-11 Thread Simon Glass
Applied to u-boot-dm, thanks! ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH] dm: serial: Minor coding style cleanup of some comments

2015-12-11 Thread Simon Glass
Applied to u-boot-dm, thanks! ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH] dm: core: Fix Kconfig text to mention SPL in SPL_OF_TRANSLATE

2015-12-11 Thread Simon Glass
Applied to u-boot-dm, thanks! ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] Odroid U3 not able to boot using latest u-boot.

2015-12-11 Thread Przemyslaw Marczak
Hello Anand, On 12/11/2015 01:48 PM, Anand Moon wrote: Hi Przemyslaw, I have give it a try to put latest u-boot on my microsdcard u-boot and it failed to boot. Could you help me out on this. U-Boot 2016.01-rc2-25762-g00502fe (Dec 11 2015 - 17:49:34 +0530) CPU: Exynos4412 @ 1 GHz Model: Odro

Re: [U-Boot] is it worth contributing a SATA SIL3512 driver to u-boot?

2015-12-11 Thread Michal Suchanek
On 11 December 2015 at 13:16, Robert P. J. Day wrote: > On Thu, 10 Dec 2015, Fabio Estevam wrote: > >> On Thu, Dec 10, 2015 at 6:19 PM, Robert P. J. Day >> wrote: >> >> > well, the contract i'm working on will be using it for porting linux >> > to a *lot* of older platforms so, technically, i'

Re: [U-Boot] Please pull from u-boot-i2c

2015-12-11 Thread Tom Rini
On Fri, Dec 11, 2015 at 06:33:37AM +0100, Heiko Schocher wrote: > Hello Tom, > > please pull from u-boot-i2c master > > The following changes since commit 789fa275b3750e60c60cb3d18eabc9467892c257: > > x86: Remove HAVE_ACPI_RESUME (2015-12-09 17:44:56 +0800) > > are available in the git repos

Re: [U-Boot] [PATCH] ARM: Disable "DISCARD" for secure section if CONFIG_ARMV7_SECURE_BASE isn't defined

2015-12-11 Thread Tom Rini
On Fri, Dec 11, 2015 at 10:15:03AM +, Dongsheng Wang wrote: > Hi Tom, > > Thanks for your review. > > > On Thu, Dec 10, 2015 at 10:49:01AM +0800, Dongsheng Wang wrote: > > > > > From: Wang Dongsheng > > > > > > Fix PSCI hang up without CONFIG_ARMV7_SECURE_BASE define. > > > "DISCARD" will r

[U-Boot] [PATCH 4/6] microblaze: Remove CONFIG_FIT from board file

2015-12-11 Thread Michal Simek
And enable it via defconfig by default. Signed-off-by: Michal Simek --- configs/microblaze-generic_defconfig | 2 ++ include/configs/microblaze-generic.h | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/configs/microblaze-generic_defconfig b/configs/microblaze-generic_defco

[U-Boot] [PATCH 5/6] microblaze: Move CONFIG_NETCONSOLE to Kconfig

2015-12-11 Thread Michal Simek
Cleanup board file. Signed-off-by: Michal Simek --- configs/microblaze-generic_defconfig | 1 + include/configs/microblaze-generic.h | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/microblaze-generic_defconfig b/configs/microblaze-generic_defconfig index 29acb063ee8

[U-Boot] [PATCH 6/6] microblaze: Remove empty file - cpu.c

2015-12-11 Thread Michal Simek
No need to have empty unused file in architecture code. Signed-off-by: Michal Simek --- arch/microblaze/cpu/Makefile | 2 +- arch/microblaze/cpu/cpu.c| 9 - 2 files changed, 1 insertion(+), 10 deletions(-) delete mode 100644 arch/microblaze/cpu/cpu.c diff --git a/arch/microblaze/c

[U-Boot] [PATCH 2/6] microblaze: Move eth configuration to Kconfig

2015-12-11 Thread Michal Simek
Cleanup board specific file. Signed-off-by: Michal Simek --- configs/microblaze-generic_defconfig | 3 +++ include/configs/microblaze-generic.h | 14 -- 2 files changed, 3 insertions(+), 14 deletions(-) diff --git a/configs/microblaze-generic_defconfig b/configs/microblaze-generi

[U-Boot] [PATCH 0/6] Various microblaze cleanups

2015-12-11 Thread Michal Simek
Hi, This patch series depends on all previous series. All these patches will be available in git://git.denx.de/u-boot-microblaze.git also with patches which I am going to send now. Thanks, Michal Michal Simek (6): microblaze: Enable axi emac via Kconfig microblaze: Move eth configuration to

[U-Boot] [PATCH 3/6] microblaze: Remove systemace from board file

2015-12-11 Thread Michal Simek
Systemace is ancient IP which is not tested. Remove it from default configuration. Signed-off-by: Michal Simek --- include/configs/microblaze-generic.h | 15 --- 1 file changed, 15 deletions(-) diff --git a/include/configs/microblaze-generic.h b/include/configs/microblaze-generic.

[U-Boot] [PATCH 1/6] microblaze: Enable axi emac via Kconfig

2015-12-11 Thread Michal Simek
Enable driver by default for all platforms. Signed-off-by: Michal Simek --- configs/microblaze-generic_defconfig | 1 + include/configs/microblaze-generic.h | 6 +- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/configs/microblaze-generic_defconfig b/configs/microblaze-gene

Re: [U-Boot] is it worth contributing a SATA SIL3512 driver to u-boot?

2015-12-11 Thread Robert P. J. Day
On Thu, 10 Dec 2015, Fabio Estevam wrote: > On Thu, Dec 10, 2015 at 6:19 PM, Robert P. J. Day > wrote: > > > well, the contract i'm working on will be using it for porting linux > > to a *lot* of older platforms so, technically, i'm that user. :-) > > What I meant was: if you submit the SATA S

Re: [U-Boot] Samsung I2C driver

2015-12-11 Thread ELSOFT AG
Simon Glass wrote: > David are you able to move your board to driver model for i2c? To be frank, I don't know it (yet). Being a total DM novice, it is difficult for me to estimate the amount of effort needed to do the conversion. Is it really possible to convert just the I2C subsystem to DM and

[U-Boot] [PATCH 12/12] net: emaclite: Move emaclite to Kconfig

2015-12-11 Thread Michal Simek
Add PHYLIB and MII dependencies and enable it by default for Microblaze. Signed-off-by: Michal Simek --- board/xilinx/microblaze-generic/xparameters.h | 3 --- configs/microblaze-generic_defconfig | 2 +- drivers/net/Kconfig | 8 include/configs/micro

[U-Boot] [PATCH 11/12] net: emaclite: Move driver to DM

2015-12-11 Thread Michal Simek
Move driver to DM. Signed-off-by: Michal Simek --- .../xilinx/microblaze-generic/microblaze-generic.c | 21 --- board/xilinx/zynq/board.c | 20 --- configs/microblaze-generic_defconfig | 1 + drivers/net/xilinx_emaclite.c | 158 +++

[U-Boot] [PATCH 10/12] net: emaclite: Use indirect access in emaclite_recv

2015-12-11 Thread Michal Simek
When IP is configured with pong buffers, IP is receiving packets to ping and then to pong buffer and than ping again. Origin logic in the driver remains there that when ping buffer is free, pong buffer is checked too and return if both are free. Signed-off-by: Michal Simek --- Do you know macros

[U-Boot] [PATCH 09/12] net: emaclite: Use indirect reg access in send

2015-12-11 Thread Michal Simek
Origin logic in the driver was exchanging buffers which are used for sending packet and tx_ping and tx_pong buffers were exchanged all the time to ensure that IP has enough time to send the packet out. Based on this "feature" send function was using nextbuffertouse variable to save which buffer sho

[U-Boot] [PATCH 08/12] net: emaclite: Remove XEL_TSR_XMIT_ACTIVE_MASK flag

2015-12-11 Thread Michal Simek
This flag is not documented anywhere in the latest documentation that's why this patch removes it. Signed-off-by: Michal Simek --- drivers/net/xilinx_emaclite.c | 15 ++- 1 file changed, 2 insertions(+), 13 deletions(-) diff --git a/drivers/net/xilinx_emaclite.c b/drivers/net/xilin

[U-Boot] [PATCH 05/12] net: emaclite: Use indirect register access for tx_ping/pong

2015-12-11 Thread Michal Simek
Do initialization via indirect register access. Signed-off-by: Michal Simek --- drivers/net/xilinx_emaclite.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/drivers/net/xilinx_emaclite.c b/drivers/net/xilinx_emaclite.c index 654ad58cea3c..724b61e0b7e1 100644 --- a/driv

  1   2   >