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

2014-01-08 Thread Christian Gmeiner
Hi Stefano, 2014/1/8 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>; >>

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 >>> --- >>> 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 >>> b/bo

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

2014-01-08 Thread Jagan Teki
Hi Nobuhiro, On Thu, Jan 9, 2014 at 9:49 AM, Nobuhiro Iwamatsu wrote: > Hi, > > This macro was changed by following patch. > http://patchwork.ozlabs.org/patch/307934/ OK. I will pick this once Albert pop your PR. Any more spi patches? > > I should have been CC to you this. > > Best regards, >

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

2014-01-08 Thread Shawn Guo
On Thu, Jan 09, 2014 at 03:50:06AM +, hui@freescale.com wrote: > The commit log really get me confused, why we need enable one ERRATA which > should not be applied? It's been enabled as a workaround for the reboot issue we were seeing before. But I get reminded that the workaround may no

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

2014-01-08 Thread Nobuhiro Iwamatsu
Dear Tom Rini. Please pull u-boot-sh master branch. The following changes since commit e7be18225fbea76d1f0034b224f0d1e60f07cfcf: Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx (2014-01-06 14:07:08 -0500) are available in the git repository at: git://git.denx.de/u-boot-sh.git ma

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

2014-01-08 Thread Nobuhiro Iwamatsu
Dear Albert Aribaud, Please pull u-boot-sh/rmobile into u-boot-arm/master. The following changes since commit 6e51ca41002c5e92f7fec088320e340102dd3f5b: Merge branch 'u-boot-ti/master' into 'u-boot-arm/master' (2014-01-08 20:48:26 +0100) are available in the git repository at: git://git.de

[U-Boot] [PATCH] sh: sh2: Remove CONFIG_SH2A definition from asm/processor.h

2014-01-08 Thread Nobuhiro Iwamatsu
SH2 and SH2A use a common header. Both checks are not necessary. This removes CONFIG_SH2A definition from asm/processor.h. Signed-off-by: Nobuhiro Iwamatsu --- arch/sh/include/asm/processor.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/arch/sh/include/asm/processor.h b/

[U-Boot] [PATCH] sh: sh4: Remove CONFIG_SH4A definition from source code

2014-01-08 Thread Nobuhiro Iwamatsu
SH4 and SH4A are compatible. But some instructions are different from these. In Linux kernel, It is treated as a separate CPU, but for now, I think that there is no need to divide especially in the U-Boot. This removes CONFIG_SH4A definition from source code, SH4A is treated as SH4. And this fix w

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

2014-01-08 Thread Nobuhiro Iwamatsu
Hi, This macro was changed by following patch. http://patchwork.ozlabs.org/patch/307934/ I should have been CC to you this. Best regards, Nobuhiro 2014/1/9 Jagan Teki : > Hi Nobuhiro Iwamatsu, > > On Wed, Jan 8, 2014 at 6:46 AM, Nobuhiro Iwamatsu > wrote: >> Signed-off-by: Nobuhiro Iwamatsu

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

2014-01-08 Thread hui....@freescale.com
> -Original Message- > From: Fabio Estevam [mailto:feste...@gmail.com] > Sent: Wednesday, January 08, 2014 10:00 PM > To: sba...@denx.de > Cc: shawn@linaro.org; Liu Hui-R64343; u-boot@lists.denx.de; Estevam > Fabio-R49496 > Subject: [PATCH v2 1/2] configs: mx6_common: Restrict > CONFIG_

Re: [U-Boot] [PATCH 5/6] sh: sh4: Add CONFIG_SH4 definition to config.mk of SH4

2014-01-08 Thread Nobuhiro Iwamatsu
Hi, I see. I will send different from this patch that takes your comments. Best regards, Nobuhiro 2014/1/8 Masahiro Yamada : > Hi Nobuhiro. > > >> diff --git a/arch/sh/cpu/sh4/config.mk b/arch/sh/cpu/sh4/config.mk >> index c357557..753580b 100644 >> --- a/arch/sh/cpu/sh4/config.mk >> +++ b/arc

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

2014-01-08 Thread Kuo-Jung Su
2014/1/9 Masahiro Yamada : > Hello Kuo-Jung > >> Sorry, it's my bad to send out FTSDC021 patch before committing the >> corresponding platforms. >> The corresponding Faraday SoC platforms should be soon committed into >> u-boot-arm. (I wish...) > > OK. I retract this patch. > > Thanks for your und

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

2014-01-08 Thread Masahiro Yamada
Hello Kuo-Jung > Sorry, it's my bad to send out FTSDC021 patch before committing the > corresponding platforms. > The corresponding Faraday SoC platforms should be soon committed into > u-boot-arm. (I wish...) OK. I retract this patch. Tom, please reject this patch. Best Regards Masahiro Yama

[U-Boot] Please pull u-boot-x86.git branch sandbox2

2014-01-08 Thread Simon Glass
Hi Tom, These are the first half of the sandbox enhancements. The second half may not make it before the release as I have found a few grey areas I want to check. ./tools/buildman/buildman -b x86-push -s Summary of 14 commits for 1195 boards (32 threads, 1 job per thread) 01: Merge branch 'maste

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

2014-01-08 Thread Kuo-Jung Su
Hi Masahiro: Sorry, it's my bad to send out FTSDC021 patch before committing the corresponding platforms. The corresponding Faraday SoC platforms should be soon committed into u-boot-arm. (I wish...) P.S: This also applies to 1. spi:ftssp010 2. i2c: fti2c010 3. net:ftmac110 4. usb: ehci: faraday

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

2014-01-08 Thread Albert ARIBAUD
Hi Tom, On Wed, 8 Jan 2014 08:33:58 -0500, Tom Rini wrote: > 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: >

Re: [U-Boot] Question: booting Linux from ext4 mmc partition

2014-01-08 Thread nidalpres
I did some more experiments and it looks like it has nothing to do with size. I have created files of various sizes and loaded them all with no problems. However, when loading linux kernel image, things break. Contents of all files are just a lot of zero bytes. Here is a sample session: => ls mmc

[U-Boot] [Patch v3] 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. Signed-off-by: York Sun CC: Ben Collins CC: James

[U-Boot] [PATCH v5 04/30] 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 --- include/configs/zynq.h | 27 ++- 1 file changed, 14 insertions(+), 13 deletions(-) diff --git a/include/configs/zynq.h b/include/configs/zynq.h index

[U-Boot] [PATCH v5 05/30] 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 --- include/configs/zynq.h | 76 ++ 1 file changed, 39 insertions(+), 37 deletions(-) diff --git a/include/configs

[U-Boot] [PATCH v5 09/30] 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 --- boards.cfg| 2 -- include/configs/{zynq.h => zynq-common.h} | 9

[U-Boot] [PATCH v5 30/30] 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 --- doc/README.zynq | 29 + 1 file changed, 21 insertions(+), 8 deletions(-) diff --git a/doc/README.zynq b/doc/README.zynq index ea1c8c1..043c970 100644 --- a/doc/README.zynq +++ b

[U-Boot] [PATCH v5 12/30] 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 Count)

[U-Boot] [PATCH v5 25/30] 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 v5 28/30] 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 --- board/xilinx/dts/zynq-microzed.dts| 14 ++ board/xilinx/dts/zynq-zc702.dts | 14 ++ board/xilinx/dts/zynq-zc706.dts | 14 ++ board/xi

[U-Boot] [PATCH v5 16/30] 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 I/O

[U-Boot] [PATCH v5 18/30] 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 Sutr

[U-Boot] [PATCH v5 24/30] 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 --- include/configs/zynq-common.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/configs/zynq-common.h b/include/configs/zynq-common.h index 568c49f..18

[U-Boot] [PATCH v5 17/30] 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 SD/MM

[U-Boot] [PATCH v5 13/30] 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 --- include/configs/zynq-common.h | 1 - include/configs/zynq_zc70x.h | 2 ++ include/configs/zynq_zed.h| 2 ++ 3 files changed, 4 insertions(+), 1 deleti

[U-Boot] [PATCH v5 11/30] 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 - IIC

[U-Boot] [PATCH v5 23/30] 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 --- include/configs/zynq-common.h | 12 +++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/include/configs/zynq-common.h b/include/configs/zynq-common.h

[U-Boot] [PATCH v5 03/30] 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 --- include/configs/zynq.h | 19 ++- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/include/configs/zynq

[U-Boot] [PATCH v5 14/30] 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 --- include/configs/zynq-common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/configs/zynq-common.h b/include/configs/zynq-common.h index bb9e337.

[U-Boot] [PATCH v5 27/30] 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 --- include/configs/zynq-common.h | 4 1 file changed, 4 insertions(+) diff --git a/include/configs/zynq-common.h b/include/configs/zynq-common.h index 8707bc

[U-Boot] [PATCH v5 08/30] 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 --- include/configs/zynq.h | 16 1 file changed, 8 insertion

[U-Boot] [PATCH v5 10/30] 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 --- doc/README.zynq | 60 + 1 file changed, 60 insertions(+) create mode 100644 doc/README.zynq diff --git a/doc/README.zy

[U-Boot] [PATCH v5 06/30] 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 --- 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 --- a/include/configs/

[U-Boot] [PATCH v5 02/30] 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 --- 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 --- a/include/configs/zynq.h

[U-Boot] [PATCH v5 00/30] 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. -- Thanks, Jagan. Changes for v5: - rebase to u

[U-Boot] [PATCH v5 29/30] zynq: Enable CONFIG_DEFAULT_DEVICE_TREE

2014-01-08 Thread Jagannadha Sutradharudu Teki
Enabled default dts files on respective pre-board config files this is way MAKEALL will works. and it's upto user to build specific dts by specifying at build time. $ make zynq_zc70x_config $ make --> with default dts zynq-zc702.dts or $ make DEVICE_TREE=zynq-zc702 --> Same configuration with zyn

[U-Boot] [PATCH v5 21/30] 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 --- include/configs/zynq-common.h | 23

[U-Boot] [PATCH v5 15/30] 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 --- include/configs/zynq-common.h | 10 ++ include/configs/zynq_zc70x.h | 1 + 2 files changed, 11 insertions(+) di

[U-Boot] [PATCH v5 22/30] 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 --- 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 1eaf17d..402009e 100644 --- a/in

[U-Boot] [PATCH v5 07/30] 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 --- include/configs/zynq.h | 20 1 fi

[U-Boot] [PATCH v5 01/30] zynq: Enable CONFIG_FIT_VERBOSE

2014-01-08 Thread Jagannadha Sutradharudu Teki
Enabled fit_format_{error,warning}() Signed-off-by: Jagannadha Sutradharudu Teki --- 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 +++ b/include/configs/zynq.h

[U-Boot] [PATCH v5 26/30] 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 --- arch/arm/include/asm/arch-zynq/gpio.h | 25 + 1 file changed, 25 insertions(+) create mode 100644 arc

[U-Boot] [PATCH v5 19/30] 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 Teki

[U-Boot] [PATCH v5 20/30] 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 --- arc

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

2014-01-08 Thread Albert ARIBAUD
A few minutes ago I wrote: > This way, building the board by default will wok, ... although powering on the board may fry it. Amicalement, -- Albert, shameless. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

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

2014-01-08 Thread Albert ARIBAUD
Hi Jagan, On Wed, 8 Jan 2014 22:57:10 +0530, Jagan Teki wrote: > Hi Albert, > > On Wed, Jan 8, 2014 at 10:44 PM, Albert ARIBAUD > wrote: > > Hi Jagannadha, > > > > On Wed, 8 Jan 2014 15:53:07 +0530, Jagannadha Sutradharudu Teki > > wrote: > > > >> These changes are from u-boot-xlnx.git repo f

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

2014-01-08 Thread York Sun
On 01/08/2014 11:24 AM, Gerhard Sittig wrote: > On Wed, Jan 08, 2014 at 10:28 -0800, York Sun wrote: >> >> [ ... ] > > Is "474" missing at the end of the subject line? > No. I made a mistake to put A003474. It should be A003. York ___ U-Boot mailing

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

2014-01-08 Thread Gerhard Sittig
On Wed, Jan 08, 2014 at 10:28 -0800, York Sun wrote: > > [ ... ] Is "474" missing at the end of the subject line? virtually yours Gerhard Sittig -- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr. 5, D-82194 Groebenzell, Germany Phone

[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 wit

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-of

[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 --- drivers/ddr/fsl/mpc85xx_ddr_gen3.

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 wrote: > Signed-off-by: Nobuhiro Iwamatsu > --- > drivers/spi/sh_qspi.c | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/drivers/spi/sh_qspi.c b/drivers/spi/sh_qspi.c > index edeb42d..77ede6b 10064

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 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 file >>

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 wrote: > Hi Jagannadha, > > On Wed, 8 Jan 2014 15:53:07 +0530, Jagannadha Sutradharudu Teki > 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 >

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 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 the same on upstream. > > Excluded qs

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 > --- > include/configs/omap5_uevm.h |1 + > 1 file changed, 1 inser

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 > Cc: Rajeshwa

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

2014-01-08 Thread Simon Glass
Hi, On 2 January 2014 07:18, Parimala Baggiri 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 for a timer in some cas

Re: [U-Boot] MAKEALL

2014-01-08 Thread Simon Glass
Hi York, On 4 January 2014 02:21, Wolfgang Denk 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 > no

Re: [U-Boot] uboot post for arm

2014-01-08 Thread Simon Glass
Hi, On 6 January 2014 04:09, shobin 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 this on AR

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

2014-01-08 Thread Simon Glass
On 8 January 2014 04:10, Masahiro Yamada wrote: > Signed-off-by: Masahiro Yamada > Acked-by: Simon Glass ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

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" > > 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. > > Signed-off-by: Lad, Pra

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 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 cleanly apply to arm/master and had

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 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' > > are available

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 ne

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

2014-01-08 Thread Christian Gmeiner
HI Stefano, 2014/1/8 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. > its just a project name. >> >> My first at

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

2014-01-08 Thread Christian Gmeiner
Hi Stefano, 2014/1/8 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

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 >> --- >> 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 >> b/board/freesca

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 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. Just for my under

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 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 for single core mx6 a

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

2014-01-08 Thread Fabio Estevam
From: Fabio Estevam Include "mx6_common.h" so that some ARM errata are applied and also the vddsoc regulator can be changed. Signed-off-by: Fabio Estevam --- Changes since v1: - None include/configs/mx6slevk.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/configs/mx6slevk.h b/in

[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 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 same core version as dual/

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 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 free softwar

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 --- changes v2: - add definition

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 onl

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 Applied to u-boot-ti/master, thanks! -- Tom signat

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 f

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 > Cc: Heiko Schocher > Signed-off-by: Tom Rini Applied to u-bo

[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 e0a1d5

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 Applied to u-boot-ti/master, thanks! -- Tom signature.asc Description: Digital signatu

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.

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

[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 --- Changes for v2: - removed SREC format SPL generation arch/arm/config.mk

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 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 latest

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 SP

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 wrote: > Hi Sascha Silbe, > > On Wed, Jun 26, 2013 at 7:41 PM, Wolfgang Denk 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 very similar to that on

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 wrote: > These parameters are always interpreted as hex, even without 0x prefix. > > Signed-off-by: Jakob Unterwurzacher > > --- > common/cmd_sf.c |3 ++- > 1 files changed, 2 insertions(+), 1 deletions(-) > > diff --git a/common/cmd_sf.

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 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 the need for > allocating ad

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

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

2014-01-08 Thread Matthias Fuchs
Thanks. Acked-by: Matthias Fuchs On 08.01.2014 12:11, Masahiro Yamada wrote: > Signed-off-by: Masahiro Yamada > --- > > board/cogent/kbm.h | 79 - > board/cray/L1/L1.h | 28 -- > board/esd/common/s1d13806_640_480_8bpp.h | 120 -

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 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 Liang See > C

[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 --- drivers/mmc/Makefile | 1 - drivers/mmc/ftsdc021_sdhci.c | 33 - 2 files changed, 34 deletions(-) delete mode 100644 drivers/mmc/ftsdc021_s

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 >

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 > --- > > board/cogent/kbm.h | 79 - > board/cray/L1/L1.h | 28 -- > board/esd/common/s1d13806_640_480_8bpp.h | 120 - > board/et

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

2014-01-08 Thread Masahiro Yamada
Signed-off-by: Masahiro Yamada --- 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(-) delete mode 100644 drivers

  1   2   >