Re: [U-Boot] setting Ethernet address

2014-03-15 Thread Benedict Hewson
On Friday 14 Mar 2014 15:52:29 Fabio Estevam wrote: On Fri, Mar 14, 2014 at 3:29 PM, Benedict Hewson bened...@hewson-venieri.com wrote: I am trying to get network support working on the Embest imx6 Marsboard. I have been reading through the various imx6 boards and it appears that some at

Re: [U-Boot] A proposal/hack for an efficient USB DFU for linux based boards

2014-03-15 Thread Tormod Volden
[Cc'ing the dfu-util list instead of myself, full thread on http://u-boot.10912.n7.nabble.com/A-proposal-hack-for-an-efficient-USB-DFU-for-linux-based-boards-td175319.html#a175947] On Fri, Mar 14, 2014 at 11:42 AM, Krishna Pattabiraman wrote: On Fri, Mar 14, 2014 at 9:52 AM, Lukasz Majewski

Re: [U-Boot] FSL eSPI driver is a mess, hack attached.

2014-03-15 Thread Joakim Tjernlund
Michael Walle mich...@walle.cc wrote on 2014/03/14 22:45:20: Am Freitag, 14. März 2014, 10:46:26 schrieb Joakim Tjernlund: The fsl_espi.c is wreck w.r.t large TX data. Below is what I had to hack to load a FPGA over SPI and what is the malloc hack good for? This does not work well for

Re: [U-Boot] Is non-English documentation allowed ?

2014-03-15 Thread Wolfgang Denk
Dear Masahiro, In message 20140311130558.6f07.aa925...@jp.panasonic.com you wrote: In U-Boot, is there any rule to restrict documents written in a language other than English? Let's say English is strictly preferred. I found a README file written in Germany by chance:

Re: [U-Boot] [PATCH v1 0/9] sunxi: initial upstreamining effort

2014-03-15 Thread Hans de Goede
Hi Dennis, On 03/14/2014 09:17 PM, Dennis Gilmore wrote: On Fri, 14 Mar 2014 10:16:42 -0400 Tom Rini tr...@ti.com wrote: On Fri, Mar 14, 2014 at 10:33:32AM +, Ian Campbell wrote: Hi, This is my first cut at an upstreamable series based upon the

Re: [U-Boot] [PATCH v1 4/9] sunxi: initial generic sun7i cpu, board and start of day support

2014-03-15 Thread Alex G.
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 03/14/2014 09:17 AM, Tom Rini wrote: On Fri, Mar 14, 2014 at 10:33:46AM +, Ian Campbell wrote: +#ifdef CONFIG_SPL_BUILD +void sunxi_board_init(void) +{ + int power_failed = 0; + unsigned long ramsize; + + printf(DRAM:); + ramsize =

Re: [U-Boot] setting Ethernet address

2014-03-15 Thread Fabio Estevam
On Sat, Mar 15, 2014 at 4:08 AM, Benedict Hewson bened...@hewson-venieri.com wrote: In the fec_get_hwaddr() function I have printed out the values returned by imx_get_mac_from_fuse() and they are all 0. I have read in the README.imx6 file that the MAC address is stored in the fuse bank. The

[U-Boot] Secure booting

2014-03-15 Thread JYOTI DUBEY
Can somebody inform me what all changes I need to make in U-boot 2013 source code to enable secure booting? Thanks in Advance! ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot