[U-Boot] [PATCH] tools: ifdtool: Do not write region while its size is negative

2015-05-30 Thread Bin Meng
We should ignore those regions whose size is negative. These are typically optional and unused regions (like GbE and platform data). Signed-off-by: Bin Meng --- tools/ifdtool.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/ifdtool.c b/tools/ifdtool.c index 590ccc9..1

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

2015-05-30 Thread Bin Meng
Hi Andrew, On Sat, May 30, 2015 at 2:27 AM, Andrew Bradford wrote: > Hi Bin, > > On 05/29 13:00, Bin Meng wrote: >> Hi Andrew, >> >> On Wed, May 27, 2015 at 7:53 PM, Andrew Bradford >> wrote: >> > Hi Bin, >> > >> > On 05/27 12:21, Bin Meng wrote: >> >> Hi Andrew, >> >> >> >> On Tue, May 26, 2015

Re: [U-Boot] Booting Wandboard through USB

2015-05-30 Thread Tom Rini
On Sat, May 30, 2015 at 01:09:48PM -0700, Eric Nelson wrote: > On 05/30/2015 10:24 AM, Vincent Stehlé wrote: > > On 05/30/2015 06:49 PM, Tom Rini wrote: > > .. > >> The second would be trying to "fake" things such that for > >> imx_usb_loader you can pass both SPL and u-boot.img, and SPL is > >>

Re: [U-Boot] Booting Wandboard through USB

2015-05-30 Thread Eric Nelson
On 05/30/2015 10:24 AM, Vincent Stehlé wrote: > On 05/30/2015 06:49 PM, Tom Rini wrote: > .. >> The second would be trying to "fake" things such that for >> imx_usb_loader you can pass both SPL and u-boot.img, and SPL is >> run, inits memory and just exists and then u-boot.img is loaded >> and ru

Re: [U-Boot] Booting Wandboard through USB

2015-05-30 Thread Eric Nelson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Hi Tom, On 05/30/2015 12:25 PM, Tom Rini wrote: > On Sat, May 30, 2015 at 10:41:16AM -0700, Eric Nelson wrote: >> On 05/30/2015 09:49 AM, Tom Rini wrote: >>> On Fri, May 29, 2015 at 11:46:40AM +0200, Vincent Stehlé >>> wrote: >>> [...] >> >> This

Re: [U-Boot] Booting Wandboard through USB

2015-05-30 Thread Vincent Stehlé
On 05/30/2015 06:49 PM, Tom Rini wrote: .. > The second would be trying to "fake" things such that for > imx_usb_loader you can pass both SPL and u-boot.img, and SPL is > run, inits memory and just exists and then u-boot.img is loaded > and run, similar to how with the non-SPL case you can use th

[U-Boot] [PATCH] Add support for the Marvell 88E1510 phy, based on the existing 88E1518 support

2015-05-30 Thread Clemens Gruber
Signed-off-by: Clemens Gruber --- drivers/net/phy/marvell.c | 11 +++ 1 file changed, 11 insertions(+) diff --git a/drivers/net/phy/marvell.c b/drivers/net/phy/marvell.c index 9437c3b..e501769 100644 --- a/drivers/net/phy/marvell.c +++ b/drivers/net/phy/marvell.c @@ -539,6 +539,16 @@ sta

Re: [U-Boot] Booting Wandboard through USB

2015-05-30 Thread Tom Rini
On Sat, May 30, 2015 at 10:41:16AM -0700, Eric Nelson wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Hi Tom, > > On 05/30/2015 09:49 AM, Tom Rini wrote: > > On Fri, May 29, 2015 at 11:46:40AM +0200, Vincent Stehlé wrote: > > > >> Hi, > >> > >> Is it still possible to boot u-boot

[U-Boot] pull request: u-boot-uniphier/master

2015-05-30 Thread Masahiro Yamada
Hi Tom, Please pull u-boot-uniphier/master. The following changes since commit 012681b1fa822492bb8fdc5c2dd3d24d6092e110: am33xx, spl, siemens: enable debug uart output again (2015-05-28 08:18:25 -0400) are available in the git repository at: git://git.denx.de/u-boot-uniphier.git master f

Re: [U-Boot] [PATCH v3 00/11] UniPhier updates for v2015.07-rc2

2015-05-30 Thread Masahiro Yamada
2015-05-29 17:29 GMT+09:00 Masahiro Yamada : > > Masahiro Yamada (11): > ARM: UniPhier: replace with > ARM: UniPhier: update the vendor name of UniPhier in Kconfig > ARM: UniPhier: use 32 bit register access for debug UART setting > ARM: UniPhier: remove unnecessary cache coherency code >

Re: [U-Boot] Booting Wandboard through USB

2015-05-30 Thread Eric Nelson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Hi Tom, On 05/30/2015 09:49 AM, Tom Rini wrote: > On Fri, May 29, 2015 at 11:46:40AM +0200, Vincent Stehlé wrote: > >> Hi, >> >> Is it still possible to boot u-boot on Wandboard through USB, >> please? > > Not directly. I've been toying with a f

Re: [U-Boot] Booting Wandboard through USB

2015-05-30 Thread Fabio Estevam
Hi Vincent, On Fri, May 29, 2015 at 6:46 AM, Vincent Stehlé wrote: > Hi, > > Is it still possible to boot u-boot on Wandboard through USB, please? > > U-boot has switched to SPL for Wandboard recently[1] and I wonder if it > did not lose the possibility to boot the Wandboard through USB in the >

Re: [U-Boot] Booting Wandboard through USB

2015-05-30 Thread Tom Rini
On Fri, May 29, 2015 at 11:46:40AM +0200, Vincent Stehlé wrote: > Hi, > > Is it still possible to boot u-boot on Wandboard through USB, please? Not directly. I've been toying with a few ideas but not put any into practice yet. The first and possibly simplist would be to mimic the USB RNDIS in

Re: [U-Boot] [PATCH] sunxi: ga10h_v1_1_defconfig: Remove commented out line

2015-05-30 Thread Ian Campbell
On Sat, 2015-05-30 at 16:54 +0200, Hans de Goede wrote: > This is a leftover from when I was having trouble to get the LCD to light > up, remove it. > > Signed-off-by: Hans de Goede It hardly needs says, but: Acked-by: Ian Campbell ___ U-Boot maili

[U-Boot] [PATCH] sunxi: ga10h_v1_1_defconfig: Remove commented out line

2015-05-30 Thread Hans de Goede
This is a leftover from when I was having trouble to get the LCD to light up, remove it. Signed-off-by: Hans de Goede --- configs/ga10h_v1_1_defconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/configs/ga10h_v1_1_defconfig b/configs/ga10h_v1_1_defconfig index 3eca023..73aa5ae 100644 ---

Re: [U-Boot] Query on weak function for board specific initialisation

2015-05-30 Thread Jeroen Hofstee
Hello Maity, On 30-04-15 14:57, maitysancha...@gmail.com wrote: Hello, I am trying to use a weak function in able to provide a board specific initialisation. To be more specific, I am trying to use the __weak board_ehci_hcd_init function in the usb driver code which is called in ehci_hcd_init,

Re: [U-Boot] [PATCH 0/8] ARM: sunxi: Support PSCI for sun6i and sun8i

2015-05-30 Thread Hans de Goede
Hi, On 28-05-15 15:25, Chen-Yu Tsai wrote: Hi everyone, I finally got around to rebasing and fixing up my PSCI stuff. This series adds PSCI support for sun6i and sun8i. This is based on sun7i PSCI support by Marc, and the SMP support routines found in both mainline Linux and Allwinner's Android

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

2015-05-30 Thread Hans de Goede
Hi Tom, Please pull u-boot-sunxi/master into master for a number of patch-sets which have been in the making for a long time and are now ready for merging. Highlights: - A80 (suni9i) SoC support (u-boot.bin only, no SPL support yet) - SPL nand support (support loading u-boot.bin from nand) - PSC

[U-Boot] [RFC] tam3517: add GPMC nand timing (brutally)

2015-05-30 Thread Jeroen Hofstee
cc: Stefano Babic Cc: Scott Wood Cc: Tom Rini Cc: Tapani Utriainen cc: Simon Glass --- Hi, This patch intends to set the proper timing for the MT29F4G16ABBDAHC as used on the tam3517 SOM by brutally changing the defaults values. Some ascii art is included to describe why I believe these timin

[U-Boot] [PATCH 3/3] boards: tam3517-common: enable gpmc prefetch mode

2015-05-30 Thread Jeroen Hofstee
Since the tam3517 base board has a 16bit wide nand connected to the gpmc, enable the prefetch mode, since that is now supported. Cc: Scott Wood Cc: Tom Rini Cc: pekon gupta Cc: Nishanth Menon Cc: Daniel Mack Cc: Tapani Utriainen Signed-off-by: Jeroen Hofstee --- include/configs/tam3517-co

[U-Boot] [PATCH 0/3] nand, gpmc: support 16nand prefetch mode

2015-05-30 Thread Jeroen Hofstee
This patchset enables the gpmc prefetch mode for 16bit addressed nand and enables it for tam3517 derived boards. Jeroen Hofstee (3): omap_gpmc: move prefetch out of CONFIG_NAND_OMAP_ELM mtd: OMAP: Enable GPMC prefetch mode for 16 bit access boards: tam3517-common: enable gpmc prefetch mode

[U-Boot] [PATCH 1/3] omap_gpmc: move prefetch out of CONFIG_NAND_OMAP_ELM

2015-05-30 Thread Jeroen Hofstee
The prefech mode is a feature of the gpmc, not the ELM. An am3517 does not have an elm, but can do prefeches, so move the code out of the CONFIG_NAND_OMAP_ELM ifdef. Cc: Scott Wood Cc: Tom Rini Cc: Daniel Mack Signed-off-by: Jeroen Hofstee --- drivers/mtd/nand/omap_gpmc.c | 218 +

[U-Boot] [PATCH 2/3] mtd: OMAP: Enable GPMC prefetch mode for 16 bit access

2015-05-30 Thread Jeroen Hofstee
commit c316f57 "mtd: OMAP: Enable GPMC prefetch mode" only enabled prefetch mode for 8 bit nand access, this adds 16 bit as well. Cc: Scott Wood Cc: Tom Rini Cc: Daniel Mack Signed-off-by: Jeroen Hofstee --- drivers/mtd/nand/omap_gpmc.c | 28 ++-- 1 file changed, 18 i

Re: [U-Boot] Missing patches in patchwork

2015-05-30 Thread Jeremy Kerr
Hi York, I noticed many patches are missing in u-boot project for yesterday. Is there an issue? Yes - I'd sent the mail (below) out yesterday. If you can send me a mbox from the list, I'll import the missing mail. Regards, Jeremy -- Hi all, The good news: I've updated the patchwork

[U-Boot] [PATCH] MIPS: fix missing semicolon in cacheops.h

2015-05-30 Thread Tony Wu
Fix missing semicolon in cacheops.h introduced in commit 2b8bcc5a2 (MIPS: avoid .set ISA for cache operations) Signed-off-by: Tony Wu Cc: Paul Burton diff --git a/arch/mips/include/asm/cacheops.h b/arch/mips/include/asm/cacheops.h index 75ec380..af2adc7 100644 --- a/arch/mips/include/asm/cacheo

[U-Boot] Booting Wandboard through USB

2015-05-30 Thread Vincent Stehlé
Hi, Is it still possible to boot u-boot on Wandboard through USB, please? U-boot has switched to SPL for Wandboard recently[1] and I wonder if it did not lose the possibility to boot the Wandboard through USB in the mean time. Granted, I can generate an u-boot-with-spl.imx suitable for boot thro