[U-Boot] [PATCH v2] drivers:usb: use get|put_unaligned_le16

2013-06-26 Thread Piotr Wilczek
This patch use get|put_unaligned_le16 to access structure data to avoid data abort on some ARM platforms. Signed-off-by: Piotr Wilczek p.wilc...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com CC: Marek Vasut ma...@denx.de --- Changes for v2: - rebased on top of

Re: [U-Boot] U-Boot Digest, Vol 61, Issue 36

2013-06-26 Thread krishna dwivedi
Hi All, Hope everyone is doing great:) I am trying to build U-boot:2013-04.But running into this error: mips64-nlm-elf-ld: arch/mips/cpu/mips64/start.o: relocation (null) against `board_init_f' can not be used when making a shared object; recompile with -fPIC arch/mips/cpu/mips64/start.o: could

[U-Boot] U-Boot: am335x video support

2013-06-26 Thread Heiko Schocher
Hello, is in current U-Boot a lcd driver for the am335x integrated LCD controller? If yes, also with Splash screen support? Thanks! bye, Heiko -- DENX Software Engineering GmbH, MD: Wolfgang Denk Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany

Re: [U-Boot] Help with Glomation GESBC-9G20

2013-06-26 Thread Andreas Bießmann
Hi Larry, On 26.06.13 03:55, Larry Baker wrote: On Jun 25, 2013, at 6:08 PM, Bo Shen wrote: Hi Larry Baker, On 06/26/2013 02:02 AM, Larry Baker wrote: On 24 Jun 2013, at 1:22 AM, Bo Shen wrote: Hi Larry Baker, On 6/24/2013 16:02, Larry Baker wrote: snip BTW, when you upgrade the

Re: [U-Boot] U-Boot: am335x video support

2013-06-26 Thread Matthias Fuchs
Hi Heiko, perhaps you should take a look at the DA8XX driver. At least under Linux this driver also handles the AM335x. Splash screen support (meaning support of the splashimage variable) might be a problem because it expects a direct mapped physical address where the splash image is stored -

Re: [U-Boot] U-Boot: am335x video support

2013-06-26 Thread Heiko Schocher
Hello Matthias, Am 26.06.2013 08:46, schrieb Matthias Fuchs: Hi Heiko, perhaps you should take a look at the DA8XX driver. At least under Linux this driver also handles the AM335x. Ah! Hmm... I found only one board, which uses this driver ... But it is a good starting point I think!

Re: [U-Boot] U-Boot Digest, Vol 61, Issue 36

2013-06-26 Thread krishna dwivedi
Hi All, I am trying to build U-boot:2013-04.But running into this error: mips64-nlm-elf-ld: arch/mips/cpu/mips64/start.o: relocation (null) against `board_init_f' can not be used when making a shared object; recompile with -fPIC arch/mips/cpu/mips64/start.o: could not read symbols: Bad value.

[U-Boot] [PATCH 2/7 v6] spl: env_common.c: add new symbol CONFIG_SPL_ENV_IMPORT to contain function env_import

2013-06-26 Thread ying.zhang
From: Ying Zhang b40...@freescale.com The functionality env_import will be used in the SPL. They had been excluded by ifndef CONFIG_SPL_BUILD. Now, add new symbol CONFIG_SPL_ENV_IMPORT to contian the functionality env_import in SPL. Signed-off-by: Ying Zhang b40...@freescale.com --- Compared

[U-Boot] [PATCH 3/7 v6] powerpc/p1022ds: boot from SD Card with SPL

2013-06-26 Thread ying.zhang
From: Ying Zhang b40...@freescale.com This patch introduces SPL to enable a loader stub that runs in the L2 SRAM, after being loaded by the code from the internal on-chip ROM. It loads the final uboot image into DDR, then jump to it to begin execution. The SPL's size is sizeable, the maximum

[U-Boot] [PATCH 1/7 v6] powerpc: deleted unused symbol CONFIG_SPL_NAND_MINIMAL and enabled some functionality for common SPL

2013-06-26 Thread ying.zhang
From: Ying Zhang b40...@freescale.com 1. The symbol CONFIG_SPL_NAND_MINIMAL is unused, so deleted it. 2. Some functions were unused in the minimal SPL, but it is useful in the common SPL. So, enabled some functionality for common SPL. Signed-off-by: Ying Zhang b40...@freescale.com --- Compared

[U-Boot] [PATCH 5/7 v6] powerpc : p1022ds : enable p1022ds to start from eSPI with SPL

2013-06-26 Thread ying.zhang
From: Ying Zhang b40...@freescale.com enable p1022ds to start from eSPI with SPL. This patch is on top of the patch: SPL : spi flash : support to start from eSPI with SPL Signed-off-by: Ying Zhang b40...@freescale.com --- Compared with the original version, Changed as below: 1. Split from boot

[U-Boot] [PATCH 4/7 v6] SPL : spi flash : support to start from eSPI with SPL

2013-06-26 Thread ying.zhang
From: Ying Zhang b40...@freescale.com This patch introduces SPL to enable a loader stub that runs in the L2 SRAM, after being loaded by the code from the internal on-chip ROM. It loads the final uboot image into DDR, then jump to it to begin execution. The SPL's size is sizeable, the maximum

[U-Boot] [PATCH 7/7 v6] powerpc: p1022ds: support TPL on the P1022DS

2013-06-26 Thread ying.zhang
From: Ying Zhang b40...@freescale.com Support TPL on the P1022DS. The TPL's size is sizeable, the maximum size must not exceed the size of L2 SRAM. It initializes the DDR through SPD code, and copys final uboot image to DDR. So there are three stage uboot images: * spl_boot, 4KB size, pad

[U-Boot] [PATCH 6/7 v6] nand: tpl : introduce the TPL based on the SPL

2013-06-26 Thread ying.zhang
From: Ying Zhang b40...@freescale.com Due to the nand SPL on some board(e.g. P1022DS)has a size limit, it can not be more than 4K. So, the SPL cannot initialize the DDR with the SPD code. This patch introduces TPL to enable a loader stub that runs in the L2 SRAM, after being loaded by the code

Re: [U-Boot] [PATCH 2/4] arm:goni:dfu Add support for DFU at GONI target

2013-06-26 Thread Minkyu Kang
On 25/06/13 00:36, Lukasz Majewski wrote: From: Arkadiusz Wlodarczyk a.wlodarc...@samsung.com 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.

[U-Boot] [PATCH 2/2] powerpc/c29xpcie: add support for C29XPCIE board

2013-06-26 Thread Po Liu
From: Mingkai Hu mingkai...@freescale.com C29XPCIE board is a series of Freescale PCIe add-in cards to perform as public key crypto accelerator or secure key management module. It includes C293PCIE board, C293PCIE board and C291PCIE board. - 512KB platform SRAM in addition to 512K L2 Cache/SRAM

[U-Boot] [PATCH 1/2] powerpc/85xx: Add C29x SoC support

2013-06-26 Thread Po Liu
From: Mingkai Hu mingkai...@freescale.com The Freescale C29x family is a high performance crypto co-processor. It combines a single e500v2 core with necessary SEC engine. There're three SoC types(C291, C292, C293) with the following features: - 512K L2 Cache/SRAM and 512 KB platform SRAM -

[U-Boot] [PATCH] dfu:function: Fix number of allocated DFU function pointers

2013-06-26 Thread Lukasz Majewski
This subtle change fix problem with too small amount of allocated memory to store DFU function pointers. One needs to allocate extra space for sentinel NULL pointer in this array of function pointers. With the previous code, the NULL value overwrites malloc internal data and afterwards

[U-Boot] [PATCH v3] Add support for Wandboard Quad

2013-06-26 Thread Tapani
Add support for the Quad version of Wandboard; fix compile warning resulting from having 2G of memory. Signed-off-by: Tapani Utriainen tap...@technexion.com Signed-off-by: Otavio Salvador ota...@ossystems.com.br --- board/wandboard/README | 5 + board/wandboard/wandboard.c | 2 +-

[U-Boot] [PATCH v2 2/4] arm:goni:dfu Add support for DFU at GONI target

2013-06-26 Thread Lukasz Majewski
From: Arkadiusz Wlodarczyk a.wlodarc...@samsung.com 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. Signed-off-by: Arkadiusz Wlodarczyk

Re: [U-Boot] [PATCH v5 1/3] ARM: Tegra: FDT: Add USB EHCI function for T30/T114

2013-06-26 Thread Marek Vasut
Dear Tom Warren, This is a Tegra change, Marek. I believe it's assigned to me in Patchwork. I'll apply it to u-boot-tegra/next today or tomorrow. Tom This is also a USB change, but it doesn't touch anything vital, so be my guest. Thanks Best regards, Marek Vasut

Re: [U-Boot] [PATCH 2/4] usb:composite: use memcpy to avoid unaligned access

2013-06-26 Thread Marek Vasut
Dear Heiko Schocher, Hello Prafulla, just saw, that the below patch is delegated to you: (added also Marek Vasut to cc, as he is the usb maintainer) Applied Best regards, Marek Vasut ___ U-Boot mailing list U-Boot@lists.denx.de

Re: [U-Boot] [PATCH v2] drivers:usb: use get|put_unaligned_le16

2013-06-26 Thread Marek Vasut
Dear Piotr Wilczek, This patch use get|put_unaligned_le16 to access structure data to avoid data abort on some ARM platforms. Signed-off-by: Piotr Wilczek p.wilc...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com CC: Marek Vasut ma...@denx.de Applied, thanks! Best

Re: [U-Boot] [PATCH] dfu:function: Fix number of allocated DFU function pointers

2013-06-26 Thread Heiko Schocher
Hello Lukasz, Am 26.06.2013 11:46, schrieb Lukasz Majewski: This subtle change fix problem with too small amount of allocated memory to store DFU function pointers. One needs to allocate extra space for sentinel NULL pointer in this array of function pointers. With the previous code, the

Re: [U-Boot] [PATCH] dfu:function: Fix number of allocated DFU function pointers

2013-06-26 Thread Marek Vasut
Dear Heiko Schocher, Hello Lukasz, Am 26.06.2013 11:46, schrieb Lukasz Majewski: This subtle change fix problem with too small amount of allocated memory to store DFU function pointers. One needs to allocate extra space for sentinel NULL pointer in this array of function pointers.

Re: [U-Boot] [PATCH 0/4] ARM: AM33xx: Cleanup clocks and hwinit

2013-06-26 Thread Tom Rini
On Wed, Jun 26, 2013 at 09:54:00AM +0530, Lokesh Vutla wrote: Hi Tom, On Monday 24 June 2013 06:45 PM, Lokesh Vutla wrote: This series tries to cleanup code for AM33xx, inorder to ensure code reusabilty by moving the duplicated code to common place. This also helps in addition of new Soc

Re: [U-Boot] [PATCH v4 2/3] Add TI816X support

2013-06-26 Thread TENART Antoine
[snip] +/* WDT related */ +#define WDT_WDSC(WDT_BASE + 0x010) +#define WDT_WDST(WDT_BASE + 0x014) +#define WDT_WISR(WDT_BASE + 0x018) +#define WDT_WIER(WDT_BASE + 0x01C) +#define WDT_WWER(WDT_BASE + 0x020) +#define WDT_WCLR

Re: [U-Boot] [PATCH v4 3/3] Add TI816X evm board support

2013-06-26 Thread TENART Antoine
+#define CONFIG_EXTRA_ENV_SETTINGS \ +verify=yes\0 Do we really want that? I don't think so. This will be removed. +/* + * Memtest works on 8 MB in DRAM after skipping 32MB + * from start addr of ram disk + */ +#define CONFIG_SYS_MEMTEST_START(PHYS_DRAM_1 + (64*1024*1024))

Re: [U-Boot] U-Boot Digest, Vol 61, Issue 36

2013-06-26 Thread krishna dwivedi
Hi All, Can anyone please provide me poinet on this. Regards, Krishna On Wed, Jun 26, 2013 at 12:54 PM, krishna dwivedi krishna.dwived...@gmail.com wrote: Hi All, I am trying to build U-boot:2013-04.But running into this error: mips64-nlm-elf-ld: arch/mips/cpu/mips64/start.o:

Re: [U-Boot] [PATCH 0/4] ARM: AM33xx: Cleanup clocks and hwinit

2013-06-26 Thread Lokesh Vutla
On Wednesday 26 June 2013 05:39 PM, Tom Rini wrote: On Wed, Jun 26, 2013 at 09:54:00AM +0530, Lokesh Vutla wrote: Hi Tom, On Monday 24 June 2013 06:45 PM, Lokesh Vutla wrote: This series tries to cleanup code for AM33xx, inorder to ensure code reusabilty by moving the duplicated code to common

Re: [U-Boot] [PATCH v4 3/3] Add TI816X evm board support

2013-06-26 Thread Lokesh Vutla
Hi Antoine, On Wednesday 19 June 2013 03:38 PM, TENART Antoine wrote: Signed-off-by: Antoine Tenart aten...@adeneo-embedded.com --- MAINTAINERS |4 + board/ti/ti816x/Makefile | 47 board/ti/ti816x/evm.c| 249

Re: [U-Boot] Patch for RAMBOOT

2013-06-26 Thread Sadashiva Reddy
Hi, I found a comment on blackvme board file saying that The ax88180 driver had to be patched to work around a bug in Marvell 88E B2 silicon. I am using uboot 2013.01 version. I am working on the custom board using the Marvell 88E phy connected to PPC440Gx processor and I am using

[U-Boot] [PATCH v7 3/5] Add Atmel I2C tpm

2013-06-26 Thread dirk . eibach
From: Dirk Eibach eib...@gdsys.de Add support for Atmel TPM devices with two wire interface. Signed-off-by: Dirk Eibach dirk.eib...@gdsys.cc Signed-off-by: Reinhard Pfau reinhard.p...@gdsys.cc --- Changes in v7: None Changes in v6: - rename CONFIG_ATMEL_TWI_TPM to CONFIG_TPM_ATMEL_TWI - rename

[U-Boot] [PATCH v7 4/5] Build arch/$ARCH/lib/bootm.o depending on CONFIG_CMD_BOOTM

2013-06-26 Thread dirk . eibach
From: Dirk Eibach eib...@gdsys.de MAKEALL is fine for ppc4xx and mpc85xx. Run checks were done on our controlcenterd hardware. Signed-off-by: Dirk Eibach dirk.eib...@gdsys.cc --- Changes in v7: None Changes in v6: None Changes in v5: None Changes in v4: - consider CONFIG_CMD_BOOTM for all

[U-Boot] [PATCH v7 2/5] i2c: fsl_i2c: i2c_read(): dont try to write address w/ alen=0

2013-06-26 Thread dirk . eibach
From: Reinhard Pfau p...@gdsys.de if alen is 0: no longer start a write cycle before reading data. Signed-off-by: Dirk Eibach dirk.eib...@gdsys.cc Signed-off-by: Reinhard Pfau reinhard.p...@gdsys.cc Acked-by: Heiko Schocher h...@denx.de --- Changes in v7: None Changes in v6: None Changes in v5:

[U-Boot] [PATCH v7 1/5] tpm: add AUTH1 cmds for LoadKey2 and GetPubKey

2013-06-26 Thread dirk . eibach
From: Reinhard Pfau p...@gdsys.de Extend the tpm library with support for single authorized (AUTH1) commands as specified in the TCG Main Specification 1.2. (The internally used helper functions are implemented in a way that they could also be used for double authorized commands if someone needs

[U-Boot] [PATCH v7 0/5] Add gdsys ControlCenter Digital board

2013-06-26 Thread dirk . eibach
From: Dirk Eibach dirk.eib...@gdsys.cc Changes in v7: - access FPGA by C struct instead of base+offset - braces for multiline statement - clarify that boot commands are already NUL-terminated - insert some blank lines to serparate declarations and code - remove CONFIG_HDBOOT which was not used

Re: [U-Boot] [PATCH v5 1/8] ARM: dove: add support for Marvell Dove SoC

2013-06-26 Thread Wolfgang Denk
Dear Sascha Silbe, In message 1372195668-25496-2-git-send-email-t-ub...@infra-silbe.de you wrote: This patch adds initial support for the armv7-based Marvell Dove SoC (88AP510). Signed-off-by: Sascha Silbe t-ub...@infra-silbe.de --- v4-v5: some adjustments for the GPIO and SPI driver

Re: [U-Boot] [PATCH v5 2/8] usb: ehci-marvell: add support for second USB controller

2013-06-26 Thread Wolfgang Denk
Dear Sascha Silbe, In message 1372195668-25496-3-git-send-email-t-ub...@infra-silbe.de you wrote: From: Sascha Silbe sascha-...@silbe.org Marvell 88AP510 (Armada 510, dove) has two separate USB controllers. Use the index parameter that already gets passed in to calculate the base address of

[U-Boot] [PATCH v5 2/6] powerpc/ppc4xx: Add gdsys mclink interface

2013-06-26 Thread dirk . eibach
From: Dirk Eibach eib...@gdsys.de mclink is a serial interface for communication between gdsys FPGA. Signed-off-by: Dirk Eibach dirk.eib...@gdsys.cc --- Changes in v5: None Changes in v4: None Changes in v3: - adapt to powerpc/ppc4xx: Use generic accessor functions for gdsys FPGA - squashed with

[U-Boot] [PATCH v5 0/6] Update gdsys ppc4xx-based boards

2013-06-26 Thread dirk . eibach
From: Dirk Eibach dirk.eib...@gdsys.cc This series depends on i2c multibus support. It was rebased on the latest multibus branch at http://git.denx.de/?p=u-boot/u-boot-i2c.git;a=shortlog;h=refs/heads/20130620_multibus_v2 Patch powerpc/ppc4xx: Add bitbang i2c interface for gdsys boards was

[U-Boot] [PATCH v5 6/6] powerpc/ppc4xx: Remove CONFIG_SYS_FLASH_PROTECTION from gdsys boards

2013-06-26 Thread dirk . eibach
From: Dirk Eibach eib...@gdsys.de CONFIG_SYS_FLASH_PROTECTION was active on most gdsys boards by default, while hardware flash protection was not implemented. Hardware support was added recently and we get into trouble because backward compatibility is broken (u-boot can't unprotect the protected

[U-Boot] [PATCH v5 1/6] powerpc/ppc4xx: Use generic accessor functions for gdsys FPGA

2013-06-26 Thread dirk . eibach
From: Dirk Eibach eib...@gdsys.de A set of accessor functions was added to be able to access not only memory mapped FPGA in a generic way. Thanks to Wolfgang Denk for getting this sorted properly. Signed-off-by: Dirk Eibach dirk.eib...@gdsys.cc --- Changes in v5: - add board/gdsys/common/fpga.c

[U-Boot] [PATCH v5 3/6] powerpc/ppc4xx: Add fpgad command for dumping gdsys fpga registers

2013-06-26 Thread dirk . eibach
From: Dirk Eibach dirk.eib...@gdsys.cc Signed-off-by: Dirk Eibach dirk.eib...@gdsys.cc --- Changes in v5: None Changes in v4: None Changes in v3: - adapt to powerpc/ppc4xx: Use generic accessor functions for gdsys FPGA Changes in v2: - move cmd_fpgad to common and fix whitespace issues - update

[U-Boot] [PATCH v5 4/6] powerpc/ppc4xx: Support gdsys multichannel iocon hardware

2013-06-26 Thread dirk . eibach
From: Dirk Eibach dirk.eib...@gdsys.cc Signed-off-by: Dirk Eibach dirk.eib...@gdsys.cc --- Changes in v5: None Changes in v4: - Move changes ins osd.c to proper commit - do not use common FPGA register accessors here Changes in v3: - adapt to powerpc/ppc4xx: Use generic accessor functions for

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

2013-06-26 Thread Wolfgang Denk
Dear Sascha Silbe, In message 1372195668-25496-4-git-send-email-t-ub...@infra-silbe.de you wrote: The GPIO support of Dove is very similar to that on Kirkwood (and possibly orion5x as well). Instead of duplicating the code, we tweak the Kirkwood driver so it works for Dove, too. This throws a

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

2013-06-26 Thread Wolfgang Denk
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 Kirkwood (and possibly orion5x as well). Instead of duplicating the code, we tweak the Kirkwood driver so it works for Dove, too.

Re: [U-Boot] [PATCH v5 6/8] block: mvsata: add dove include

2013-06-26 Thread Wolfgang Denk
Dear Sascha Silbe, In message 1372195668-25496-7-git-send-email-t-ub...@infra-silbe.de you wrote: Dove SoC also uses mvsata, therefore add a SoC specific include to allow to reuse the mvsata ide driver. Signed-off-by: Sascha Silbe t-ub...@infra-silbe.de Acked-by: Prafulla Wadaskar

Re: [U-Boot] [PATCH v3] Add support for Wandboard Quad

2013-06-26 Thread Stefano Babic
Hi Tapani, On 26/06/2013 11:51, Tapani wrote: Add support for the Quad version of Wandboard; fix compile warning resulting from having 2G of memory. Signed-off-by: Tapani Utriainen tap...@technexion.com Signed-off-by: Otavio Salvador ota...@ossystems.com.br --- board/wandboard/README

Re: [U-Boot] [PATCH v5 8/8] Boards: Add support for SolidRun CuBox

2013-06-26 Thread Wolfgang Denk
Dear Sascha Silbe, In message 1372195668-25496-9-git-send-email-t-ub...@infra-silbe.de you wrote: With latest support for Marvell Dove SoC, add the SolidRun CuBox as the very first board with that SoC. Not checkpatch clean: 4 x line over 80 characters; please fix. - dropped MAINTAINERS

[U-Boot] [PATCH v5 5/6] powerpc/ppc4xx: Consider gdsys FPGA OSD size

2013-06-26 Thread dirk . eibach
From: Dirk Eibach eib...@gdsys.de OSD size was constant 32x16 characters. Now the size is set as announced by the FPGA. Signed-off-by: Dirk Eibach dirk.eib...@gdsys.cc --- Changes in v5: None Changes in v4: None Changes in v3: None Changes in v2: None board/gdsys/common/osd.c | 34

Re: [U-Boot] U-Boot Digest, Vol 61, Issue 36

2013-06-26 Thread Wolfgang Denk
Dear krishna dwivedi, please read the following articles. Please really, really do: http://catb.org/esr/faqs/smart-questions.html#bespecific http://www.netmeister.org/news/learn2quote.html I asked you before NOT to hi-jack existing mail threads, to chose a descriptive Subject: and NOT to quote

Re: [U-Boot] [PATCH v2] spi: mxc_spi: Update pre and post divider algorithm

2013-06-26 Thread Stefano Babic
On 11/05/2013 07:25, Dirk Behme wrote: The spi clock divisor is of the form x * (2**y), or x y, where x is 1 to 16, and y is 0 to 15. Note the similarity with floating point numbers. Convert the desired divisor to the smallest number which is = desired divisor, and can be represented in

Re: [U-Boot] [PATCH] dwc_ahsata: Allow use with dcache enabled

2013-06-26 Thread Stefano Babic
On 16/06/2013 01:09, Eric Nelson wrote: Signed-off-by: Eric Nelson eric.nel...@boundarydevices.com --- Applied to u-boot-imx, thanks. Best regards, Stefano Babic -- = DENX Software Engineering GmbH, MD: Wolfgang Denk

Re: [U-Boot] [PATCH V2] ARM: mxs: Consolidate configuration options

2013-06-26 Thread Stefano Babic
Hi Marek, On 16/06/2013 15:39, Marek Vasut wrote: Pull all the duplicate configuration options into configs/mxs.h from the board configuration files. This reduces the files greatly and makes them somewhat more readable. Besides, we do no longer have such a horrible duplication of code.

Re: [U-Boot] [PATCH] dfu:ext4:fix Fix ext4{read|write} command formatting

2013-06-26 Thread Lukasz Majewski
Hi Tom, In the following commit: dfu: Support larger than memory transfers. SHA1: ea2453d56b8860dbd18a3c517531ffc8dcb5c839 The ext4{read|write} command formatting has been changed. It removed a mandatory [sizebytes] parameter. It prevented from ext4 update via dfu. This commit restored

Re: [U-Boot] U-Boot Digest, Vol 61, Issue 36

2013-06-26 Thread Daniel Schwierzeck
2013/6/26 krishna dwivedi krishna.dwived...@gmail.com: Hi All, Hope everyone is doing great:) I am trying to build U-boot:2013-04.But running into this error: mips64-nlm-elf-ld: arch/mips/cpu/mips64/start.o: relocation (null) against `board_init_f' can not be used when making a shared

Re: [U-Boot] [PATCH v3 2/2] imx: Add support for the SabreSD shipped with i.MX6DL

2013-06-26 Thread Stefano Babic
On 14/06/2013 17:13, Fabio Estevam wrote: On Tue, Jun 4, 2013 at 4:00 AM, Pierre Aubert p.aub...@staubli.com wrote: The SabreSD platform is available with i.MX6Q or i.MX6DL. This patch adds the support of the i.MX6DL. The config file and the board directory are renamed to remove the reference

Re: [U-Boot] [PATCH v2] mx27: add function enable_caches

2013-06-26 Thread Stefano Babic
On 14/06/2013 18:21, Philippe Reynes wrote: Signed-off-by: Philippe Reynes trem...@yahoo.fr --- Applied to u-boot-imx, thanks. Best regards, Stefano Babic -- = DENX Software Engineering GmbH, MD: Wolfgang Denk Detlev

Re: [U-Boot] [PATCH RESEND] mx27: add i2c clock

2013-06-26 Thread Stefano Babic
On 14/06/2013 18:21, Philippe Reynes wrote: Signed-off-by: Eric Jarrige eric.jarr...@armadeus.org Signed-off-by: Philippe Reynes trem...@yahoo.fr --- Applied to u-boot-imx, thanks. Best regards, Stefano Babic -- = DENX

Re: [U-Boot] [PATCH] dfu:ext4:fix Fix ext4{read|write} command formatting

2013-06-26 Thread Tom Rini
On Wed, Jun 26, 2013 at 04:41:28PM +0200, Lukasz Majewski wrote: Hi Tom, In the following commit: dfu: Support larger than memory transfers. SHA1: ea2453d56b8860dbd18a3c517531ffc8dcb5c839 The ext4{read|write} command formatting has been changed. It removed a mandatory [sizebytes]

Re: [U-Boot] [PATCH v2 0/4] imx: nitrogen6x: Config changes

2013-06-26 Thread Stefano Babic
On 06/06/2013 19:39, Robert Winkler wrote: These are just some config changes for nitrogen6x. RAW_INITRD, BOOTZ, FS_GENERIC are being used by this project http://www.eewiki.net/display/linuxonarm/i.MX6x+SABRE+Lite DCACHE can finally be enabled because some related bugs have been fixed.

Re: [U-Boot] [PATCH] dfu:ext4:fix Fix ext4{read|write} command formatting

2013-06-26 Thread Lukasz Majewski
On Wed, 26 Jun 2013 11:05:31 -0400, Tom Rini wrote: On Wed, Jun 26, 2013 at 04:41:28PM +0200, Lukasz Majewski wrote: Hi Tom, In the following commit: dfu: Support larger than memory transfers. SHA1: ea2453d56b8860dbd18a3c517531ffc8dcb5c839 The ext4{read|write} command

Re: [U-Boot] [PATCH 4/6] README: mxs: Introduce README.mxs

2013-06-26 Thread Stefano Babic
On 03/05/2013 20:08, Fabio Estevam wrote: From: Fabio Estevam fabio.este...@freescale.com Create a README.mxs file that contains instructions on how to use U-boot for both MX23 and MX28. As boot from NAND has only been tested on mx28, make it clear that it only applies to MX28. While

Re: [U-Boot] [PATCH 3/6] README: mx28_common: Fix structure of sentence

2013-06-26 Thread Stefano Babic
On 03/05/2013 20:07, Fabio Estevam wrote: From: Fabio Estevam fabio.este...@freescale.com Re-structure the sentence a bit so that it can clearer. Signed-off-by: Fabio Estevam fabio.este...@freescale.com --- Applied to u-boot-imx, thanks. Best regards, Stefano Babic --

Re: [U-Boot] [PATCH 2/6] README: mx28_common: Do not hardcode the SSP port

2013-06-26 Thread Stefano Babic
On 03/05/2013 20:07, Fabio Estevam wrote: From: Fabio Estevam fabio.este...@freescale.com MX28 can boot from SSP0 or SSP1, so it is better not to hardcode the SSP port in the instructions. Signed-off-by: Fabio Estevam fabio.este...@freescale.com --- Applied to u-boot-imx, thanks. Best

Re: [U-Boot] [PATCH 1/6] README: mx28_common: Keep the text within 80 columns

2013-06-26 Thread Stefano Babic
On 03/05/2013 20:07, Fabio Estevam wrote: From: Fabio Estevam fabio.este...@freescale.com In order to improve readability keep the text within 80 columns. Signed-off-by: Fabio Estevam fabio.este...@freescale.com --- Applied to u-boot-imx, thanks. Best regards, Stefano Babic --

Re: [U-Boot] [PATCH 5/6] mx28evk: Move README file inside board directory

2013-06-26 Thread Otavio Salvador
On Wed, Jun 26, 2013 at 12:43 PM, Stefano Babic sba...@denx.de wrote: On 03/05/2013 20:08, Fabio Estevam wrote: From: Fabio Estevam fabio.este...@freescale.com Board specific READMEs should be located inside the respective board directory. Signed-off-by: Fabio Estevam

Re: [U-Boot] [PATCH 6/6] m28evk: Move README file inside board directory

2013-06-26 Thread Stefano Babic
On 03/05/2013 20:08, Fabio Estevam wrote: From: Fabio Estevam fabio.este...@freescale.com Board specific READMEs should be located inside the respective board directory. Signed-off-by: Fabio Estevam fabio.este...@freescale.com --- Applied to u-boot-imx, thanks. Best regards, Stefano

[U-Boot] [PATCH v2] Fix ext2/ext4 filesystem accesses beyond 2TiB

2013-06-26 Thread Frédéric Leroy
With CONFIG_SYS_64BIT_LBA, lbaint_t gets defined as a 64-bit type, which is required to represent block numbers for storage devices that exceed 2TiB (the block size usually is 512B), e.g. recent hard drives We now use lbaint_t for partition offset to reflect the lbaint_t change, and access

Re: [U-Boot] [PATCH 5/6] mx28evk: Move README file inside board directory

2013-06-26 Thread Stefano Babic
On 03/05/2013 20:08, Fabio Estevam wrote: From: Fabio Estevam fabio.este...@freescale.com Board specific READMEs should be located inside the respective board directory. Signed-off-by: Fabio Estevam fabio.este...@freescale.com --- .../freescale/mx28evk/README |

Re: [U-Boot] [PATCH 06/10 v5] spl: env_common.c: make CONFIG_SPL_BUILD contain function env_import

2013-06-26 Thread Scott Wood
On 06/25/2013 09:29:37 PM, Zhang Ying-B40530 wrote: -Original Message- From: Wolfgang Denk [mailto:w...@denx.de] Sent: Friday, June 21, 2013 1:38 PM To: Zhang Ying-B40530 Cc: u-boot@lists.denx.de; Wood Scott-B07421; aflem...@gmail.com; Xie Xiaobo-R63061; Zhang Ying-B40530 Subject:

Re: [U-Boot] [PATCH v3] Add support for Wandboard Quad

2013-06-26 Thread Otavio Salvador
On Wed, Jun 26, 2013 at 11:14 AM, Stefano Babic sba...@denx.de wrote: Patch does not apply cleanly because your mailer or your editor replaced original tab with whitespaces. I change back again, but please take care of this issue for the next time. Tapani, the easiest way of sending the

[U-Boot] [PATCH 2/2] vf610twr: Remove SoC name from U-Boot prompt

2013-06-26 Thread Otavio Salvador
We've been dropping SoC name from U-Boot prompt as it increase complexity for automatic testing and makes line longer for no good reason. Signed-off-by: Otavio Salvador ota...@ossystems.com.br --- include/configs/vf610twr.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[U-Boot] [PATCH 1/2] vf610twr: Add default environment in line with other Freescale boards

2013-06-26 Thread Otavio Salvador
Signed-off-by: Otavio Salvador ota...@ossystems.com.br --- include/configs/vf610twr.h | 58 ++ 1 file changed, 58 insertions(+) diff --git a/include/configs/vf610twr.h b/include/configs/vf610twr.h index 77fe893..bda5ddf 100644 ---

[U-Boot] [PATCH] MAINTAINERS: Add an entry to the mx6q wandboard variant

2013-06-26 Thread Fabio Estevam
Signed-off-by: Fabio Estevam fabio.este...@freescale.com --- MAINTAINERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS index e753e03..001b42d 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -664,7 +664,7 @@ Fabio Estevam fabio.este...@freescale.com

Re: [U-Boot] [PATCH 1/2] vf610twr: Add default environment in line with other Freescale boards

2013-06-26 Thread Fabio Estevam
On Wed, Jun 26, 2013 at 1:40 PM, Otavio Salvador ota...@ossystems.com.br wrote: Signed-off-by: Otavio Salvador ota...@ossystems.com.br --- include/configs/vf610twr.h | 58 ++ 1 file changed, 58 insertions(+) diff --git

Re: [U-Boot] [PATCH] MAINTAINERS: Add an entry to the mx6q wandboard variant

2013-06-26 Thread Otavio Salvador
On Wed, Jun 26, 2013 at 1:53 PM, Fabio Estevam fabio.este...@freescale.com wrote: Signed-off-by: Fabio Estevam fabio.este...@freescale.com Acked-by: Otavio Salvador ota...@ossystems.com.br -- Otavio Salvador O.S. Systems http://www.ossystems.com.br

Re: [U-Boot] [PATCH 1/2] vf610twr: Add default environment in line with other Freescale boards

2013-06-26 Thread Otavio Salvador
On Wed, Jun 26, 2013 at 1:59 PM, Fabio Estevam feste...@gmail.com wrote: On Wed, Jun 26, 2013 at 1:40 PM, Otavio Salvador ota...@ossystems.com.br wrote: Signed-off-by: Otavio Salvador ota...@ossystems.com.br --- include/configs/vf610twr.h | 58 ++

[U-Boot] [PATCH v2 1/2] vf610twr: Add default environment in line with other Freescale boards

2013-06-26 Thread Otavio Salvador
Signed-off-by: Otavio Salvador ota...@ossystems.com.br --- Changes in v2: - fix console for ttymxc1 (Fabio) include/configs/vf610twr.h | 58 ++ 1 file changed, 58 insertions(+) diff --git a/include/configs/vf610twr.h b/include/configs/vf610twr.h index

[U-Boot] [PATCH v2 2/2] vf610twr: Remove SoC name from U-Boot prompt

2013-06-26 Thread Otavio Salvador
We've been dropping SoC name from U-Boot prompt as it increase complexity for automatic testing and makes line longer for no good reason. Signed-off-by: Otavio Salvador ota...@ossystems.com.br --- Changes in v2: None include/configs/vf610twr.h | 2 +- 1 file changed, 1 insertion(+), 1

Re: [U-Boot] [PATCH 2/2] vf610twr: Remove SoC name from U-Boot prompt

2013-06-26 Thread Andy Voltz
I'm going to boot test these patches on the tower. I'll follow-up after I verify with a new environment build. On Wed, Jun 26, 2013 at 12:40:51PM -0400, Otavio Salvador wrote: We've been dropping SoC name from U-Boot prompt as it increase complexity for automatic testing and makes line longer

Re: [U-Boot] [PATCH v2 1/2] vf610twr: Add default environment in line with other Freescale boards

2013-06-26 Thread Fabio Estevam
On Wed, Jun 26, 2013 at 2:12 PM, Otavio Salvador ota...@ossystems.com.br wrote: + console=ttymxc1\0 \ Vybrid does not use the same serial driver as i.MX. In the kernel the serial driver is this one:

Re: [U-Boot] [PATCH v2 1/2] vf610twr: Add default environment in line with other Freescale boards

2013-06-26 Thread Otavio Salvador
On Wed, Jun 26, 2013 at 2:16 PM, Fabio Estevam feste...@gmail.com wrote: On Wed, Jun 26, 2013 at 2:12 PM, Otavio Salvador ota...@ossystems.com.br wrote: + console=ttymxc1\0 \ Vybrid does not use the same serial driver as i.MX. In the kernel the serial driver is this one:

Re: [U-Boot] [PATCH v2 1/2] vf610twr: Add default environment in line with other Freescale boards

2013-06-26 Thread Fabio Estevam
On Wed, Jun 26, 2013 at 2:19 PM, Otavio Salvador ota...@ossystems.com.br wrote: This is being done using Timesys kernel as reference; so I did used his kernel as reference. So it is better to fix the tty driver name in the Timesys kernel to ttyLP then, instead of adding a console option that

Re: [U-Boot] [PATCH v2 1/2] vf610twr: Add default environment in line with other Freescale boards

2013-06-26 Thread Otavio Salvador
On Wed, Jun 26, 2013 at 2:27 PM, Fabio Estevam feste...@gmail.com wrote: On Wed, Jun 26, 2013 at 2:19 PM, Otavio Salvador ota...@ossystems.com.br wrote: This is being done using Timesys kernel as reference; so I did used his kernel as reference. So it is better to fix the tty driver name in

Re: [U-Boot] [PATCH 06/10 v5] spl: env_common.c: make CONFIG_SPL_BUILD contain function env_import

2013-06-26 Thread Tom Rini
On Wed, Jun 26, 2013 at 11:12:01AM -0500, Scott Wood wrote: On 06/25/2013 09:29:37 PM, Zhang Ying-B40530 wrote: -Original Message- From: Wolfgang Denk [mailto:w...@denx.de] Sent: Friday, June 21, 2013 1:38 PM To: Zhang Ying-B40530 Cc: u-boot@lists.denx.de; Wood Scott-B07421;

[U-Boot] [PATCH v3 2/2] vf610twr: Remove SoC name from U-Boot prompt

2013-06-26 Thread Otavio Salvador
We've been dropping SoC name from U-Boot prompt as it increase complexity for automatic testing and makes line longer for no good reason. Signed-off-by: Otavio Salvador ota...@ossystems.com.br --- Changes in v3: None Changes in v2: None include/configs/vf610twr.h | 2 +- 1 file changed, 1

[U-Boot] [PATCH v3 1/2] vf610twr: Add default environment in line with other Freescale boards

2013-06-26 Thread Otavio Salvador
This adds a default environment which should be able to support both 3.0.15 from Timesys and upcoming 3.11. Signed-off-by: Otavio Salvador ota...@ossystems.com.br --- Changes in v3: - add dt boot support - use ttyLP1 as console - change loadaddr and sys text as iMX6SL - NOTE: It needs to be boot

[U-Boot] [PATCH v3 1/2] Optimized nand_read_buf for kirkwood

2013-06-26 Thread Phil Sutter
The basic idea is taken from the linux-kernel, but further optimized. First align the buffer to 8 bytes, then use ldrd/strd to read and store in 8 byte quantities, then do the final bytes. Tested using: 'date ; nand read.raw 0xE0 0x0 0x1 ; date'. Without this patch, NAND read of 132MB

[U-Boot] Version 3 of Kirkwood and env_nand improvements

2013-06-26 Thread Phil Sutter
Respin of the remaining two of my patch series for review. First patch is identical but removed the versioning from the title as suggested. Second patch cleaned up so checkpatch.pl does not complain anymore. Kudos to Scott for pointing out the warnings and his further comments. Greetings, Phil

[U-Boot] [PATCH v3 2/2] env_nand.c: support falling back to redundant env when writing

2013-06-26 Thread Phil Sutter
Without this patch, when the currently chosen environment to be written has bad blocks, saveenv fails completely. Instead, when there is redundant environment fall back to the other copy. Environment reading needs no adjustment, as the fallback logic for incomplete writes applies to this case as

Re: [U-Boot] [PATCH] powerpc/mpc85xx:Disable Debug TLB entry for non-minimal SPL

2013-06-26 Thread Scott Wood
On 06/25/2013 11:09:04 PM, Prabhakar Kushwaha wrote: On 06/25/2013 08:38 PM, Scott Wood wrote: On 06/25/2013 12:03:56 AM, Prabhakar Kushwaha wrote: CONFIG_SPL_BUILD creates debug TLB entry, so disable it before init_tlbs. CONFIG_SPL_INIT_MINIMAL never creates any debug TLB entry, so no

[U-Boot] [PATCH] video: mxsfb: Break the line in videomode message

2013-06-26 Thread Fabio Estevam
Currently we have the following on boot: CPU: Freescale i.MX28 rev1.2 at 454 MHz BOOT: SSP SD/MMC #0, 3V3 DRAM: 128 MiB MMC: MXS MMC: 0 Video: MXSFB: 'videomode' variable not set!In:serial Break the line of the warning message in order to have a better reading format. Signed-off-by:

Re: [U-Boot] [PATCH 2/2] powerpc/c29xpcie: add support for C29XPCIE board

2013-06-26 Thread Scott Wood
On 06/26/2013 02:23:30 AM, Po Liu wrote: + set_tlb(1, flashbase, CONFIG_SYS_FLASH_BASE_PHYS, + MAS3_SX|MAS3_SW|MAS3_SR, MAS2_I|MAS2_G, + 0, flash_esel, BOOKE_PAGESZ_64M, 1); Don't set MAS3_SX on I/O mappings. + /* *I*G - Board CPLD */ +

[U-Boot] [PATCH] mtd/nand: docg4: fix compiler warnings

2013-06-26 Thread Mike Dunn
Newer gcc versions warn about unused variables. This patch corrects a few of those warnings that popped up in a build for the palmtreo680 board. Signed-off-by: Mike Dunn miked...@newsguy.com --- drivers/mtd/nand/docg4_spl.c | 15 +++ 1 file changed, 7 insertions(+), 8 deletions(-)

[U-Boot] [PATCH] usb: pxa27x_udc: fix compiler warnings

2013-06-26 Thread Mike Dunn
Newer gcc versions warn about unused variables. This patch corrects a few of those warnings that popped up in a build for the palmtreo680 board. Signed-off-by: Mike Dunn miked...@newsguy.com --- drivers/usb/gadget/pxa27x_udc.c | 14 +- 1 file changed, 5 insertions(+), 9 deletions(-)

[U-Boot] U-Boot build issue

2013-06-26 Thread Marek Vasut
Hi, remember when the Jenkins was failing on random targets and the log always contained this message, where it stated it can't compile some object file due to missing dependency, whose path was trimmed ? See this log from my machine: marex@bfu:~/U-Boot/u-boot-imx$ bash

Re: [U-Boot] [PATCH] video: mxsfb: Break the line in videomode message

2013-06-26 Thread Marek Vasut
Dear Fabio Estevam, Currently we have the following on boot: CPU: Freescale i.MX28 rev1.2 at 454 MHz BOOT: SSP SD/MMC #0, 3V3 DRAM: 128 MiB MMC: MXS MMC: 0 Video: MXSFB: 'videomode' variable not set!In:serial Break the line of the warning message in order to have a better

Re: [U-Boot] [PATCH V2] ARM: mxs: Consolidate configuration options

2013-06-26 Thread Marek Vasut
Hi Stefano, Hi Marek, On 16/06/2013 15:39, Marek Vasut wrote: Pull all the duplicate configuration options into configs/mxs.h from the board configuration files. This reduces the files greatly and makes them somewhat more readable. Besides, we do no longer have such a horrible

  1   2   >