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

2015-05-31 Thread Daniel Schwierzeck
Am 30.05.2015 um 09:02 schrieb Tony Wu: Fix missing semicolon in cacheops.h introduced in commit 2b8bcc5a2 (MIPS: avoid .set ISA for cache operations) Signed-off-by: Tony Wu tung7...@gmail.com Cc: Paul Burton paul.bur...@imgtec.com applied to u-boot-mips, thanks -- - Daniel

Re: [U-Boot] Booting Wandboard through USB

2015-05-31 Thread Nikolay Dimitrov
Hi guys, Here's a proposal how to avoid changing the host boot software for the SPL case: - Power on - Boot ROM announces usb device (0x15a2:0x0054 or 0x15a2:0x0054 or 0x15a2:0x0063) - Host software uploads SPL over OTG - Board initializes DDR - Board initializes USB-OTG and announces again as

Re: [U-Boot] [PATCH 1/2] serial_sh: Add OF support

2015-05-31 Thread Nobuhiro Iwamatsu
Hi! 015-05-21 15:31 GMT+09:00 Yoshinori Sato ys...@users.sourceforge.jp: Add device tree support. Signed-off-by: Yoshinori Sato ys...@users.sourceforge.jp --- doc/device-tree-bindings/serial/sh.txt | 6 ++ drivers/serial/serial_sh.c | 28 2

Re: [U-Boot] Booting Wandboard through USB

2015-05-31 Thread Nikolay Dimitrov
Hi all, On 05/30/2015 11:09 PM, 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 run, inits memory and just exists

[U-Boot] Pull request: u-boot-sh/rmobile

2015-05-31 Thread Nobuhiro Iwamatsu
Dear Tom Rini. Please pull u-boot-sh rmobile branch. 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-sh.git

Re: [U-Boot] Missing patches in patchwork

2015-05-31 Thread York Sun
On 05/31/2015 01:59 AM, Wolfgang Denk wrote: Dear York, In message 556921af.90...@ozlabs.org Jeremy Kerr wrote: 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. I sent the data to Jeremy, and he imported it. Can

Re: [U-Boot] Building u-boot.rom for Minnowboard

2015-05-31 Thread Simon Glass
Hi Saket, On May 31, 2015 1:08 AM, Bin Meng bmeng...@gmail.com wrote: Hi Saket, On Sun, May 31, 2015 at 2:19 PM, Saket Sinha saket.sinh...@gmail.com wrote: Hi Bin, If you can have a look at this issue. I am currently stuck on this issue with u-boot.rom not giving me any output on

[U-Boot] [PATCH v2 2/2] serial_sh: Add standrad SCI (w/o FIFO) support

2015-05-31 Thread Yoshinori Sato
Add support for standard type SCI (without FIFO) port. Changes v2: rebased for v2015.07-rc1 Signed-off-by: Yoshinori Sato ys...@users.sourceforge.jp --- doc/device-tree-bindings/serial/sh.txt | 2 +- drivers/serial/serial_sh.c | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-)

Re: [U-Boot] [PATCH 1/2] serial_sh: Add OF support

2015-05-31 Thread Yoshinori Sato
On Mon, 01 Jun 2015 09:08:55 +0900, Nobuhiro Iwamatsu wrote: Hi! 015-05-21 15:31 GMT+09:00 Yoshinori Sato ys...@users.sourceforge.jp: Add device tree support. Signed-off-by: Yoshinori Sato ys...@users.sourceforge.jp --- doc/device-tree-bindings/serial/sh.txt | 6 ++

[U-Boot] [PATCH v2 1/2] serial_sh: Add OF support

2015-05-31 Thread Yoshinori Sato
Add device tree support. Changes v2: rebased v2015.07-rc1 Signed-off-by: Yoshinori Sato ys...@users.sourceforge.jp --- doc/device-tree-bindings/serial/sh.txt | 6 ++ drivers/serial/serial_sh.c | 28 2 files changed, 34 insertions(+) create mode

Re: [U-Boot] [PATCH 2/2] net: Move the CMD_NET config to defconfigs

2015-05-31 Thread Michal Simek
On 05/30/2015 02:53 AM, Joe Hershberger wrote: This also selects CONFIG_NET for any CONFIG_CMD_NET board. Remove the imx default for CONFIG_NET. This moves the config that was defined by 60296a8. IRC The latest checkpatch.pl also checks this and reports that this is not the way how you

Re: [U-Boot] Building u-boot.rom for Minnowboard

2015-05-31 Thread Saket Sinha
Hi Bin, Please find my response inline. root@saket-HP-PC:# /u-boot-x86/tools/ifdtool -x BayleyBay/SPI.bin Flash Region 0 (Flash Descriptor): - 0fff Flash Region 1 (BIOS): 0050 - 007f Flash Region 2 (Intel ME): 1000 - 004f Flash Region 3 (GbE):

Re: [U-Boot] [PATCH 00/11] Add GPIO driver for Freescale Vybrid platform

2015-05-31 Thread Bhuvanchandra DV
Hello, On 05/26/2015 04:57 PM, Stefano Babic wrote: Hi, On 24/05/2015 21:34, Bhuvanchandra DV wrote: Hello Stefano, On 05/18/2015 06:36 PM, Bhuvanchandra DV wrote: This patch-set adds GPIO driver, DSPI and device tree support for Freescale Vybrid platform and Toradex Colibri Vybrid VF50,

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

2015-05-31 Thread maitysanchayan
Hello Jeroen, On 15-05-30 16:44:32, Jeroen Hofstee wrote: 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

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

2015-05-31 Thread Bin Meng
Hi Andrew, On Sat, May 30, 2015 at 2:27 AM, Andrew Bradford and...@bradfordembedded.com wrote: Hi Bin, On 05/29 13:00, Bin Meng wrote: Hi Andrew, On Wed, May 27, 2015 at 7:53 PM, Andrew Bradford and...@bradfordembedded.com wrote: Hi Bin, On 05/27 12:21, Bin Meng wrote: Hi Andrew,

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

2015-05-31 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 bmeng...@gmail.com --- tools/ifdtool.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/ifdtool.c

Re: [U-Boot] Building u-boot.rom for Minnowboard

2015-05-31 Thread Bin Meng
Hi Saket, On Sun, May 31, 2015 at 2:19 PM, Saket Sinha saket.sinh...@gmail.com wrote: Hi Bin, If you can have a look at this issue. I am currently stuck on this issue with u-boot.rom not giving me any output on the serial. When I am flashing MinnowBoard.MAX.X64.080.D01.bin I get the all

Re: [U-Boot] Missing patches in patchwork

2015-05-31 Thread Wolfgang Denk
Dear York, In message 556921af.90...@ozlabs.org Jeremy Kerr wrote: 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. I sent the data to Jeremy, and he imported it. Can you please check if everything you expect is now

Re: [U-Boot] Missing patches in patchwork

2015-05-31 Thread Bin Meng
Hi Wolfgang, On Sun, May 31, 2015 at 4:59 PM, Wolfgang Denk w...@denx.de wrote: Dear York, In message 556921af.90...@ozlabs.org Jeremy Kerr wrote: 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. I sent the data to