Re: [U-Boot] [PATCH 23/33] x86: ivybridge: Add SATA init

2014-11-12 Thread Bin Meng
Hi Simon, On Wed, Nov 12, 2014 at 8:18 AM, Simon Glass s...@chromium.org wrote: Add code to set up the SATA interfaces on boot. Signed-off-by: Simon Glass s...@chromium.org --- arch/x86/cpu/ivybridge/Makefile | 1 + arch/x86/cpu/ivybridge/bd82x6x.c | 20 +++

Re: [U-Boot] [PATCH] arm: imx: make bmode command work with SPL/U-Boot combo

2014-11-12 Thread Stefano Babic
Hi Nikita, On 29/10/2014 18:28, Nikita Kiryanov wrote: The bmode command forces the SoC to use a specific boot device by writing its boot mode into SRC_GPR9, and notifying the SoC of the change using SRC_GPR10[28] bit: if the bit is on, bootROM uses the value in SRC_GPR9 instead of SRC_SMBR1

Re: [U-Boot] [PATCH] mx28evk: README: Revision C is also supported

2014-11-12 Thread Stefano Babic
On 10/11/2014 13:34, Fabio Estevam wrote: Adjust the text to mention that rev C of the board is also supported. Signed-off-by: Fabio Estevam fabio.este...@freescale.com --- Applied to u-boot-imx, thanks ! Best regards, Stefano Babic --

[U-Boot] [PATCH 1/3 v2] blackfin: rename bfin-twi_i2c driver to adi_i2c

2014-11-12 Thread Scott Jiang
Signed-off-by: Scott Jiang scott.jiang.li...@gmail.com --- drivers/i2c/Makefile |2 +- drivers/i2c/{bfin-twi_i2c.c = adi_i2c.c} |7 +++ include/configs/bct-brettl2.h |2 +- include/configs/bf518f-ezbrd.h|2 +-

[U-Boot] [PATCH 3/3 v2] blackfin: convert to use CONFIG_SYS_I2C framework

2014-11-12 Thread Scott Jiang
Signed-off-by: Scott Jiang scott.jiang.li...@gmail.com --- drivers/i2c/adi_i2c.c | 202 +++ include/configs/bct-brettl2.h |2 +- include/configs/bf518f-ezbrd.h |2 +- include/configs/bf526-ezbrd.h |2 +-

[U-Boot] [PATCH 2/3 v2] adi_i2c: convert to use general io accessors.

2014-11-12 Thread Scott Jiang
Signed-off-by: Scott Jiang scott.jiang.li...@gmail.com --- drivers/i2c/adi_i2c.c | 145 ++--- 1 file changed, 77 insertions(+), 68 deletions(-) diff --git a/drivers/i2c/adi_i2c.c b/drivers/i2c/adi_i2c.c index cb74062..71077c5 100644 ---

Re: [U-Boot] [PATCH 10/33] rtc: mc146818: Set up RTC at start of day

2014-11-12 Thread Wolfgang Denk
Dear Simon, In message 1415751501-23407-11-git-send-email-...@chromium.org you wrote: If the RTC needs to be cleared, write the U-Boot build date to it. In any case make sure the settings are correct. Is this really a good idea? Why writing the build date? It is as wrong as any other

Re: [U-Boot] [PATCH 29/33] x86: Add LAPIC setup code

2014-11-12 Thread Bin Meng
Hi Simon, On Wed, Nov 12, 2014 at 8:18 AM, Simon Glass s...@chromium.org wrote: Add code to set up the Local Advanced Peripheral Interrupt Controller. Signed-off-by: Simon Glass s...@chromium.org --- arch/x86/cpu/Makefile| 1 + arch/x86/cpu/lapic.c | 68

Re: [U-Boot] [PATCH] mx53loco: Change 'fdt_file' dynamically

2014-11-12 Thread Stefano Babic
Hi Fabio, On 10/11/2014 20:38, Fabio Estevam wrote: From: Fabio Estevam fabio.este...@freescale.com Since kernel 3.15 there are two dtb's for the imx53-qsb board: imx53-qsb.dtb - For the boards with DA9053 PMIC imx53-qsrb.dtb - For the boards with MC34708 PMIC Change the 'fdt_file'

Re: [U-Boot] [PATCH v4 5/7] imx6: add some flexibility for defining macros

2014-11-12 Thread Stefano Babic
Hi John, On 12/11/2014 01:15, John Tobias wrote: Hi Otavio, In iMX6DQ data sheet the stack address is 0x0093FFB8 (page 383). While, in iMX6SDL datasheet (page 393) is 0x0091FFB8. I admit that I should take a coffe, and after that maybe I can realize what you are saying. Anyway, it

[U-Boot] [PATCH] powerpc/b4860: Enable law creation of MAPLE

2014-11-12 Thread Shaveta Leekha
B4860, B4440, B4420 and B4220 have MAPLE, so enable law creation for them only Remove static LAW creation for MAPLE Signed-off-by: Shaveta Leekha shav...@freescale.com Signed-off-by: Sandeep Singh sand...@freescale.com Change-Id: I1d1d6e414617bb45ade5e5ab9134f0464763c034 Reviewed-on:

Re: [U-Boot] [PATCH v3 1/3] stv0991: Add basic stv0991 architecture support

2014-11-12 Thread Albert ARIBAUD
Hello Vikas, On Tue, 2 Sep 2014 15:04:48 -0700, Vikas Manocha vikas.mano...@st.com wrote: stv0991 architecture support added. It contains the support for following blocks - Timer - uart Signed-off-by: Vikas Manocha vikas.mano...@st.com --- Please add MAINTAINER information and rebase

Re: [U-Boot] [ANN] U-Boot v2015.01-rc1 released

2014-11-12 Thread Andreas Bießmann
Hi Tom, On 11/10/2014 10:29 PM, Tom Rini wrote: Hey all, I've pushed v2015.01-rc1 out to the repository and tarballs should exist soon. The merge window is now closed. Per both the min-summit and the follow up emails, I'm going to try and get into the every 2 week RC tagging groove.

Re: [U-Boot] [PATCH] arndale: Use config_distro_bootcmd.h

2014-11-12 Thread Albert ARIBAUD
Hello Ian, On Mon, 29 Sep 2014 11:24:32 +0100, Ian Campbell i...@hellion.org.uk wrote: From: Ian Campbell ian.campb...@citrix.com Signed-off-by: Ian Campbell ian.campb...@citrix.com --- include/configs/arndale.h | 38 +- 1 file changed, 29

Re: [U-Boot] [PATCH v3 7/8] imx6: SPL support for iMX6 SabreSD

2014-11-12 Thread Stefano Babic
Hi John, On 11/11/2014 18:15, John Tobias wrote: You add a new entry point here (spl_board_mmc_init), but why cannot you do this in the functions already supplied by SPL ? Why not in board_init_f ? When the spl_mmc_load_image function being called, it call mmc_initialize. By default, the

[U-Boot] [PATCH 3/3] B4860: Add alternate LC VCO serdes protocols support in board file

2014-11-12 Thread Shaveta Leekha
Add the support of newly added LC VCO SerDes protocols for configuration of IDT and VSC crossbar Signed-off-by: Shaveta Leekha shav...@freescale.com Signed-off-by: Poonam Aggrwal poonam.aggr...@freescale.com Change-Id: I16ad23e2cbea3b0a232a153984d5126bc79ddd26 Reviewed-on:

[U-Boot] [PATCH 1/3] 85xx/b4860: Add alternate serdes protocols for B4860/B4420

2014-11-12 Thread Shaveta Leekha
Addded Alternate options with LC VCO for following protocols: 0x02 -- 0x01 0x08 -- 0x07 0x18 -- 0x17 0x1E -- 0x1D 0x49 -- 0x48 0x6F -- 0x6E 0x9A -- 0x99 0x9E -- 0x9D Signed-off-by: Shaveta Leekha shav...@freescale.com Signed-off-by: Poonam Aggrwal poonam.aggr...@freescale.comi Change-Id:

Re: [U-Boot] [PATCH 04/19] dm: pmic: add implementation of driver model pmic uclass

2014-11-12 Thread Przemyslaw Marczak
Hello Simon, On 11/06/2014 11:34 PM, Simon Glass wrote: Hi, On 20 October 2014 09:51, Przemyslaw Marczak p.marc...@samsung.com wrote: Hello, ... snip ... Thank you again. I'm going to check the i2c-working tree and maybe rebase the dm-pmic onto it. Is it good idea? Sounds good. Once

[U-Boot] [PATCH 2/3] B4860QDS: SGMII related updates

2014-11-12 Thread Shaveta Leekha
- Enable SGMII support for 0x8d Serdes 2 protocol. - Correct Phy address for DTSECx for 0x8d/0xb2 Serdes 2 protocol. - Updated debug statement - Add Alternate LC VCO protocols(0x8d--0x8c, 0xb2--0xb1) - Rename onboard PHY address defines for more readability - Add these new

[U-Boot] [PATCH 1/3] 85xx/b4860: Add alternate serdes protocols for B4860/B4420

2014-11-12 Thread Shaveta Leekha
Addded Alternate options with LC VCO for following protocols: 0x02 -- 0x01 0x08 -- 0x07 0x18 -- 0x17 0x1E -- 0x1D 0x49 -- 0x48 0x6F -- 0x6E 0x9A -- 0x99 0x9E -- 0x9D Signed-off-by: Shaveta Leekha shav...@freescale.com Signed-off-by: Poonam Aggrwal poonam.aggr...@freescale.com Change-Id:

[U-Boot] [PATCH 1/3] 85xx/b4860: Add alternate serdes protocols for B4860/B4420

2014-11-12 Thread Shaveta Leekha
Addded Alternate options with LC VCO for following protocols: 0x02 -- 0x01 0x08 -- 0x07 0x18 -- 0x17 0x1E -- 0x1D 0x49 -- 0x48 0x6F -- 0x6E 0x9A -- 0x99 0x9E -- 0x9D Signed-off-by: Shaveta Leekha shav...@freescale.com Signed-off-by: Poonam Aggrwal poonam.aggr...@freescale.comi Change-Id:

[U-Boot] [PATCH 3/3] B4860: Add alternate LC VCO serdes protocols support in board file

2014-11-12 Thread Shaveta Leekha
Add the support of newly added LC VCO SerDes protocols for configuration of IDT and VSC crossbar Signed-off-by: Shaveta Leekha shav...@freescale.com Signed-off-by: Poonam Aggrwal poonam.aggr...@freescale.com Change-Id: I16ad23e2cbea3b0a232a153984d5126bc79ddd26 Reviewed-on:

[U-Boot] [PATCH 2/3] B4860QDS: SGMII related updates

2014-11-12 Thread Shaveta Leekha
- Enable SGMII support for 0x8d Serdes 2 protocol. - Correct Phy address for DTSECx for 0x8d/0xb2 Serdes 2 protocol. - Updated debug statement - Add Alternate LC VCO protocols(0x8d--0x8c, 0xb2--0xb1) - Rename onboard PHY address defines for more readability - Add these new

Re: [U-Boot] [PATCH] arndale: Use config_distro_bootcmd.h

2014-11-12 Thread Ian Campbell
On Wed, 2014-11-12 at 10:18 +0100, Albert ARIBAUD wrote: Hello Ian, On Mon, 29 Sep 2014 11:24:32 +0100, Ian Campbell i...@hellion.org.uk wrote: From: Ian Campbell ian.campb...@citrix.com Signed-off-by: Ian Campbell ian.campb...@citrix.com --- include/configs/arndale.h | 38

[U-Boot] [PATCH 2/2] arm: am335x: Enable CONFIG_SYS_NAND_USE_READY on siemens am33xx

2014-11-12 Thread Stefan Roese
Testing showed a small perfomance gain by using this ready pin to detect the NAND chip state. Here the values tested on Draco with Hynix 4GBit NAND: Without NAND ready pin: U-Boot# time nand read 8040 0 40 NAND read: device 0 offset 0x0, size 0x40 4194304 bytes read: OK time:

[U-Boot] [PATCH 1/2] mtd: nand: omap_gpmc: Add CONFIG_SYS_NAND_USE_READY to enable ready/busy

2014-11-12 Thread Stefan Roese
By defining CONFIG_SYS_NAND_USE_READY the GPMC NAND driver makes use of the ready pin / signal for busy / ready detection. This function is already available but currently only used in SPL. I don't see a reason to not use it in the main U-Boot as well. As it increases the NAND performance. I'm

[U-Boot] [PATCH] arm: am33xx: Handle NAND+I2C boot-device the same way as NAND

2014-11-12 Thread Stefan Roese
Re-map NANDI2C boot-device to the normal NAND boot-device. Otherwise the SPL boot IF can't handle this device correctly. Somehow booting with Hynix 4GBit NAND H27U4G8 on Siemens Draco leads to this boot-device passed to SPL from the BootROM. With this change, Draco boots just fine into main

Re: [U-Boot] [PATCH v2 2/2] imx: mx6q/dlsabreauto: And NAND flash support

2014-11-12 Thread Fabio Estevam
On Wed, Nov 12, 2014 at 4:02 AM, Ye.Li b37...@freescale.com wrote: The i.MX6Q/DL sabreauto board has one NAND socket, set the CONFIG_NAND_MXS and relevant NAND configurations to enable the MXS NAND flash driver. Add board level codes to set IOMUX and clock for GPMI-NAND and BCH module.

[U-Boot] [PATCH] sata: fix a bug in init_sata() for pci-sata card

2014-11-12 Thread Pengbo Li
Except the first loop, init_sata() should return 0 instead of 1 in the others. This patch fix the issue of the 2nd sata port not workable on pci-sata card. Signed-off-by: Pengbo Li pengbo...@freescale.com --- drivers/block/sata_sil.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff

[U-Boot] [PATCH v2] fs: make it possible to read the filesystem UUID

2014-11-12 Thread Christian Gmeiner
Some filesystems have a UUID stored in its superblock. To allow using root=UUID=... for the kernel command line we need a way to read-out the filesystem UUID. changes rfc - v1: - make the environment variable an option parameter. If not given, the UUID is printed out. If given, it is stored

[U-Boot] [PATCH v3] fs: make it possible to read the filesystem UUID

2014-11-12 Thread Christian Gmeiner
Some filesystems have a UUID stored in its superblock. To allow using root=UUID=... for the kernel command line we need a way to read-out the filesystem UUID. changes rfc - v1: - make the environment variable an option parameter. If not given, the UUID is printed out. If given, it is stored

Re: [U-Boot] [PATCH v2] test: ums: Add sleep before unmount directory

2014-11-12 Thread Lukasz Majewski
Hi Wolfgang, Dear Stephen, In message 545d40e1.2030...@wwwdotorg.org you wrote: My gut feeling is that there might be some USB driver error involved here. Where I've seen this is writing to an SD card in a USB-based SD card reader. I have a fairly regular amd64 machine

Re: [U-Boot] [PATCH v6 2/3] Odroid-XU3: Add support for Odroid-XU3

2014-11-12 Thread Lukasz Majewski
Hi Hyungwon, This patch adds support for Odroid-XU3. Signed-off-by: Hyungwon Hwang human.hw...@samsung.com Cc: Minkyu Kang mk7.k...@samsung.com Cc: Lukasz Majewski l.majew...@samsung.com --- Changes for v3: - Remove unnecessary node from DT file - Remove unnecessary features from config

Re: [U-Boot] [PATCH 1/2] mtd: denali: use CONFIG_SYS_NAND_SELF_INIT

2014-11-12 Thread Masahiro YAMADA
Hi Scott, 2014-11-12 12:06 GMT+09:00 Scott Wood scottw...@freescale.com: On Tue, 2014-11-11 at 22:05 +0900, Masahiro Yamada wrote: + /* + * If CONFIG_SYS_NAND_SELF_INIT is defined, each driver is responsible + * for instantiating struct nand_chip, while drivers/mtd/nand/nand.c

Re: [U-Boot] [PATCH 6/6] kbuild: Make scripts executable

2014-11-12 Thread Masahiro YAMADA
Hi Tom, Could you apply this too? http://lists.denx.de/pipermail/u-boot/2014-October/193497.html This is the last patch of the Kbuild updates series, but it was not listed on Patchwork because of no code-diff in it. 2014-10-30 11:06 GMT+09:00 Masahiro Yamada yamad...@jp.panasonic.com: The

Re: [U-Boot] [PATCH v2 04/11] fdt: Add device tree memory bindings

2014-11-12 Thread Simon Glass
Hi, On 27 October 2014 12:50, Simon Glass s...@chromium.org wrote: Hi Tom, On 27 October 2014 08:24, Tom Rini tr...@ti.com wrote: On Fri, Oct 24, 2014 at 02:04:00PM -0600, Simon Glass wrote: Hi Tom, On 24 October 2014 12:49, Tom Rini tr...@ti.com wrote: On Thu, Oct 23, 2014 at 06:58:50PM

Re: [U-Boot] [PATCH v2 2/4] x86: Do TSC MSR calibration only for known/supported CPUs

2014-11-12 Thread Simon Glass
Hi Bin, On 11 November 2014 18:16, Bin Meng bmeng...@gmail.com wrote: Hi Simon, On Wed, Nov 12, 2014 at 12:10 AM, Simon Glass s...@chromium.org wrote: Hi Bin, On 11 November 2014 01:25, Bin Meng bmeng...@gmail.com wrote: Hi Simon, On Tue, Nov 11, 2014 at 2:54 AM, Simon Glass

Re: [U-Boot] [PATCH 23/33] x86: ivybridge: Add SATA init

2014-11-12 Thread Simon Glass
Hi Bin, On 12 November 2014 01:03, Bin Meng bmeng...@gmail.com wrote: Hi Simon, On Wed, Nov 12, 2014 at 8:18 AM, Simon Glass s...@chromium.org wrote: Add code to set up the SATA interfaces on boot. Signed-off-by: Simon Glass s...@chromium.org --- arch/x86/cpu/ivybridge/Makefile

Re: [U-Boot] [PATCH 10/33] rtc: mc146818: Set up RTC at start of day

2014-11-12 Thread Simon Glass
Hi Wolfgang, On 12 November 2014 01:12, Wolfgang Denk w...@denx.de wrote: Dear Simon, In message 1415751501-23407-11-git-send-email-...@chromium.org you wrote: If the RTC needs to be cleared, write the U-Boot build date to it. In any case make sure the settings are correct. Is this really

Re: [U-Boot] [PATCH 04/19] dm: pmic: add implementation of driver model pmic uclass

2014-11-12 Thread Simon Glass
Hi Prezemyslaw, On 12 November 2014 03:29, Przemyslaw Marczak p.marc...@samsung.com wrote: Hello Simon, On 11/06/2014 11:34 PM, Simon Glass wrote: Hi, On 20 October 2014 09:51, Przemyslaw Marczak p.marc...@samsung.com wrote: Hello, ... snip ... Thank you again. I'm going to

Re: [U-Boot] [PATCH v6 1/3] exynos5: fix GPIO information of exynos5420

2014-11-12 Thread Lukasz Majewski
Hi Hyungwon, This patch fixes wrong GPIO information such as GPIO bank, table which is used to convert GPIO name to index, bank base address, and etc. Please check if you sent your patches as a plain text. To apply your patches without problems I had to use mbox from patchwork. (e.g.

Re: [U-Boot] [PATCH v2 35/40] ARM: Implement non-cached memory support

2014-11-12 Thread Simon Glass
Hi Stephen, On 24 October 2014 13:11, Stephen Warren swar...@wwwdotorg.org wrote: On 08/26/2014 09:34 AM, Thierry Reding wrote: From: Thierry Reding tred...@nvidia.com Implement an API that can be used by drivers to allocate memory from a pool that is mapped uncached. This is useful if

Re: [U-Boot] [PATCH] mx53loco: Change 'fdt_file' dynamically

2014-11-12 Thread Fabio Estevam
Hi Stefano, On Wed, Nov 12, 2014 at 6:19 AM, Stefano Babic sba...@denx.de wrote: Generally, I do not find a good idea to overwrite the environment in code. A user (I mean, a developer) becomes crazy if the environment he has previously set with setenv and saveenv has no worth, because some

Re: [U-Boot] [PATCH v6 3/3] Odroid-XU3: Add documentation for Odroid-XU3

2014-11-12 Thread Lukasz Majewski
Hi Hyungwon, This patch adds documentation for Odroid-XU3. This documentation is based on that of Odroid (doc/README-odroid) made by Przemyslaw Marczak. The documentation includes basic information about boot media layout, environment, partition layout, and the instruction to burn the u-boot

Re: [U-Boot] [PATCH v4 5/7] imx6: add some flexibility for defining macros

2014-11-12 Thread Bill Pringlemeir
On 12/11/2014 01:15, John Tobias wrote: In iMX6DQ data sheet the stack address is 0x0093FFB8 (page 383). While, in iMX6SDL datasheet (page 393) is 0x0091FFB8. On 12 Nov 2014, sba...@denx.de wrote: I admit that I should take a coffe, and after that maybe I can realize what you are saying.

Re: [U-Boot] [PATCH v3 7/8] imx6: SPL support for iMX6 SabreSD

2014-11-12 Thread John Tobias
Hi Stefano, That's fine.. I'll fix it. Regards, john On Wed, Nov 12, 2014 at 2:13 AM, Stefano Babic sba...@denx.de wrote: Hi John, On 11/11/2014 18:15, John Tobias wrote: You add a new entry point here (spl_board_mmc_init), but why cannot you do this in the functions already supplied by

Re: [U-Boot] [PATCH 7/9] net: rtl8169: Properly align buffers

2014-11-12 Thread Simon Glass
On 22 August 2014 03:15, Thierry Reding thierry.red...@gmail.com wrote: On Wed, Aug 20, 2014 at 01:29:57PM -0600, Stephen Warren wrote: On 08/18/2014 02:00 AM, Thierry Reding wrote: From: Thierry Reding tred...@nvidia.com RX and TX descriptor rings should be aligned to 256 byte boundaries.

Re: [U-Boot] [PATCH v2] test: ums: Add sleep before unmount directory

2014-11-12 Thread Wolfgang Denk
Dear Lukasz, In message 20141112152949.1fe6ce3c@amdc2363 you wrote: But this is a bug. Papering over is not a good idea. It should be analyzed, reported, and finally fixed. I've debugged the script with strace. Thanks a lot for that! The problem is with umount() syscall: ... I need

Re: [U-Boot] [ANN] U-Boot v2015.01-rc1 released

2014-11-12 Thread Tom Rini
On Wed, Nov 12, 2014 at 10:12:30AM +0100, Andreas Bießmann wrote: Hi Tom, On 11/10/2014 10:29 PM, Tom Rini wrote: Hey all, I've pushed v2015.01-rc1 out to the repository and tarballs should exist soon. The merge window is now closed. Per both the min-summit and the follow up

[U-Boot] [PATCH v6 3/5] kconfig: imx6: add SUPPORT_SPL

2014-11-12 Thread John Tobias
add SUPPORT_SPL feature for iMX6 SabreSD. It need to use mx6sabresd_spl_defconfig to compile it. Signed-off-by: John Tobias john.tobias...@gmail.com --- arch/arm/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 22eb2d5..ab0d284 100644 ---

[U-Boot] [PATCH v6 2/5] imx6: add data configuration file for SPL

2014-11-12 Thread John Tobias
It's a trim version of mx6q_4x_mt41j128.cfg. It just removed the related settings for DDR Signed-off-by: John Tobias john.tobias...@gmail.com --- board/freescale/mx6sabresd/mx6sabresd_spl.cfg | 58 +++ 1 file changed, 58 insertions(+) create mode 100644

[U-Boot] [PATCH v6 4/5] imx6: add spl in the header file

2014-11-12 Thread John Tobias
add the spl info in the header file. Also, added a macro statement in m6sabre_common.h to avoid compiler warning. Signed-off-by: John Tobias john.tobias...@gmail.com --- include/configs/mx6sabre_common.h | 2 ++ include/configs/mx6sabresd.h | 6 ++ 2 files changed, 8 insertions(+) diff

[U-Boot] [PATCH v6 0/5] iMX6 SabreSD SPL Support

2014-11-12 Thread John Tobias
This patch is for SPL support for iMX6 SabreSD. The said patches has been tested to work on SD2 and SD3 port of the said board. After applying the following patches, it will produces SPL and u-boot.img binary images. You should run the two commands below to store it in your SD or eMMC. sudo dd

[U-Boot] [PATCH v6 1/5] imx6: add spl config for mx6sabresd

2014-11-12 Thread John Tobias
add a build configuration file for mx6sabresd with spl support Signed-off-by: John Tobias john.tobias...@gmail.com --- configs/mx6sabresd_spl_defconfig | 5 + 1 file changed, 5 insertions(+) create mode 100644 configs/mx6sabresd_spl_defconfig diff --git a/configs/mx6sabresd_spl_defconfig

[U-Boot] [PATCH v6 5/5] imx6: SPL support for iMX6 SabreSD

2014-11-12 Thread John Tobias
This patch will enable the support for SPL on iMX6 SabreSD. It tested on SD2 and SD3 mmc port. It uses mx6dq_dram_iocfg and mx6_dram_cfg for ddr configuration. Signed-off-by: John Tobias john.tobias...@gmail.com --- board/freescale/mx6sabresd/mx6sabresd.c | 186 +++-

Re: [U-Boot] [PATCH 1/6] arm: socfpga: Add DW master SPI clock to clock_manager.c

2014-11-12 Thread Pavel Machek
On Fri 2014-11-07 13:50:29, Stefan Roese wrote: This function will be needed by the upcoming Designware master SPI driver. Signed-off-by: Stefan Roese s...@denx.de Cc: Chin Liang See cl...@altera.com Cc: Dinh Nguyen dingu...@altera.com Cc: Vince Bridgers vbrid...@altera.com Cc: Marek

Re: [U-Boot] [PATCH 2/6] arm: socfpga: Add socfpga_spim_enable() to reset_manager.c

2014-11-12 Thread Pavel Machek
On Fri 2014-11-07 13:50:30, Stefan Roese wrote: This function will be needed by the upcoming Designware master SPI driver. As the SPI master controller is held in reset by the current Preloader implementation. So we need to release the reset for the driver to communicate with the controller.

Re: [U-Boot] [PATCH 4/6] arm: socfpga: dts: Add spi0/1 dts nodes for the Designware master SPI devices

2014-11-12 Thread Pavel Machek
On Fri 2014-11-07 13:50:32, Stefan Roese wrote: Signed-off-by: Stefan Roese s...@denx.de Cc: Chin Liang See cl...@altera.com Cc: Dinh Nguyen dingu...@altera.com Cc: Vince Bridgers vbrid...@altera.com Cc: Marek Vasut ma...@denx.de Acked-by: Pavel Machek pa...@denx.de -- (english)

Re: [U-Boot] [PATCH 3/6] spi: Add designware master SPI DM driver used on SoCFPGA

2014-11-12 Thread Pavel Machek
Hi! You tripped my spell-checker, sorry. This patch adds the driver for the Designware master SPI controller. This IP core is integrated on the Altera SoCFPGA. This implementation is a driver model (DM) implementation. So multiple SPI drivers can be used. Thats necessary, since SoCFPGA also

Re: [U-Boot] [PATCH 5/6] arm: socfpga: dts: socrates: Add spi1/2 aliases needed DM SPI probing

2014-11-12 Thread Pavel Machek
On Fri 2014-11-07 13:50:33, Stefan Roese wrote: Without this alias, DM based probing does not work. So lets add this alias to get the bus numbering correct for the Designware SPI controllers. Signed-off-by: Stefan Roese s...@denx.de Cc: Chin Liang See cl...@altera.com Cc: Dinh Nguyen

Re: [U-Boot] [PATCH 6/6] arm: socfpga: Add Designware (DW) SPI support to config header

2014-11-12 Thread Pavel Machek
On Fri 2014-11-07 13:50:34, Stefan Roese wrote: Enable support for the DW master SPI controller in the config header for the SoCFPGA. This controller can only be enabled, if DT support is enabled. Signed-off-by: Stefan Roese s...@denx.de Cc: Chin Liang See cl...@altera.com Cc: Dinh Nguyen

Re: [U-Boot] [PATCH v3] arm: socfpga: Add DT support for SoCFPGA and add socfpga_socrates target

2014-11-12 Thread Pavel Machek
On Fri 2014-11-07 14:10:41, Stefan Roese wrote: This patch includes the latest DT sources for socfpga from the current Linux kernel. And enables CONFIG_OF_CONTROL for the new build target socfpga_socrates (the EBV SoCrates board) to make use of this new DT support. Until this patch, the

Re: [U-Boot] [PATCH v2] test: ums: Add sleep before unmount directory

2014-11-12 Thread Stephen Warren
On 11/12/2014 09:45 AM, Wolfgang Denk wrote: Dear Lukasz, In message 20141112152949.1fe6ce3c@amdc2363 you wrote: But this is a bug. Papering over is not a good idea. It should be analyzed, reported, and finally fixed. I've debugged the script with strace. Thanks a lot for that! The

Re: [U-Boot] [PATCH v6 0/5] iMX6 SabreSD SPL Support

2014-11-12 Thread Fabio Estevam
Hi John, On Wed, Nov 12, 2014 at 3:14 PM, John Tobias john.tobias...@gmail.com wrote: This patch is for SPL support for iMX6 SabreSD. The said patches has been tested to work on SD2 and SD3 port of the said board. After applying the following patches, it will produces SPL and u-boot.img

Re: [U-Boot] [ANN] U-Boot v2015.01-rc1 released

2014-11-12 Thread Nikita Kiryanov
Hi Tom, On 11/10/2014 11:29 PM, Tom Rini wrote: Hey all, I've pushed v2015.01-rc1 out to the repository and tarballs should exist soon. The merge window is now closed. Per both the min-summit and the follow up emails, I'm going to try and get into the every 2 week RC tagging groove. And,

Re: [U-Boot] [PATCH v6 0/5] iMX6 SabreSD SPL Support

2014-11-12 Thread John Tobias
Hi Fabio, Thanks for the info. Regards, john On Wed, Nov 12, 2014 at 10:19 AM, Fabio Estevam feste...@gmail.com wrote: Hi John, On Wed, Nov 12, 2014 at 3:14 PM, John Tobias john.tobias...@gmail.com wrote: This patch is for SPL support for iMX6 SabreSD. The said patches has been tested to

Re: [U-Boot] [ANN] U-Boot v2015.01-rc1 released

2014-11-12 Thread Tom Rini
On Wed, Nov 12, 2014 at 08:24:47PM +0200, Nikita Kiryanov wrote: Hi Tom, On 11/10/2014 11:29 PM, Tom Rini wrote: Hey all, I've pushed v2015.01-rc1 out to the repository and tarballs should exist soon. The merge window is now closed. Per both the min-summit and the follow up emails,

Re: [U-Boot] [PATCH v2] ARM: tegra: Add support for norrin board

2014-11-12 Thread Stephen Warren
On 11/11/2014 12:04 PM, Simon Glass wrote: From: Allen Martin amar...@nvidia.com Norrin (PM370) is a Tegra124 clamshell board that is very similar to venice2, but it has a different panel, the sdcard cd and wp sense are flipped, and it has a different revision of the AS3722 PMIC. This board is

Re: [U-Boot] [PATCH v2] ARM: tegra: Add support for norrin board

2014-11-12 Thread Stephen Warren
On 11/11/2014 12:04 PM, Simon Glass wrote: From: Allen Martin amar...@nvidia.com Norrin (PM370) is a Tegra124 clamshell board that is very similar to venice2, but it has a different panel, the sdcard cd and wp sense are flipped, and it has a different revision of the AS3722 PMIC. This board is

Re: [U-Boot] [PATCH v2] ARM: tegra: Add support for norrin board

2014-11-12 Thread Simon Glass
Hi Stephen, On 12 November 2014 11:59, Stephen Warren swar...@wwwdotorg.org wrote: On 11/11/2014 12:04 PM, Simon Glass wrote: From: Allen Martin amar...@nvidia.com Norrin (PM370) is a Tegra124 clamshell board that is very similar to venice2, but it has a different panel, the sdcard cd and

Re: [U-Boot] [PATCH v2] ARM: tegra: Add support for norrin board

2014-11-12 Thread Simon Glass
Hi Stephen, On 12 November 2014 11:57, Stephen Warren swar...@wwwdotorg.org wrote: On 11/11/2014 12:04 PM, Simon Glass wrote: From: Allen Martin amar...@nvidia.com Norrin (PM370) is a Tegra124 clamshell board that is very similar to venice2, but it has a different panel, the sdcard cd and

Re: [U-Boot] [PATCH v6 0/5] iMX6 SabreSD SPL Support

2014-11-12 Thread Nikolay Dimitrov
Hi John, On 11/12/2014 07:14 PM, John Tobias wrote: This patch is for SPL support for iMX6 SabreSD. The said patches has been tested to work on SD2 and SD3 port of the said board. After applying the following patches, it will produces SPL and u-boot.img binary images. Is it still possible to

Re: [U-Boot] [PATCH v6 0/5] iMX6 SabreSD SPL Support

2014-11-12 Thread Fabio Estevam
On Wed, Nov 12, 2014 at 6:42 PM, Nikolay Dimitrov picmas...@mail.bg wrote: Hi John, On 11/12/2014 07:14 PM, John Tobias wrote: This patch is for SPL support for iMX6 SabreSD. The said patches has been tested to work on SD2 and SD3 port of the said board. After applying the following

Re: [U-Boot] [PATCH 1/2] mtd: nand: omap_gpmc: Add CONFIG_SYS_NAND_USE_READY to enable ready/busy

2014-11-12 Thread Scott Wood
On Wed, 2014-11-12 at 11:53 +0100, Stefan Roese wrote: By defining CONFIG_SYS_NAND_USE_READY the GPMC NAND driver makes use of the ready pin / signal for busy / ready detection. This function is already available but currently only used in SPL. I don't see a reason to not use it in the main

Re: [U-Boot] [PATCH v6 0/5] iMX6 SabreSD SPL Support

2014-11-12 Thread Nikolay Dimitrov
Hi Fabio, On 11/12/2014 10:45 PM, Fabio Estevam wrote: On Wed, Nov 12, 2014 at 6:42 PM, Nikolay Dimitrov picmas...@mail.bg wrote: Hi John, On 11/12/2014 07:14 PM, John Tobias wrote: This patch is for SPL support for iMX6 SabreSD. The said patches has been tested to work on SD2 and SD3 port

Re: [U-Boot] [ANN] U-Boot v2015.01-rc1 released

2014-11-12 Thread Tom Rini
On Wed, Nov 12, 2014 at 12:04:39PM -0500, Tom Rini wrote: On Wed, Nov 12, 2014 at 10:12:30AM +0100, Andreas Bießmann wrote: Hi Tom, On 11/10/2014 10:29 PM, Tom Rini wrote: Hey all, I've pushed v2015.01-rc1 out to the repository and tarballs should exist soon. The merge

Re: [U-Boot] [PATCH v6 0/5] iMX6 SabreSD SPL Support

2014-11-12 Thread Fabio Estevam
Hi John, On Wed, Nov 12, 2014 at 4:19 PM, Fabio Estevam feste...@gmail.com wrote: Hi John, On Wed, Nov 12, 2014 at 3:14 PM, John Tobias john.tobias...@gmail.com wrote: This patch is for SPL support for iMX6 SabreSD. The said patches has been tested to work on SD2 and SD3 port of the said

Re: [U-Boot] [PATCH v6 0/5] iMX6 SabreSD SPL Support

2014-11-12 Thread John Tobias
Hi Fabio, Thanks for catching it. Regards, john On Wed, Nov 12, 2014 at 1:14 PM, Fabio Estevam feste...@gmail.com wrote: Hi John, On Wed, Nov 12, 2014 at 4:19 PM, Fabio Estevam feste...@gmail.com wrote: Hi John, On Wed, Nov 12, 2014 at 3:14 PM, John Tobias john.tobias...@gmail.com

Re: [U-Boot] [PATCH 1/2] mtd: nand: omap_gpmc: Add CONFIG_SYS_NAND_USE_READY to enable ready/busy

2014-11-12 Thread Tom Rini
On Wed, Nov 12, 2014 at 11:53:11AM +0100, Stefan Roese wrote: By defining CONFIG_SYS_NAND_USE_READY the GPMC NAND driver makes use of the ready pin / signal for busy / ready detection. This function is already available but currently only used in SPL. I don't see a reason to not use it in the

Re: [U-Boot] [PATCH v2 04/11] fdt: Add device tree memory bindings

2014-11-12 Thread Tom Rini
On Mon, Oct 27, 2014 at 12:50:39PM -0600, Simon Glass wrote: Hi Tom, On 27 October 2014 08:24, Tom Rini tr...@ti.com wrote: On Fri, Oct 24, 2014 at 02:04:00PM -0600, Simon Glass wrote: Hi Tom, On 24 October 2014 12:49, Tom Rini tr...@ti.com wrote: On Thu, Oct 23, 2014 at 06:58:50PM

Re: [U-Boot] [PATCH 2/2] spi: add common spi3 controller driver

2014-11-12 Thread Jagan Teki
Hi Scott, Sorry for the late response, Can you add the driver to dm-spi. Please see any info to doc/driver-model/spi-howto.txt Let me know for any inputs/questions. On 25 September 2014 14:55, Scott Jiang scott.jiang.li...@gmail.com wrote: SPI3 controller is not only used on BF609 platform.

Re: [U-Boot] [PATCH v2] test: ums: Add sleep before unmount directory

2014-11-12 Thread Lukasz Majewski
On Wed, 12 Nov 2014 11:11:33 -0700 Stephen Warren swar...@wwwdotorg.org wrote: On 11/12/2014 09:45 AM, Wolfgang Denk wrote: Dear Lukasz, In message 20141112152949.1fe6ce3c@amdc2363 you wrote: But this is a bug. Papering over is not a good idea. It should be analyzed, reported, and

Re: [U-Boot] [PATCH v2 04/11] fdt: Add device tree memory bindings

2014-11-12 Thread Simon Glass
Hi Tom, On 12 November 2014 14:42, Tom Rini tr...@ti.com wrote: On Mon, Oct 27, 2014 at 12:50:39PM -0600, Simon Glass wrote: Hi Tom, On 27 October 2014 08:24, Tom Rini tr...@ti.com wrote: On Fri, Oct 24, 2014 at 02:04:00PM -0600, Simon Glass wrote: Hi Tom, On 24 October 2014 12:49,

Re: [U-Boot] [RFC PATCH] sf: New SF-NOR framework

2014-11-12 Thread Marek Vasut
On Wednesday, November 12, 2014 at 01:19:02 AM, Jagan Teki wrote: On 12 November 2014 04:26, Marek Vasut ma...@denx.de wrote: On Tuesday, November 11, 2014 at 10:37:33 PM, Jagan Teki wrote: On 12 November 2014 02:52, Marek Vasut ma...@denx.de wrote: On Tuesday, November 11, 2014 at

Re: [U-Boot] [ANN] U-Boot v2015.01-rc1 released

2014-11-12 Thread Tom Rini
On Wed, Nov 12, 2014 at 04:10:06PM -0500, Tom Rini wrote: On Wed, Nov 12, 2014 at 12:04:39PM -0500, Tom Rini wrote: On Wed, Nov 12, 2014 at 10:12:30AM +0100, Andreas Bießmann wrote: Hi Tom, On 11/10/2014 10:29 PM, Tom Rini wrote: Hey all, I've pushed v2015.01-rc1 out to

[U-Boot] [PATCH v7 2/5] imx6: add data configuration file for SPL

2014-11-12 Thread John Tobias
It's a trim version of mx6q_4x_mt41j128.cfg. It just removed the related settings for DDR Signed-off-by: John Tobias john.tobias...@gmail.com --- board/freescale/mx6sabresd/mx6sabresd_spl.cfg | 58 +++ 1 file changed, 58 insertions(+) create mode 100644

[U-Boot] [PATCH v7 0/5] iMX6 SabreSD SPL Support

2014-11-12 Thread John Tobias
This patch is for SPL support for iMX6 SabreSD. The said patches has been tested to work on SD2 and SD3 port of the said board. It tested the non-spl version of uboot as well. After applying the following patches, it will produces SPL and u-boot.img binary images. You should run the two commands

[U-Boot] [PATCH v7 1/5] imx6: add spl config for mx6sabresd

2014-11-12 Thread John Tobias
add a build configuration file for mx6sabresd with spl support Signed-off-by: John Tobias john.tobias...@gmail.com --- configs/mx6sabresd_spl_defconfig | 5 + 1 file changed, 5 insertions(+) create mode 100644 configs/mx6sabresd_spl_defconfig diff --git a/configs/mx6sabresd_spl_defconfig

[U-Boot] [PATCH v7 5/5] imx6: SPL support for iMX6 SabreSD

2014-11-12 Thread John Tobias
This patch will enable the support for SPL on iMX6 SabreSD. It tested on SD2 and SD3 mmc port (Switch 1 or 2 of SW6) Signed-off-by: John Tobias john.tobias...@gmail.com --- board/freescale/mx6sabresd/mx6sabresd.c | 186 +++- 1 file changed, 184 insertions(+), 2

[U-Boot] [PATCH v7 3/5] kconfig: imx6: add SUPPORT_SPL

2014-11-12 Thread John Tobias
add SUPPORT_SPL feature for iMX6 SabreSD. It need to use mx6sabresd_spl_defconfig to compile it. Signed-off-by: John Tobias john.tobias...@gmail.com --- arch/arm/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 22eb2d5..ab0d284 100644 ---

[U-Boot] [PATCH v7 4/5] imx6: add spl in the header file

2014-11-12 Thread John Tobias
add the spl info in the header file. Also, added a macro statement in m6sabre_common.h to avoid compiler warning. Signed-off-by: John Tobias john.tobias...@gmail.com --- include/configs/mx6sabre_common.h | 2 ++ include/configs/mx6sabresd.h | 6 ++ 2 files changed, 8 insertions(+) diff

Re: [U-Boot] [PATCH v7 0/5] iMX6 SabreSD SPL Support

2014-11-12 Thread Fabio Estevam
On Wed, Nov 12, 2014 at 8:27 PM, John Tobias john.tobias...@gmail.com wrote: This patch is for SPL support for iMX6 SabreSD. The said patches has been tested to work on SD2 and SD3 port of the said board. It tested the non-spl version of uboot as well. After applying the following patches, it

Re: [U-Boot] [PATCH v2 38/40] net: rtl8169: Properly align buffers

2014-11-12 Thread Nobuhiro Iwamatsu
Hi, I tested on sh7785lcr board with this patch. This worked without any problems. Thanks. 2014-08-27 0:34 GMT+09:00 Thierry Reding thierry.red...@gmail.com: From: Thierry Reding tred...@nvidia.com RX and TX descriptor rings should be aligned to 256 byte boundaries. Use the

Re: [U-Boot] [PATCH 7/9] net: rtl8169: Properly align buffers

2014-11-12 Thread Nobuhiro Iwamatsu
Hi! I comment to latest patch. Best regards, Nobuhiro 2014-11-13 1:23 GMT+09:00 Simon Glass s...@chromium.org: On 22 August 2014 03:15, Thierry Reding thierry.red...@gmail.com wrote: On Wed, Aug 20, 2014 at 01:29:57PM -0600, Stephen Warren wrote: On 08/18/2014 02:00 AM, Thierry Reding

[U-Boot] [PATCH v3 0/30] ARM: tegra: Add PCIe support

2014-11-12 Thread Simon Glass
From: Thierry Reding treding at nvidia.com (Commit message updated by Simon Glass s...@chromium.org who is sending this series originally created by Thierry) This series adds PCIe support for Tegra20, Tegra30 and Tegra124. The size is mostly due to the large number of infrastructure that's added

Re: [U-Boot] [PATCH 7/9] net: rtl8169: Properly align buffers

2014-11-12 Thread Simon Glass
Hi Nobuhiro, On 12 November 2014 16:38, Nobuhiro Iwamatsu iwama...@nigauri.org wrote: Hi! I comment to latest patch. Best regards, Nobuhiro For me this one gives a warning, but I suppose the warning is correct. 2014-11-13 1:23 GMT+09:00 Simon Glass s...@chromium.org: On 22 August

[U-Boot] [PATCH v3 03/30] pci: Honour pci_skip_dev()

2014-11-12 Thread Simon Glass
From: Thierry Reding tred...@nvidia.com When enumerating devices, honour the pci_skip_dev() function. This can be used by PCI controller drivers to restrict which devices will be probed. This is required by the NVIDIA Tegra PCIe controller driver, which will fail with a data abort exception if

[U-Boot] [PATCH v3 02/30] pci: Abort early if bus does not exist

2014-11-12 Thread Simon Glass
From: Thierry Reding tred...@nvidia.com When listing the devices on a PCI bus, the current code will blindly try to access all devices. Internally this causes pci_bus_to_hose() to be repeatedly called and output an error message every time. Prevent this by calling pci_bus_to_hose() once and abort

[U-Boot] [PATCH v3 04/30] Add pr_fmt() macro

2014-11-12 Thread Simon Glass
From: Thierry Reding tred...@nvidia.com This macro can be overridden in source files (before including common.h) and can be used to specify a prefix for debug and error messages. An example of how to use this is shown below: #define pr_fmt(fmt) foo: fmt #include common.h

[U-Boot] [PATCH v3 01/30] vsprintf: Add modifier for phys_addr_t

2014-11-12 Thread Simon Glass
From: Thierry Reding tred...@nvidia.com Provide a new modifier to vsprintf() to print phys_addr_t variables to avoid having to cast or #ifdef when printing them out. The %pa modifier is used for this purpose, so phys_addr_t variables need to be passed by reference, like so: phys_addr_t

  1   2   3   >