[U-Boot] Problems with latest U-boot on Mini2440

2014-01-09 Thread Peter Germer
Dear List, I have been trying to get a working binary of latest U-boot from git repo (git://git.denx.de/u-boot.git) for my Mini2440 (Samsung S3C2440, ARM926T) for weeks, without any success. I tried to use 3 different CodeBench toolchains and DENX ELDK for armv4t as well, but no joy so far.

Re: [U-Boot] Are mmc open/close subcommands needed?

2014-01-09 Thread Jaehoon Chung
On 01/07/2014 04:47 PM, Hector Palacios wrote: Dear Otavio, On 01/03/2014 06:35 PM, Otavio Salvador wrote: On Thu, Jan 2, 2014 at 9:36 PM, Marek Vasut ma...@denx.de wrote: On Thursday, January 02, 2014 at 05:53:00 PM, Hector Palacios wrote: Hi, I saw commit

Re: [U-Boot] [PATCH v2] mmc/dwmmc: use bounce buffer for data exchange between CPU and MMC controller

2014-01-09 Thread Pantelis Antoniou
Hi Alexey, Looks fine and I'll apply with a small edit to the commit message to remove the UTF8 characters. On Dec 26, 2013, at 1:29 PM, Alexey Brodkin wrote: Bounce buffer implementation takes care of proper data buffer alignemt and correct flush/invalidation of data cache at once so we no

Re: [U-Boot] [PATCH] mmc: Minor cleanup of sdhci.c

2014-01-09 Thread Pantelis Antoniou
Hi Darwin (Rambo? - cool name) On Dec 30, 2013, at 12:25 AM, Darwin Rambo wrote: -Original Message- From: Jaehoon Chung [mailto:jh80.ch...@samsung.com] Sent: Wednesday, December 25, 2013 11:32 PM To: Darwin Rambo; u-boot@lists.denx.de Cc: Pantelis Antoniou Subject: Re: [U-Boot]

Re: [U-Boot] [PATCH V2] mmc: add setdsr support

2014-01-09 Thread Pantelis Antoniou
Hi Markus, On Dec 16, 2013, at 2:40 PM, Markus Niebel wrote: From: Markus Niebel markus.nie...@tqs.de The eMMC and the SD-Card specifications describe the optional SET_DSR command. During measurements at our lab we found that some cards implementing this feature having really strong

[U-Boot] how to get u-boot code with arm64: core support

2014-01-09 Thread TigerLiu
Hi, fenghua: How to get u-boot code with arch/arm/cpu/armv8 directory? I used git://www.denx.de/git/u-boot.git to get latest code, but not find armv8 dir. Best wishes, ___ U-Boot mailing list U-Boot@lists.denx.de

Re: [U-Boot] [PATCH v3] socfpga/dwmmc: Adding DesignWare MMC driver support for SOCFPGA

2014-01-09 Thread Pantelis Antoniou
Hi Chin, On Dec 31, 2013, at 2:26 AM, Chin Liang See wrote: To add the DesignWare MMC driver support for Altera SOCFPGA. It required information such as clocks and bus width from platform specific files (SOCFPGA handoff files) Signed-off-by: Chin Liang See cl...@altera.com Cc: Rajeshwari

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

2014-01-09 Thread Masahiro Yamada
Hello Tom. 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 merge window off with dumping a large number of orphan boards, I'm OK with that as I imagine

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

2014-01-09 Thread Stefano Babic
Hi Christian, On 09/01/2014 08:07, Christian Gmeiner wrote: 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(-)

Re: [U-Boot] [PATCH 1/3 V2] esdhc: Workaround for card can't be detected on T4240QDS

2014-01-09 Thread Pantelis Antoniou
Hi Haijun, On Dec 11, 2013, at 7:35 AM, Haijun Zhang wrote: Card detection pin is ineffective on T4240QDS Rev1.0. There are two cards can be connected to board. 1. eMMC card is built-in board, can not be removed. so For eMMC card it is always there. 2. Card detecting pin is functional for

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

2014-01-09 Thread Stefano Babic
Hi Christian, On 09/01/2014 08:12, Christian Gmeiner wrote: Agree that we have to sync u-boot and kernel, and this can be a way in the short term. I am asking if this is in the long term the best way to do it. You are converting EDID values to fb_videomode *mode, and then again to the

Re: [U-Boot] [PATCH 2/3 V2] esdhc: Detecting 8 bit width before mmc initialization

2014-01-09 Thread Pantelis Antoniou
Hi Haijun, On Dec 11, 2013, at 7:35 AM, Haijun Zhang wrote: The upper 4 data signals of esdhc are shared with spi flash. So detect if the upper 4 pins are assigned to esdhc before enable sdhc 8 bit width. Signed-off-by: Haijun Zhang haijun.zh...@freescale.com --- changs for V2: -

Re: [U-Boot] [PATCH 3/3 V2] eSDHC: Calculate envaddr accroding to the address format

2014-01-09 Thread Pantelis Antoniou
Hi Haijun, On Dec 11, 2013, at 7:35 AM, Haijun Zhang wrote: On BSC9131 and BSC9132: For High Capacity SD Cards ( 2 GBytes), the 32-bit source address specifies the memory address in block address format. Block length is fixed to 512 bytes as per the SD High Capacity specification. So we need

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

2014-01-09 Thread Fabio Estevam
On Thu, Jan 9, 2014 at 4:28 AM, Shawn Guo shawn@linaro.org wrote: Fabio, Can you give it a test to see if reboot works fine with v3.13-rc kernel with dropping the ERRATA from u-boot? If reboot works and nothing else breaks, we may want to just remove the ERRATA selection from u-boot.

[U-Boot] [PATCH v3] mx6slevk: Include mx6_common.h

2014-01-09 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 v2: - Discarded 1/2 and now all 3 errata are also applied to

Re: [U-Boot] [PATCH 7/7 V5] powerpc/esdhc: Update esdhc command execution process

2014-01-09 Thread Pantelis Antoniou
Hi Haijun, Patch does not apply. On Dec 30, 2013, at 10:20 AM, Haijun Zhang wrote: The max timeout value esdhc host can accept is about 2.69 sec. At 50 Mhz SD_CLK period, the max busy timeout value = 2^27 * SD_CLK period ~= 2.69 sec. In case erase command CMD38 timeout is caculated by

Re: [U-Boot] [PATCH 2/7 V5] mmc: Get secure erase information from card

2014-01-09 Thread Pantelis Antoniou
Hi Haijun, Since this is part of the core mmc functionality, I'll need to run some test on some board that are affected. Pending verification and testing from now on. Regards -- Pantelis On Dec 30, 2013, at 10:20 AM, Haijun Zhang wrote: Read command class from csd register and secure erase

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

2014-01-09 Thread Stefano Babic
Hi Shawn, On 09/01/2014 07:28, Shawn Guo wrote: 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

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

2014-01-09 Thread Stefano Babic
Hi Fabio, On 09/01/2014 11:55, Fabio Estevam wrote: On Thu, Jan 9, 2014 at 4:28 AM, Shawn Guo shawn@linaro.org wrote: Fabio, Can you give it a test to see if reboot works fine with v3.13-rc kernel with dropping the ERRATA from u-boot? If reboot works and nothing else breaks, we may

Re: [U-Boot] [PATCH v3] mx6slevk: Include mx6_common.h

2014-01-09 Thread Stefano Babic
On 09/01/2014 11:57, Fabio Estevam wrote: 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 v2: - Discarded 1/2

[U-Boot] Pull request mmc tree

2014-01-09 Thread Pantelis Antoniou
Hi Tom, 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-mmc.git master for you to fetch changes up to

[U-Boot] [PATCH v4 00/12] Introduce Samsung misc file and LCD menu.

2014-01-09 Thread Przemyslaw Marczak
This patch set includes changes required to: - properly use of all gpios - introduce common file for Samsung misc code - keys support (PWR, VOL:UP,DOWN) - console support on LCD - 16bpp logo support - introduce LCD menu on Samsung devices Each version changes are described in each patch commit

[U-Boot] [PATCH v4 01/12] s5p: gpio: change gpio coding method for s5p gpio.

2014-01-09 Thread Przemyslaw Marczak
Old s5p gpio coding method was not clean and was not working properly for all parts and banks. New method is clean and easy to extend. Gpio coding mask: 0x00ff - pin number 0x0000 - bank offset 0xff00 - part number Signed-off-by: Przemyslaw Marczak p.marc...@samsung.com --- Changes

[U-Boot] [PATCH v4 08/12] samsung: boards: update display configs with 16bpp mode.

2014-01-09 Thread Przemyslaw Marczak
16 bpp mode is required by LCD console mode. This change updates exynos board files. Signed-off-by: Przemyslaw Marczak p.marc...@samsung.com --- Changes v2: -- new patch Changes v3: - none Changes v4: - none board/samsung/trats/trats.c |2 +- board/samsung/trats2/trats2.c

[U-Boot] [PATCH v4 03/12] samsung: common: Add misc file and common function misc_init_r().

2014-01-09 Thread Przemyslaw Marczak
Config: CONFIG_MISC_INIT_R enables implementation of misc_init_r() in common file:: - board/samsung/common/misc.c Signed-off-by: Przemyslaw Marczak p.marc...@samsung.com --- Changes v2: - change CONFIG_SAMSUNG to CONFIG_MISC_INIT_R Changes v3: - fix merge conflict in

[U-Boot] [PATCH v4 02/12] trats2: Code cleanup.

2014-01-09 Thread Przemyslaw Marczak
Remove wrong and unused env variables Trats2 is not as GT-I8800. Signed-off-by: Przemyslaw Marczak p.marc...@samsung.com Cc: Piotr Wilczek p.wilc...@samsung.com --- Changes v2: - none Changes v3: - none Changes v4: - add include pmic.h to max77686_pmic.h board/samsung/trats2/trats2.c |

[U-Boot] [PATCH v4 06/12] lib: tizen: change Tizen logo with the new one.

2014-01-09 Thread Przemyslaw Marczak
This is big size patch. Please follow the link: http://www.denx.de/wiki/pub/U-Boot/TooBigPatches/0006-lib-tizen-change-Tizen-logo-with-the-new-one.patch ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] [PATCH v4 05/12] common: lcd.c: fix data abort exception when try to access bmp header

2014-01-09 Thread Przemyslaw Marczak
Changes: - le16_to_cpu() to get_unaligned_le16() - le32_to_cpu() to get_unaligned_le32() when access fields in struct bmp header. This changes avoids data abort exception caused by unaligned data access. Signed-off-by: Przemyslaw Marczak p.marc...@samsung.com Acked-by: Anatolij Gustschin

[U-Boot] [PATCH v4 07/12] video: exynos: fimd: add support for various display color modes

2014-01-09 Thread Przemyslaw Marczak
Now fimd BPP color mode depends on vl_bpp value in struct panel_info. There is only 16BPP mode check, default mode is 24BPP. Other fimd modes are usually unneeded and also needs some fimd driver modifications and tests. Signed-off-by: Przemyslaw Marczak p.marc...@samsung.com --- Changes v2: -

[U-Boot] [PATCH v4 04/12] samsung: misc: move display logo function to misc.c file.

2014-01-09 Thread Przemyslaw Marczak
board/samsung/common/misc.c: - move draw_logo() function from exynos_fb.c - add get_tizen_logo_info() function call removed from board files boards: - update board files - add CONFIG_MISC_INIT_R to Universal, Trats and Trats2 Signed-off-by: Przemyslaw Marczak p.marc...@samsung.com Tested-by:

[U-Boot] [PATCH v4 09/12] samsung: misc: Add LCD download menu.

2014-01-09 Thread Przemyslaw Marczak
This simple LCD menu allows run one of download mode on device without writing on console or for fast and easy upgrade. This feature check user keys combination at boot: - power key + volume up - download menu - power key + volume down - thor mode (without menu) New configs: - CONFIG_LCD_MENU -

[U-Boot] [PATCH v4 10/12] Trats: add LCD download menu support

2014-01-09 Thread Przemyslaw Marczak
Signed-off-by: Przemyslaw Marczak p.marc...@samsung.com Acked-by: Lukasz Majewski l.majew...@samsung.com --- changes v2: - add definitions to check keys - cleanup config definitions - add acked-by Changes v3: - remove CONFIG_BOARD_NAME from include/configs/trats.h Changes v4: - none

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

2014-01-09 Thread Przemyslaw Marczak
Signed-off-by: Przemyslaw Marczak p.marc...@samsung.com --- changes v2: - add definitions for check keys - cleanup config definitions Changes v3: - remove CONFIG_BOARD_NAME from include/configs/trats2.h Changes v4: - remove include of pmic.h from trats2.h - remove include of common.h from

[U-Boot] [PATCH v4 12/12] universal: add LCD download menu support

2014-01-09 Thread Przemyslaw Marczak
Signed-off-by: Przemyslaw Marczak p.marc...@samsung.com --- changes v2: - add definitions for check keys - cleanup config definitions Changes v3: - remove CONFIG_BOARD_NAME from include/configs/5pc210_universal.h Changes v4: - none include/configs/s5pc210_universal.h | 22

Re: [U-Boot] Problems with latest U-boot on Mini2440

2014-01-09 Thread Gerhard Sittig
On Thu, Jan 09, 2014 at 11:08 +0300, Peter Germer wrote: Dear List, I have been trying to get a working binary of latest U-boot from git repo (git://git.denx.de/u-boot.git) for my Mini2440 (Samsung S3C2440, ARM926T) for weeks, without any success. First I thought arm926 would translate

Re: [U-Boot] [PATCH v4 02/12] trats2: Code cleanup.

2014-01-09 Thread Jaehoon Chung
Acked-by: Jaehoon Chung jh80.ch...@samsung.com On 01/09/2014 08:23 PM, Przemyslaw Marczak wrote: Remove wrong and unused env variables Trats2 is not as GT-I8800. Signed-off-by: Przemyslaw Marczak p.marc...@samsung.com Cc: Piotr Wilczek p.wilc...@samsung.com --- Changes v2: - none

Re: [U-Boot] [PATCH v4 03/12] samsung: common: Add misc file and common function misc_init_r().

2014-01-09 Thread Jaehoon Chung
Acked-by: Jaehoon Chung jh80.ch...@samsung.com On 01/09/2014 08:23 PM, Przemyslaw Marczak wrote: Config: CONFIG_MISC_INIT_R enables implementation of misc_init_r() in common file:: - board/samsung/common/misc.c Signed-off-by: Przemyslaw Marczak p.marc...@samsung.com --- Changes v2: -

Re: [U-Boot] [PATCH v5 00/30] zynq: More boards support

2014-01-09 Thread Jagan Teki
Hi Albert, On Thu, Jan 9, 2014 at 1:48 AM, 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 the same

[U-Boot] [PATCH 8/9] ums: always initialize mmc before ums_disk_init()

2014-01-09 Thread Mateusz Zalega
In some cases MMC was still uninitialized while media capacity check, leading to broken ums command. Change-Id: I4b86c2c59e430fb8b55272ea14f00316d8cb3dca Signed-off-by: Mateusz Zalega m.zal...@samsung.com Cc: Lukasz Majewski l.majew...@samsung.com Cc: Minkyu Kang mk7.k...@samsung.com Cc: Kyungmin

[U-Boot] [PATCH v3 3/9] arm:goni: Update configuration for goni target

2014-01-09 Thread Mateusz Zalega
Configuration file for GONI has been updated to support FAT file system, new mmc partitioning scheme and read linux kernel from eMMC instead of OneNAND. It's an updated version of an earlier patch which didn't make it to mainline due to dependencies. Change-Id:

[U-Boot] [PATCH 5/9] arm:goni: enable GPT command

2014-01-09 Thread Mateusz Zalega
Change-Id: Ifa9acad620652ac731e00d00db511846b6606917 Signed-off-by: Mateusz Zalega m.zal...@samsung.com Cc: Minkyu Kang mk7.k...@samsung.com Cc: Kyungmin Park kyungmin.p...@samsung.com --- include/configs/s5p_goni.h | 5 + 1 file changed, 5 insertions(+) diff --git

[U-Boot] [PATCH v3 7/9] dfu:mmc: raw data write fix

2014-01-09 Thread Mateusz Zalega
When user attempted to perform a raw write using DFU (vide dfu_fill_entity_mmc) with MMC interface not initialized before, get_mmc_blk_size() reported invalid (zero) block size - it wasn't possible to write ie. a new u-boot image. This commit fixes that by initializing device in

[U-Boot] [PATCH 9/9] USB: gadget: added a saner gadget downloader registration API

2014-01-09 Thread Mateusz Zalega
Preprocessor definitions and hardcoded implementation selection in g_dnl core were replaced by a linker list made of {usb_function_name, bind_callback) pairs. Change-Id: I4e0515e7fd61ff19793e9ac9a6c48b07c616c9dc Signed-off-by: Mateusz Zalega m.zal...@samsung.com Cc: Lukasz Majewski

[U-Boot] [PATCH 4/9] arm:goni:dfu Add support for DFU to Goni target

2014-01-09 Thread Mateusz Zalega
Proper adjustment for supporting DFU at GONI target has been made. The s5p_goni.h file has been updated. Moreover, the code for low level USB initialization has been added to Goni board code. The malloc pool has been enlarged in order to support larger buffer sizes needed by DFU implementation.

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

2014-01-09 Thread Chin Liang See
Hi Jagan, On Wed, 2014-01-08 at 17:43 +0530, Jagan Teki wrote: 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

[U-Boot] [PATCH 6/9] arm:goni: enable USB Mass Storage

2014-01-09 Thread Mateusz Zalega
UMS-related defines were added to Samsung Goni config header. Change-Id: I6c960e6785742653831aae4e7fc717ee493332cc Signed-off-by: Mateusz Zalega m.zal...@samsung.com Cc: Minkyu Kang mk7.k...@samsung.com Cc: Kyungmin Park kyungmin.p...@samsung.com --- include/configs/s5p_goni.h | 2 ++ 1 file

[U-Boot] [PATCH 1/9] mmc: mmc header fix

2014-01-09 Thread Mateusz Zalega
Structure definition used type block_dev_desc_t, defined in part.h, which wasn't included in mmc.h. It worked only in circumstances when common.h, or another header using part.h was incuded in implementation files. Change-Id: I3ccf56ce1e5334c32a7bc061e8bd9a5054ccb7f5 Signed-off-by: Mateusz Zalega

[U-Boot] [PATCH 2/9] part: header fix

2014-01-09 Thread Mateusz Zalega
Implementation made use of types defined in common.h, even though it wasn't #included. It worked in circumstances when .c files included every needed header (all). Change-Id: Iafdd4f1997767e9eb84d583fd32c79c8c4d43afd Signed-off-by: Mateusz Zalega m.zal...@samsung.com Cc: Minkyu Kang

Re: [U-Boot] [PATCH] watchdog/denali: Adding DesignWare watchdog driver support

2014-01-09 Thread Chin Liang See
Hi guys, Wonder any comments for this patch? Thanks Chin Liang On Wed, 2013-12-18 at 16:23 -0600, Chin Liang See wrote: To add the DesignWare watchdog driver support. It required information such as register base address and clock info from configuration header file within include/configs

Re: [U-Boot] [PATCH 1/2] socfpga: Adding Clock Manager driver

2014-01-09 Thread Chin Liang See
Hi guys, Wonder any comments for this patch? Thanks Chin Liang On Wed, 2013-12-18 at 17:54 -0600, Chin Liang See wrote: Clock Manager driver will be called to reconfigure all the clocks setting based on user input. The input are passed to Preloader through handoff files Signed-off-by:

Re: [U-Boot] [PATCH] nand/denali: Adding Denali NAND driver support

2014-01-09 Thread Chin Liang See
Hi guys, Wonder any comments for this patch? Thanks Chin Liang On Wed, 2013-12-18 at 15:18 -0600, Chin Liang See wrote: To add the Denali NAND driver support into U-Boot. It required information such as register base address from configuration header file within include/configs folder.

Re: [U-Boot] [PATCH 0/2 v2] socfpga: Adding Scan Manager

2014-01-09 Thread Chin Liang See
Hi guys, Wonder any comments for this patch? Thanks Chin Liang On Mon, 2013-12-02 at 14:31 -0600, Chin Liang See wrote: Adding Scan Manager driver and handoff files. Scan Manager driver will be called to configure the IO buffer setting. Signed-off-by: Chin Liang See cl...@altera.com Cc:

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

2014-01-09 Thread Stefano Babic
Hi Eric, On 09/01/2014 15:52, Eric Nelson wrote: Hi Stefano, On 01/09/2014 03:44 AM, Stefano Babic wrote: Hi Christian, On 09/01/2014 08:12, Christian Gmeiner wrote: Agree that we have to sync u-boot and kernel, and this can be a way in the short term. I am asking if this is in the

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

2014-01-09 Thread Jagan Teki
HI Chin Liang, On Thu, Jan 9, 2014 at 8:06 PM, Chin Liang See cl...@altera.com wrote: Hi Jagan, On Wed, 2014-01-08 at 17:43 +0530, Jagan Teki wrote: 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

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

2014-01-09 Thread Eric Nelson
Hi Stefano, On 01/09/2014 03:44 AM, Stefano Babic wrote: Hi Christian, On 09/01/2014 08:12, Christian Gmeiner wrote: Agree that we have to sync u-boot and kernel, and this can be a way in the short term. I am asking if this is in the long term the best way to do it. You are converting EDID

Re: [U-Boot] [PATCH v16 00/10] arm64 patch

2014-01-09 Thread Albert ARIBAUD
Hi feng...@phytium.com.cn, On Sat, 14 Dec 2013 11:47:28 +0800, feng...@phytium.com.cn wrote: From: David Feng feng...@phytium.com.cn Changes for v16: - make the patches work with latest recently u-boot. add rela relocation type to OBJCFLAGS definition at arm/config.mk. The

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

2014-01-09 Thread Chin Liang See
Hi Jagan, On Thu, 2014-01-09 at 20:56 +0530, Jagan Teki wrote: HI Chin Liang, On Thu, Jan 9, 2014 at 8:06 PM, Chin Liang See cl...@altera.com wrote: Hi Jagan, On Wed, 2014-01-08 at 17:43 +0530, Jagan Teki wrote: Hi Chin Liang See, On Thu, Jan 2, 2014 at 8:13 AM, Chin Liang See

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

2014-01-09 Thread Stephen Warren
On 01/09/2014 07:52 AM, Eric Nelson wrote: Hi Stefano, On 01/09/2014 03:44 AM, Stefano Babic wrote: Hi Christian, On 09/01/2014 08:12, Christian Gmeiner wrote: Agree that we have to sync u-boot and kernel, and this can be a way in the short term. I am asking if this is in the long term

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

2014-01-09 Thread Christian Gmeiner
HI Stephen. 2014/1/9 Stephen Warren swar...@wwwdotorg.org: On 01/09/2014 07:52 AM, Eric Nelson wrote: Hi Stefano, On 01/09/2014 03:44 AM, Stefano Babic wrote: Hi Christian, On 09/01/2014 08:12, Christian Gmeiner wrote: Agree that we have to sync u-boot and kernel, and this can be a way

Re: [U-Boot] [PATCH v2 6/6] mx6: soc: Disable VDDPU regulator

2014-01-09 Thread Otavio Salvador
Hello, On Thu, Dec 26, 2013 at 2:51 PM, Fabio Estevam feste...@gmail.com wrote: From: Fabio Estevam fabio.este...@freescale.com As U-boot does not use GPU/VPU peripherals, shutdown the VDDPU regulator in order to save power. Signed-off-by: Anson Huang b20...@freescale.com Signed-off-by:

[U-Boot] omap4460 nand booting ?

2014-01-09 Thread Abraham Varricatt
Hello, Thanks to the help I obtained on this mailing list, I've been able to customize u-boot (2013.10 release) to work on a custom omap4460 board. Schematically, it's similar to the pandaboard, but uses the twl6032 pmic and has a NAND memory from micron present. I've been able to boot this

Re: [U-Boot] [PATCH v2 6/6] mx6: soc: Disable VDDPU regulator

2014-01-09 Thread Fabio Estevam
On Thu, Jan 9, 2014 at 3:50 PM, Otavio Salvador ota...@ossystems.com.br wrote: It seems this patch makes 3.10.17-1.0.0-beta freeze in a customer board; reverting this makes this to work again. It freezes when loading Vivante module. VDDPU is needed for using the GPU, so the kernel should turn

Re: [U-Boot] [PATCH v2 6/6] mx6: soc: Disable VDDPU regulator

2014-01-09 Thread Otavio Salvador
On Thu, Jan 9, 2014 at 5:06 PM, Fabio Estevam feste...@gmail.com wrote: On Thu, Jan 9, 2014 at 3:50 PM, Otavio Salvador ota...@ossystems.com.br wrote: It seems this patch makes 3.10.17-1.0.0-beta freeze in a customer board; reverting this makes this to work again. It freezes when loading

Re: [U-Boot] [PATCH v2 6/6] mx6: soc: Disable VDDPU regulator

2014-01-09 Thread Fabio Estevam
On Thu, Jan 9, 2014 at 5:11 PM, Otavio Salvador ota...@ossystems.com.br wrote: It might be but shouldn't we delay this patch for now? I don't think so. Please post your dts file. Most likely you are using pu-supply = pu_dummy; where you should be using the internal vddpu instead. Also,

Re: [U-Boot] [PATCH v2 6/6] mx6: soc: Disable VDDPU regulator

2014-01-09 Thread Fabio Estevam
On Thu, Jan 9, 2014 at 5:13 PM, Fabio Estevam feste...@gmail.com wrote: On Thu, Jan 9, 2014 at 5:11 PM, Otavio Salvador ota...@ossystems.com.br wrote: It might be but shouldn't we delay this patch for now? I don't think so. Please post your dts file. Most likely you are using pu-supply

Re: [U-Boot] [PATCH v2 6/6] mx6: soc: Disable VDDPU regulator

2014-01-09 Thread Otavio Salvador
On Thu, Jan 9, 2014 at 5:30 PM, Fabio Estevam feste...@gmail.com wrote: On Thu, Jan 9, 2014 at 5:13 PM, Fabio Estevam feste...@gmail.com wrote: On Thu, Jan 9, 2014 at 5:11 PM, Otavio Salvador ota...@ossystems.com.br wrote: It might be but shouldn't we delay this patch for now? I don't

[U-Boot] [PATCH] armv8: Use __aarch64__ rather than CONFIG_ARM64 in some cases

2014-01-09 Thread Tom Rini
The toolchain sets __aarch64__ for both LE and BE. In the case of posix_types.h we cannot reliably use config.h as that will lead to problems. In the case of byteorder.h it's clearer to check the EB flag being set in either case instead. Cc: David Feng feng...@phytium.com.cn Signed-off-by: Tom

Re: [U-Boot] [PATCH v2 6/6] mx6: soc: Disable VDDPU regulator

2014-01-09 Thread Fabio Estevam
On Thu, Jan 9, 2014 at 5:39 PM, Otavio Salvador ota...@ossystems.com.br wrote: Mine dts has: gpu { pu-supply = reg_pu; }; The bootlog is at: http://privatepaste.com/download/104a504b26 According to your log: vdd1p1: 800 -- 1375 mV at 1125 mV vdd3p0: 2800 -- 3150 mV at 3000 mV vdd2p5:

Re: [U-Boot] [PATCH v2 6/6] mx6: soc: Disable VDDPU regulator

2014-01-09 Thread Stefano Babic
Hi Otavio, On 09/01/2014 20:11, Otavio Salvador wrote: On Thu, Jan 9, 2014 at 5:06 PM, Fabio Estevam feste...@gmail.com mailto:feste...@gmail.com wrote: On Thu, Jan 9, 2014 at 3:50 PM, Otavio Salvador ota...@ossystems.com.br mailto:ota...@ossystems.com.br wrote: It seems this

Re: [U-Boot] [PATCH v4 09/12] samsung: misc: Add LCD download menu.

2014-01-09 Thread Minkyu Kang
On 09/01/14 20:23, Przemyslaw Marczak wrote: This simple LCD menu allows run one of download mode on device without writing on console or for fast and easy upgrade. This feature check user keys combination at boot: - power key + volume up - download menu - power key + volume down - thor mode

[U-Boot] [PATCH] powerpc: ppc4xx: remove redandant CONFIG_4xx definition

2014-01-09 Thread Masahiro Yamada
We do not have to define CONFIG_4xx in board config headers because it is defined in arch/powerpc/cpu/ppc4xx/config.mk. include/configs/JSE.h defines CONFIG_4x, not CONFIG_4xx. I believe it is a typo because CONFIG_4x is not used at all in other files. So, I also deleted CONFIG_4x in

[U-Boot] [PATCH] powerpc: mpc5xxx: remove redandant CONFIG_MPC5xxx definition

2014-01-09 Thread Masahiro Yamada
We do not have to define CONFIG_MPC5xxx in board config headers (and start.S) because it is defined in arch/powerpc/cpu/mpc5xxx/config.mk. Signed-off-by: Masahiro Yamada yamad...@jp.panasonic.com --- arch/powerpc/cpu/mpc5xxx/start.S | 2 -- include/configs/BC3450.h |

[U-Boot] [PATCH] powerpc: mpc83xx: remove redandant CONFIG_MPC83xx definition

2014-01-09 Thread Masahiro Yamada
We do not have to define CONFIG_MPC83xx in board config headers because it is defined in arch/powerpc/cpu/mpc83xx/config.mk. Signed-off-by: Masahiro Yamada yamad...@jp.panasonic.com --- include/configs/MERGERBOX.h| 1 - include/configs/MPC8308RDB.h | 1 -

[U-Boot] [PATCH] powerpc: mpc8xx: remove redandant CONFIG_8xx definition

2014-01-09 Thread Masahiro Yamada
We do not define CONFIG_8xx in source files because it is defined in arch/powerpc/cpu/mpc8xx/config.mk Signed-off-by: Masahiro Yamada yamad...@jp.panasonic.com --- arch/powerpc/cpu/mpc8xx/kgdb.S | 2 -- arch/powerpc/cpu/mpc8xx/start.S | 2 -- 2 files changed, 4 deletions(-) diff --git

Re: [U-Boot] [PATCH v16 00/10] arm64 patch

2014-01-09 Thread TigerLiu
Hi, Albtert: How to download u-boot source code with arm64 patch code. Such as : Include arch/arm/cpu/armv8 directory. I used git clone git://www.denx.de/git/u-boot.git to download source code. But not find arm64 patch code in the downloaded source code. Best wishes,

[U-Boot] [U-boot] Uboot's plan for ARMv8

2014-01-09 Thread TigerLiu
Hi, experts: Does U-boot have any plan to support ARMv8 SOC? Nvidia has decleared 64bit SOC plan. So, i think bootloader for ARMv8 SOC is urgent now. Although ARM Ltd recommended UEFI firmware as ARMv8's bootloader. But not a requirement. On Consumer Electronics market, Uboot has huge

[U-Boot] [PATCH v6 1/2] powerpc:mpc85xx: Add ifc nand boot support for TPL/SPL

2014-01-09 Thread Po Liu
Using the TPL method for nand boot by sram was already supported. Here add some code for mpc85xx ifc nand boot. - For ifc, elbc, esdhc, espi, all need the SPL without section .resetvec. - Use a clear function name for nand spl boot. - Add

[U-Boot] [PATCH v6 2/2] powerpc/c29xpcie: 8k page size NAND boot support base on TPL/SPL

2014-01-09 Thread Po Liu
Using the TPL/SPL method to booting from 8k page NAND flash. - Add 256kB size SRAM tlb for second step booting; - Add spl.c for TPL image boot; - Add spl_minimal.c for minimal SPL image; - Add C29XPCIE_NAND configure; - Modify C29XPCIE.h for nand config and

Re: [U-Boot] [PATCH 2/7 V5] mmc: Get secure erase information from card

2014-01-09 Thread Zhang Haijun
Ok, Thanks. Regards, Haijun. 于 2014/1/9 19:09, Pantelis Antoniou 写道: Hi Haijun, Since this is part of the core mmc functionality, I'll need to run some test on some board that are affected. Pending verification and testing from now on. Regards -- Pantelis On Dec 30, 2013, at 10:20 AM,

Re: [U-Boot] [PATCH 1/3 V2] esdhc: Workaround for card can't be detected on T4240QDS

2014-01-09 Thread Zhang Haijun
Thanks Pantelis. I'll rework this patch as you suggested. Thanks. Regards, Haijun 于 2014/1/9 18:42, Pantelis Antoniou 写道: Hi Haijun, On Dec 11, 2013, at 7:35 AM, Haijun Zhang wrote: Card detection pin is ineffective on T4240QDS Rev1.0. There are two cards can be connected to board. 1.

Re: [U-Boot] [PATCH 7/7 V5] powerpc/esdhc: Update esdhc command execution process

2014-01-09 Thread Zhang Haijun
Hi, Pantelis This patch is based on patch http://patchwork.ozlabs.org/patch/283002/ I'm afraid it was delegated to York by mistake. Best regards, Haijun 于 2014/1/9 19:08, Pantelis Antoniou 写道: Hi Haijun, Patch does not apply. On Dec 30, 2013, at 10:20 AM, Haijun Zhang wrote: The max

Re: [U-Boot] [PATCH 2/3 V2] esdhc: Detecting 8 bit width before mmc initialization

2014-01-09 Thread Zhang Haijun
Understand. Thanks. Best regards, Haijun 于 2014/1/9 18:43, Pantelis Antoniou 写道: Hi Haijun, On Dec 11, 2013, at 7:35 AM, Haijun Zhang wrote: The upper 4 data signals of esdhc are shared with spi flash. So detect if the upper 4 pins are assigned to esdhc before enable sdhc 8 bit width.

Re: [U-Boot] [PATCH 1/9] mmc: mmc header fix

2014-01-09 Thread Jaehoon Chung
Looks good to me. CC'd mmc Custodian. Acked-by: Jaehoon Chung jh80.ch...@samsung.com On 01/09/2014 11:31 PM, Mateusz Zalega wrote: Structure definition used type block_dev_desc_t, defined in part.h, which wasn't included in mmc.h. It worked only in circumstances when common.h, or another

Re: [U-Boot] [PATCH 8/9] ums: always initialize mmc before ums_disk_init()

2014-01-09 Thread Jaehoon Chung
Hi Mateusz, On 01/09/2014 11:31 PM, Mateusz Zalega wrote: In some cases MMC was still uninitialized while media capacity check, leading to broken ums command. Change-Id: I4b86c2c59e430fb8b55272ea14f00316d8cb3dca Signed-off-by: Mateusz Zalega m.zal...@samsung.com Cc: Lukasz Majewski

Re: [U-Boot] [PATCH v3 7/9] dfu:mmc: raw data write fix

2014-01-09 Thread Jaehoon Chung
Hi, Mateusz, This patch should be separated with dfu and mmc. On 01/09/2014 11:31 PM, Mateusz Zalega wrote: When user attempted to perform a raw write using DFU (vide dfu_fill_entity_mmc) with MMC interface not initialized before, get_mmc_blk_size() reported invalid (zero) block size - it

Re: [U-Boot] [U-boot] Uboot's plan for ARMv8

2014-01-09 Thread Abraham Varricatt
Hello Tiger, On Fri, Jan 10, 2014 at 8:32 AM, tiger...@viatech.com.cn wrote: Hi, experts: Does U-boot have any plan to support ARMv8 SOC? I'm replying to this because I'd like some confirmation on the development process. u-boot is an open source bootloader. It isn't run by a single

Re: [U-Boot] [PATCH 4/9] arm:goni:dfu Add support for DFU to Goni target

2014-01-09 Thread Jaehoon Chung
Hi Mateusz. On 01/09/2014 11:31 PM, Mateusz Zalega wrote: Proper adjustment for supporting DFU at GONI target has been made. The s5p_goni.h file has been updated. Moreover, the code for low level USB initialization has been added to Goni board code. The malloc pool has been enlarged in

Re: [U-Boot] [U-boot] Uboot's plan for ARMv8

2014-01-09 Thread Wolfgang Denk
Dear Abraham, In message CANiE1qoyXV10iDghK=qK9=wjb2yuewc7u2mtrt-ssuyy5qi...@mail.gmail.com you wrote: u-boot is an open source bootloader. It isn't run by a single organization (though it IS headed by denx). Architecturally the software can be divided into multiple processor and

Re: [U-Boot] [U-boot] Uboot's plan for ARMv8

2014-01-09 Thread bhupesh.sha...@freescale.com
-Original Message- From: u-boot-boun...@lists.denx.de [mailto:u-boot-boun...@lists.denx.de] On Behalf Of tiger...@viatech.com.cn Sent: Friday, January 10, 2014 8:33 AM To: u-boot@lists.denx.de Subject: [U-Boot] [U-boot] Uboot's plan for ARMv8 Hi, experts: Does U-boot have any

[U-Boot] [PATCH v4 04/37] board: samsung: refactor host programs

2014-01-09 Thread Masahiro Yamada
Some Samsung boards have their own tools under board/samsung/board/tools/. This commit refactor more makefiles with hostprogs-y. Signed-off-by: Masahiro Yamada yamad...@jp.panasonic.com --- Note1: Samsung boards have tools under board/samsung/board/tools/ and have tools/mkexynosspl.c too. It is

[U-Boot] [PATCH v4 08/37] Makefile: move some variable definitions to the top Makefile

2014-01-09 Thread Masahiro Yamada
This commit moves some variable definitions from config.mk to the top Makefile: - HOSTCC, HOSTCFLAGS, HOSTLDFLAGS - AS, LD, CC, CPP, etc. - SHELL (renamed to CONFIG_SHELL) I'd like to slim down config.mk file because it is included from all recursive make. It is redundant to re-define the

[U-Boot] [PATCH v4 23/37] kbuild: move some lines to more suitable place

2014-01-09 Thread Masahiro Yamada
Signed-off-by: Masahiro Yamada yamad...@jp.panasonic.com --- Changes in v4: - Move the line where U_BOOT_VERSION is defined Changes in v3: None Changes in v2: None Makefile | 65 1 file changed, 32 insertions(+), 33

[U-Boot] [PATCH v4 32/37] Makefile: refactor tools-all targets

2014-01-09 Thread Masahiro Yamada
- Move easylogo, env, gdb tagets to tools/Makefile - Delete gdbtools target (same as gdb) Signed-off-by: Masahiro Yamada yamad...@jp.panasonic.com --- Changes in v4: None Changes in v3: None Changes in v2: None Makefile | 7 +-- tools/Makefile | 6 +- 2 files changed, 6

[U-Boot] [PATCH v4 07/37] Makfile: move suffix rules to Makefile.build

2014-01-09 Thread Masahiro Yamada
This commit moves suffix rules from config.mk to scripts/Makefile.build, which will allow us to switch smoothly to real Kbuild. Note1: post/lib_powerpc/fpu/Makefile has its own rule to compile C sources. We need to tweak it to keep the same behavior. Note2: There are two file2 with the same

[U-Boot] [PATCH v4 12/37] Makefile: move more flags to the top Makefile

2014-01-09 Thread Masahiro Yamada
Before this commit, most of compiler flags were defined in config.mk. But it is redundant because config.mk is included from all recursive make. This commit moves many complier flags to the top Makefile and export them. And we use new vaiarables to store them: KBUILD_CPPFLAGS, KBUILD_CFLAGS,

[U-Boot] [PATCH v4 26/37] kbuild: generate {spl, tpl}-autoconf.mk only when it is necessary

2014-01-09 Thread Masahiro Yamada
Before this commit, {spl,tpl}-autoconf.mk was always generated at the top Makefile even if SPL(TPL) build was not selected. This commit moves the build rule of {spl,tpl}-autoconf.mk from the top Makefile to spl/Makefile. It prevents unnecessary {spl,tpl}-autoconf.mk from being generated.

[U-Boot] [PATCH v4 15/37] Makefile: move some flags to spl/Makefile

2014-01-09 Thread Masahiro Yamada
Some flags are used for SPL (and TPL) build only. This commit moves them from config.mk to spl/Makefile. Signed-off-by: Masahiro Yamada yamad...@jp.panasonic.com --- Changes in v4: None Changes in v3: None Changes in v2: None config.mk| 19 --- spl/Makefile | 14

[U-Boot] [PATCH v4 18/37] kbuild: add dummy obj-y to create built-in.o

2014-01-09 Thread Masahiro Yamada
We are going to switch over to Kbuild in upcoming commits. Each makefile must have non-empty obj- or obj-y to generate built-in.o on Kbuild. Signed-off-by: Masahiro Yamada yamad...@jp.panasonic.com --- Changes in v4: None Changes in v3: None Changes in v2: None

[U-Boot] [PATCH v4 30/37] kbuild: refactor Makefile and spl/Makefile more

2014-01-09 Thread Masahiro Yamada
This commit refactors rules of directory descending and defines u-boot-dirs and u-boot-all-dirs. (We will need u-boot-all-dirs when using scripts/Makefile.clean) Additionally, rename LIBS-y to libs-y. Signed-off-by: Masahiro Yamada yamad...@jp.panasonic.com --- Changes in v4: None Changes in

[U-Boot] [PATCH v4 02/37] Makefile.host.tmp: add a new script to refactor tools

2014-01-09 Thread Masahiro Yamada
This commit adds scripts/Makefile.host.tmp which will be used in the next commit to convert makefiles under tools/ directory to Kbuild style. Notice this script, scripts/Makefile.host.tmp is temporary. When switching over to real Kbuild, it will be replaced with scripts/Makefile.host of Linux

  1   2   >