Re: [U-Boot] [PATCHv3 2/3] driver/ddr/altera/: Add the sdram calibration portion

2015-05-22 Thread Stefan Roese
On 22.05.2015 04:43, Dinh Nguyen wrote: On 5/21/15 6:35 PM, Marek Vasut wrote: On Monday, May 18, 2015 at 09:36:48 PM, dingu...@opensource.altera.com wrote: From: Dinh Nguyen dingu...@opensource.altera.com This patch adds the DDR calibration portion of the Altera SDRAM driver.

Re: [U-Boot] [linux-sunxi] Re: Proposal to add NAND-boot support for Sunxi SPL

2015-05-22 Thread Michal Suchanek
On 21 May 2015 at 20:08, Hans de Goede hdego...@redhat.com wrote: Hi Roy, On 21-05-15 15:59, Roy Spliet wrote: The following patches take the work by Daniel Kochmánski, and make some heavy modifications for readability and functionality, based on Boris Brezillon's Linux driver. Tested on an

Re: [U-Boot] Ramdisk Error

2015-05-22 Thread Andreas Bießmann
Dear Gaurav Pathak, On 05/21/2015 02:01 PM, Andreas Bießmann wrote: Dear Gaurav Pathak, I'll verify that sama5d3xek is loading ramdisk larger than 4MiB with mainline U-Boot and post the results. The latest mainline does support loading 8MiB ramdisk on a sama5d3xek (sama5d34): ---8--- U-Boot

Re: [U-Boot] [PATCH 2/2] nand: sunxi: Add support for booting from internal NAND memory

2015-05-22 Thread Ian Campbell
On Fri, 2015-05-22 at 09:30 +0200, Hans de Goede wrote: Hi, On 21-05-15 21:02, Ian Campbell wrote: On Thu, 2015-05-21 at 20:39 +0200, Hans de Goede wrote: [...] Please create a struct reflecting the register layout and then initialize a ptr to this struct from the base-address and

Re: [U-Boot] Proposal to add NAND-boot support for Sunxi SPL

2015-05-22 Thread Roy Spliet
Hello, For my set-up I made use of Boris Brezillon's sunxi-nand tree[1], or actually I rebased his patches on top of 4.0rc7. This basically adds support for NAND-chip partitioning, ECC and randomisation. Docs for the DT specification in Documentation/devicetree/bindings/mtd/sunxi-nand.txt ,

Re: [U-Boot] [PATCH 0/10 v2] i.MX6: move duplicated options to mx6_common to standardise mx6 config

2015-05-22 Thread Stefano Babic
Hi Peter, On 22/05/2015 01:15, Peter Robinson wrote: Hi Stefano, Sorry for the delay, we're on the pointy end of the Fedora 22 release and that's been taking my time. Do not worry :-) On 11/05/2015 18:22, Peter Robinson wrote: For example, tqma6 defines CONFIG_SYS_TEXT_BASE. I agree

Re: [U-Boot] [PATCH 2/2] nand: sunxi: Add support for booting from internal NAND memory

2015-05-22 Thread Hans de Goede
Hi, On 21-05-15 21:02, Ian Campbell wrote: On Thu, 2015-05-21 at 20:39 +0200, Hans de Goede wrote: [...] Please create a struct reflecting the register layout and then initialize a ptr to this struct from the base-address and get register addresses this way, this is how we deal with this in

Re: [U-Boot] [PATCH v2 4/6] sunxi: Update sunxi-common.h to deal with different A1-SRAM base addr on sun9i

2015-05-22 Thread Ian Campbell
On Fri, 2015-05-22 at 00:27 +0200, Hans de Goede wrote: Hi, On 21-05-15 21:07, Ian Campbell wrote: On Wed, 2015-05-20 at 15:35 +0200, Hans de Goede wrote: The A1 SRAM Base differs between sun9i and the others, update sunxi-common.h to deal with this, so that we do not set the initial

Re: [U-Boot] [PATCH v2] wandboard: Add board revision detection support

2015-05-22 Thread Stefano Babic
Hi Fabio, On 22/05/2015 00:24, Fabio Estevam wrote: From: Fabio Estevam fabio.este...@freescale.com There are two revisions of wandboard: version B1 and C1. Add the revision detection support, so that the correct dtb file can be automatically loaded. Based on the patch from Richard Hu

Re: [U-Boot] pci: imx: display message if no pcie link

2015-05-22 Thread Scott Wood
On Fri, May 08, 2015 at 03:17:10PM -0700, Tim Harvey wrote: If CONFIG_PCI_SCAN_SHOW enabled then lets print a message of no link was detected. Signed-off-by: Tim Harvey thar...@gateworks.com --- drivers/pci/pcie_imx.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) Why was this

Re: [U-Boot] pci: imx: display message if no pcie link

2015-05-22 Thread Tom Rini
On Fri, May 22, 2015 at 03:50:39PM -0500, Scott Wood wrote: On Fri, May 08, 2015 at 03:17:10PM -0700, Tim Harvey wrote: If CONFIG_PCI_SCAN_SHOW enabled then lets print a message of no link was detected. Signed-off-by: Tim Harvey thar...@gateworks.com --- drivers/pci/pcie_imx.c | 4

Re: [U-Boot] [PATCH 08/10] imx6: standardise filesystem and boot options

2015-05-22 Thread Peter Robinson
On 22 May 2015 19:48, Soeren Moch sm...@web.de wrote: Move all standard filesystem, partition and fdt options to mx6_common. Signed-off-by: Peter Robinson pbrobinson at gmail.com http://lists.denx.de/mailman/listinfo/u-boot [...] diff --git a/include/configs/mx6_common.h

Re: [U-Boot] [PATCH] mx6sabresd: Enable HDMI video in bootargs

2015-05-22 Thread Nikolay Dimitrov
Hi Fabio, On 05/22/2015 10:28 PM, Fabio Estevam wrote: Hi Nikolay, On Fri, May 22, 2015 at 4:19 PM, Nikolay Dimitrov picmas...@mail.bg wrote: +#define VIDEO_ARGS video=mxcfb0:dev=hdmi,1280x720M@60,if=RGB24 \ + video=mxcfb1:off \ +

Re: [U-Boot] drivers/elbc:Memory leak fix

2015-05-22 Thread Scott Wood
On Wed, May 20, 2015 at 02:54:58PM +0530, Raghav Dogra wrote: Freeing allocated memory to priv before returning from the function Signed-off-by: Raghav Dogra rag...@freescale.com --- drivers/mtd/nand/fsl_elbc_nand.c | 1 + 1 file changed, 1 insertion(+) diff --git

[U-Boot] Please pull u-boot-fsl-qoriq master

2015-05-22 Thread York Sun
Tom, The following changes since commit 0e6b7a28243175ae0874d53b6e6e4eff8548d71f: Merge git://git.denx.de/u-boot-samsung (2015-05-18 09:15:15 -0400) are available in the git repository at: git://git.denx.de/u-boot-fsl-qoriq.git master for you to fetch changes up to

Re: [U-Boot] [PATCH] driver/ddr/fsl: Remove deskew_cntrl register

2015-05-22 Thread York Sun
On 04/28/2015 02:23 PM, York Sun wrote: This register is reserved and shouldn't have been exposed. Accessing it may have unexpected result on different SoCs. Signed-off-by: York Sun york...@freescale.com --- Applied to u-boot-fsl-qoriq master. Awaiting upstream. York

[U-Boot] [PATCH 1/4] dm: Sort the uclass IDs after the tegra/PMIC addition

2015-05-22 Thread Simon Glass
Tidy up the sort order again. Signed-off-by: Simon Glass s...@chromium.org Reported-by: Joe Hershberger joe.hershber...@gmail.com --- include/dm/uclass-id.h | 8 +++- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/include/dm/uclass-id.h b/include/dm/uclass-id.h index

[U-Boot] [PATCH 2/4] sandbox: dts: Sort the test.dts file a little

2015-05-22 Thread Simon Glass
There are some core test nodes near the beginning of the file which should be grouped together. But for other nodes, let's sort them. Signed-off-by: Simon Glass s...@chromium.org --- arch/sandbox/dts/test.dts | 48 +++ 1 file changed, 24

[U-Boot] [PATCH 4/4] sandbox: dts: Add the real-time-clock test nodes back in

2015-05-22 Thread Simon Glass
These were lost when the PMIC series was applied. Add them back so that the tests pass again. Reported-by: Joe Hershberger joe.hershber...@gmail.com Signed-off-by: Simon Glass s...@chromium.org --- arch/sandbox/dts/test.dts | 18 ++ 1 file changed, 18 insertions(+) diff --git

[U-Boot] [PATCH 3/4] sandbox: dts: Sort the sandbox.dts file

2015-05-22 Thread Simon Glass
Sort this by node name for easier browsing. Signed-off-by: Simon Glass s...@chromium.org --- arch/sandbox/dts/sandbox.dts | 106 ++- 1 file changed, 54 insertions(+), 52 deletions(-) diff --git a/arch/sandbox/dts/sandbox.dts

Re: [U-Boot] [PATCH] mx6sabresd: Enable HDMI video in bootargs

2015-05-22 Thread Fabio Estevam
Hi Nikolay, On Fri, May 22, 2015 at 7:19 PM, Nikolay Dimitrov picmas...@mail.bg wrote: Still - isn't the mainline kernel user expected to be able to use the HDMI interface of the board? Yes, and it works by default. No need to pass 'video=' arguments. Regards, Fabio Estevam

Re: [U-Boot] [PATCH V2 11/13] test: dm: test.dts - move to sandbox dts directory

2015-05-22 Thread Simon Glass
On 20 May 2015 at 02:47, Przemyslaw Marczak p.marc...@samsung.com wrote: Hi Joe, Simon, On 05/19/2015 11:14 PM, Simon Glass wrote: Hi Joe, On 19 May 2015 at 13:23, Joe Hershberger joe.hershber...@gmail.com wrote: Hi Simon, On Tue, May 19, 2015 at 2:21 PM, Joe Hershberger

Re: [U-Boot] [PATCH] arm: ls102xa: Adjust the load address of U-Boot for NOR boot

2015-05-22 Thread York Sun
On 04/21/2015 01:04 AM, Alison Wang wrote: The original load address of U-Boot is 0x67f8. The address space of NOR flash is 0x6000 to 0x67ff. It will cause the size of u-boot couldn't be larger than 512K. As more features are supported in u-boot, the size of u-boot is larger than

Re: [U-Boot] [PATCH] arm/ls1021a: Remove ccsr_ddr from immap_ls102xa.h

2015-05-22 Thread York Sun
On 04/29/2015 07:06 PM, Wang Huan-B18965 wrote: York, -Original Message- From: York Sun [mailto:york...@freescale.com] Sent: Thursday, April 30, 2015 1:36 AM To: u-boot@lists.denx.de Cc: Wang Huan-B18965; Sun York-R58495 Subject: [PATCH] arm/ls1021a: Remove ccsr_ddr from

Re: [U-Boot] pci: imx: display message if no pcie link

2015-05-22 Thread Tim Harvey
On Fri, May 22, 2015 at 1:50 PM, Scott Wood scottw...@freescale.com wrote: On Fri, May 08, 2015 at 03:17:10PM -0700, Tim Harvey wrote: If CONFIG_PCI_SCAN_SHOW enabled then lets print a message of no link was detected. Signed-off-by: Tim Harvey thar...@gateworks.com ---

Re: [U-Boot] [PATCH 1/4] dm: Sort the uclass IDs after the tegra/PMIC addition

2015-05-22 Thread Joe Hershberger
On Fri, May 22, 2015 at 4:42 PM, Simon Glass s...@chromium.org wrote: Tidy up the sort order again. Signed-off-by: Simon Glass s...@chromium.org Reported-by: Joe Hershberger joe.hershber...@gmail.com --- Acked-by: Joe Hershberger joe.hershber...@ni.com

Re: [U-Boot] [PATCH 4/4] sandbox: dts: Add the real-time-clock test nodes back in

2015-05-22 Thread Joe Hershberger
On Fri, May 22, 2015 at 4:42 PM, Simon Glass s...@chromium.org wrote: These were lost when the PMIC series was applied. Add them back so that the tests pass again. Reported-by: Joe Hershberger joe.hershber...@gmail.com Signed-off-by: Simon Glass s...@chromium.org --- Acked-by: Joe

Re: [U-Boot] drivers/elbc:Memory leak fix

2015-05-22 Thread Kushwaha Prabhakar
-Original Message- From: U-Boot [mailto:u-boot-boun...@lists.denx.de] On Behalf Of Scott Wood Sent: Saturday, May 23, 2015 1:57 AM To: Dogra Raghav-B46184 Cc: u-boot@lists.denx.de; Sun York-R58495 Subject: Re: [U-Boot] drivers/elbc:Memory leak fix On Wed, May 20, 2015 at

Re: [U-Boot] [PATCH 08/10] imx6: standardise filesystem and boot options

2015-05-22 Thread Soeren Moch
On 23.05.2015 01:06, Peter Robinson wrote: On 22 May 2015 19:48, Soeren Moch sm...@web.de mailto:sm...@web.de wrote: Move all standard filesystem, partition and fdt options to mx6_common. Signed-off-by: Peter Robinson pbrobinson at gmail.com http://gmail.com

Re: [U-Boot] u-boot compilation error for altera socfpga cyclon 5 if gpio included

2015-05-22 Thread Simon Glass
Hi, On 21 May 2015 at 04:51, Altunbas Sabri (DC-IA/EAH2) sabri.altun...@boschrexroth.de wrote: Hi, Thanks for response I suggest you cc me on your reply else I may miss it. I don't find this path in my u-boot. Perhaps I use u-boot-2013-01-01. I crated it and gpio.h in it. But it doesn't

Re: [U-Boot] [PATCH 2/4] sandbox: dts: Sort the test.dts file a little

2015-05-22 Thread Joe Hershberger
On Fri, May 22, 2015 at 4:42 PM, Simon Glass s...@chromium.org wrote: There are some core test nodes near the beginning of the file which should be grouped together. But for other nodes, let's sort them. Signed-off-by: Simon Glass s...@chromium.org --- Acked-by: Joe Hershberger

Re: [U-Boot] [PATCH] mx6sabresd: Enable HDMI video in bootargs

2015-05-22 Thread Nikolay Dimitrov
Hi Fabio, On 05/23/2015 01:25 AM, Fabio Estevam wrote: Hi Nikolay, On Fri, May 22, 2015 at 7:19 PM, Nikolay Dimitrov picmas...@mail.bg wrote: Still - isn't the mainline kernel user expected to be able to use the HDMI interface of the board? Yes, and it works by default. No need to pass

Re: [U-Boot] [PATCH v2] wandboard: Add board revision detection support

2015-05-22 Thread Vagrant Cascadian
On 2015-05-21, Fabio Estevam wrote: From: Fabio Estevam fabio.este...@freescale.com There are two revisions of wandboard: version B1 and C1. Add the revision detection support, so that the correct dtb file can be automatically loaded. Based on the patch from Richard Hu hak...@gmail.com.

Re: [U-Boot] drivers/ifc:Typecast argument to kfree

2015-05-22 Thread Scott Wood
On Wed, May 20, 2015 at 02:47:15PM +0530, Raghav Dogra wrote: kfree accepts the argument having type void * Typecasting priv to match it Signed-off-by: Raghav Dogra rag...@freescale.com --- drivers/mtd/nand/fsl_ifc_nand.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

Re: [U-Boot] pci: imx: display message if no pcie link

2015-05-22 Thread Scott Wood
On Fri, 2015-05-22 at 17:26 -0400, Tom Rini wrote: On Fri, May 22, 2015 at 03:50:39PM -0500, Scott Wood wrote: On Fri, May 08, 2015 at 03:17:10PM -0700, Tim Harvey wrote: If CONFIG_PCI_SCAN_SHOW enabled then lets print a message of no link was detected. Signed-off-by: Tim Harvey

[U-Boot] [PATCH] spl: spl_mmc: Error and count distinction

2015-05-22 Thread Paul Kocialkowski
This introduces a distinction between return codes that are read bytes counts and errors. Read bytes counts are erroneous when null (no data was read) while errors are erroneous when non-null. Signed-off-by: Paul Kocialkowski cont...@paulk.fr --- common/spl/spl_mmc.c | 33

Re: [U-Boot] Proposal to add NAND-boot support for Sunxi SPL

2015-05-22 Thread Roy Spliet
Hello Hans, Sorry for ignoring the second half of your question so far. Here's what's on my mind. Op 21-05-15 om 20:08 schreef Hans de Goede: Hi Roy, 2) What is the plan to add support for loading files from nand in u-boot proper, so that we can get (e.g.) extlinux.conf + kernel +dtb from a

Re: [U-Boot] [PATCH] spl: spl_mmc: fix mmc Falcon mode regression

2015-05-22 Thread Paul Kocialkowski
Le jeudi 21 mai 2015 à 15:57 -0700, Tim Harvey a écrit : 91199f4a5a21a7cf9dd9e7c05e295a042f8c2b7e broke mmc based Falcon mode. The block_read function returns the number of blocks read thus the error check needs to look for a return of 0 blocks read. Damn, it seems that I messed up return

[U-Boot] [PATCH 1/1] T102xRDB: Enable ifc nand ecc encode and decode

2015-05-22 Thread Raghav Dogra
From: Jaiprakash Singh b44...@freescale.com IFC nand ecc encode and decode mode are not correctly set in CSOR register during nand initialization.Enable ecc encode/decode in 4-bit mode Signed-off-by: Jaiprakash Singh b44...@freescale.com --- include/configs/T102xRDB.h |4 +++- 1 file

Re: [U-Boot] [PATCHv3 2/3] driver/ddr/altera/: Add the sdram calibration portion

2015-05-22 Thread Marek Vasut
On Friday, May 22, 2015 at 08:39:37 AM, Stefan Roese wrote: On 22.05.2015 04:43, Dinh Nguyen wrote: On 5/21/15 6:35 PM, Marek Vasut wrote: On Monday, May 18, 2015 at 09:36:48 PM, dingu...@opensource.altera.com wrote: From: Dinh Nguyen dingu...@opensource.altera.com This patch adds the

[U-Boot] spl: spl_mmc: Error and count distinction

2015-05-22 Thread Paul Kocialkowski
My previous commit: spl: spl_mmc: Clearer structure in spl_mmc_load_image and cosmetics introduced a regression due to a wrongly-checked return code, that represented a read bytes count and not an error. This was fixed by commit: spl: spl_mmc: fix mmc Falcon mode regression This commit aims to

Re: [U-Boot] [PATCH v2] fdt: Pass the device serial number through devicetree

2015-05-22 Thread Paul Kocialkowski
Le jeudi 21 mai 2015 à 14:32 -0600, Simon Glass a écrit : Hi Paul, On 21 May 2015 at 03:27, Paul Kocialkowski cont...@paulk.fr wrote: Before device-tree, the device serial number used to be passed to the kernel using ATAGs (on ARM). This is now deprecated and all the handover to the

[U-Boot] [PATCH v3 (RFC) 4/4] sunxi/nand: Add support for booting from internal NAND memory

2015-05-22 Thread Roy Spliet
From: Daniel Kochmański dkochman...@turtle-solutions.eu V2: - Rename config option - Move to separate driver - fix DMA directly into RAM - Many readability upgrades - Drop R32 and W32 macros in favour of readl/writel respectively - Use standard port controller methods for pinctl - Make many NAND

[U-Boot] [PATCH v3 (RFC) 3/4] sunxi: Match sun4i nand clock name with sun6i

2015-05-22 Thread Roy Spliet
Signed-off-by: Roy Spliet r.spl...@ultimaker.com --- arch/arm/include/asm/arch-sunxi/clock_sun4i.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/include/asm/arch-sunxi/clock_sun4i.h b/arch/arm/include/asm/arch-sunxi/clock_sun4i.h index c28ee05..fe3e92f 100644 ---

[U-Boot] [PATCH] meminfo cmd: Enable printing =4GiB SDRAM sizes

2015-05-22 Thread andrew
From: Andrew Bradford andrew.bradf...@kodakalaris.com gd-ram_size is stored as phys_size_t type which can be bigger than an unsigned long on some architectures. When using unsigned long type, SDRAM of 4GiB or larger will not print the correct size, but using phys_size_t will. Signed-off-by:

[U-Boot] [PATCH v3 (RFC) 1/4] sunxi/nand: change BLOCK_SIZE in mksunxiboot to match NAND block size

2015-05-22 Thread Roy Spliet
From: Daniel Kochmański dkochman...@turtle-solutions.eu This change is necessary to calculate correct checksum for NAND boot. Works both for MMC and NAND. Without it BROM rejects boot image as invalid (bad checksum). (Changes block size from 0x200 to 0x2000). V2: Document decision in source too

[U-Boot] [PATCH 1/1] T102xRDB: Enable ifc nand ecc encode and decode

2015-05-22 Thread Jaiprakash Singh
From: Jaiprakash Singh b44...@freescale.com IFC nand ecc encode and decode mode are not correctly set in CSOR register during nand initialization.Enable ecc encode/decode in 4-bit mode Signed-off-by: Jaiprakash Singh b44...@freescale.com --- include/configs/T102xRDB.h |4 +++- 1 file

[U-Boot] Marvell Armada XP u-boot from uart

2015-05-22 Thread Konstantin Lezhnyev
Is it possible to load and boot Marvell Armada XP u-boot completely from uart without spi or nand flash? I have custom board with MV78460 and clean flash memory. Regards, kon5t. ___ U-Boot mailing list U-Boot@lists.denx.de

Re: [U-Boot] Ramdisk Error

2015-05-22 Thread Gaurav Pathak
Hi Andreas, Thank you for your quick reply. I am using sam-ba utility for transferring images to RAM... What type of image(s)? I am using kernel image as uImage at address 2200, initrd.cpio at 2300 and dtb.bin at address 2100 and u-boot.bin at address 26F0. What was the

[U-Boot] [v3 (RFC)] Proposal to add NAND-boot support for Sunxi SPL

2015-05-22 Thread Roy Spliet
Hereby a v3 of the patches adding NAND support to SPL. Most noticably all the feedback has been addressed: tidy structs for NAND and DMA, timeouts on wait operations and more proper use of the CCU. Patches are marked RFC mostly because I'm still contemplating the implementation of a proper full

[U-Boot] [PATCH v3 (RFC) 2/4] sunxi: Add DMA definitions

2015-05-22 Thread Roy Spliet
Signed-off-by: Roy Spliet r.spl...@ultimaker.com --- arch/arm/include/asm/arch-sunxi/dma.h | 16 +++ arch/arm/include/asm/arch-sunxi/dma_sun4i.h | 68 + 2 files changed, 84 insertions(+) create mode 100644 arch/arm/include/asm/arch-sunxi/dma.h create mode

Re: [U-Boot] [PATCH] spl: spl_mmc: Error and count distinction

2015-05-22 Thread Tim Harvey
On Fri, May 22, 2015 at 3:45 AM, Paul Kocialkowski cont...@paulk.fr wrote: This introduces a distinction between return codes that are read bytes counts and errors. Read bytes counts are erroneous when null (no data was read) while errors are erroneous when non-null. Signed-off-by: Paul

Re: [U-Boot] Proposal to add NAND-boot support for Sunxi SPL

2015-05-22 Thread Hans de Goede
Hello Roy, On 22-05-15 12:12, Roy Spliet wrote: Hello Hans, Sorry for ignoring the second half of your question so far. Here's what's on my mind. Op 21-05-15 om 20:08 schreef Hans de Goede: Hi Roy, 2) What is the plan to add support for loading files from nand in u-boot proper, so that we

Re: [U-Boot] Marvell Armada XP u-boot from uart

2015-05-22 Thread Peter Robinson
On Fri, May 22, 2015 at 11:26 AM, Konstantin Lezhnyev konst...@gmail.com wrote: Is it possible to load and boot Marvell Armada XP u-boot completely from uart without spi or nand flash? I have custom board with MV78460 and clean flash memory. You can use kwboot I believe. Not sure all the

Re: [U-Boot] [PATCH v2 2/6] sunxi: Remove support for building old-fashioned fel binaries

2015-05-22 Thread Hans de Goede
Hi, On 21-05-15 21:04, Ian Campbell wrote: On Wed, 2015-05-20 at 15:35 +0200, Hans de Goede wrote: The latest versions of the fel tool support loading normal u-boot builds directly, and this is now the preferred way to use the fel boot method. Has sunxi-tools with that actually been

Re: [U-Boot] [PATCH v2 4/6] sunxi: Update sunxi-common.h to deal with different A1-SRAM base addr on sun9i

2015-05-22 Thread Hans de Goede
Hi, On 22-05-15 08:32, Ian Campbell wrote: On Fri, 2015-05-22 at 00:27 +0200, Hans de Goede wrote: Hi, On 21-05-15 21:07, Ian Campbell wrote: On Wed, 2015-05-20 at 15:35 +0200, Hans de Goede wrote: The A1 SRAM Base differs between sun9i and the others, update sunxi-common.h to deal with

[U-Boot] [PATCH 1/7] arm: exynos: USB3 PHY base definition for Exynos5 SoCs

2015-05-22 Thread Przemyslaw Marczak
From: Lukasz Majewski l.majew...@samsung.com After that change it would be possible to call samsung_get_base_usb3_phy() function to get proper base address Signed-off-by: Lukasz Majewski l.majew...@samsung.com Cc: Minkyu Kang mk7.k...@samsung.com --- arch/arm/include/asm/arch-exynos/cpu.h | 2

[U-Boot] [PATCH 2/7] samsung: usb: phy: Support for DWC3 PHY

2015-05-22 Thread Przemyslaw Marczak
From: Lukasz Majewski l.majew...@samsung.com New files, namely samsung_usb_phy.c and samsung-usb-phy-uboot.h have been added to u-boot to provide proper PHY handling at Exynos5 SoCs. This code is used thereafter in the board_usb_init() call. Signed-off-by: Lukasz Majewski l.majew...@samsung.com

[U-Boot] [PATCH 0/7] Odroid XU3: enable DWC3 and DFU/THOR/UMS

2015-05-22 Thread Przemyslaw Marczak
Hello, this patchset consists of all features required to use DFU on Odroid XU3. The default extra environment settings from exynos5-common.h is redefined and appended by dfu env settings. For an example of boot.scr for this board, two script files are added, for booting zImage only, or any of

[U-Boot] [PATCH 4/7] smdk5420: board: add functions to init dfu environment settings

2015-05-22 Thread Przemyslaw Marczak
From: Inha Song ideal.s...@samsung.com This commit extends SMDK5420 board's file by adding functions: - get_dfu_alt_system() - get_dfu_alt_boot() This allows setting the DFU environment by function set_dfu_alt_info() from: board/samsung/common/misc.c Signed-off-by: Inha Song

[U-Boot] [PATCH 5/7] usb: f_mass_storage: sleep_thread: decrease the interval for check ctrlc()

2015-05-22 Thread Przemyslaw Marczak
From: Inha Song ideal.s...@samsung.com This change decreases the interval of calls to: - display busy indicator - check ctrlc() - check cable connection By this change, breaking the UMS command is more easy on Odroid XU3. Signed-off-by: Inha Song ideal.s...@samsung.com Cc: Lukasz Majewski

[U-Boot] [PATCH 3/7] smdk5420: board: add functions required to enable USB DWC3

2015-05-22 Thread Przemyslaw Marczak
From: Joonyoung Shim jy0922.s...@samsung.com This commit adds implementation of function calls: - usb_gadget_handle_interrupts() - board_usb_init() Which allow enable USB DWC3 gadget for this board. Signed-off-by: Joonyoung Shim jy0922.s...@samsung.com Signed-off-by: Lukasz Majewski

[U-Boot] [PATCH 10/10] mx6: standardise CONFIG_CMD_CACHE

2015-05-22 Thread Peter Robinson
Move CONFIG_CMD_CACHE to mx6_common and standardise the way it's defined. Signed-off-by: Peter Robinson pbrobin...@gmail.com Reviewed-by: Tom Rini trini at konsulko.com --- include/configs/aristainetos.h| 2 -- include/configs/cgtqmx6eval.h | 4 include/configs/embestmx6boards.h | 4

[U-Boot] [PATCH 08/10] imx6: standardise filesystem and boot options

2015-05-22 Thread Peter Robinson
Move all standard filesystem, partition and fdt options to mx6_common. Signed-off-by: Peter Robinson pbrobin...@gmail.com --- include/configs/aristainetos.h| 9 + include/configs/cgtqmx6eval.h | 6 -- include/configs/gw_ventana.h | 9 +

Re: [U-Boot] [PATCH v2] fdt: Pass the device serial number through devicetree

2015-05-22 Thread Simon Glass
Hi Paul, On 22 May 2015 at 04:55, Paul Kocialkowski cont...@paulk.fr wrote: Le jeudi 21 mai 2015 à 14:32 -0600, Simon Glass a écrit : Hi Paul, On 21 May 2015 at 03:27, Paul Kocialkowski cont...@paulk.fr wrote: Before device-tree, the device serial number used to be passed to the

[U-Boot] [PATCH 7/7] samsung: common: add example boot scripts

2015-05-22 Thread Przemyslaw Marczak
This commit adds example scripts of boot.scr: - bootzimg.cmd - check if dtb exists and boot zImage - autoboot.cmd - check which image exists: Image.itb, zImage or uImage and optionally load fdt file for u/zImage The blank spaces are added to improve readability and can be removed

[U-Boot] [PATCH 6/7] odroid-xu3: config: enable DFU/THOR/UMS by add configs and environment

2015-05-22 Thread Przemyslaw Marczak
This patch enables all functions required to use DFU/THOR and UMS: - DWC3: core, gadget, Samsung DWC3 PHY - USB gadget: endpoint autoconf, downloader, DFU, THOR, UMS The CONFIG_EXTRA_ENV_SETINGS from exynos5-common.h is redefined and appended by dfu environment setting and some system settings.

[U-Boot] [PATCH 02/10] imx6: move all standard includes to mx6_common.h

2015-05-22 Thread Peter Robinson
The linux/sizes.h, asm/arch/imx-regs.h, asm/imx-common/gpio.h, config_cmd_default.h includes are used fairly universally across imx6 boards so include them in mx6_common.h by default. We define CONFIG_SYS_NO_FLASH before config_cmd_default.h so that we don't have to undef CONFIG_CMD_FLASH /

[U-Boot] [PATCH 04/10] imx6: move standard ATAG configs to mx6_common.h

2015-05-22 Thread Peter Robinson
Define the standard ATAG consfigs in mx6_common. Signed-off-by: Peter Robinson pbrobin...@gmail.com Reviewed-by: Tom Rini trini at konsulko.com --- include/configs/cgtqmx6eval.h | 5 - include/configs/cm_fx6.h | 4 include/configs/embestmx6boards.h | 4

[U-Boot] [PATCH 03/10] imx6: move generic imx6 options to mx6_common.h

2015-05-22 Thread Peter Robinson
All boards define CONFIG_MX6, CONFIG_DISPLAY_BOARDINFO, CONFIG_DISPLAY_CPUINFO and CONFIG_SYS_GENERIC_BOARD so define them in mx6_common Signed-off-by: Peter Robinson pbrobin...@gmail.com Reviewed-by: Tom Rini trini at konsulko.com --- include/configs/aristainetos.h | 7 ---

[U-Boot] [PATCH 01/10] novena: standardise mx6_common.h include

2015-05-22 Thread Peter Robinson
Standardise mx6_common.h to the same as other mx6 boards Signed-off-by: Peter Robinson pbrobin...@gmail.com Reviewed-by: Tom Rini trini at konsulko.com --- include/configs/novena.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/configs/novena.h

[U-Boot] [PATCH 0/10 v3] i.MX6: move duplicated options to mx6_common to standardise mx6 config

2015-05-22 Thread Peter Robinson
There's a lot of common options in the i.MX6 boards that are repeated across a lot of the devices. There's a mx6_common.h which is little used but makes sense to be the central location for all the options we want across all mx6 boards to ensure a consistent set of features. This is a first pass

Re: [U-Boot] U-boot qemu-x86 :load acpi tables from fw_cfg.

2015-05-22 Thread Saket Sinha
Hi Simon, Is it possible for us to add support to qemu to provide acpi tables via fw_cfg in u-boot ? If we find acpi tables in fw_cfg try loading them, otherwise fallback to the builtin acpi tables. Coreboot does it in the following way - http://review.coreboot.org/#/c/4040/ It seems

Re: [U-Boot] [PATCH] mx6: invalidate D-cache only when booting from USB

2015-05-22 Thread Li Frank
From: Vincent Stehlé [mailto:vincent.ste...@freescale.com] Sent: Friday, May 22, 2015 9:53 AM To: u-boot@lists.denx.de Cc: Stehle Vincent-B46079; Stefano Babic; Estevam Fabio-R49496; Li Frank- B20596; Garg Nitin-B37173 Subject: [PATCH] mx6: invalidate D-cache only when booting from USB

[U-Boot] [PATCH 09/10] imx6: generic MMC config options to mx6_common

2015-05-22 Thread Peter Robinson
Move all standard mx6 MMC configs to mx6_common. Signed-off-by: Peter Robinson pbrobin...@gmail.com Reviewed-by: Tom Rini trini at konsulko.com --- include/configs/aristainetos.h| 7 --- include/configs/cgtqmx6eval.h | 7 --- include/configs/cm_fx6.h | 5 -

[U-Boot] [PATCH 07/10] imx6: move generic miscellaneous and overwrite options

2015-05-22 Thread Peter Robinson
Move generic miscellaneous options that are standard across most, if not all, mx6 boards to central mx6_common define to ensure consistent features. Signed-off-by: Peter Robinson pbrobin...@gmail.com --- include/configs/aristainetos.h| 14 -- include/configs/cgtqmx6eval.h

[U-Boot] [PATCH 05/10] imx6: move MXC_GPIO define to mx6_common.h

2015-05-22 Thread Peter Robinson
Define CONFIG_MXC_GPIO and CONFIG_CMD_GPIO by default in mx6_common Signed-off-by: Peter Robinson pbrobin...@gmail.com --- include/configs/aristainetos.h| 2 -- include/configs/cgtqmx6eval.h | 1 - include/configs/cm_fx6.h | 7 --- include/configs/embestmx6boards.h | 1 -

[U-Boot] [PATCH 06/10] imx6: centralise common boot options in mx6_common.h

2015-05-22 Thread Peter Robinson
Define common LOADADDR and BOOTDELAY to ensure a consistent experience across mx6 boards Signed-off-by: Peter Robinson pbrobin...@gmail.com --- include/configs/aristainetos.h| 7 --- include/configs/cgtqmx6eval.h | 7 --- include/configs/cm_fx6.h | 3 ---

Re: [U-Boot] [PATCH 08/10] imx6: standardise filesystem and boot options

2015-05-22 Thread Soeren Moch
Move all standard filesystem, partition and fdt options to mx6_common. Signed-off-by: Peter Robinson pbrobinson at gmail.com http://lists.denx.de/mailman/listinfo/u-boot [...] diff --git a/include/configs/mx6_common.h b/include/configs/mx6_common.h index 07fc3e8..c323038 100644 ---

[U-Boot] [PATCH] x86: baytrail: PCI is not always mapped to end of ram

2015-05-22 Thread andrew
From: Andrew Bradford andrew.bradf...@kodakalaris.com PCI on Intel Baytrail is mapped to 0x8000, which is not always at the end of SDRAM, such as when running with 4 GiB of SDRAM. The PCI bus memory mapping must stay within low memory and so when running with 2 GiB of SDRAM, there is a hole

[U-Boot] [PATCH cosmetic] x86: fsp_support: Correct high mem comment typo

2015-05-22 Thread andrew
From: Andrew Bradford andrew.bradf...@kodakalaris.com High mem starts at 4 GiB. Signed-off-by: Andrew Bradford andrew.bradf...@kodakalaris.com --- arch/x86/lib/fsp/fsp_support.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/x86/lib/fsp/fsp_support.c

Re: [U-Boot] U-boot qemu-x86 :load acpi tables from fw_cfg.

2015-05-22 Thread Simon Glass
Hi Saket, On 22 May 2015 at 10:54, Saket Sinha saket.sinh...@gmail.com wrote: Hi Simon, Is it possible for us to add support to qemu to provide acpi tables via fw_cfg in u-boot ? If we find acpi tables in fw_cfg try loading them, otherwise fallback to the builtin acpi tables. Coreboot

Re: [U-Boot] [PATCH 03/10] imx6: move generic imx6 options to mx6_common.h

2015-05-22 Thread Soeren Moch
All boards define CONFIG_MX6, CONFIG_DISPLAY_BOARDINFO, CONFIG_DISPLAY_CPUINFO and CONFIG_SYS_GENERIC_BOARD so define them in mx6_common Signed-off-by: Peter Robinsonpbrobin...@gmail.com Reviewed-by: Tom Rini trini at konsulko.com Some boards defineCONFIG_DISPLAY_BOARDINFO_LATE (instead of

[U-Boot] [PATCH] mx6sabresd: Enable HDMI video in bootargs

2015-05-22 Thread Nikolay Dimitrov
Signed-off-by: Nikolay Dimitrov picmas...@mail.bg --- include/configs/mx6sabre_common.h |7 ++- include/configs/mx6sabresd.h |6 ++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/include/configs/mx6sabre_common.h b/include/configs/mx6sabre_common.h index

Re: [U-Boot] [PATCH] mx6sabresd: Enable HDMI video in bootargs

2015-05-22 Thread Fabio Estevam
Hi Nikolay, On Fri, May 22, 2015 at 4:19 PM, Nikolay Dimitrov picmas...@mail.bg wrote: +#define VIDEO_ARGS video=mxcfb0:dev=hdmi,1280x720M@60,if=RGB24 \ + video=mxcfb1:off \ + video=mxcfb2:off \ +

Re: [U-Boot] [PATCH 0/7] Odroid XU3: enable DWC3 and DFU/THOR/UMS

2015-05-22 Thread Marek Vasut
On Friday, May 22, 2015 at 06:14:21 PM, Przemyslaw Marczak wrote: Hello, this patchset consists of all features required to use DFU on Odroid XU3. The default extra environment settings from exynos5-common.h is redefined and appended by dfu env settings. For an example of boot.scr for this