Re: [U-Boot] [PATCH] powerpc/t1040qds: Add T1040QDS board

2013-09-10 Thread Rommel Custodio
Dear Prabhakar Kushwaha, Rommel Custodio gmail.com> writes: > > Dear Prabhakar Kushwaha, > > Prabhakar Kushwaha freescale.com> writes: > > > > > T1040QDS is a high-performance computing evaluation, development and > > test platform supporting the T1040 QorIQ Power Architecture™ processor. >

Re: [U-Boot] [PATCH] powerpc/t1040qds: Add T1040QDS board

2013-09-10 Thread Prabhakar Kushwaha
On 09/11/2013 12:19 PM, Rommel Custodio wrote: Dear Prabhakar Kushwaha, Prabhakar Kushwaha freescale.com> writes: T1040QDS is a high-performance computing evaluation, development and test platform supporting the T1040 QorIQ Power Architecture™ processor. The code was test compiled. You pro

Re: [U-Boot] [PATCH] powerpc/t1040qds: Add T1040QDS board

2013-09-10 Thread Rommel Custodio
Dear Prabhakar Kushwaha, Prabhakar Kushwaha freescale.com> writes: > > T1040QDS is a high-performance computing evaluation, development and > test platform supporting the T1040 QorIQ Power Architecture™ processor. The code was test compiled. You probably need to rebase to u-boot master (comm

Re: [U-Boot] [PATCH] sf:eon: Add support for EN25S64

2013-09-10 Thread Jagan Teki
On Wed, Sep 11, 2013 at 12:03 PM, Jain Priyanka-B32167 wrote: > Hello Jagan, > > Reply in-lined. > > Regards > Priyanka > >> -Original Message- >> From: Jagan Teki [mailto:jagannadh.t...@gmail.com] >> Sent: Saturday, September 07, 2013 12:19 PM >> To: Jain Priyanka-B32167 >> Cc: u-boot@lis

Re: [U-Boot] [PATCH] sf:eon: Add support for EN25S64

2013-09-10 Thread Jain Priyanka-B32167
Hello Jagan, Reply in-lined. Regards Priyanka > -Original Message- > From: Jagan Teki [mailto:jagannadh.t...@gmail.com] > Sent: Saturday, September 07, 2013 12:19 PM > To: Jain Priyanka-B32167 > Cc: u-boot@lists.denx.de > Subject: Re: [PATCH] sf:eon: Add support for EN25S64 > > Hi, > >

Re: [U-Boot] [PATCH V4 1/3] power:battery: add battery support for Trats2 board

2013-09-10 Thread Piotr Wilczek
Dear Minkyu Kang, > -Original Message- > From: Piotr Wilczek [mailto:p.wilc...@samsung.com] > Sent: Friday, August 30, 2013 8:01 AM > To: 'Minkyu Kang' > Cc: 'u-boot@lists.denx.de'; 'Kyungmin Park'; Lukasz Majewski > Subject: RE: [PATCH V4 1/3] power:battery: add battery support for > Trat

Re: [U-Boot] [PATCH] MMC: DWMMC: Correct the CLKDIV register value

2013-09-10 Thread Jaehoon Chung
On 09/11/2013 02:28 PM, Rajeshwari Birje wrote: > Hi All, > > Please do let me know if any comments on the same. > > Regards, > Rajeshwari Shinde. > > On Thu, Aug 29, 2013 at 4:34 PM, Rajeshwari Birje > wrote: >> CCing the MMC Maintainer. >> >> On Thu, Aug 29, 2013 at 4:22 PM, Rajeshwari S Shin

Re: [U-Boot] [PATCH v2 0/4] MTD & UBI fixes

2013-09-10 Thread Stefan Roese
On 10.09.2013 22:24, Scott Wood wrote: > On Sat, 2013-09-07 at 14:11 +0200, Stefan Roese wrote: >> On 04.09.2013 16:16, Paul Burton wrote: >>> This patchset corrects a few issues I've had whilst using UBI with U-boot. >>> >>> The first 3 are bug fixes, the 4th is an addition I needed in order to >

Re: [U-Boot] [PATCH] MMC: DWMMC: Correct the CLKDIV register value

2013-09-10 Thread Rajeshwari Birje
Hi All, Please do let me know if any comments on the same. Regards, Rajeshwari Shinde. On Thu, Aug 29, 2013 at 4:34 PM, Rajeshwari Birje wrote: > CCing the MMC Maintainer. > > On Thu, Aug 29, 2013 at 4:22 PM, Rajeshwari S Shinde > wrote: >> This patch corrects the divider value written to CLKD

Re: [U-Boot] [PATCH] powerpc/p2041: fix I2C controller's offset

2013-09-10 Thread Heiko Schocher
Hello York, Am 10.09.2013 23:14, schrieb York Sun: On 09/10/2013 02:13 PM, Chris Packham wrote: Hi Xie, On Tue, Sep 10, 2013 at 8:15 PM, Shaohui Xie wrote: Without this patch, SPD access will fail which leads to DDR init fail. Signed-off-by: Shaohui Xie --- include/configs/P2041RDB.h |

Re: [U-Boot] [PATCH 3/4] dfu: Find DFU alt setting number by passing its name

2013-09-10 Thread Heiko Schocher
Hello Marek, Am 10.09.2013 23:20, schrieb Marek Vasut: Dear Lukasz Majewski, Hi Marek, Dear Lukasz Majewski, New function - dfu_get_alt() has been added to dfu core. If proper alt setting is present, this function returns its number corresponding to passed name. Change-Id: Icd75f3aa3a6f6e

Re: [U-Boot] [PATCH 4/4] dfu: Extract common DFU code to handle "dfu_alt_info" environment variable

2013-09-10 Thread Heiko Schocher
Hello Lukasz, Am 10.09.2013 15:29, schrieb Lukasz Majewski: New dfu_init_env_entities() function has been extracted from cmd_dfu.c and stored at dfu core. This is a dfu centric code, so it shall be processed in the core. Change-Id: I756c5de922fa31399d8804eaadc004ee98844ec2 Signed-off-by: Lukas

Re: [U-Boot] [PATCH 2/4] dfu: Make maximum DFU file size equal to default DFU data buffer

2013-09-10 Thread Heiko Schocher
Hello Lukasz, Am 10.09.2013 15:29, schrieb Lukasz Majewski: Up till now the DFU maximum file size (to be written to e.g. eMMC) was different from the DFU data buffer size. It caused errors when one buffer was smaller than data to be written. Now, the maximum DFU file size is equal to default DF

Re: [U-Boot] [PATCH 1/4] dfu:cosmetic: Fix printf text for buffer overflow condition

2013-09-10 Thread Heiko Schocher
Hello Lukasz, Am 10.09.2013 15:29, schrieb Lukasz Majewski: Correct error message if overflow is detected. Change-Id: I8a915c7353d49822c046fbc36241237b370e6c98 Signed-off-by: Lukasz Majewski --- drivers/dfu/dfu.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Tested on the dx

Re: [U-Boot] [PATCH] vexpress/v8: Add support for SMSC91C111 integrated MAC and PHY module

2013-09-10 Thread FengHua
hi Bhupesh, I want to incoporate this patch to the arm64 patch so that it is more complete. My I have your authorization? Best Regards, David > -原始邮件- > 发件人: "Bhupesh Sharma" > 发送时间: 2013年9月4日 星期三 > 收件人: u-boot@lists.denx.de > 抄送: tr...@ti.com, feng...@phytium.com.cn, "Bhupes

Re: [U-Boot] [PATCH] powerpc/mpc8xxx: Fix CamelCase for DDR code

2013-09-10 Thread Jain Priyanka-B32167
Hello York, I have already send a similar patch: http://patchwork.ozlabs.org/patch/271670/ Regards Priyanka > -Original Message- > From: u-boot-boun...@lists.denx.de [mailto:u-boot-boun...@lists.denx.de] > On Behalf Of York Sun > Sent: Wednesday, September 11, 2013 1:56 AM > To: u-boo

Re: [U-Boot] [PATCH] powerpc/mpc8xxx: Fix CamelCase for DDR code

2013-09-10 Thread sun york-R58495
Aha! I was looking for it. I remember I saw it. Thanks for the link. York On Sep 10, 2013, at 9:12 PM, Jain Priyanka-B32167 wrote: > Hello York, > > I have already send a similar patch: > http://patchwork.ozlabs.org/patch/271670/ > > Regards > Priyanka > > > >> -Original Message-

[U-Boot] please pull u-boot-samsung master

2013-09-10 Thread Minkyu Kang
Dear Albert, The following changes since commit 9ed887caecb9ecb0c68773a1870d143b9f28d3da: Merge branch 'u-boot-imx/master' into 'u-boot-arm/master' (2013-08-17 18:24:13 +0200) are available in the git repository at: git://git.denx.de/u-boot-samsung master for you to fetch changes up to 5

Re: [U-Boot] [PATCH v3] arm:goni:mmc: Add sd card detection and initialization.

2013-09-10 Thread Minkyu Kang
On 10/09/13 19:28, Jaehoon Chung wrote: > Looks good to me. > > Acked-by: Jaehoon Chung > > On 09/10/2013 06:34 PM, Przemyslaw Marczak wrote: >> This change allow to use sd card on Goni the same like mmc 0. >> SD card is mmc dev 1, so it can be used like this: "fatls mmc 1:2". >> SD card is init

Re: [U-Boot] [PATCH] arm:mmc:goni/exynos: Fix wrong mmc base register devices offset.

2013-09-10 Thread Minkyu Kang
On 03/09/13 21:57, Przemyslaw Marczak wrote: > On s5pc1xx mmc devices offset is multiply of 0x10, > wrong value was 0x1. Register offset always points > to mmc 0 before this change. > > Add macro definition of mmc dev register offset to s5pc1xx and > exynos mmc. > > Signed-off-by: Przemys

Re: [U-Boot] [PATCH] dts: samsung: arndale: Fix include path

2013-09-10 Thread Minkyu Kang
On 10/09/13 17:11, Chander Kashyap wrote: > As per new convention ARCH_CPU_DTS is not defined in "dtc/Makefile". > Hence Arndale comilation is failing. Fix this by adding proper include > file in "board/samsung/dts/exynos5250-arndale.dts". > > Signed-off-by: Chander Kashyap > --- > board/samsung

Re: [U-Boot] u-boot build error in current git tree

2013-09-10 Thread Axel Lin
2013/9/11 Fabio Estevam : > On Tue, Sep 10, 2013 at 12:30 AM, Axel Lin wrote: >> Hit below build errors (on ARM platforms): >> >> axel@phoenix:~/repos/git/u-boot$ make mx31pdk >> Configuring for mx31pdk board... >> make > > Are you able to reproduce the error if you run "make mrproper" first? > >

Re: [U-Boot] [PATCH V2 3/5] ARM: Added I2S0 clocks for audio

2013-09-10 Thread Jaehoon Chung
Hi Dani, You refer to http://www.denx.de/wiki/U-Boot/CodingStyle And cc'd Minkyu. On 09/11/2013 12:02 AM, Dani Krishna Mohan wrote: > This patch makes the necessary changes for making use of > I2S0 channel instead of I2S1 channel on smdk board. This > changes are done to maintain the uniformity

Re: [U-Boot] [PATCH 04/13] tricorder: add configuration for a flashcard u-boot

2013-09-10 Thread Wolfgang Denk
Dear Andreas Bießmann, In message <1378472698-18557-4-git-send-email-andreas.de...@googlemail.com> you wrote: > > The 'flashcard' u-boot configuration has a readonly environment and boots a > bare kernel/initrd to program the device from an clean environment. What exactly is a 'flashcard' ? >

Re: [U-Boot] [PATCH] Subject: [PATCH v.2] at91: add support for CDU9G25 board

2013-09-10 Thread Wolfgang Denk
Dear Jiří Prchal, In message <522ed13f.90...@aksignal.cz> you wrote: > > > This comment does not belong into the commit message - please move it > > to the comment section, i. e. below the "---" line. > I'm not sure if I even should number versions of this patch? But this is mandatory, see http:

Re: [U-Boot] [PATCH v7 0/5] arm64 patch

2013-09-10 Thread Wolfgang Denk
Dear feng...@phytium.com.cn, In message <1378800731-16462-1-git-send-email-feng...@phytium.com.cn> you wrote: > From: David Feng > > The porting has been merged with arm architecture. > Most architecture codes are placed in > arch/arm/cpu/armv8 directory. Generic board is also > supported after

Re: [U-Boot] [PATCH v4 5/7] tools: add padding of data image file for imximage

2013-09-10 Thread York Sun
On 08/27/2013 08:17 AM, Stefano Babic wrote: > Implement function vrec_header to be able to pad the final > data image file according the what has been calculated for > boot_data.length. > > Signed-off-by: Stefano Babic > > --- > Changes in v4: > - fix crash when imximage_init_loadsize is not se

Re: [U-Boot] [PATCH 3/4] dfu: Find DFU alt setting number by passing its name

2013-09-10 Thread Marek Vasut
Dear Lukasz Majewski, > Hi Marek, > > > Dear Lukasz Majewski, > > > > > New function - dfu_get_alt() has been added to dfu core. If proper > > > alt setting is present, this function returns its number > > > corresponding to passed name. > > > > > > Change-Id: Icd75f3aa3a6f6e306c77b28cabe620e4e

Re: [U-Boot] [PATCH 2/3] tools: mxsboot: Mark the FCB pages as valid

2013-09-10 Thread Marek Vasut
Dear Stefano Babic, > On 27/08/2013 23:32, Marek Vasut wrote: > > Without this marker, Linux will complain that the NAND pages with > > FCB are invalid. > > > > Signed-off-by: Marek Vasut > > Cc: Fabio Estevam > > Cc: Stefano Babic > > --- > > Applied to u-boot-imx, thanks ! Fabio, can you c

Re: [U-Boot] [PATCH] powerpc/p2041: fix I2C controller's offset

2013-09-10 Thread York Sun
On 09/10/2013 02:13 PM, Chris Packham wrote: > Hi Xie, > > On Tue, Sep 10, 2013 at 8:15 PM, Shaohui Xie > wrote: >> Without this patch, SPD access will fail which leads to DDR init fail. >> >> Signed-off-by: Shaohui Xie >> --- >> include/configs/P2041RDB.h |4 ++-- >> 1 files changed, 2 in

[U-Boot] ahci: add support for LBA48 data reads

2013-09-10 Thread Mark Langsdorf
The ext4 fs currently supports drive partitions greater that 2TB in size, but the ahci driver in u-boot can't read data past the first 2TB. Add support for lba48 reads by modifying the calls to use the lbaint_t type, so that lba48 block addresses can be sent to the functions, and then add support

Re: [U-Boot] [PATCH] powerpc/p2041: fix I2C controller's offset

2013-09-10 Thread Chris Packham
Hi Xie, On Tue, Sep 10, 2013 at 8:15 PM, Shaohui Xie wrote: > Without this patch, SPD access will fail which leads to DDR init fail. > > Signed-off-by: Shaohui Xie > --- > include/configs/P2041RDB.h |4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/include/configs

[U-Boot] [PATCH 1/6] part_efi: make sure the gpt_pte is freed

2013-09-10 Thread Mark Langsdorf
the gpt_pte wasn't being freed if it was checked against an invalid partition. The resulting memory leakage could make it impossible to repeatedly attempt to load non-existent files in a script. Also, downgrade the message for not finding an invalid partition from a printf() to a debug() so as to

[U-Boot] [PATCH] powerpc/mpc8xxx: Fix CamelCase for DDR code

2013-09-10 Thread York Sun
Clean up CamelCase in DDR code to comply with latest coding style. Signed-off-by: York Sun --- .../powerpc/cpu/mpc8xxx/ddr/common_timing_params.h |8 ++-- arch/powerpc/cpu/mpc8xxx/ddr/ctrl_regs.c | 46 ++-- arch/powerpc/cpu/mpc8xxx/ddr/ddr.h |2

[U-Boot] [PATCH 1/3] cmd_scsi: fix formatting before making additional changes

2013-09-10 Thread Mark Langsdorf
Signed-off-by: Mark Langsdorf --- common/cmd_scsi.c | 498 -- 1 file changed, 255 insertions(+), 243 deletions(-) diff --git a/common/cmd_scsi.c b/common/cmd_scsi.c index 7b97dc9..bbaed41 100644 --- a/common/cmd_scsi.c +++ b/common/cmd_scsi.c @

[U-Boot] [PATCH 3/3] ahci: support LBA48 data reads for 2+TB drives

2013-09-10 Thread Mark Langsdorf
Enable full 48-bit LBA48 data reads by passing the upper word of the LBA block pointer in bytes 9 and 10 of the FIS. This allows uboot to load data from any arbitrary sector on a drive with 2 or more TB of available data connected to an AHCI controller. Signed-off-by: Mark Langsdorf --- common

[U-Boot] [PATCH 2/3] cmd_scsi: use lbaint_t for LBA values instead of u32

2013-09-10 Thread Mark Langsdorf
The lbaint_t type exists, and should be used in preference to unsigned long, which may not be correct when support lba48 compatible drives. Signed-off-by: Mark Langsdorf --- common/cmd_scsi.c | 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/common/cmd_scsi.c b/c

Re: [U-Boot] [PATCH v2 0/4] MTD & UBI fixes

2013-09-10 Thread Scott Wood
On Sat, 2013-09-07 at 14:11 +0200, Stefan Roese wrote: > On 04.09.2013 16:16, Paul Burton wrote: > > This patchset corrects a few issues I've had whilst using UBI with U-boot. > > > > The first 3 are bug fixes, the 4th is an addition I needed in order to > > write a > > large root filesystem into

[U-Boot] [PATCH 1/2] autoboot: add an option to override keyed autoboot

2013-09-10 Thread Mark Langsdorf
As originally implemented, setting the AUTOBOOT_KEYED config option will prevent users from breaking into the autoboot script with ctrl-c. Restore that option with a new config symbol. Signed-off-by: Mark Langsdorf --- common/main.c | 4 ++-- doc/README.autoboot | 8 2 files chang

[U-Boot] [PATCH 1/2] highbank: set AUTOBOOT_KEYED_CTRLC config option

2013-09-10 Thread Mark Langsdorf
Let highbank users break into the autoboot script with ctrl-c. Signed-off-by: Mark Langsdorf --- include/configs/highbank.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/configs/highbank.h b/include/configs/highbank.h index afb6e64..1254768 100644 --- a/include/conf

[U-Boot] [PATCH v7 0/2] apf27: add support of armadeus apf27

2013-09-10 Thread Philippe Reynes
Difference between v7 and v6: - first patch "mx27: add missing constant for mx27" already accepted - remove useless variables regs - remove useless i2c initialization (already done in board_f.c) - remove CONFIG_I2C_MULTI_BUS (not used) - update u-boot filename in u-boot env - fix a typo in a commen

Re: [U-Boot] [PATCH] mxs_nand: Fix ECC strength for NAND flash with OOB size of 224

2013-09-10 Thread Scott Wood
On Tue, 2013-09-10 at 19:02 +0200, Stefano Babic wrote: > On 24/08/2013 16:51, Elie De Brauwer wrote: > > On a board with an i.mx28 and a Micron MT29F4G08ABAEAH4, Linux says: > > > > NAND device: Manufacturer ID: 0x2c, Chip ID: 0xdc (Micron MT29F4G08ABAEAH4), > > 512MiB, page size: 4096, OOB size:

[U-Boot] [PATCH v7 1/2] apf27: add support for the armadeus APF27 board

2013-09-10 Thread Philippe Reynes
Signed-off-by: Philippe Reynes Signed-off-by: Eric Jarrige Signed-off-by: Nicolas Colombain --- MAINTAINERS |5 + board/armadeus/apf27/Makefile| 30 ++ board/armadeus/apf27/apf27.c | 251 + board/armadeus/apf27/apf27.h | 4

[U-Boot] [PATCH v7 2/2] apf27: add FPGA support for the apf27 board

2013-09-10 Thread Philippe Reynes
Signed-off-by: Philippe Reynes Signed-off-by: Eric Jarrige Acked-by: Stefano Babic --- board/armadeus/apf27/Makefile |3 + board/armadeus/apf27/apf27.c |5 + board/armadeus/apf27/fpga.c | 224 + board/armadeus/apf27/fpga.h | 25 + incl

Re: [U-Boot] u-boot build error in current git tree

2013-09-10 Thread Fabio Estevam
On Tue, Sep 10, 2013 at 12:30 AM, Axel Lin wrote: > Hit below build errors (on ARM platforms): > > axel@phoenix:~/repos/git/u-boot$ make mx31pdk > Configuring for mx31pdk board... > make Are you able to reproduce the error if you run "make mrproper" first? I was not to able to reproduce the erro

Re: [U-Boot] [PATCH] imx: nitrogen6x/mx6qsabrelite: Fix bug in board_video_skip

2013-09-10 Thread Stefano Babic
On 13/06/2013 20:32, Robert Winkler wrote: > Signed-off-by: Robert Winkler > --- > board/boundary/nitrogen6x/nitrogen6x.c| 4 +++- > board/freescale/mx6qsabrelite/mx6qsabrelite.c | 4 +++- Of course, we have not anymore mx6qsabrelite.c Applied (only nitrogen part) to u-boot-imx, thanks !

Re: [U-Boot] [PATCH] mx6sabresd: Add LVDS splash screen support

2013-09-10 Thread Stefano Babic
On 04/09/2013 20:12, Fabio Estevam wrote: > mx6sabresd boards can be connected to a Hannstar XGA LVDS panel. > > Add support for displaying U-boot splashscreen on it. > > By default, HDMI splash is selected. > > In order to use splash via LVDS, do the following in the U-boot prompt: > > setenv

Re: [U-Boot] [PATCH v6 2/3] apf27: add support for the armadeus APF27 board

2013-09-10 Thread Stefano Babic
Hi Philippe, On 06/09/2013 17:33, Philippe Reynes wrote: > Signed-off-by: Philippe Reynes > Signed-off-by: Eric Jarrige > Signed-off-by: Nicolas Colombain > --- By merging your patches I found some compiler warnings: apf27.c: In function 'apf27_devices_init': apf27.c:130:2: warning: implicit

Re: [U-Boot] [PATCH 2/5] ARM: mxs: Document the power block initialization

2013-09-10 Thread Stefano Babic
On 31/08/2013 15:53, Marek Vasut wrote: > This patch adds documentation for the functions used during the > initialization of MXS power block. > > Signed-off-by: Marek Vasut > Cc: Fabio Estevam > Cc: Stefano Babic > --- We have already changed the name of mxs_power_clear_auto_restart() into mx

Re: [U-Boot] [PATCH 5/5] ARM: mxs: Add SanDisk Sansa Fuze+ board

2013-09-10 Thread Stefano Babic
On 31/08/2013 15:53, Marek Vasut wrote: > Add STMP3780-based Sansa Fuze+ board. This board is a small PMP > device sporting a CPU which was later rebranded to i.MX233 . > Currently supported is USB gadget mode and MMC . > > Signed-off-by: Marek Vasut > Cc: Fabio Estevam > Cc: Otavio Salvador >

Re: [U-Boot] [PATCH 4/5] ARM: mxs: Add Creative ZEN XFi3 board

2013-09-10 Thread Stefano Babic
On 31/08/2013 15:53, Marek Vasut wrote: > Add STMP3780-based XFi3 board. This board is a small PMP device > sporting a CPU which was later rebranded to i.MX233 . Currently > supported is USB gadget mode and both external SD and internal > Phison SD-NAND bridge . > > Signed-off-by: Marek Vasut > C

Re: [U-Boot] [PATCH v6 1/3] mx27: add missing constant for mx27

2013-09-10 Thread Stefano Babic
On 06/09/2013 17:33, Philippe Reynes wrote: > Add some missing constant (chip select, ...) > > Signed-off-by: Philippe Reynes > Signed-off-by: Eric Jarrige > Acked-by: Stefano Babic > --- Applied to u-boot-imx, thanks ! Best regards, Stefano Babic --

Re: [U-Boot] [PATCH 3/5] ARM: mxs: Receive r0 and r1 passed from BootROM

2013-09-10 Thread Stefano Babic
On 31/08/2013 15:53, Marek Vasut wrote: > Make sure value in register r0 and r1 is preserved and passed to > the board_init_ll() and mxs_common_spl_init() where it can be > processed further. The value in r0 can be configured during the > BootStream generation to arbitary value, r1 contains pointer

Re: [U-Boot] [PATCH] mx6: Fix calculation of emi_slow clock rate

2013-09-10 Thread Stefano Babic
On 04/07/2013 13:27, Andrew Gabbasov wrote: > This is porting of Freescale's patch from version imx_v2009.08_3.0.35_4.0.0, > that fixes the obvious mistype of bits offset macro name (ACLK_EMI_PODF_OFFSET > was used instead of ACLK_EMI_SLOW_PODF_OFFSET). > > Using the occasion, change the variable

Re: [U-Boot] [PATCH 1/5] ARM: mxs: Sort the mx23evk and mx23_olinuxino

2013-09-10 Thread Stefano Babic
On 03/09/2013 15:35, Otavio Salvador wrote: > On Mon, Sep 2, 2013 at 8:00 PM, Tom Rini wrote: >> -BEGIN PGP SIGNED MESSAGE- >> Hash: SHA1 >> >> On 08/31/2013 05:15 PM, Otavio Salvador wrote: >>> On Sat, Aug 31, 2013 at 5:52 PM, Stefano Babic wrote: Am 31/08/2013 22:03, schrieb Marek

Re: [U-Boot] [PATCH 2/3] tools: mxsboot: Mark the FCB pages as valid

2013-09-10 Thread Stefano Babic
On 27/08/2013 23:32, Marek Vasut wrote: > Without this marker, Linux will complain that the NAND pages with > FCB are invalid. > > Signed-off-by: Marek Vasut > Cc: Fabio Estevam > Cc: Stefano Babic > --- Applied to u-boot-imx, thanks ! Best regards, Stefano Babic -- ===

Re: [U-Boot] [PATCH] mxs_nand: Fix ECC strength for NAND flash with OOB size of 224

2013-09-10 Thread Stefano Babic
On 24/08/2013 16:51, Elie De Brauwer wrote: > On a board with an i.mx28 and a Micron MT29F4G08ABAEAH4, Linux says: > > NAND device: Manufacturer ID: 0x2c, Chip ID: 0xdc (Micron MT29F4G08ABAEAH4), > 512MiB, page size: 4096, OOB size: 224) the ECC strength is 16. > > root@(none):/sys/devices/virtua

Re: [U-Boot] [PATCH 5/9] ARM: mx25: convert to common timer code

2013-09-10 Thread Rob Herring
On Tue, Sep 10, 2013 at 5:25 AM, Benoît Thébaudeau wrote: > On Monday, September 9, 2013 11:00:51 PM, Rob Herring wrote: >> On Sun, Sep 8, 2013 at 6:56 PM, Benoît Thébaudeau >> wrote: >> > Dear Rob Herring, >> > >> > On Sunday, September 8, 2013 10:12:50 PM, Rob Herring wrote: >> >> From: Rob Her

Re: [U-Boot] U-Boot mini-summit at ELCE 2013 in Edinburgh - call for participation!

2013-09-10 Thread Detlev Zundel
Hi all, having also resumed from my holidays, I'd like to formalize the plans on our meeting. Thanks for the responses so far. >>> I should be there too. Will be there any specific room available for >>> u-boot mini summit? >> >> Yes, I do believe so. We currently have our meeting scheduled for

Re: [U-Boot] [PATCH] Add support for TechNexion edm1-cf-imx6 SoM

2013-09-10 Thread Stefano Babic
Hi Tapani, On 04/09/2013 13:21, Tapani wrote: > > Are the strict rules written down somewhere, so people less involved in > u-boot development can read them before submitting? > As far as I know, there is not such documentation ;-( > > Sure, we might do it for the mmdc. But long term maintai

[U-Boot] [PATCH 0/3] net: tsec: Fixes for mcast() in the tsec driver

2013-09-10 Thread Claudiu Manoil
Though this patchset fixes tsec's driver mcast() instance primarily, the fix from net.h was propagated to other drivers too, as appropriate. Notably, these fixes also end up in removal of some unwanted global static vars from the tsec driver. Thanks. Claudiu Cc: Joe Hershberger Claudiu Manoil (

[U-Boot] [PATCH] arm: Remove IXP425 boards pdnb3 and scpu

2013-09-10 Thread Stefan Roese
Remove Prodrive pdnb3 board (including the scpu variant) support from mainline. As its unmaintained and not needed any more for quite some time. Signed-off-by: Stefan Roese Cc: Martijn de Gouw Cc: Albert Aribaud --- MAINTAINERS | 3 - board/prodrive/pdnb3/Makefile | 28 ---

[U-Boot] [PATCH 3/3] net: tsec: Fix priv pointer in tsec_mcast_addr()

2013-09-10 Thread Claudiu Manoil
Access to privlist[1] (hardcoded referece to the 2nd tsec's priv area) is neither correct nor does it make sense in the current context. Each tsec dev has access to its own priv instance only, and hence to its own set of group address registers (GADDR) to filter multicast addresses. This fix lead

[U-Boot] [PATCH V2 1/5] Sound: WM8994: Support I2S0 channel

2013-09-10 Thread Dani Krishna Mohan
This patch modifies the WM8994 codec to support I2S0 channel in codec slave mode Signed-off-by: Dani Krishna Mohan --- drivers/sound/sound.c| 17 ++-- drivers/sound/wm8994.c | 167 +++--- drivers/sound/wm8994_registers.h | 39 -

[U-Boot] [PATCH V2 0/5] EXYNOS: I2S: Enable I2S0 channel

2013-09-10 Thread Dani Krishna Mohan
This patch set adds I2S-0 support and retains I2S-1 support. The default i2s channel can be selected through DT. Changes in V2: - Enabled I2S-0 support through DT - Retained I2S-1 support Changes in V1: - Added I2S-0 support - Removed I2S-1 support Dani Krishna M

[U-Boot] [PATCH 1/3] net: Fix mcast function pointer prototype

2013-09-10 Thread Claudiu Manoil
This fixes the following compiler warnings when activating CONFIG_MCAST_TFTP: tsec.c: In function 'tsec_mcast_addr': tsec.c:130:2: warning: passing argument 2 of 'ether_crc' makes pointer from integer without a cast [enabled by default] In file included from /work/u-boot-net/include/common.h:874:0

[U-Boot] [PATCH 2/3] net: tsec: Fix and cleanup tsec_mcast_addr()

2013-09-10 Thread Claudiu Manoil
There are several implementation issues for tsec_mcast_addr() addressed by this patch: * unmanaged, not portable r/w access to registers; fixed with setbits_be32()/ clrbits_be32() * use of volatile pointers * unnecessary forced cast to u8 for the ether_crc() result * removed redundant parens * corr

[U-Boot] [PATCH v4] usb: new board-specific USB init interface

2013-09-10 Thread Mateusz Zalega
This commit unifies board-specific USB initialization implementations under one symbol (usb_board_init), declaration of which is available in usb.h. New API allows selective initialization of USB controllers whenever needed. Signed-off-by: Mateusz Zalega Signed-off-by: Kyungmin Park Reviewed-by

Re: [U-Boot] [PATCH 3/4] dfu: Find DFU alt setting number by passing its name

2013-09-10 Thread Lukasz Majewski
Hi Marek, > Dear Lukasz Majewski, > > > New function - dfu_get_alt() has been added to dfu core. If proper > > alt setting is present, this function returns its number > > corresponding to passed name. > > > > Change-Id: Icd75f3aa3a6f6e306c77b28cabe620e4e6a253ea > > Signed-off-by: Lukasz Majewsk

[U-Boot] [PATCH V2 4/5] Sound: I2S: Replacing I2S1 with I2S0 channel.

2013-09-10 Thread Dani Krishna Mohan
This patch makes required changes to make use of I2S0 channel instead of I2S1 channel on exynos5250. Signed-off-by: Dani Krishna Mohan --- arch/arm/include/asm/arch-exynos/i2s-regs.h |6 drivers/sound/samsung-i2s.c | 42 +++ 2 files changed, 36

[U-Boot] [PATCH V2 5/5] Sound: MAX98095: Support I2S0 channel

2013-09-10 Thread Dani Krishna Mohan
This patch modifies the MAX98095 audio codec to support I2S0 channel in codec slave mode. Signed-off-by: Dani Krishna Mohan --- drivers/sound/max98095.c | 128 ++ drivers/sound/max98095.h | 10 +++- drivers/sound/sound.c| 17 +++--- 3 files c

[U-Boot] [PATCH V2 3/5] ARM: Added I2S0 clocks for audio

2013-09-10 Thread Dani Krishna Mohan
This patch makes the necessary changes for making use of I2S0 channel instead of I2S1 channel on smdk board. This changes are done to maintain the uniformity to use I2S0 channel. Signed-off-by: Dani Krishna Mohan --- arch/arm/cpu/armv7/exynos/clock.c | 57 ++---

[U-Boot] [PATCH V2 2/5] DTS: Addition of I2S0 channel and replacing I2S1

2013-09-10 Thread Dani Krishna Mohan
This patch enables default I2S0 channel.And I2S platform parameter has been moved to a common file viz exynos5.dtsi. Signed-off-by: Dani Krishna Mohan --- arch/arm/dts/exynos5250.dtsi | 19 +++ board/samsung/dts/exynos5250-smdk5250.dts | 13 ++--- board/s

Re: [U-Boot] [PATCH v2 3/3] ARM: atmel: add RNDIS gadget support

2013-09-10 Thread Marek Vasut
Dear Bo Shen, > Add RNDIS gadget support to test atmel usba udc driver > > Signed-off-by: Bo Shen > > --- > Changes in v2: > - Add a common header to hold atmel usba udc information for different > SoCs > --- > arch/arm/cpu/armv7/at91/sama5d3_devices.c | 12 + > arch/arm/incl

Re: [U-Boot] [PATCH v2 1/3] USB: gadget: add atmel usba udc driver

2013-09-10 Thread Marek Vasut
Dear Bo Shen, > Add atmel usba udc driver support, porting from Linux kernel > > The original code in Linux Kernel information is as following > > commit e01ee9f509a927158f670408b41127d4166db1c7 > Author: Jingoo Han > Date: Tue Jul 30 17:00:51 2013 +0900 > > usb: gadget: use dev_get_plat

Re: [U-Boot] [PATCH v2 0/3] USB: atmel: add atmel usba udc driver support

2013-09-10 Thread Marek Vasut
Dear Bo Shen, > Add atmel usb udc driver support porting from Linux kernel. > Using RNDIS gadget driver to test it. > > Test OK on at91sam9m10g45ek, at91sam9m10g45ek, and sama5d31ek boards. > > It need the patch from: Troy Kisky > (usb: gadget: config: fix unaligned access issues) > more inform

Re: [U-Boot] [PATCH 3/4] dfu: Find DFU alt setting number by passing its name

2013-09-10 Thread Marek Vasut
Dear Lukasz Majewski, > New function - dfu_get_alt() has been added to dfu core. If proper > alt setting is present, this function returns its number > corresponding to passed name. > > Change-Id: Icd75f3aa3a6f6e306c77b28cabe620e4e6a253ea > Signed-off-by: Lukasz Majewski > --- > drivers/dfu/dfu

Re: [U-Boot] [PATCH v2 2/3] ARM: atmel: correct UDPHS name

2013-09-10 Thread Marek Vasut
Dear Bo Shen, > Correct the UDPHS name from UDHPS > > Signed-off-by: Bo Shen Acked-by: Marek Vasut Best regards, Marek Vasut ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH v2 2/3] dfu: ram support

2013-09-10 Thread Afzal Mohammed
Hi Lukasz Majewski, On Tue, Sep 10, 2013 at 11:21:44AM +0200, Lukasz Majewski wrote: > > Directly putting image onto RAM would speed up upgrade process. This > > and convenience was the initial thoughts that led to doing this, speed > > improvement over MMC was only 1 second though - 6 sec on RAM

Re: [U-Boot] standalone-examples: support custom GCC lib

2013-09-10 Thread Tom Rini
On Tue, Jul 16, 2013 at 02:44:23PM +0100, Jack Mitchell wrote: > From: Jack Mitchell > > Add support for defining the gcc lib in standalone examples as is > done in the main u-boot Makefile > > Signed-off-by: Jack Mitchell > > --- > examples/standalone/Makefile | 15 +-- > 1 file

Re: [U-Boot] actux2 build error due to commit 4412db46

2013-09-10 Thread Tom Rini
On Tue, Sep 10, 2013 at 01:42:44PM +0200, Albert ARIBAUD wrote: > Hi Axel, > > On Tue, 10 Sep 2013 13:54:03 +0800, Axel Lin > wrote: > > > Hi Jack, > > I hit below build error, revert commit 4412db464 > > "standalone-examples: support custom GCC lib" fixes the build error. > > This one I confir

[U-Boot] [PATCH 4/4] dfu: Extract common DFU code to handle "dfu_alt_info" environment variable

2013-09-10 Thread Lukasz Majewski
New dfu_init_env_entities() function has been extracted from cmd_dfu.c and stored at dfu core. This is a dfu centric code, so it shall be processed in the core. Change-Id: I756c5de922fa31399d8804eaadc004ee98844ec2 Signed-off-by: Lukasz Majewski --- common/cmd_dfu.c | 16 ++-- dri

[U-Boot] [PATCH 1/4] dfu:cosmetic: Fix printf text for buffer overflow condition

2013-09-10 Thread Lukasz Majewski
Correct error message if overflow is detected. Change-Id: I8a915c7353d49822c046fbc36241237b370e6c98 Signed-off-by: Lukasz Majewski --- drivers/dfu/dfu.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/dfu/dfu.c b/drivers/dfu/dfu.c index d73d510..2f1e2af 100644

[U-Boot] [PATCH 3/4] dfu: Find DFU alt setting number by passing its name

2013-09-10 Thread Lukasz Majewski
New function - dfu_get_alt() has been added to dfu core. If proper alt setting is present, this function returns its number corresponding to passed name. Change-Id: Icd75f3aa3a6f6e306c77b28cabe620e4e6a253ea Signed-off-by: Lukasz Majewski --- drivers/dfu/dfu.c | 12 include/dfu.h

[U-Boot] [PATCH 0/4] dfu: Various fixes and code optimizations

2013-09-10 Thread Lukasz Majewski
Various DFU code fixes and optimizations were enclosed by this patch series. Most notable change is to move "dfu_alt_info" handling code to dfu core. Lukasz Majewski (4): dfu:cosmetic: Fix printf text for buffer overflow condition dfu: Make maximum DFU file size equal to default DFU data buff

[U-Boot] [PATCH 2/4] dfu: Make maximum DFU file size equal to default DFU data buffer

2013-09-10 Thread Lukasz Majewski
Up till now the DFU maximum file size (to be written to e.g. eMMC) was different from the DFU data buffer size. It caused errors when one buffer was smaller than data to be written. Now, the maximum DFU file size is equal to default DFU buffer size. In spite of this, user is still able to manually

[U-Boot] [PATCH v1 3/4] am335x: fix GPMC config for NAND and NOR SPL boot

2013-09-10 Thread Pekon Gupta
GPMC controller is common IP to interface with both NAND and NOR flash devices. Also, it supports max 8 chip-selects, which can be independently connected to any of the devices. But ROM code expects the boot-device to be connected to only chip-select[0]. Thus to resolve conflict between NOR and NAN

Re: [U-Boot] actux2 build error due to commit 4412db46

2013-09-10 Thread Albert ARIBAUD
On Tue, 10 Sep 2013 13:42:44 +0200, Albert ARIBAUD wrote: > Hi Axel, > > On Tue, 10 Sep 2013 13:54:03 +0800, Axel Lin > wrote: > > > Hi Jack, > > I hit below build error, revert commit 4412db464 > > "standalone-examples: support custom GCC lib" fixes the build error. > > This one I confirm, g

[U-Boot] [PATCH v1 2/4] mtd: nand: omap: enable autodetection of bus-width of NAND device

2013-09-10 Thread Pekon Gupta
This patch: - Enables autodetection of NAND bus-width by reading ONFI parameter page, during device-scan (nand_scan_ident), removed dependency on static configuration in GPMC_CONFIG1_X register. - adds reconfiguration of device-width in GPMC_CONFIG1_x Signed-off-by: Pekon Gupta --- drivers/m

[U-Boot] [PATCH v1 4/4] am33xx: add support for beaglebone x16 NAND cape

2013-09-10 Thread Pekon Gupta
beaglebone board can be connected to expansion boards to add devices to them. These expansion boards are called 'capes'. This patch updates pin-mux for 'NAND' cape which can be used with beaglebone LT (white). Further information and datasheets of this NAND cape can be found at: - http://beagleboar

[U-Boot] [PATCH v1 1/4] mtd: nand: add NAND_BUSWIDTH_AUTO to autodetect bus width

2013-09-10 Thread Pekon Gupta
From: Matthieu CASTET This patch is slightly modified from following linux patch http://lists.infradead.org/pipermail/linux-mtd/2012-November/044803.html So retaining the authorship to Matthieu CASTET *Modifications from original patch* reset chip->read_byte, chip->read_buf, chip->write_buf befo

[U-Boot] [PATCH v1 0/4] enable support for x16 NAND devices

2013-09-10 Thread Pekon Gupta
This series includes independent patch-sets aiming to enable x16 NAND support on AM33xx boards (like beaglebone-LT). [PATCH 1/4]: This patch is ported from linux driver/mtd/nand to allow detection device-width of NAND by reading ONFI parameter page. [PATCH 2/4]: enable NAND_BUSWIDTH_AUTO fe

[U-Boot] [PATCH] powerpc/usb: Mention usb1 before usb2 inside default hwconfig string

2013-09-10 Thread Ramneek Mehresh
For USB device-tree fix-up to work properly, its necessary to mention USB1 options before that of USB2 inside default hwconfig string Signed-off-by: Ramneek Mehresh --- include/configs/corenet_ds.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/configs/corenet_ds

[U-Boot] [PATCH][v2] board/bsc9131rdb: Update IFC timings for NAND flash

2013-09-10 Thread Prabhakar Kushwaha
Current IFC timings for NAND flash are not able to support existing K9F1G08U0B and new K9F1G08U0D flash. so Update the timings to support both. Signed-off-by: Prabhakar Kushwaha --- Changes for v2: updated subject include/configs/BSC9131RDB.h | 16 1 file changed, 8 insertio

Re: [U-Boot] actux2 build error due to commit 4412db46

2013-09-10 Thread Albert ARIBAUD
Hi Axel, On Tue, 10 Sep 2013 13:54:03 +0800, Axel Lin wrote: > Hi Jack, > I hit below build error, revert commit 4412db464 > "standalone-examples: support custom GCC lib" fixes the build error. This one I confirm, git bisect between current u-boot-arm/master commit 68e1747f and u-boot/master co

[U-Boot] [PATCH 1/3] video, cfb_console: make background and foreground color configurable

2013-09-10 Thread Heiko Schocher
make CONSOLE_BG_COL/CONSOLE_FG_COL configurable through board config file. Clear video screen in video_init(). Signed-off-by: Heiko Schocher Cc: Anatolij Gustschin --- README | 5 + drivers/video/cfb_console.c | 38 -- include/video_

Re: [U-Boot] u-boot build error in current git tree

2013-09-10 Thread Albert ARIBAUD
Hi Axel, On Tue, 10 Sep 2013 11:30:35 +0800, Axel Lin wrote: > Hit below build errors (on ARM platforms): > > axel@phoenix:~/repos/git/u-boot$ make mx31pdk Which commit, which toolchain? With gcc version 4.7.3 (Ubuntu/Linaro 4.7.3-1ubuntu1), current u-boot-arm/master and u-boot/master both bui

[U-Boot] [PATCH] board/bsc9131rdb: Update IFC timings for NAND flash

2013-09-10 Thread Prabhakar Kushwaha
Current IFC timings for NAND flash are too strict. Relaxing it to support existing K9F1G08U0B and new K9F1G08U0D flash Signed-off-by: Prabhakar Kushwaha --- include/configs/BSC9131RDB.h | 16 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/include/configs/BSC913

Re: [U-Boot] [PATCH 1/1] m28evk board config

2013-09-10 Thread Stefano Babic
Hi Lothar, On 06/09/2013 20:10, lot...@denx.de wrote: > From 24b6381162b4569ab86b481b8714d81877231f22 Mon Sep 17 00:00:00 2001 > From: Lothar Rubusch > Date: Fri, 6 Sep 2013 15:01:39 +0200 > Subject: [PATCH] m28evk board specific configurations for setup with ext > boot > partition and separate

Re: [U-Boot] [PATCH v3] arm:goni:mmc: Add sd card detection and initialization.

2013-09-10 Thread Jaehoon Chung
Looks good to me. Acked-by: Jaehoon Chung On 09/10/2013 06:34 PM, Przemyslaw Marczak wrote: > This change allow to use sd card on Goni the same like mmc 0. > SD card is mmc dev 1, so it can be used like this: "fatls mmc 1:2". > SD card is inited even if eMMC initialization fails. > > Signed-off

  1   2   >