Re: [U-Boot] [U-Boot, v1, 2/2] i2c: zynq: Add support for the second i2c controller

2014-01-13 Thread Heiko Schocher
Hello Michael, Am 13.01.2014 08:53, schrieb Michal Simek: On 01/13/2014 08:32 AM, Heiko Schocher wrote: Hello Michel, Am 03.01.2014 10:45, schrieb Michal Simek: From: Michael Burrmichael.b...@logicpd.com Initialize the second i2c controller. Signed-off-by: Michael

Re: [U-Boot] [U-Boot, v1, 2/2] i2c: zynq: Add support for the second i2c controller

2014-01-13 Thread Michal Simek
On 01/13/2014 09:10 AM, Heiko Schocher wrote: Hello Michael, Am 13.01.2014 08:53, schrieb Michal Simek: On 01/13/2014 08:32 AM, Heiko Schocher wrote: Hello Michel, Am 03.01.2014 10:45, schrieb Michal Simek: From: Michael Burrmichael.b...@logicpd.com Initialize the second i2c controller.

Re: [U-Boot] [PATCH] nand: fix reading after switching ecc

2014-01-13 Thread Gupta, Pekon
Hi Jeroen, The omap_gpmc allows switching ecc at runtime. Since the NAND_SUBPAGE_READ flag is only set, it is kept when switching to hw ecc, which is not correct. This leads to calling chip-ecc.read_subpage which is not a valid pointer. Therefore also clear the flag so reading in hw mode works

Re: [U-Boot] [PATCH] Separate EBV Socrates board from Altera Cyclone 5 board

2014-01-13 Thread Albert ARIBAUD
Hi Pavel, On Mon, 11 Nov 2013 20:26:02 +0100, Pavel Machek pa...@denx.de wrote: Altera Cyclone 5 board is very different board (big, rectangular, expensive) than EBV Socrates (small, circular, cheap) board. Different parts are used there, too, but same configuration of u-boot works on

[U-Boot] [OT] CC:s in commits (was: [PATCH 1/2] socfpga: Adding Scan Manager driver)

2014-01-13 Thread Albert ARIBAUD
On Wed, 13 Nov 2013 11:34:10 -0600, Chin Liang See cl...@altera.com wrote: Scan Manager driver will be called to configure the IOCSR scan chain. This configuration will setup the IO buffer settings Signed-off-by: Chin Liang See cl...@altera.com Cc: Dinh Nguyen dingu...@altera.com Cc:

Re: [U-Boot] [PATCH] ARM: merge commonly-defined PLATFORM_RELFLAGS

2014-01-13 Thread Albert ARIBAUD
Hi Masahiro, On Thu, 14 Nov 2013 09:25:55 +0900, Masahiro Yamada yamad...@jp.panasonic.com wrote: All arch/arm/cpu/${CPU}/config.mk had the same PLATFORM_RELFLAGS definitions. This commit merges them into arch/arm/config.mk. Signed-off-by: Masahiro Yamada yamad...@jp.panasonic.com ---

[U-Boot] [PATCH] net/fm: revert commit 732dfe090d50af53bb682d0c8971784f8de1f90f

2014-01-13 Thread Shengzhou Liu
This patch reverts patch 'add ft_fixup_xgec to support 3rd and 4th 10GEC'. When dual-role MAC acts as 10G,it still uses fsl,fman-port-1g-rx/tx as before. Signed-off-by: Shengzhou Liu shengzhou@freescale.com --- drivers/net/fm/init.c | 53 +-- 1

Re: [U-Boot] [PATCH 1/2] ARM: versatile: pass correct machine type for Versatile AB

2014-01-13 Thread Albert ARIBAUD
Hi Linus, On Wed, 27 Nov 2013 10:33:32 +0100, Linus Walleij linus.wall...@linaro.org wrote: When U-Boot is configured for Versatile AB, it will still pass the machine ID of Versatile PB to the kernel. After this simple fix the system boots correctly. Cc: Stefano Babic sba...@denx.de Cc:

Re: [U-Boot] [PATCH 2/2] ARM: versatile: pass console setting to the kernel

2014-01-13 Thread Albert ARIBAUD
Hi Linus, On Wed, 27 Nov 2013 10:33:49 +0100, Linus Walleij linus.wall...@linaro.org wrote: The Versatiles come up with the primary UART set to ttyAMA0 at 38400 baud, and unless we pass this to the kernel it will assume it is set to 9600 baud which will be quite awkward for the terminal,

[U-Boot] 2014.01: two ARM boards left with CONFIG_SYS_HZ warning

2014-01-13 Thread Albert ARIBAUD
Hello, As we are about to release 2014.01, there are still two boards left which have the following warning: time.c:14:2: warning: #warning CONFIG_SYS_HZ must be 1000 and should not be defined by platforms [-Wcpp] ISTR work was underway to fix these. Is there, actually, and if not, what do we

Re: [U-Boot] [PATCH] arm: New stack pointer is already aligned

2014-01-13 Thread Albert ARIBAUD
Hi Wolfgang, On Fri, 29 Nov 2013 07:14:13 +0100, Wolfgang Denk w...@denx.de wrote: Dear Tom Rini, In message 1385580930-9830-1-git-send-email-tr...@ti.com you wrote: The code in arch/arm/lib/board.c::board_init_f that sets gd-start_addr_sp has already make sure we're 8-byte aligned, so

Re: [U-Boot] [PATCH] usb: ums: wait for usb cable connection before enter ums mode

2014-01-13 Thread Przemyslaw Marczak
Hello everyone, On 01/07/2014 03:08 PM, Przemyslaw Marczak wrote: Before this change ums mode can not be entered when device was using the same usb port for usb/uart communication. Switching USB cable from UART to USB always causes ums exit. Signed-off-by: Przemyslaw Marczak

[U-Boot] [PATCH v2] net/designware: make driver compatible with data cache

2014-01-13 Thread Alexey Brodkin
Up until now this driver only worked with data cache disabled. To make it work with enabled data cache following changes were required: * Flush Tx/Rx buffer descriptors their modification * Invalidate Tx/Rx buffer descriptors before reading its values * Flush cache for data passed from CPU to

Re: [U-Boot] [PATCH v2] fuelgauge: max17042: fix i2c read issue which causes infinity loop.

2014-01-13 Thread Przemyslaw Marczak
Hello Minkyu, On 12/30/2013 11:31 AM, Przemyslaw Marczak wrote: Hello, On 12/30/2013 11:24 AM, Przemyslaw Marczak wrote: Issues: - reading i2c data by passing u16 pointer causes errors in read data. - max17042 status register fields have not only Power On Reset meaning so using proper mask

[U-Boot] [PATCH] net/designware: add explicit reset of {tx|rx}_currdescnum

2014-01-13 Thread Alexey Brodkin
Driver init function might be called multiple times. On every init Tx/Rx buffer descriptors are initialized: descs_init - {tx|rx}_descs_init. In its turn those init functions set MAC's {tx|rx}desclistaddr to point on the first buffer descriptor in the list. So CPU to start operation from the

Re: [U-Boot] [PATCH 0/3] arm: vf610: Add QSPI support for VF610

2014-01-13 Thread Jagan Teki
Hi Alison Wang, On Monday 13 January 2014 02:24 PM, Huan Wang wrote: Hi, Jagan, I tested my driver based on your sf quad changes, and it is ok. For the sf quad functions, I didn' t test, because my driver doesn't support sf quad now. Thanks for the test. Just for confirmation, is it

Re: [U-Boot] [PATCH v7 01/17] sf: Add extended read commands support

2014-01-13 Thread Gerhard Sittig
On Sun, Jan 12, 2014 at 22:29 +0530, Jagannadha Sutradharudu Teki wrote: Current sf uses FAST_READ command, this patch adds support to use the different/extended read command. This implementation will determine the fastest command by taking the supported commands from the flash and the

Re: [U-Boot] [PATCH v7 00/17] sf: Add support for quad and dual_flash

2014-01-13 Thread Gerhard Sittig
On Sun, Jan 12, 2014 at 22:29 +0530, Jagannadha Sutradharudu Teki wrote: This series is a combo of quad cmds and dual_flash support Refer [1] and [2] for more functional description about this changes. [ ... ] Please let me know for any issues/concerns/questions. -- Thanks, Jagan.

Re: [U-Boot] BCH8 support when we do not have ELM h/w engine.

2014-01-13 Thread Gupta, Pekon
Hi Enric, Hi Pekon, 2013/12/10 Gupta, Pekon pe...@ti.com: Hi Enric, Sorry I missed your earlier mail, so din't check this.. From: Enric Balletbo Serra [mailto:eballe...@gmail.com] I saw that the OOB layout is not the same when I flash the rootfs from the u-boot or from the kernel. For

Re: [U-Boot] [PATCH 0/3] arm: vf610: Add QSPI support for VF610

2014-01-13 Thread Huan Wang
Hi, Jagan, I tested my driver based on your sf quad changes, and it is ok. For the sf quad functions, I didn' t test, because my driver doesn't support sf quad now. Thanks. Best Regards, Alison Wang -Original Message- From: Jagan Teki

[U-Boot] Quickstart-Manual for u-boot?

2014-01-13 Thread Fred Fisch
Hi, I already found - the sources in GIT - the config-name of my board - the (really huge) manual Since all I want to do is just compile MLO/u-boot.img for BeagleBone Black the latter seems to be totally oversized for me. So my question: is there some kind of quick-start/cookbook available

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

2014-01-13 Thread Lukasz Majewski
Hi Mateusz, Preprocessor definitions and hardcoded implementation selection in g_dnl core were replaced by a linker list made of {usb_function_name, bind_callback) pairs. Tested-by: Lukasz Majewski l.majew...@samsung.com Tested at: Exynos4210 - TRATS. Acked-by: Lukasz Majewski

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

2014-01-13 Thread Lukasz Majewski
Hi Mateusz, 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

Re: [U-Boot] [PATCH REPOST3 1/2] ARM: rpi_b: power on SDHCI and USB HW modules

2014-01-13 Thread Albert ARIBAUD
Hi Stephen, On Thu, 26 Dec 2013 19:47:19 -0700, Stephen Warren swar...@wwwdotorg.org wrote: Send RPC commands to the VideoCore to turn on the SDHCI and USB modules. For SDHCI this isn't needed in practice, since the firmware already turned on the power in order to load U-Boot. However, it's

Re: [U-Boot] [PATCH v2 2/3] mx6: Add initial support for the Hummingboard solo

2014-01-13 Thread Stefano Babic
Hi Fabio, On 13/01/2014 00:04, Fabio Estevam wrote: Hi Stefano, On Fri, Jan 3, 2014 at 3:55 PM, Fabio Estevam feste...@gmail.com wrote: From: Fabio Estevam fabio.este...@freescale.com SolidRun has designed the Hummingboard board based on mx6q/dl/solo. Add the initial support for the mx6

Re: [U-Boot] [PATCH v7 01/17] sf: Add extended read commands support

2014-01-13 Thread Jagan Teki
Hi Gerhard Sittig, Thanks for your comments, please see below On Mon, Jan 13, 2014 at 3:04 PM, Gerhard Sittig g...@denx.de wrote: On Sun, Jan 12, 2014 at 22:29 +0530, Jagannadha Sutradharudu Teki wrote: Current sf uses FAST_READ command, this patch adds support to use the different/extended

Re: [U-Boot] [PATCH v2 1/6] wandboard: Return from cpu_eth_init() directly

2014-01-13 Thread Stefano Babic
On 04/01/2014 20:36, Fabio Estevam wrote: From: Fabio Estevam fabio.este...@freescale.com There is no need to print an error message when cpu_eth_init() fails because net/eth.c already prints it. In order to simplify the code, just return the value from cpu_eth_init(bis) directly.

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

2014-01-13 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

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

2014-01-13 Thread Stefano Babic
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 Gmeiner

Re: [U-Boot] [PATCH v5 3/3] wandboard: Set default environment to use zImage

2014-01-13 Thread Stefano Babic
On 06/01/2014 16:27, Otavio Salvador wrote: From: John Weber rjohnwe...@gmail.com Change the default environment to use zImage instead of uImage, this requires changes to the default environment to load a file named zImage instead of uImage, and to use the 'bootz' command instead of 'bootm'

Re: [U-Boot] [PATCH v5 1/3] mx6sabresd: Add eMMC specific environment to allow U-Boot update

2014-01-13 Thread Stefano Babic
On 06/01/2014 16:27, Otavio Salvador wrote: A new 'update_emmc_firmware' target is added to allow for easy U-Boot update in the eMMC as it has secury boot partition and this needs specific handling on how to program the specific partition. Signed-off-by: Otavio Salvador

Re: [U-Boot] [PATCH v7 00/17] sf: Add support for quad and dual_flash

2014-01-13 Thread Jagan Teki
Hi, On Mon, Jan 13, 2014 at 3:15 PM, Gerhard Sittig g...@denx.de wrote: On Sun, Jan 12, 2014 at 22:29 +0530, Jagannadha Sutradharudu Teki wrote: This series is a combo of quad cmds and dual_flash support Refer [1] and [2] for more functional description about this changes. [ ... ] Please

Re: [U-Boot] [PATCH v5 2/3] wandboard: add Future Eletronics 7 WVGA LCD extension board

2014-01-13 Thread Stefano Babic
Hi Otavio, On 06/01/2014 16:27, Otavio Salvador wrote: This adds support for the 7 WVGA produced by Future Eletronics and make it dynamically detect if it is connected or not based on the touchscreen controller. Signed-off-by: Otavio Salvador ota...@ossystems.com.br --- Changes in v5:

Re: [U-Boot] Quickstart-Manual for u-boot?

2014-01-13 Thread Robert P. J. Day
On Mon, 13 Jan 2014, Fred Fisch wrote: Hi, I already found - the sources in GIT - the config-name of my board - the (really huge) manual Since all I want to do is just compile MLO/u-boot.img for BeagleBone Black the latter seems to be totally oversized for me. So my question: is there

Re: [U-Boot] [PATCH v2 2/3] mx6: Add initial support for the Hummingboard solo

2014-01-13 Thread Stefano Babic
Hi Fbio, hi Joe, On 13/01/2014 11:41, Stefano Babic wrote: Hi Fabio, On 13/01/2014 00:04, Fabio Estevam wrote: Hi Stefano, On Fri, Jan 3, 2014 at 3:55 PM, Fabio Estevam feste...@gmail.com wrote: From: Fabio Estevam fabio.este...@freescale.com SolidRun has designed the Hummingboard board

[U-Boot] [PATCH] net/designware - switch driver to phylib usage

2014-01-13 Thread Alexey Brodkin
With this change driver will benefit from existing phylib and thus custom phy functionality implemented in the driver will go away: * Instantiation of the driver is now much shorter - 2 parameters instead of 4. * Simplified phy management/functoinality in driver is replaced with rich

Re: [U-Boot] [PATCH v15 07/10] arm64: core support

2014-01-13 Thread bhupesh.sha...@freescale.com
Hi David, -Original Message- From: u-boot-boun...@lists.denx.de [mailto:u-boot-boun...@lists.denx.de] On Behalf Of Bhupesh Sharma Sent: Tuesday, December 03, 2013 3:33 PM To: 'FengHua' Cc: 'tr...@ti.com'; 'u-boot@lists.denx.de'; Wood Scott-B07421 Subject: Re: [U-Boot] [PATCH v15

Re: [U-Boot] [PATCH] net/designware - switch driver to phylib usage

2014-01-13 Thread Alexey Brodkin
Completely forgot to mention that there's a prerequisite (http://patchwork.ozlabs.org/patch/309319/): == [PATCH] net: execute miiphy_init if CONFIG_PHYLIB defined == This makes sure that phylib will be correctly initialized even if there's no explicit mention of either entry in board

Re: [U-Boot] [PATCH] usb: ums: wait for usb cable connection before enter ums mode

2014-01-13 Thread Marek Vasut
On Monday, January 13, 2014 at 10:18:51 AM, Przemyslaw Marczak wrote: Hello everyone, On 01/07/2014 03:08 PM, Przemyslaw Marczak wrote: Before this change ums mode can not be entered when device was using the same usb port for usb/uart communication. Switching USB cable from UART to USB

Re: [U-Boot] [PATCH] usb: ums: wait for usb cable connection before enter ums mode

2014-01-13 Thread Marek Vasut
On Tuesday, January 07, 2014 at 03:08:37 PM, Przemyslaw Marczak wrote: Before this change ums mode can not be entered when device was using the same usb port for usb/uart communication. Switching USB cable from UART to USB always causes ums exit. Signed-off-by: Przemyslaw Marczak

Re: [U-Boot] [PATCH v3 0/2] Add usb ethernet support for Arndale

2014-01-13 Thread Marek Vasut
On Wednesday, January 08, 2014 at 04:49:55 AM, Inderpal Singh wrote: Arndale board has AX88760, which is USB 2.0 Hub USB 2.0 Ethernet Combo controller, connected to HSIC Phy of USB host controller via USB3503 hub. This patchset adds support for this usb ethernet controllor. Changes in v2:

[U-Boot] [PULL] u-boot-pxa/master

2014-01-13 Thread Marek Vasut
Minor fixes, please apply for 2014.01 The following changes since commit 7f673c99c2d8d1aa21996c5b914f06d784b080ca:

[U-Boot] [PULL] u-boot-usb/master

2014-01-13 Thread Marek Vasut
Minor fixes, please apply for 2014.01 The following changes since commit 7f673c99c2d8d1aa21996c5b914f06d784b080ca:

Re: [U-Boot] UBIFS seeing corrupt blank pages when image flashed via u-boot

2014-01-13 Thread Calvin Johnson
Hi, On Fri, Jan 3, 2014 at 6:29 PM, Artem Bityutskiy artem.bityuts...@linux.intel.com wrote: Hi Pekon, On Fri, 2014-01-03 at 11:45 +, Gupta, Pekon wrote: *_Case-1_ Flashing UBIFS image from u-boot using 'nand write' utility* For a partially written erased-block.. (a) 1st page is

Re: [U-Boot] [PATCH v7 01/17] sf: Add extended read commands support

2014-01-13 Thread Jagan Teki
Hi, On Mon, Jan 13, 2014 at 4:26 PM, Jagan Teki jagannadh.t...@gmail.com wrote: Hi Gerhard Sittig, Thanks for your comments, please see below On Mon, Jan 13, 2014 at 3:04 PM, Gerhard Sittig g...@denx.de wrote: On Sun, Jan 12, 2014 at 22:29 +0530, Jagannadha Sutradharudu Teki wrote:

Re: [U-Boot] UBIFS seeing corrupt blank pages when image flashed via u-boot

2014-01-13 Thread Artem Bityutskiy
On Mon, 2014-01-13 at 17:49 +0530, Calvin Johnson wrote: If the 4th to last-page are left blank and not covered with ECC, what will happen in case of bit flips on the blank pages? There was an issue reported some time back.

Re: [U-Boot] [PULL] u-boot-pxa/master

2014-01-13 Thread Albert ARIBAUD
Hi Marek, On Mon, 13 Jan 2014 12:42:35 +0100, Marek Vasut ma...@denx.de wrote: Minor fixes, please apply for 2014.01 The following changes since commit 7f673c99c2d8d1aa21996c5b914f06d784b080ca:

Re: [U-Boot] UBIFS seeing corrupt blank pages when image flashed via u-boot

2014-01-13 Thread Gupta, Pekon
Hi Calvin, From: Artem Bityutskiy [mailto:artem.bityuts...@linux.intel.com] On Mon, 2014-01-13 at 17:49 +0530, Calvin Johnson wrote: If the 4th to last-page are left blank and not covered with ECC, what will happen in case of bit flips on the blank pages? There was an issue reported some time

Re: [U-Boot] [PATCH] usb: ums: wait for usb cable connection before enter ums mode

2014-01-13 Thread Przemyslaw Marczak
Hello, On 01/13/2014 12:14 PM, Marek Vasut wrote: On Monday, January 13, 2014 at 10:18:51 AM, Przemyslaw Marczak wrote: Hello everyone, On 01/07/2014 03:08 PM, Przemyslaw Marczak wrote: Before this change ums mode can not be entered when device was using the same usb port for usb/uart

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

2014-01-13 Thread Mateusz Zalega
On 01/10/14 06:03, Jaehoon Chung wrote: This patch should be separated with dfu and mmc. ACK, because we're going to remove the bl_len assertion, see below. 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

Re: [U-Boot] [PATCH] arm: New stack pointer is already aligned

2014-01-13 Thread Tom Rini
On Mon, Jan 13, 2014 at 10:07:50AM +0100, Albert ARIBAUD wrote: Hi Wolfgang, On Fri, 29 Nov 2013 07:14:13 +0100, Wolfgang Denk w...@denx.de wrote: Dear Tom Rini, In message 1385580930-9830-1-git-send-email-tr...@ti.com you wrote: The code in arch/arm/lib/board.c::board_init_f that

Re: [U-Boot] [PATCH] powerpc:Rename CONFIG_PBLRCW_CONFIG CONFIG_SYS_FSL_PBL_PBI

2014-01-13 Thread Wolfgang Denk
Dear Prabhakar, In message 52d37cf5.2090...@freescale.com you wrote: What is the reason for the reenaming? Especially, why changing from CONFIG_ to CONFIG_SYS_ ? CONFIG_PBLRCW_CONFIG has 2 CONFIG. it is slightly confusing. Reason for moving CONFIG_ to CONFIG_SYS: These defines

Re: [U-Boot] [U-Boot 3/3] spl: common: Support for USB MSD FAT image loading

2014-01-13 Thread Dan Murphy
On 01/10/2014 07:02 AM, Dan Murphy wrote: Add SPL support to be able to detect a USB Mass Storage device connected to a USB host. Once a USB Mass storage device is detected the SPL will load the u-boot.img from a FAT partition to target address. Signed-off-by: Dan Murphy dmur...@ti.com ---

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

2014-01-13 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 --- V3: rebase V2: remove SREC generation for SPL

Re: [U-Boot] [PATCH] usb: ums: wait for usb cable connection before enter ums mode

2014-01-13 Thread Marek Vasut
On Monday, January 13, 2014 at 02:31:58 PM, Przemyslaw Marczak wrote: Hello, On 01/13/2014 12:14 PM, Marek Vasut wrote: On Monday, January 13, 2014 at 10:18:51 AM, Przemyslaw Marczak wrote: Hello everyone, On 01/07/2014 03:08 PM, Przemyslaw Marczak wrote: Before this change ums mode

[U-Boot] [PATCH 1/2] ext4fs: use EXT2_BLOCK_SIZE instead of fs-blksz

2014-01-13 Thread Ionut Nicu
Using fs-blksz in ext4fs_get_extent_block() is not correct since fs-blksz is not initialized on the read path. Use EXT2_BLOCK_SIZE() instead which will produce the desired output. Signed-off-by: Ionut Nicu ioan.nicu@nsn.com Signed-off-by: Mathias Rulf mathias.r...@nsn.com ---

[U-Boot] Prefetch abort exception

2014-01-13 Thread Parimala Baggiri
Hello, I have added interrupt support for armv7 platform, by implementing the do_irq and irq_install_handler and arch_interrupt_init functions. Initially default_isr is the handler function installed for all the interrupts. From my standalone application, I am enabling the interrupts and

Re: [U-Boot] [OT] CC:s in commits (was: [PATCH 1/2] socfpga: Adding Scan Manager driver)

2014-01-13 Thread Chin Liang See
Dear Albert, On Mon, 2014-01-13 at 09:34 +0100, ZY - albert.u.boot wrote: On Wed, 13 Nov 2013 11:34:10 -0600, Chin Liang See cl...@altera.com wrote: Scan Manager driver will be called to configure the IOCSR scan chain. This configuration will setup the IO buffer settings

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

2014-01-13 Thread Mateusz Zalega
On 01/10/14 06:08, Jaehoon Chung wrote: index dc155ad..0d8f30d 100644 --- a/board/samsung/common/ums.c +++ b/board/samsung/common/ums.c @@ -37,6 +37,9 @@ static struct ums ums_dev = { static struct ums *ums_disk_init(struct mmc *mmc) { +if (mmc_init(mmc)) +return NULL;

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

2014-01-13 Thread Michael Trimarchi
Hi On Mon, Jan 13, 2014 at 3:39 PM, Mateusz Zalega m.zal...@samsung.com wrote: On 01/10/14 06:08, Jaehoon Chung wrote: index dc155ad..0d8f30d 100644 --- a/board/samsung/common/ums.c +++ b/board/samsung/common/ums.c @@ -37,6 +37,9 @@ static struct ums ums_dev = { static struct ums

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

2014-01-13 Thread Mateusz Zalega
On 01/10/14 05:55, Jaehoon Chung wrote: 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

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

2014-01-13 Thread Mateusz Zalega
On 01/13/14 15:43, Michael Trimarchi wrote: On Mon, Jan 13, 2014 at 3:39 PM, Mateusz Zalega m.zal...@samsung.com wrote: On 01/10/14 06:08, Jaehoon Chung wrote: index dc155ad..0d8f30d 100644 --- a/board/samsung/common/ums.c +++ b/board/samsung/common/ums.c @@ -37,6 +37,9 @@ static struct ums

Re: [U-Boot] UBIFS seeing corrupt blank pages when image flashed via u-boot

2014-01-13 Thread Artem Bityutskiy
On Mon, 2014-01-13 at 13:16 +, Gupta, Pekon wrote: Currently both UBI and UBIFS layer checks for erased-page to be all(0xff), But I think its over-kill to put this burden on UBI or UBIFS layer, because low-level controller drivers can handle this easily. So, if Artem and Brian agree to

[U-Boot] [PATCH 0/9] Further support for the kmp204x architecture

2014-01-13 Thread Valentin Longchamp
This patch series refines the support for the kmp204x designs. The main additions are: - further support of the QRIO CPLD (bootcounter and GPIO) - support of the new kmcoge4 board based on kmp204x - support of I2C deblocking - support for FPGA configuration (PCIe FPGA) - various fixes and smaller

[U-Boot] [PATCH 6/9] kmp204x: update I2C field of RCW

2014-01-13 Thread Valentin Longchamp
On the previous HW revision (now unsupported), there was a need for external DMA signals and thus the I2C3/4 signals were used DMA1_DONE/ACK/REQ. These signals now are configured as GPIO[16:19]. Signed-off-by: Valentin Longchamp valentin.longch...@keymile.com ---

[U-Boot] [PATCH 1/9] kmp204x: support for QRIO1 bootcounter

2014-01-13 Thread Valentin Longchamp
From: Rainer Boschung rainer.bosch...@keymile.com - make use of the QRIO1 32bit register at 0x20 as bootcounter register - check for BOOTCOUNT_MAGIC pattern when before bootcounter value is read Signed-off-by: Rainer Boschung rainer.bosch...@keymile.com Signed-off-by: Valentin Longchamp

[U-Boot] [PATCH 8/9] kmp204x: enable support for SPANSION SPI NOR

2014-01-13 Thread Valentin Longchamp
The new prototype and the final series was moved from Micron to Spansion to have a better reset sequence that is easier to support. Signed-off-by: Valentin Longchamp valentin.longch...@keymile.com --- include/configs/km/kmp204x-common.h | 1 + 1 file changed, 1 insertion(+) diff --git

[U-Boot] [PATCH 7/9] KM: add the KM_UBI_PART_BOOT_OPTS #define

2014-01-13 Thread Valentin Longchamp
This define can be used if the ubi boot partition (defined for all Keymile boards with KM_UBI_PARTITION_NAME_BOOT #define to ubi0) needs some additionnal boot options. This is the case for the kmp204x boards since u-boot does not support NAND Flash subpage accesses on this platform, an

[U-Boot] [PATCH 9/9] kmp204x: initial support for PCIe FPGA configuration

2014-01-13 Thread Valentin Longchamp
The PEXHC PCIe configuration mechanism ensures that the FPGA get configured at power-up. Since all the PCIe devices should be configured when the kernel start, u-boot has to take care that the FPGA gets configured also in other reset scenarios, mostly because of possible configuration change. The

[U-Boot] [PATCH 3/9] kmp204x: I2C deblocking for I2C-bus1 added

2014-01-13 Thread Valentin Longchamp
From: Rainer Boschung rainer.bosch...@keymile.com -uses common deblocking algorithm from ../common/common.c -supports deblocking of of I2C-bus1 by means of QRIO GPIO - SCL1 = GPIO_A16 - SDA1 = GPIO_A17 QRIO GPIOs act in an open-drain-like manner, for 0 GPIO drives low and for 1 the GPIO is

[U-Boot] [PATCH 2/9] kmp204x: introduce QRIO GPIO functions

2014-01-13 Thread Valentin Longchamp
The QRIO GPIO functions can be of general interest. They are thus added to a qrio.c and their prototype are available from kmp204x.h. The QRIO prst function are also included in this file, as well as the functions required for the I2C deblocking support (open-drain). Signed-off-by: Valentin

[U-Boot] [PATCH 4/9] kmp204x: implement workaround for A-006559

2014-01-13 Thread Valentin Longchamp
According to the errata, some bits of an undocumented register in the DCSR must be set for every core in order to avoid a possible data or instruction corruption. This is required for the 2.0 revision of the P2041 that should be used as soon as available in our design. Signed-off-by: Valentin

Re: [U-Boot] [OT] CC:s in commits (was: [PATCH 1/2] socfpga: Adding Scan Manager driver)

2014-01-13 Thread Albert ARIBAUD
Hi Chin, On Mon, 13 Jan 2014 08:34:36 -0600, Chin Liang See cl...@altera.com wrote: Dear Albert, On Mon, 2014-01-13 at 09:34 +0100, ZY - albert.u.boot wrote: On Wed, 13 Nov 2013 11:34:10 -0600, Chin Liang See cl...@altera.com wrote: Scan Manager driver will be called to configure

Re: [U-Boot] [PULL] u-boot-pxa/master

2014-01-13 Thread Albert ARIBAUD
Hi Albert, On Mon, 13 Jan 2014 14:16:22 +0100, Albert ARIBAUD albert.u.b...@aribaud.net wrote: Hi Marek, On Mon, 13 Jan 2014 12:42:35 +0100, Marek Vasut ma...@denx.de wrote: Minor fixes, please apply for 2014.01 The following changes since commit

[U-Boot] Call for participation in the U-Boot Mini Summit 2014

2014-01-13 Thread Detlev Zundel
Hi, as already indicated, we are looking forward to our next U-Boot Mini Summit at Embedded Linux Conference Europe 2014 which will take place in Düsseldorf, Germany from October 13 - 15. The call for papers of the main conference is now open[1] and if you want to submit a talk for the main

Re: [U-Boot] [OT] CC:s in commits (was: [PATCH 1/2] socfpga: Adding Scan Manager driver)

2014-01-13 Thread Chin Liang See
Hi Albert, On Mon, 2014-01-13 at 17:39 +0100, ZY - albert.u.boot wrote: Hi Chin, On Mon, 13 Jan 2014 08:34:36 -0600, Chin Liang See cl...@altera.com wrote: Dear Albert, On Mon, 2014-01-13 at 09:34 +0100, ZY - albert.u.boot wrote: On Wed, 13 Nov 2013 11:34:10 -0600, Chin Liang See

Re: [U-Boot] [PATCH] powerpc:Rename CONFIG_PBLRCW_CONFIG CONFIG_SYS_FSL_PBL_PBI

2014-01-13 Thread Scott Wood
On Mon, 2014-01-13 at 14:48 +0100, Wolfgang Denk wrote: Dear Prabhakar, In message 52d37cf5.2090...@freescale.com you wrote: What is the reason for the reenaming? Especially, why changing from CONFIG_ to CONFIG_SYS_ ? CONFIG_PBLRCW_CONFIG has 2 CONFIG. it is slightly confusing.

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

2014-01-13 Thread Jagannadha Sutradharudu Teki
Hi Tom, PR have quad and dual_flash change set also includes few fixes. Tested these changes on spansion, stmicro and sst flash devices. -- Thanks, Jagan. The following changes since commit 7f673c99c2d8d1aa21996c5b914f06d784b080ca: Merge branch 'master' of git://git.denx.de/u-boot-arm

Re: [U-Boot] [PATCH] sf: params: Removed flag SECT_4K for Micron N25Q128

2014-01-13 Thread Jagan Teki
On Wed, Jan 8, 2014 at 11:27 AM, Siva Durga Prasad Paladugu siva.durga.palad...@xilinx.com wrote: Remove the flag SECT_4K for device N25Q128 as the 4K-byte sub sector erase granularity is available only for top/bottom 8 sectors in some of the N25Q128 chips. Signed-off-by: Siva Durga Prasad

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

2014-01-13 Thread Albert ARIBAUD
Hello Tom, The following changes since commit 7f673c99c2d8d1aa21996c5b914f06d784b080ca: Merge branch 'master' of git://git.denx.de/u-boot-arm (2014-01-10 10:56:00 -0500) are available in the git repository at: git://git.denx.de/u-boot-arm master for you to fetch changes up to

Re: [U-Boot] [PULL] u-boot-usb/master

2014-01-13 Thread Tom Rini
On Mon, Jan 13, 2014 at 12:42:30PM +0100, Marek Vasut wrote: Minor fixes, please apply for 2014.01 The following changes since commit 7f673c99c2d8d1aa21996c5b914f06d784b080ca: Merge branch 'master' of git://git.denx.de/u-boot-arm (2014-01-10 10:56:00 -0500) are available in the git

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

2014-01-13 Thread Tom Rini
On Sun, Jan 12, 2014 at 11:41:10PM +0100, Anatolij Gustschin wrote: Hey Tom, please pull two minor fixes for release. Thanks! Anatolij The following changes since commit 7f673c99c2d8d1aa21996c5b914f06d784b080ca: Merge branch 'master' of git://git.denx.de/u-boot-arm (2014-01-10

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

2014-01-13 Thread Tom Rini
On Tue, Jan 14, 2014 at 12:05:32AM +0530, Jagannadha Sutradharudu Teki wrote: Hi Tom, PR have quad and dual_flash change set also includes few fixes. Tested these changes on spansion, stmicro and sst flash devices. -- Thanks, Jagan. The following changes since commit

[U-Boot] [ANN] v2014.01-rc3

2014-01-13 Thread Tom Rini
Hey all, I've put v2014.01-rc3 out and we should have a tarball soon. Here's where we're at, I feel. We got some big changes in, which had been due for a while, on Friday. I don't think it's a good idea to release today, so I'm going to push things out a week. Here's what I expect for the

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

2014-01-13 Thread Tom Rini
On Mon, Jan 13, 2014 at 07:49:26PM +0100, Albert ARIBAUD wrote: Hello Tom, The following changes since commit 7f673c99c2d8d1aa21996c5b914f06d784b080ca: Merge branch 'master' of git://git.denx.de/u-boot-arm (2014-01-10 10:56:00 -0500) are available in the git repository at:

Re: [U-Boot] [PATCH v2 2/3] mx6: Add initial support for the Hummingboard solo

2014-01-13 Thread Fabio Estevam
Hi Stefano, On Mon, Jan 13, 2014 at 9:11 AM, Stefano Babic sba...@denx.de wrote: I discussed last week via IIRC with Otavio about if the patch can still flow into the coming release. He pointed me out that the original patch was sent a lot of time ago as carrier-one:

[U-Boot] [PATCH 1/2] mini2440: remove board support

2014-01-13 Thread Albert ARIBAUD
Signed-off-by: Albert ARIBAUD albert.u.b...@aribaud.net --- board/friendlyarm/mini2440/Makefile | 8 -- board/friendlyarm/mini2440/mini2440.c | 118 board/friendlyarm/mini2440/mini2440.h | 144 -- boards.cfg

[U-Boot] [PATCH 2/2] mx1ads: remove board support

2014-01-13 Thread Albert ARIBAUD
Signed-off-by: Albert ARIBAUD albert.u.b...@aribaud.net --- board/mx1ads/Makefile| 16 --- board/mx1ads/lowlevel_init.S | 68 -- board/mx1ads/mx1ads.c| 178 - board/mx1ads/syncflash.c | 307 ---

[U-Boot] Bug in TOP860 code with gcc 4.8.1

2014-01-13 Thread Wolfgang Denk
Dear Reinhard, attempting to build the TOP860 code with a GCC 4.8.1 based tool chain (say ELDK v5.5 or Yocto 1.5) gives the following errors: - ./MAKEALL TOP860 Configuring for TOP860 board... textdata bss dec hex filename 165471 21020 17316 203807 31c1f ./u-boot

Re: [U-Boot] [OT] CC:s in commits (was: [PATCH 1/2] socfpga: Adding Scan Manager driver)

2014-01-13 Thread Wolfgang Denk
Dear Albert, In message 20140113173924.684ce548@lilith you wrote: Actually these Cc will be helpful when using git send-email. It will auto cc to these mailing list when the patch is send out for review (instead entering the names manually every time). Thanks That is useful to the

Re: [U-Boot] [OT] CC:s in commits (was: [PATCH 1/2] socfpga: Adding Scan Manager driver)

2014-01-13 Thread Wolfgang Denk
Dear Chin Liang See, In message 1389634896.9425.4.ca...@clsee-virtualbox.altera.com you wrote: The patman script looks cool. Let me learn up this and using this when submitting future patches. At same time, sorry for the hassle as I am not aware the git send-email method not helpful for

Re: [U-Boot] [OT] CC:s in commits (was: [PATCH 1/2] socfpga: Adding Scan Manager driver)

2014-01-13 Thread Dinh Nguyen
Hi Wolfgang, On Mon, 2014-01-13 at 22:08 +0100, ZY - wd wrote: Dear Albert, In message 20140113173924.684ce548@lilith you wrote: Actually these Cc will be helpful when using git send-email. It will auto cc to these mailing list when the patch is send out for review (instead

Re: [U-Boot] [OT] CC:s in commits (was: [PATCH 1/2] socfpga: Adding Scan Manager driver)

2014-01-13 Thread Albert ARIBAUD
Hi Wolfgang, On Mon, 13 Jan 2014 22:08:15 +0100, Wolfgang Denk w...@denx.de wrote: Dear Albert, In message 20140113173924.684ce548@lilith you wrote: Actually these Cc will be helpful when using git send-email. It will auto cc to these mailing list when the patch is send out for

Re: [U-Boot] [ANN] v2014.01-rc3

2014-01-13 Thread Stefano Babic
Hi Tom, On 13/01/2014 20:42, Tom Rini wrote: Hey all, I've put v2014.01-rc3 out and we should have a tarball soon. Here's where we're at, I feel. We got some big changes in, which had been due for a while, on Friday. I don't think it's a good idea to release today, so I'm going to push

Re: [U-Boot] [PATCH 2/2] mx1ads: remove board support

2014-01-13 Thread Stefano Babic
On 13/01/2014 21:06, Albert ARIBAUD wrote: Signed-off-by: Albert ARIBAUD albert.u.b...@aribaud.net --- board/mx1ads/Makefile| 16 --- board/mx1ads/lowlevel_init.S | 68 -- board/mx1ads/mx1ads.c| 178 - board/mx1ads/syncflash.c | 307

Re: [U-Boot] [OT] CC:s in commits (was: [PATCH 1/2] socfpga: Adding Scan Manager driver)

2014-01-13 Thread Chin Liang See
Dear Wolfgang, On Mon, 2014-01-13 at 22:09 +0100, ZY - wd wrote: Dear Chin Liang See, In message 1389634896.9425.4.ca...@clsee-virtualbox.altera.com you wrote: The patman script looks cool. Let me learn up this and using this when submitting future patches. At same time, sorry for the

Re: [U-Boot] [OT] CC:s in commits (was: [PATCH 1/2] socfpga: Adding Scan Manager driver)

2014-01-13 Thread Chin Liang See
Dear Albert, On Mon, 2014-01-13 at 23:07 +0100, ZY - albert.u.boot wrote: Hi Wolfgang, On Mon, 13 Jan 2014 22:08:15 +0100, Wolfgang Denk w...@denx.de wrote: Dear Albert, In message 20140113173924.684ce548@lilith you wrote: Actually these Cc will be helpful when using git

Re: [U-Boot] [ANN] v2014.01-rc3

2014-01-13 Thread Lukasz Majewski
Hi Tom Hey all, I've put v2014.01-rc3 out and we should have a tarball soon. Here's where we're at, I feel. We got some big changes in, which had been due for a while, on Friday. I don't think it's a good idea to release today, so I'm going to push things out a week. Here's what I

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

2014-01-13 Thread Nobuhiro Iwamatsu
Hi, Jagan. 2014/1/9 Jagan Teki jagannadh.t...@gmail.com: Hi Nobuhiro, On Thu, Jan 9, 2014 at 9:49 AM, Nobuhiro Iwamatsu nobuhiro.iwamatsu...@renesas.com wrote: Hi, This macro was changed by following patch. http://patchwork.ozlabs.org/patch/307934/ OK. I will pick this once Albert pop

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

2014-01-13 Thread Nobuhiro Iwamatsu
Hi, 2014/1/14 Nobuhiro Iwamatsu nobuhiro.iwamatsu...@renesas.com: Hi, Jagan. 2014/1/9 Jagan Teki jagannadh.t...@gmail.com: Hi Nobuhiro, On Thu, Jan 9, 2014 at 9:49 AM, Nobuhiro Iwamatsu nobuhiro.iwamatsu...@renesas.com wrote: Hi, This macro was changed by following patch.

  1   2   >