Re: [U-Boot] [PATCH] zynq: Add support for U-BOOT SPL

2014-02-10 Thread Albert ARIBAUD
Hi Michal, On Fri, 7 Feb 2014 09:36:47 -0500, Tom Rini tr...@ti.com wrote: On Fri, Feb 07, 2014 at 02:56:34PM +0100, Michal Simek wrote: SPL is using ps7_init.c/h files which are generated from design tools which have to be copied to boards/xilinx/zynq folder before compilation.

Re: [U-Boot] [PATCH] zynq: Add support for U-BOOT SPL

2014-02-10 Thread Michal Simek
On 02/10/2014 09:38 AM, Albert ARIBAUD wrote: Hi Michal, On Fri, 7 Feb 2014 09:36:47 -0500, Tom Rini tr...@ti.com wrote: On Fri, Feb 07, 2014 at 02:56:34PM +0100, Michal Simek wrote: SPL is using ps7_init.c/h files which are generated from design tools which have to be copied to

[U-Boot] [PATCH] zynq: Add support for U-BOOT SPL

2014-02-07 Thread Michal Simek
SPL is using ps7_init.c/h files which are generated from design tools which have to be copied to boards/xilinx/zynq folder before compilation. BSS section is moved to SDRAM because fat support requires more space than SRAM size. Added: - MMC and QSPI support - Boot OS directly from SPL - Enable

Re: [U-Boot] [PATCH] zynq: Add support for U-BOOT SPL

2014-02-07 Thread Tom Rini
On Fri, Feb 07, 2014 at 02:56:34PM +0100, Michal Simek wrote: SPL is using ps7_init.c/h files which are generated from design tools which have to be copied to boards/xilinx/zynq folder before compilation. BSS section is moved to SDRAM because fat support requires more space than SRAM size.