Re: [U-Boot] [PATCH 1/2] configs: mx6_common: Restrict CONFIG_ARM_ERRATA_742230 for multi-core

2014-01-08 Thread Stefano Babic
Hi Fabio, On 06/01/2014 14:14, Fabio Estevam wrote: According to e9fd66defd (ARM: mx6: define CONFIG_ARM_ERRATA_742230), the CONFIG_ARM_ERRATA_742230 option should only be applied to multi-core variants, so restrict its usage for quad and dual-lite only. Signed-off-by: Fabio Estevam

[U-Boot] [PATCH v4 1/3] cm_t335: fix linker file to produce full ELF

2014-01-08 Thread Albert ARIBAUD
Newly added cm_t335 was missed in commit 47ed5dd0 which made ARM targets produce full ELF files. Fix its linker script. This change is binary-invariant when only .dynsym, .dynstr, .dynamic, .plt, .interp and .gun sections are declared. Sections .hash, .got.plt, .dynbss and .ARM.exidx are also

[U-Boot] [PATCH v4 2/3] arm: make _end compiler-generated

2014-01-08 Thread Albert ARIBAUD
This prevents references to _end from generating absolute relocation records. This change is binary invariant for ARM targets. Signed-off-by: Albert ARIBAUD albert.u.b...@aribaud.net --- Changes in v4: None Changes in v3: - Replace _end in linker scripts with _image_binary_end Changes in v2:

[U-Boot] [PATCH v4 3/3] arm: remove unneeded symbol offsets and _TEXT_BASE

2014-01-08 Thread Albert ARIBAUD
Remove the last uses of symbol offsets in ARM U-Boot. Remove some needless uses of _TEXT_BASE. Remove all _TEXT_BASE definitions. Signed-off-by: Albert ARIBAUD albert.u.b...@aribaud.net --- Changes in v4: - removed mkexynosspl patch, already fixed in 0fcac1ab Changes in v3: None Changes in v2:

Re: [U-Boot] [PATCH v3 00/29] zynq: More boards support

2014-01-08 Thread Albert ARIBAUD
Hi Jagannadha, On Thu, 19 Dec 2013 23:38:51 +0530, Jagannadha Sutradharudu Teki jagannadha.sutradharudu-t...@xilinx.com wrote: These changes are from u-boot-xlnx.git repo from git.xilinx.com This repo is well tested on xilinx zynq platform, hence pushing the same on upstream. Excluded qspi

Re: [U-Boot] [PATCH v6] spi: pl022_spi: Add support for ARM PL022 spi controller

2014-01-08 Thread Armando Visconti
Hello Jagan, Sorry for late reply. On 12/20/2013 8:03 PM, Jagan Teki wrote: On Fri, Oct 4, 2013 at 12:20 PM, Jagan Teki jagannadh.t...@gmail.com wrote: Hi Vipin, I have few quick comments, please fix it. Please use the u-boot-spi.git with master-probe branch for testing this driver. Let me

[U-Boot] [PATCH] net/fm: fix ft_fixup_xgec with checking enablement

2014-01-08 Thread Shengzhou Liu
We should check if the 10G port is enabled when we update dynamically the corresponding dual-role MAC node in device tree. Signed-off-by: Shengzhou Liu shengzhou@freescale.com --- drivers/net/fm/init.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git

Re: [U-Boot] [PATCH v3 00/29] zynq: More boards support

2014-01-08 Thread Jagan Teki
Hi Albert, On Wed, Jan 8, 2014 at 3:07 PM, Albert ARIBAUD albert.u.b...@aribaud.net wrote: Hi Jagannadha, On Thu, 19 Dec 2013 23:38:51 +0530, Jagannadha Sutradharudu Teki jagannadha.sutradharudu-t...@xilinx.com wrote: These changes are from u-boot-xlnx.git repo from git.xilinx.com This

[U-Boot] [PATCH v4 01/29] zynq: Enable CONFIG_FIT_VERBOSE

2014-01-08 Thread Jagannadha Sutradharudu Teki
Enabled fit_format_{error,warning}() Signed-off-by: Jagannadha Sutradharudu Teki jaga...@xilinx.com --- include/configs/zynq.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/configs/zynq.h b/include/configs/zynq.h index 82ec826..6019c4a 100644 --- a/include/configs/zynq.h +++

[U-Boot] [PATCH v4 25/29] dts: zynq: Add basic fdt support

2014-01-08 Thread Jagannadha Sutradharudu Teki
This patch provides a basic fdt support for zynq u-boot. zynq-7000.dtsi- initial arch dts file zynq-zed.dts - initial zed board dts file more devices should be added in subsequent patches. u-boot build: once configuring of a board done for building dtb with zynq-zed.dts as an input zynq-uboot

[U-Boot] [PATCH v4 20/29] zynq: Add support to find bootmode

2014-01-08 Thread Jagannadha Sutradharudu Teki
Added support to find the bootmodes by reading slcr bootmode register. this can be helpful to autoboot the configurations w.r.t a specified bootmode. Added this functionality on board_late_init as it's not needed for normal initializtion part. Signed-off-by: Jagannadha Sutradharudu Teki

[U-Boot] [PATCH v4 13/29] zynq: Move CONFIG_SYS_SDRAM_SIZE to pre-board configs

2014-01-08 Thread Jagannadha Sutradharudu Teki
CONFIG_SYS_SDRAM_SIZE is specific to a board hence moved to specific pre-config board files. Signed-off-by: Jagannadha Sutradharudu Teki jaga...@xilinx.com --- include/configs/zynq-common.h | 1 - include/configs/zynq_zc70x.h | 2 ++ include/configs/zynq_zed.h| 2 ++ 3 files changed, 4

[U-Boot] [PATCH v4 19/29] zynq: Add zynq_zc770 xm012 board support

2014-01-08 Thread Jagannadha Sutradharudu Teki
ZC770 is a complete development board based on the Xilinx Zynq-7000 All Programmable SoC, similar to ZC70x board but which has four different daughter cards, like XM010, XM011, XM012 and XM013 ZC770 XM012: - 1GB DDR3 - 64MiB Numonyx NOR flash - USB-UART Signed-off-by: Jagannadha Sutradharudu

[U-Boot] [PATCH v4 03/29] zynq: Cleanup on miscellaneous configs

2014-01-08 Thread Jagannadha Sutradharudu Teki
Cleanup on miscellaneous configurable options: - Rename SYS_PROMPT as zynq-uboot - Add comment - Re-order configs Signed-off-by: Jagannadha Sutradharudu Teki jaga...@xilinx.com --- include/configs/zynq.h | 19 ++- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git

[U-Boot] [PATCH v4 29/29] doc: Update the zynq u-boot status

2014-01-08 Thread Jagannadha Sutradharudu Teki
Updated doc/README.zynq to current status. Signed-off-by: Jagannadha Sutradharudu Teki jaga...@xilinx.com --- doc/README.zynq | 26 ++ 1 file changed, 18 insertions(+), 8 deletions(-) diff --git a/doc/README.zynq b/doc/README.zynq index ea1c8c1..6330408 100644 ---

[U-Boot] [PATCH v4 09/29] zynq-common: Rename zynq with zynq-common

2014-01-08 Thread Jagannadha Sutradharudu Teki
zynq.h - zynq-common.h, zynq-common is Common configuration options for all Zynq boards. zynq.h is no longer exists hense removed from boards.cfg Signed-off-by: Jagannadha Sutradharudu Teki jaga...@xilinx.com --- boards.cfg| 2 -- include/configs/{zynq.h =

[U-Boot] [PATCH v4 06/29] zynq: Enable cache options

2014-01-08 Thread Jagannadha Sutradharudu Teki
- Enable cache command - Turn-off L2 cache - Turn-on D-cache Signed-off-by: Jagannadha Sutradharudu Teki jaga...@xilinx.com --- include/configs/zynq.h | 10 ++ 1 file changed, 10 insertions(+) diff --git a/include/configs/zynq.h b/include/configs/zynq.h index c8ab06f..6e545e5 100644 ---

[U-Boot] [PATCH v4 21/29] zynq-common: Define default environment

2014-01-08 Thread Jagannadha Sutradharudu Teki
Defined default env. for autoboot FIT image from respective boot devices. Default settings: fit_image=fit.itb load_addr=0x200 fit_size=0x80 flash_off=0x10 nor_flash_off=0xE210 Signed-off-by: Jagannadha Sutradharudu Teki jaga...@xilinx.com --- include/configs/zynq-common.h | 23

[U-Boot] [PATCH v4 24/29] zynq-common: Define CONFIG_ENV_OVERWRITE

2014-01-08 Thread Jagannadha Sutradharudu Teki
Defined CONFIG_ENV_OVERWRITE, which allow to overwrite serial baudrate and ethaddr. Signed-off-by: Jagannadha Sutradharudu Teki jaga...@xilinx.com --- include/configs/zynq-common.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/configs/zynq-common.h

[U-Boot] [PATCH v4 02/29] zynq: Enable Boot FreeBSD/vxWorks

2014-01-08 Thread Jagannadha Sutradharudu Teki
This enabled Boot FreeBSD/vxWorks from an ELF image support Signed-off-by: Jagannadha Sutradharudu Teki jaga...@xilinx.com --- include/configs/zynq.h | 7 +++ 1 file changed, 7 insertions(+) diff --git a/include/configs/zynq.h b/include/configs/zynq.h index 6019c4a..0492818 100644 ---

[U-Boot] [PATCH v4 04/29] zynq: Cleanup on memory configs

2014-01-08 Thread Jagannadha Sutradharudu Teki
Cleanup on memory configuration options: - Add comment - Re-order configs Signed-off-by: Jagannadha Sutradharudu Teki jaga...@xilinx.com --- include/configs/zynq.h | 27 ++- 1 file changed, 14 insertions(+), 13 deletions(-) diff --git a/include/configs/zynq.h

[U-Boot] [PATCH v4 15/29] zynq: zc70x: Add Catalyst 24WC08 EEPROM config support

2014-01-08 Thread Jagannadha Sutradharudu Teki
Adds configurations for Catalyst 24WC08 EEPROM, which is present on the zynq boards. Enable EEPROM support for zc70x boards. Signed-off-by: Jagannadha Sutradharudu Teki jaga...@xilinx.com --- include/configs/zynq-common.h | 10 ++ include/configs/zynq_zc70x.h | 1 + 2 files changed,

[U-Boot] [PATCH v4 14/29] zynq-common: Define exact TEXT_BASE

2014-01-08 Thread Jagannadha Sutradharudu Teki
Defined TEXT_BASE for u-boot starts from 0x400 w.r.t zynq memory-map. Signed-off-by: Jagannadha Sutradharudu Teki jaga...@xilinx.com --- include/configs/zynq-common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/configs/zynq-common.h

[U-Boot] [PATCH v4 28/29] dts: zynq: Add more zynq dts files

2014-01-08 Thread Jagannadha Sutradharudu Teki
This patch adds initial dts support for supported zynq boards. Signed-off-by: Jagannadha Sutradharudu Teki jaga...@xilinx.com --- board/xilinx/dts/zynq-microzed.dts| 14 ++ board/xilinx/dts/zynq-zc702.dts | 14 ++ board/xilinx/dts/zynq-zc706.dts | 14

[U-Boot] [PATCH v4 12/29] zynq: Add zynq zed board support

2014-01-08 Thread Jagannadha Sutradharudu Teki
Zed is a complete development board based on the Xilinx Zynq-7000 All Programmable SoC. APSOC: - XC7Z020-CLG484-1 Memory: - 512 MB DDR3 - 256 Mb Quad-SPI Flash( - Full size SD/MMC card cage Connectivity: - 10/100/1000 Ethernet - USB OTG (Device/Host/OTG) - USB-UART Expansion: - FMC (Low Pin

[U-Boot] [PATCH v4 05/29] zynq: Minor config cleanup

2014-01-08 Thread Jagannadha Sutradharudu Teki
Cleanups mostly on: - Add comments - Re-order configs - Remove #define CONFIG_ZYNQ_SDHCI Signed-off-by: Jagannadha Sutradharudu Teki jaga...@xilinx.com --- include/configs/zynq.h | 76 ++ 1 file changed, 39 insertions(+), 37 deletions(-) diff

[U-Boot] [PATCH v4 22/29] zynq-common: Change Env. Sector size to 128Kb

2014-01-08 Thread Jagannadha Sutradharudu Teki
Changed Env. Sector size from 0x1 to 128Kb Signed-off-by: Jagannadha Sutradharudu Teki jaga...@xilinx.com --- include/configs/zynq-common.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/include/configs/zynq-common.h b/include/configs/zynq-common.h index

[U-Boot] [PATCH v4 07/29] zynq: Add UART0, UART1 configs support

2014-01-08 Thread Jagannadha Sutradharudu Teki
Zynq uart controller support two serial ports like CONFIG_ZYNQ_SERIAL_UART0 and CONFIG_ZYNQ_SERIAL_UART1 enabled both so-that the respective board will define these macros based on their usage. Signed-off-by: Jagannadha Sutradharudu Teki jaga...@xilinx.com --- include/configs/zynq.h | 20

[U-Boot] [PATCH v4 26/29] gpio: zynq: Add dummy gpio routines

2014-01-08 Thread Jagannadha Sutradharudu Teki
GPIO dummy routines are required for fdt build, may be removed these dependencies once the u-boot fdt is fully optimized. Signed-off-by: Jagannadha Sutradharudu Teki jaga...@xilinx.com --- arch/arm/include/asm/arch-zynq/gpio.h | 25 + 1 file changed, 25 insertions(+)

[U-Boot] [PATCH v4 16/29] zynq: Add zynq microzed board support

2014-01-08 Thread Jagannadha Sutradharudu Teki
MicroZed is a low-cost development board based on the Xilinx Zynq-7000 All Programmable SoC. APSOC: - XC7Z010-1CLG400C Memory: - 1 GB of DDR3 SDRAM - 128Mb of QSPI flash(S25FL128SAGBHI200) - Micro SD card interface Communication: - 10/100/1000 Ethernet - USB 2.0 - USB-UART User I/O: - 100 User

[U-Boot] [PATCH v4 08/29] zynq: Add GEM0, GEM1 configs support

2014-01-08 Thread Jagannadha Sutradharudu Teki
Zynq ethernet controller support two GEM's like CONFIG_ZYNQ_GEM0 and CONFIG_ZYNQ_GEM1 enabled both so-that the respective board will define these macros based on their usage. Signed-off-by: Jagannadha Sutradharudu Teki jaga...@xilinx.com --- include/configs/zynq.h | 16 1 file

[U-Boot] [PATCH v4 18/29] zynq: Add zynq_zc770 xm013 board support

2014-01-08 Thread Jagannadha Sutradharudu Teki
ZC770 is a complete development board based on the Xilinx Zynq-7000 All Programmable SoC, similar to ZC70x board but which has four different daughter cards, like XM010, XM011, XM012 and XM013 ZC770 XM013: - 1GB DDR3 - 128 Mb Quad-SPI Flash(dual parallel) - USB-UART Signed-off-by: Jagannadha

[U-Boot] [PATCH v4 11/29] zynq: Add zynq zc70x board support

2014-01-08 Thread Jagannadha Sutradharudu Teki
The Zynq-7000 APSOC zc702 and zc706 enabled complte embedded processing includes ASIC and FPGA design. ZC702-: APSOC: - XC7Z020-CLG484-1 Memory: - DDR3 Component Memory 1GB - 16MB Quad SPI Flash - IIC - 1 KB EEPROM Connectivity: - Gigabit Ethernet GMII, RGMII and SGMII. - USB OTG - Host USB -

[U-Boot] [PATCH v4 17/29] zynq: Add zynq_zc770 xm010 board support

2014-01-08 Thread Jagannadha Sutradharudu Teki
ZC770 is a complete development board based on the Xilinx Zynq-7000 All Programmable SoC, similar to ZC70x board but which has four different daughter cards, like XM010, XM011, XM012 and XM013 ZC770 XM010: - 1Gb DDR3 - 1Mb SST SPI flash - 128 Mb Quad-SPI Flash - 8 Mb SST SI flash - Full size

[U-Boot] [PATCH v4 23/29] zynq-common: Define flash env. partition

2014-01-08 Thread Jagannadha Sutradharudu Teki
Last 128Kb sector of 1Mb flash is defined as u-boot environment partition. Signed-off-by: Jagannadha Sutradharudu Teki jaga...@xilinx.com --- include/configs/zynq-common.h | 12 +++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/include/configs/zynq-common.h

[U-Boot] [PATCH v4 10/29] doc: zynq: Add information on zynq u-boot

2014-01-08 Thread Jagannadha Sutradharudu Teki
Information on zynq u-boot about - zynq boards - mainline status - TODO Signed-off-by: Jagannadha Sutradharudu Teki jaga...@xilinx.com --- doc/README.zynq | 60 + 1 file changed, 60 insertions(+) create mode 100644 doc/README.zynq diff

[U-Boot] [PATCH v4 27/29] zynq-common: Enable verified boot(RSA)

2014-01-08 Thread Jagannadha Sutradharudu Teki
CONFIG_FIT_SIGNATURE - signature node support in FIT image CONFIG_RSA - RSA lib support Signed-off-by: Jagannadha Sutradharudu Teki jaga...@xilinx.com --- include/configs/zynq-common.h | 4 1 file changed, 4 insertions(+) diff --git a/include/configs/zynq-common.h

Re: [U-Boot] sandbox question

2014-01-08 Thread TigerLiu
Hi, Albrahm: Thanks a lot! Best wishes, ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH v6] spi: pl022_spi: Add support for ARM PL022 spi controller

2014-01-08 Thread Jagan Teki
On Wed, Jan 8, 2014 at 2:49 PM, Armando Visconti armando.visco...@st.com wrote: Hello Jagan, Sorry for late reply. On 12/20/2013 8:03 PM, Jagan Teki wrote: On Fri, Oct 4, 2013 at 12:20 PM, Jagan Teki jagannadh.t...@gmail.com wrote: Hi Vipin, I have few quick comments, please fix it.

[U-Boot] [PATCH v4 00/29] zynq: More boards support

2014-01-08 Thread Jagannadha Sutradharudu Teki
These changes are from u-boot-xlnx.git repo from git.xilinx.com and in addition of basic fdt support. This repo is well tested on xilinx zynq platform, hence pushing the same on upstream. Excluded qspi and nand changes from previous series. Please note that all this series available in

Re: [U-Boot] [PATCH] Add code for spi half duplex operation for enc28j60

2014-01-08 Thread Jagan Teki
On Sat, Dec 21, 2013 at 12:40 AM, Jagan Teki jagannadh.t...@gmail.com wrote: On Fri, Oct 4, 2013 at 4:43 PM, Jagan Teki jagannadh.t...@gmail.com wrote: Hi Seems like some issues with checkpatch.pl and use proper commit msg header. Please fix and use u-boot-spi.git repo with master-probe

Re: [U-Boot] [PATCH 1/5] edid: add function to convert edid to fb_videomode

2014-01-08 Thread Stefano Babic
CC to Anatolij as video custodian On 08/01/2014 08:24, Christian Gmeiner wrote: There may be some custom boards in the field which have an seperate eeprom chip to store edid informations in it. To make use of those edid information in the board code this patch add a function to convert edid

Re: [U-Boot] [U-Boot,PATCHv3,1/5] am43xx: Add qspi support

2014-01-08 Thread Jagan Teki
On Mon, Jan 6, 2014 at 1:51 PM, Sourav Poddar sourav.pod...@ti.com wrote: On Monday 06 January 2014 01:06 PM, Jagan Teki wrote: Hi Sourav, On Mon, Jan 6, 2014 at 12:10 PM, Sourav Poddarsourav.pod...@ti.com wrote: Hi Jagan, On Saturday 21 December 2013 12:50 PM, Jagannadha Sutradharudu

Re: [U-Boot] [PATCH 2/5] imx: mx6q_4x_mt41j128.cfg: enable ecspi3 clocks

2014-01-08 Thread Stefano Babic
Hi Christian, On 08/01/2014 08:24, Christian Gmeiner wrote: Signed-off-by: Christian Gmeiner christian.gmei...@gmail.com --- board/freescale/imx/ddr/mx6q_4x_mt41j128.cfg |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/board/freescale/imx/ddr/mx6q_4x_mt41j128.cfg

Re: [U-Boot] [PATCH 3/5] fdt: add fdt_add_display_timings(..)

2014-01-08 Thread Stefano Babic
Hi Christian, On 08/01/2014 08:24, Christian Gmeiner wrote: This new function is used to set all display-timings properties based on fb_videomode. display-timings { timing0 { clock-frequency = 2500; hactive = 640; vactive = 480;

Re: [U-Boot] [PATCH] Fix problems in chip select selection in imx23, 28 spi code

2014-01-08 Thread Jagan Teki
On Sat, Dec 21, 2013 at 12:42 AM, Jagan Teki jagannadh.t...@gmail.com wrote: On Fri, Oct 4, 2013 at 4:06 PM, Jagan Teki jagannadh.t...@gmail.com wrote: Hi, Try to fix the above issues. Use u-boot-spi.git repo with master-probe branch. Please test the same on your hw and let me know for any

Re: [U-Boot] [PATCH 5/5] imx6: make use of lldiv(..)

2014-01-08 Thread Stefano Babic
Hi Christian, On 08/01/2014 08:24, Christian Gmeiner wrote: Commit 762a88ccf8540948fbf8c31b40a29d1e0684a25b introduces a 64-bit division without using the lldiv() function, which pulls in previously unused libgcc stuff. Signed-off-by: Måns Rullgård m...@mansr.com Signed-off-by: Christian

Re: [U-Boot] [PATCH v2 2/3] boards.cfg: Place - in the 8th field if it is the same as 7th

2014-01-08 Thread Otavio Salvador
Hello Masahiro, On Tue, Jan 7, 2014 at 11:38 PM, Masahiro Yamada yamad...@jp.panasonic.comwrote: The 8th field of boards.cfg takes the form: board config name[:comma separated config options] We should describe explicitely the 8th field only when it is necessary to do so. Specify -

[U-Boot] [PATCH] avr32: delete unused header files

2014-01-08 Thread Masahiro Yamada
Signed-off-by: Masahiro Yamada yamad...@jp.panasonic.com --- arch/avr32/cpu/pio2.h | 44 -- arch/avr32/include/asm/arch-at32ap700x/gpio-impl.h | 86 --- arch/avr32/include/asm/arch-common/portmux-gpio.h | 98 -- 3 files

[U-Boot] [PATCH] blackfin: delete unused header files

2014-01-08 Thread Masahiro Yamada
Signed-off-by: Masahiro Yamada yamad...@jp.panasonic.com --- .../include/asm/mach-common/bits/lockbox.h | 62 --- arch/blackfin/include/asm/mach-common/bits/sport.h | 89 -- 2 files changed, 151 deletions(-) delete mode 100644

[U-Boot] [PATCH] x86: delete unused header files

2014-01-08 Thread Masahiro Yamada
Signed-off-by: Masahiro Yamada yamad...@jp.panasonic.com --- arch/x86/include/asm/mtrr.h | 193 1 file changed, 193 deletions(-) delete mode 100644 arch/x86/include/asm/mtrr.h diff --git a/arch/x86/include/asm/mtrr.h b/arch/x86/include/asm/mtrr.h

[U-Boot] [PATCH] powerpc: delete unused header files

2014-01-08 Thread Masahiro Yamada
Signed-off-by: Masahiro Yamada yamad...@jp.panasonic.com --- arch/powerpc/cpu/mpc824x/drivers/i2c_export.h | 103 - arch/powerpc/cpu/mpc8260/speed.h | 38 -- arch/powerpc/include/asm/iopin_85xx.h | 146 -- arch/powerpc/include/asm/pnp.h| 643

[U-Boot] [PATCH] board: delete unused header files

2014-01-08 Thread Masahiro Yamada
Signed-off-by: Masahiro Yamada yamad...@jp.panasonic.com --- board/cogent/kbm.h | 79 - board/cray/L1/L1.h | 28 -- board/esd/common/s1d13806_640_480_8bpp.h | 120 - board/etin/debris/speed.h

[U-Boot] [PATCH] drivers: delete unused header files

2014-01-08 Thread Masahiro Yamada
Signed-off-by: Masahiro Yamada yamad...@jp.panasonic.com --- drivers/bios_emulator/include/x86emu/prim_asm.h | 970 drivers/mmc/pxa_mmc.h | 138 drivers/net/nicext.h| 109 --- 3 files changed, 1217 deletions(-)

Re: [U-Boot] [PATCH] board: delete unused header files

2014-01-08 Thread Stefan Roese
On 08.01.2014 12:11, Masahiro Yamada wrote: Signed-off-by: Masahiro Yamada yamad...@jp.panasonic.com --- board/cogent/kbm.h | 79 - board/cray/L1/L1.h | 28 -- board/esd/common/s1d13806_640_480_8bpp.h | 120

Re: [U-Boot] [PATCH 4/5] imx6: add ot1200 mr board

2014-01-08 Thread Stefano Babic
Hi Christian, On 08/01/2014 08:24, Christian Gmeiner wrote: This patch add support for one device of the Bachmann OT1200 series - the mr variant. Nobody knows (at least, me !) what mr variant means. My first attemp was to use one u-boot binary for all OT1200 ^attempt

[U-Boot] [PATCH] mmc: Delete unused driver ftsdc021_sdhci

2014-01-08 Thread Masahiro Yamada
CONFIG_FTSDC021 is not defined anywhere. So ftsdc021_sdhci.c is never compiled. Signed-off-by: Masahiro Yamada yamad...@jp.panasonic.com --- drivers/mmc/Makefile | 1 - drivers/mmc/ftsdc021_sdhci.c | 33 - 2 files changed, 34 deletions(-) delete mode

Re: [U-Boot] [PATCH v2] spi/cadence: Adding Cadence SPI driver support for SOCFPGA

2014-01-08 Thread Jagan Teki
Hi Chin Liang See, On Thu, Jan 2, 2014 at 8:13 AM, Chin Liang See cl...@altera.com wrote: To add the Cadence SPI driver support for Altera SOCFPGA. It required information such as clocks and timing from platform's configuration header file within include/configs folder Signed-off-by: Chin

Re: [U-Boot] [PATCH] board: delete unused header files

2014-01-08 Thread Matthias Fuchs
Thanks. Acked-by: Matthias Fuchs matthias.fu...@esd.eu On 08.01.2014 12:11, Masahiro Yamada wrote: Signed-off-by: Masahiro Yamada yamad...@jp.panasonic.com --- board/cogent/kbm.h | 79 - board/cray/L1/L1.h | 28 --

Re: [U-Boot] [PATCH 1/2] configs: mx6_common: Restrict CONFIG_ARM_ERRATA_742230 for multi-core

2014-01-08 Thread Shawn Guo
On Wed, Jan 08, 2014 at 09:55:10AM +0100, Stefano Babic wrote: Hi Fabio, On 06/01/2014 14:14, Fabio Estevam wrote: According to e9fd66defd (ARM: mx6: define CONFIG_ARM_ERRATA_742230), the CONFIG_ARM_ERRATA_742230 option should only be applied to multi-core variants, so restrict its

Re: [U-Boot] [PATCH] spi: soft_spi: Support NULL din/dout buffers

2014-01-08 Thread Jagan Teki
Hi Andrew Ruder, On Wed, Oct 23, 2013 at 5:41 AM, Andrew Ruder andrew.ru...@elecsyscorp.com wrote: This mirrors the conventions used in other SPI drivers (kirkwood, davinci, atmel, et al) where the din/dout buffer can be NULL when the received/transmitted data isn't important. This reduces

Re: [U-Boot] [PATCH] cmd_sf: Mention in the help text that mode, addr, offset and len must be given in hex.

2014-01-08 Thread Jagan Teki
On Thu, Oct 24, 2013 at 7:14 PM, Jakob Unterwurzacher jakob.unterwurzac...@theobroma-systems.com wrote: These parameters are always interpreted as hex, even without 0x prefix. Signed-off-by: Jakob Unterwurzacher jakob.unterwurzac...@theobroma-systems.com --- common/cmd_sf.c |3 ++- 1

Re: [U-Boot] [PATCH v5 5/8] SPI: add Dove support to Kirkwood SPI driver

2014-01-08 Thread Jagan Teki
On Sat, Dec 21, 2013 at 12:35 AM, Jagan Teki jagannadh.t...@gmail.com wrote: Hi Sascha Silbe, On Wed, Jun 26, 2013 at 7:41 PM, Wolfgang Denk w...@denx.de wrote: Dear Sascha Silbe, In message 1372195668-25496-6-git-send-email-t-ub...@infra-silbe.de you wrote: The SPI support on Dove is

Re: [U-Boot] [PATCH] omap4_common: config: remove I2C for SPL mode

2014-01-08 Thread Tom Rini
On Tue, Jan 07, 2014 at 08:06:56PM -0600, Nishanth Menon wrote: Commit 6789e84ecaa8f45d053084e08c381284a04abff7 (i2c, omap24xx: convert driver to new mutlibus/mutliadapter framework) intended to make I2C driver compatible with latest changes. It unfortunately has had a impact on size on SPL

Re: [U-Boot] [PATCH] omap4_common: config: remove I2C for SPL mode

2014-01-08 Thread Michael Trimarchi
HI On Wed, Jan 8, 2014 at 1:58 PM, Tom Rini tr...@ti.com wrote: On Tue, Jan 07, 2014 at 08:06:56PM -0600, Nishanth Menon wrote: Commit 6789e84ecaa8f45d053084e08c381284a04abff7 (i2c, omap24xx: convert driver to new mutlibus/mutliadapter framework) intended to make I2C driver compatible with

[U-Boot] [PATCH] arm: put .hash, .got.plt and .machine_param back in binaries

2014-01-08 Thread Albert ARIBAUD
Some targets will build fine but not boot if sections .hash and .got.plt are not present in the binary. Add them back. Also, Exynos machines require .machine_param section in SPL. Add it. Signed-off-by: Albert ARIBAUD albert.u.b...@aribaud.net --- Changes for v2: - removed SREC format SPL

Re: [U-Boot] ARM: twister: add missing gpio clock init

2014-01-08 Thread Tom Rini
On Sat, Dec 21, 2013 at 06:06:33PM +0100, Jeroen Hofstee wrote: Commit f33b9bd3984fb11e1d8566a866adc5957b1e1c9d breaks boards which do not explicitly enable the gpio clocks. This causes the twister spl to hang, since it uses the no longer enabled gpio 55. Add CONFIG_OMAP3_GPIO_2 to unbrick

Re: [U-Boot] ARM: tam3517-common: fix nand spl boot

2014-01-08 Thread Tom Rini
On Sat, Dec 21, 2013 at 06:03:09PM +0100, Jeroen Hofstee wrote: commit f9095aac793aa8917ab9b915c5d449e6dc8d3d30, mtd: nand: omap: add CONFIG_NAND_OMAP_ECCSCHEME for selection of ecc-scheme removed CONFIG_SPL_NAND_SOFTECC from the tam3517 common config, causing the spl nand boot to fail. Add

Re: [U-Boot] cam_enc_4xx: Set CONFIG_SYS_NAND_MAX_OOBFREE / CONFIG_SYS_NAND_MAX_ECCPOS

2014-01-08 Thread Tom Rini
On Wed, Dec 18, 2013 at 02:43:08PM -0500, Tom Rini wrote: With the changes to make OOBFREE/ECCPOS configurable but default to larger, we need to set these config options for the space savings they provide. Cc: Scott Wood scottw...@freescale.com Cc: Heiko Schocher h...@denx.de

[U-Boot] Please pull u-boot-ti/master

2014-01-08 Thread Tom Rini
Hey, The following changes since commit 4b0561d84198f8d696fd51cfc27aeac8c7482a8c: Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master' (2014-01-06 09:32:42 +0100) are available in the git repository at: git://git.denx.de/u-boot-ti.git master for you to fetch changes up to

Re: [U-Boot] TI:omap3: Drop omap3_zoom2

2014-01-08 Thread Tom Rini
On Fri, Dec 20, 2013 at 11:19:33AM -0500, Tom Rini wrote: The omap3_zoom2 board has not been updated for a correct CONFIG_SYS_HZ and Tom Rix's email has long been bouncing. Signed-off-by: Tom Rini tr...@ti.com Applied to u-boot-ti/master, thanks! -- Tom signature.asc Description:

Re: [U-Boot] arm: omap: cm_t35: enable gpio bank 5 clocks explicitly

2014-01-08 Thread Tom Rini
On Tue, Dec 31, 2013 at 12:55:15PM +0200, Nikita Kiryanov wrote: Following commit arm: omap3: Enable clocks for peripherals only if they are used (f33b9bd3984fb11e1d8566a866adc5957b1e1c9d) it is now necessary to enable clocks for GPIO banks explicitly. On cm_t35, GPIO bank 5 is necessary for

Re: [U-Boot] [U-Boot, 1/1] ARM: dra7_evm: read mac address properly from e-fuse

2014-01-08 Thread Tom Rini
On Tue, Jan 07, 2014 at 07:57:38PM +0530, Mugunthan V N wrote: Byte offset of Ethernet mac address read from e-fuse are wrong so DHCP is not working on some boards, modifying the offset to read properly. Signed-off-by: Mugunthan V N mugunthan...@ti.com Applied to u-boot-ti/master, thanks!

Re: [U-Boot] [PATCH 1/2] configs: mx6_common: Restrict CONFIG_ARM_ERRATA_742230 for multi-core

2014-01-08 Thread Stefano Babic
Hi Fabio, On 08/01/2014 13:10, Shawn Guo wrote: On Wed, Jan 08, 2014 at 09:55:10AM +0100, Stefano Babic wrote: Hi Fabio, On 06/01/2014 14:14, Fabio Estevam wrote: According to e9fd66defd (ARM: mx6: define CONFIG_ARM_ERRATA_742230), the CONFIG_ARM_ERRATA_742230 option should only be applied

Re: [U-Boot] [PATCH v3 11/12] trats2: add LCD download menu support

2014-01-08 Thread Przemyslaw Marczak
Hello Minkyu, On 01/08/2014 02:56 AM, Minkyu Kang wrote: Dear Przemsyslaw Marczak, On 07/01/14 21:54, Przemyslaw Marczak wrote: Hello, On 01/06/2014 12:37 PM, Minkyu Kang wrote: On 04/01/14 02:21, Przemyslaw Marczak wrote: Signed-off-by: Przemyslaw Marczak p.marc...@samsung.com ---

Re: [U-Boot] [PATCH] omap4_common: config: remove I2C for SPL mode

2014-01-08 Thread Nishanth Menon
On Wed, Jan 8, 2014 at 6:58 AM, Tom Rini tr...@ti.com wrote: Ah toolchain fun, that's why I hadn't seen this, all of mine build around 32KiB. arm-linux-gnueabi-gcc --version arm-linux-gnueabi-gcc (Ubuntu/Linaro 4.6.3-1ubuntu5) 4.6.3 Copyright (C) 2011 Free Software Foundation, Inc. This is

[U-Boot] [PATCH v2 1/2] configs: mx6_common: Restrict CONFIG_ARM_ERRATA_742230 for multi-core

2014-01-08 Thread Fabio Estevam
From: Fabio Estevam fabio.este...@freescale.com According to e9fd66defd (ARM: mx6: define CONFIG_ARM_ERRATA_742230), the CONFIG_ARM_ERRATA_742230 option should only be applied to multi-core variants, so restrict its usage for quad and dual-lite only. Quoting Shawn Guo [2]: The sololite has the

[U-Boot] [PATCH v2 2/2] mx6slevk: Include mx6_common.h

2014-01-08 Thread Fabio Estevam
From: Fabio Estevam fabio.este...@freescale.com Include mx6_common.h so that some ARM errata are applied and also the vddsoc regulator can be changed. Signed-off-by: Fabio Estevam fabio.este...@freescale.com --- Changes since v1: - None include/configs/mx6slevk.h | 1 + 1 file changed, 1

Re: [U-Boot] [PATCH v2 1/2] configs: mx6_common: Restrict CONFIG_ARM_ERRATA_742230 for multi-core

2014-01-08 Thread Fabio Estevam
Hi Dirk, On Wed, Jan 8, 2014 at 12:07 PM, Dirk Behme dirk.be...@de.bosch.com wrote: Just for my understanding: Is there a technical reason not to use this errata on single core (solo/sololite)? I.e. do you see any real issues using this errata on solo/sololite? No real issue. It is unneeded

Re: [U-Boot] [PATCH v2 1/2] configs: mx6_common: Restrict CONFIG_ARM_ERRATA_742230 for multi-core

2014-01-08 Thread Dirk Behme
Hi Fabio, On 08.01.2014 14:59, Fabio Estevam wrote: From: Fabio Estevam fabio.este...@freescale.com According to e9fd66defd (ARM: mx6: define CONFIG_ARM_ERRATA_742230), the CONFIG_ARM_ERRATA_742230 option should only be applied to multi-core variants, so restrict its usage for quad and

Re: [U-Boot] [PATCH 2/5] imx: mx6q_4x_mt41j128.cfg: enable ecspi3 clocks

2014-01-08 Thread Christian Gmeiner
Hi Stefano, On 08/01/2014 08:24, Christian Gmeiner wrote: Signed-off-by: Christian Gmeiner christian.gmei...@gmail.com --- board/freescale/imx/ddr/mx6q_4x_mt41j128.cfg |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/board/freescale/imx/ddr/mx6q_4x_mt41j128.cfg

Re: [U-Boot] [PATCH 5/5] imx6: make use of lldiv(..)

2014-01-08 Thread Christian Gmeiner
Hi Stefano, 2014/1/8 Stefano Babic sba...@denx.de: Hi Christian, On 08/01/2014 08:24, Christian Gmeiner wrote: Commit 762a88ccf8540948fbf8c31b40a29d1e0684a25b introduces a 64-bit division without using the lldiv() function, which pulls in previously unused libgcc stuff. Signed-off-by:

Re: [U-Boot] [PATCH 4/5] imx6: add ot1200 mr board

2014-01-08 Thread Christian Gmeiner
HI Stefano, 2014/1/8 Stefano Babic sba...@denx.de: Hi Christian, On 08/01/2014 08:24, Christian Gmeiner wrote: This patch add support for one device of the Bachmann OT1200 series - the mr variant. Nobody knows (at least, me !) what mr variant means. its just a project name. My first

Re: [U-Boot] When will orphan boards removed?

2014-01-08 Thread Tom Rini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 01/08/2014 01:17 AM, Masahiro Yamada wrote: Hello Tom, Albert. When will Orphan boards in boards.cfg removed? Well, somewhere between when they're a problem and when someone says I'd like to remove So, if you'd like to start the next

Re: [U-Boot] Pull request for u-boot-marvell.git

2014-01-08 Thread Albert ARIBAUD
Hi Prafulla, On Mon, 6 Jan 2014 04:38:43 -0800, Prafulla Wadaskar prafu...@marvell.com wrote: Hi Albert, Please pull The following changes since commit 4b0561d84198f8d696fd51cfc27aeac8c7482a8c: Albert ARIBAUD (1): Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master'

Re: [U-Boot] [PATCH v4 09/29] zynq-common: Rename zynq with zynq-common

2014-01-08 Thread Albert ARIBAUD
Hi Jagannadha, On Wed, 8 Jan 2014 15:53:16 +0530, Jagannadha Sutradharudu Teki jagannadha.sutradharudu-t...@xilinx.com wrote: zynq.h - zynq-common.h, zynq-common is Common configuration options for all Zynq boards. zynq.h is no longer exists hense removed from boards.cfg Note this did not

Re: [U-Boot] [PATCH] include/mmc.h: Remove declaration for spl_mmc_load()

2014-01-08 Thread Pantelis Antoniou
Hi Lad, On Dec 3, 2013, at 8:47 AM, Lad, Prabhakar wrote: From: Lad, Prabhakar prabhakar.cse...@gmail.com The spl_mmc_load() was removed while converting to CONFIG_SPL_FRAMEWORK usage the definition was removed but the declaration was missed. This patch removes this declaration.

Re: [U-Boot] [PATCH] x86: delete unused header files

2014-01-08 Thread Simon Glass
On 8 January 2014 04:10, Masahiro Yamada yamad...@jp.panasonic.com wrote: Signed-off-by: Masahiro Yamada yamad...@jp.panasonic.com Acked-by: Simon Glass s...@chromium.org ___ U-Boot mailing list U-Boot@lists.denx.de

Re: [U-Boot] uboot post for arm

2014-01-08 Thread Simon Glass
Hi, On 6 January 2014 04:09, shobin sho...@live.com wrote: Hi all, Any one please tell me how to enable post for arm in uboot?i am using uboot-toradex for colibri t20 module.(My goal is to check the hardware peripherals is ok/not at boot itme).Please tell me a solution. I've not used

Re: [U-Boot] MAKEALL

2014-01-08 Thread Simon Glass
Hi York, On 4 January 2014 02:21, Wolfgang Denk w...@denx.de wrote: Dear York, In message 52c7424a.4090...@freescale.com you wrote: I have some troubles to run MAKEALL with BUILD_NBUILDS. If I set BUILD_NBUILDS to 2 or greater, there is a good chance the total number of targets is

Re: [U-Boot] Interrupts in U-Boot

2014-01-08 Thread Simon Glass
Hi, On 2 January 2014 07:18, Parimala Baggiri baggiriparim...@gmail.com wrote: Hello, Does U-Boot support interrupt handling for ARM processors? If it is not supporting can I add it on my own? There is very basic support, in terms of setting up the vectors. I believe the IRQ is supported

Re: [U-Boot] [PATCH v2] mmc/dwmmc: Using calloc instead malloc

2014-01-08 Thread Pantelis Antoniou
Hi Chin, On Dec 18, 2013, at 7:16 PM, Chin Liang See wrote: To enhance the SDMMC DesignWare driver to use calloc instead of malloc. This will avoid the incident that uninitialized members of mmc structure are later used for NULL comparison. Signed-off-by: Chin Liang See cl...@altera.com

Re: [U-Boot] [PATCH] ARM: omap5_uevm: Enable 8-bit eMMC access

2014-01-08 Thread Pantelis Antoniou
Hi Lubomir, On Dec 19, 2013, at 5:14 PM, Lubomir Popov wrote: All prerequisites are already available, so why not enable 8-bit access - it is a matter of a define in the board file only. Signed-off-by: Lubomir Popov l-po...@ti.com --- include/configs/omap5_uevm.h |1 + 1 file changed,

Re: [U-Boot] [PATCH v4 00/29] zynq: More boards support

2014-01-08 Thread Albert ARIBAUD
Hi Jagannadha, On Wed, 8 Jan 2014 15:53:07 +0530, Jagannadha Sutradharudu Teki jagannadha.sutradharudu-t...@xilinx.com wrote: These changes are from u-boot-xlnx.git repo from git.xilinx.com and in addition of basic fdt support. This repo is well tested on xilinx zynq platform, hence pushing

Re: [U-Boot] [PATCH v4 00/29] zynq: More boards support

2014-01-08 Thread Jagan Teki
Hi Albert, On Wed, Jan 8, 2014 at 10:44 PM, Albert ARIBAUD albert.u.b...@aribaud.net wrote: Hi Jagannadha, On Wed, 8 Jan 2014 15:53:07 +0530, Jagannadha Sutradharudu Teki jagannadha.sutradharudu-t...@xilinx.com wrote: These changes are from u-boot-xlnx.git repo from git.xilinx.com and in

Re: [U-Boot] [PATCH 00/11 V13] EXYNOS5420: Add SMDK5420 board support

2014-01-08 Thread Simon Glass
Him On 31 December 2013 00:34, Minkyu Kang mk7.k...@samsung.com wrote: On 26/12/13 13:14, Rajeshwari S Shinde wrote: This patch adds basic board support for SMDK5420 board. These patches are tested for booting fine on EVT1 SMDK5420. Rajeshwari S Shinde (11): EXYNOS5: Create a common board

Re: [U-Boot] [PATCH] spi: sh_qspi: Add header file that defines the address of registers

2014-01-08 Thread Jagan Teki
Hi Nobuhiro Iwamatsu, On Wed, Jan 8, 2014 at 6:46 AM, Nobuhiro Iwamatsu nobuhiro.iwamatsu...@renesas.com wrote: Signed-off-by: Nobuhiro Iwamatsu nobuhiro.iwamatsu...@renesas.com --- drivers/spi/sh_qspi.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git

[U-Boot] [PATCH] powerpc/mpc85xx: Revise workaround for DDR A003474

2014-01-08 Thread York Sun
Existing workaround only handles one RDIMM on reference design. In case two RDIMMs are used, the workaround requires two separate writes to DDR_SDRAM_MD_CNTL register. This patch also restores two registers changed by the workaround. Signed-off-by: York Sun york...@freescale.com ---

Re: [U-Boot] [PATCH] powerpc/mpc85xx: Revise workaround for DDR A003474

2014-01-08 Thread York Sun
On 01/08/2014 10:17 AM, York Sun wrote: Existing workaround only handles one RDIMM on reference design. In case two RDIMMs are used, the workaround requires two separate writes to DDR_SDRAM_MD_CNTL register. This patch also restores two registers changed by the workaround. Signed-off-by:

[U-Boot] [Patch v2] powerpc/mpc85xx: Revise workaround for DDR-A003

2014-01-08 Thread York Sun
Existing workaround only handles one RDIMM on reference design. In case of two RDIMMs being used, the workaround requires two separate writes to DDR_SDRAM_MD_CNTL register. This patch also restores two debug registers changed by the workaround. This change has been tested on P4080 v2 platform

  1   2   >