[U-Boot] [PATCH 1/7] MIPS: add unified u-boot.lds file

2013-01-29 Thread Gabor Juhos
The patch adds an unified linker script file which can be used for all currently supported MIPS targets. Signed-off-by: Gabor Juhos juh...@openwrt.org Cc: Daniel Schwierzeck daniel.schwierz...@googlemail.com Cc: Vlad Lungu v...@comsys.ro Cc: Thomas Sailer sai...@scs.ch Cc: Stefan Roese

[U-Boot] [PATCH 7/7] MIPS: qi_lb60: remove custom u-boot.lds script

2013-01-29 Thread Gabor Juhos
Remove the board specific linker script. It is not needed anymore, the unified MIPS linker script can be used instead. The qi_lb60 target produces a slightly different image after the change than before. The value of 'num_got_entries' symbol is different: @@ -49,7 +49,7 @@ 801000b4:

[U-Boot] [PATCH 3/7] MIPS: pb1x00: remove custom u-boot.lds script

2013-01-29 Thread Gabor Juhos
Remove the board specific linker script. It is not needed anymore, the unified MIPS linker script can be used instead. All pb1x00 targets are producing identical binary images after the change than before. Signed-off-by: Gabor Juhos juh...@openwrt.org Cc: Daniel Schwierzeck

[U-Boot] [PATCH 6/7] MIPS: dbau1x00: remove custom u-boot.lds script

2013-01-29 Thread Gabor Juhos
Remove the board specific linker script. It is not needed anymore, the unified MIPS linker script can be used instead. All dbau1x00 targets are producing identical binary images after the change than before. Signed-off-by: Gabor Juhos juh...@openwrt.org Cc: Daniel Schwierzeck

[U-Boot] [PATCH 2/7] MIPS: qemu-mips: use the unified u-boot.lds script

2013-01-29 Thread Gabor Juhos
Remove the board specific linker script. It is not needed anymore, the unified MIPS linker script can be used instead. All qemu_mips targets are producing identical binary images after the change than before. Signed-off-by: Gabor Juhos juh...@openwrt.org Cc: Daniel Schwierzeck

[U-Boot] [PATCH 4/7] MIPS: vct: remove custom u-boot.lds script

2013-01-29 Thread Gabor Juhos
Remove the board specific linker script. It is not needed anymore, the unified MIPS linker script can be used instead. All vct targets are producing identical binary images after the change than before. Signed-off-by: Gabor Juhos juh...@openwrt.org Cc: Daniel Schwierzeck

[U-Boot] [PATCH 5/7] MIPS: incaip: remove custom u-boot.lds script

2013-01-29 Thread Gabor Juhos
Remove the board specific linker script. It is not needed anymore, the unified MIPS linker script can be used instead. All incaip targets are producing identical binary images after the change than before. Signed-off-by: Gabor Juhos juh...@openwrt.org Cc: Daniel Schwierzeck

[U-Boot] [PATCH 1/2] powerpc/t4240qds: Fix SPI flash type

2013-01-29 Thread Shaohui Xie
T4240QDS uses a SST instead of SPANSION SPI flash. Signed-off-by: Shaohui Xie shaohui@freescale.com --- include/configs/t4qds.h |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/include/configs/t4qds.h b/include/configs/t4qds.h index d58c24c..b3eaf5d 100644 ---

[U-Boot] [PATCH 2/2] powerpc/t4240qds: fix XAUI card PHY address

2013-01-29 Thread Shaohui Xie
Signed-off-by: Shaohui Xie shaohui@freescale.com Signed-off-by: Roy Zang tie-fei.z...@freescale.com --- include/configs/t4qds.h |8 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/include/configs/t4qds.h b/include/configs/t4qds.h index b3eaf5d..5f0286d 100644 ---

[U-Boot] [PATCH] powerpc/Fman/mEMAC: mEMAC fix for 10G MAC and PHY

2013-01-29 Thread Shaohui Xie
1. use Payload length check disable when enable MAC; 2. add XGMII support for setting MAC interface mode; 3. only enable auto negotiation for Non-XGMII mode; 4. return 0x if clause 22 is used to read 10G phy_id; Signed-off-by: Shaohui Xie shaohui@freescale.com Signed-off-by: Roy Zang

Re: [U-Boot] [PATCH 4/7] MIPS: vct: remove custom u-boot.lds script

2013-01-29 Thread Stefan Roese
On 01/29/2013 09:31 AM, Gabor Juhos wrote: Remove the board specific linker script. It is not needed anymore, the unified MIPS linker script can be used instead. All vct targets are producing identical binary images after the change than before. Signed-off-by: Gabor Juhos

Re: [U-Boot] smdk2416 support?

2013-01-29 Thread Woody Wu
On Mon, Jan 28, 2013 at 11:40:32PM -0800, James W. wrote: uboot's source code may can't directly drive 2410 SoC peripherals, but It can work, and print U-boot logo. typo? by 2410 SoC, you actually means 2416, right? If my understand you correctly, I think you mean, with 2410 board definition

[U-Boot] CONFIG_SYS_TEXT_BASE and relocaddr

2013-01-29 Thread Luca Ellero
Hi all, in U-Boot version 2012.10 I used to skip relocate_code setting CONFIG_SYS_TEXT_BASE to relocaddr (obtained from bdinfo command). This since some hardware is able to configure SDRAM and load U-Boot directly to SDRAM, so relocation is useless and time consuming. Now I'm using latest git

Re: [U-Boot] CONFIG_SYS_TEXT_BASE and relocaddr

2013-01-29 Thread Wolfgang Denk
Dear Luca Ellero, In message 51078bfd.60...@gmail.com you wrote: in U-Boot version 2012.10 I used to skip relocate_code setting CONFIG_SYS_TEXT_BASE to relocaddr (obtained from bdinfo command). This since some hardware is able to configure SDRAM and load U-Boot directly to SDRAM, so

Re: [U-Boot] Can I read env from RAM in uboot script?

2013-01-29 Thread Bo Shen
Hi John Stile, On 01/29/2013 08:25 AM, John Stile wrote: [snip] I saw that. I tried to update u-boot-1.3.4 to u-boot-2013. I changed at91bootstrap's JUMP_ADDR from 0x23F0 to 0x21F0, as advised by previous posts. Now I am getting the wrong board type error from the kernel. my board is

Re: [U-Boot] [PATCH v2 2/3] mx23: Enable tRAS lockout (24 bit of HW_DRAM_CTL08) as in imx-bootlets

2013-01-29 Thread Otavio Salvador
On Tue, Jan 29, 2013 at 12:33 AM, Marek Vasut marek.va...@gmail.com wrote: Dear Otavio Salvador, This enables the 'Fast Auto Pre-Charge' found in the memory chip. Signed-off-by: Otavio Salvador ota...@ossystems.com.br --- Changes in v2: - Improve commit message

Re: [U-Boot] [PATCH v2 2/3] mx23: Enable tRAS lockout (24 bit of HW_DRAM_CTL08) as in imx-bootlets

2013-01-29 Thread Otavio Salvador
On Tue, Jan 29, 2013 at 1:14 AM, Marek Vasut ma...@denx.de wrote: Dear Marek Vasut, Dear Otavio Salvador, This enables the 'Fast Auto Pre-Charge' found in the memory chip. Signed-off-by: Otavio Salvador ota...@ossystems.com.br --- Changes in v2: - Improve commit message

Re: [U-Boot] [PATCH] mxs: Reset the EMI block on mx23

2013-01-29 Thread Otavio Salvador
On Tue, Jan 29, 2013 at 12:46 AM, Marek Vasut ma...@denx.de wrote: The real reason for memory instability was the fact that the EMI block was gated and not reset throughout the boards' operation. This patch resets the EMI block properly while also reverts the memory voltage bump. The memory

Re: [U-Boot] [PATCH 4/7] MIPS: vct: remove custom u-boot.lds script

2013-01-29 Thread Gabor Juhos
2013.01.29. 10:05 keltezéssel, Stefan Roese írta: On 01/29/2013 09:31 AM, Gabor Juhos wrote: Remove the board specific linker script. It is not needed anymore, the unified MIPS linker script can be used instead. All vct targets are producing identical binary images after the change than

[U-Boot] [PATCH v3 1/3] mxs: Rename CONFIG_SPL_MX28_PSWITCH_WAIT to CONFIG_SPL_MXS_PSWITCH_WAIT

2013-01-29 Thread Otavio Salvador
The power switch option is compatible with i.MX23 and i.MX28 so the configration option needs to reflect it. We choose 'CONFIG_SPL_MXS_PSWITCH_WAIT' for the option name. Signed-off-by: Otavio Salvador ota...@ossystems.com.br --- Changes in v3: None Changes in v2: - Rewrite short description as

[U-Boot] [PATCH v3 2/3] mx23: Document the tRAS lockout setting in memory initialization

2013-01-29 Thread Otavio Salvador
Add a comment about the tRAS lockout setting of HW_DRAM_CTL08 to enable the 'Fast Auto Pre-Charge' found in the memory chip. The setting is applied after memory initialization and it is worth document it. Signed-off-by: Otavio Salvador ota...@ossystems.com.br --- Changes in v3: - Revert

[U-Boot] [PATCH v3 3/3] mx23evk: Adjust DRAM control register to use full 128MB of RAM

2013-01-29 Thread Otavio Salvador
Signed-off-by: Otavio Salvador ota...@ossystems.com.br --- Changes in v3: None Changes in v2: None board/freescale/mx23evk/spl_boot.c | 10 ++ 1 file changed, 10 insertions(+) diff --git a/board/freescale/mx23evk/spl_boot.c b/board/freescale/mx23evk/spl_boot.c index 6007433..b6f4e7e

[U-Boot] [PATCH v6 1/3] led: Use STATUS_LED_ON and STATUS_LED_OFF when calling __led_set

2013-01-29 Thread Otavio Salvador
This fixes the gpio_led driver which needs to compare againt a STATUS_LED_ON to enable a led. Signed-off-by: Otavio Salvador ota...@ossystems.com.br --- Changes in v6: None Changes in v5: None Changes in v4: None Changes in v3: None Changes in v2: None common/cmd_led.c | 6 -- 1 file

[U-Boot] [PATCH v6 2/3] mxs: Fix iomux.h to not break build during assembly stage

2013-01-29 Thread Otavio Salvador
This fixes the build failure when included in mx23_olinuxino.h board config; the addition of asm/types.h is due u32 being otherwise undefined. Signed-off-by: Otavio Salvador ota...@ossystems.com.br --- Changes in v6: None Changes in v5: - Extend commit log Changes in v4: - New patch Changes in

[U-Boot] [PATCH v6 3/3] mx23_olinuxino: Add support for status LED

2013-01-29 Thread Otavio Salvador
This allow user to know if the bootloader is running, even without a serial console. Signed-off-by: Otavio Salvador ota...@ossystems.com.br --- Changes in v6: - Use GPIO number Changes in v5: None Changes in v4: - Use MUX PIN macro Changes in v3: - Added the MUX settings back (requested by

[U-Boot] [PATCH v4 1/4] usb: mxs: Disable USB Port 1 for i.MX23

2013-01-29 Thread Otavio Salvador
The i.MX23 just one USB port so disable the second controller probe when building for i.MX23. Signed-off-by: Otavio Salvador ota...@ossystems.com.br --- Changes in v4: None Changes in v3: None Changes in v2: None drivers/usb/host/ehci-mxs.c | 2 ++ 1 file changed, 2 insertions(+) diff --git

[U-Boot] [PATCH v4 2/4] mx23evk: Enable USB support

2013-01-29 Thread Otavio Salvador
This enabled USB support for the mx23evk board. Signed-off-by: Otavio Salvador ota...@ossystems.com.br --- Changes in v4: None Changes in v3: - Add a obvious commitlog; Changes in v2: None include/configs/mx23evk.h | 10 ++ 1 file changed, 10 insertions(+) diff --git

[U-Boot] [PATCH v4 4/4] mx23_olinuxino: Add ethernet support

2013-01-29 Thread Otavio Salvador
This adds support to the LAN9512 chip included in the board and extend the environment to easy netboot use. Signed-off-by: Otavio Salvador ota...@ossystems.com.br --- Changes in v4: - Fix build warning due missing gpio.h Changes in v3: - Remove useless newlines - Add NOPULL in MUX setup - Fix

[U-Boot] [PATCH v4 3/4] mx23_olinuxino: Enable USB support

2013-01-29 Thread Otavio Salvador
This enabled USB support for the mx23_olinuxino board. Signed-off-by: Otavio Salvador ota...@ossystems.com.br --- Changes in v4: None Changes in v3: - Add a obvious commitlog; Changes in v2: None include/configs/mx23_olinuxino.h | 10 ++ 1 file changed, 10 insertions(+) diff --git

Re: [U-Boot] [PATCH 1/7] MIPS: add unified u-boot.lds file

2013-01-29 Thread Daniel Schwierzeck
2013/1/29 Gabor Juhos juh...@openwrt.org: The patch adds an unified linker script file which can be used for all currently supported MIPS targets. Signed-off-by: Gabor Juhos juh...@openwrt.org Cc: Daniel Schwierzeck daniel.schwierz...@googlemail.com Cc: Vlad Lungu v...@comsys.ro Cc: Thomas

Re: [U-Boot] [PATCH v2 2/3] mx23: Enable tRAS lockout (24 bit of HW_DRAM_CTL08) as in imx-bootlets

2013-01-29 Thread Marek Vasut
Dear Otavio Salvador, On Tue, Jan 29, 2013 at 1:14 AM, Marek Vasut ma...@denx.de wrote: Dear Marek Vasut, Dear Otavio Salvador, This enables the 'Fast Auto Pre-Charge' found in the memory chip. Signed-off-by: Otavio Salvador ota...@ossystems.com.br --- Changes in v2:

Re: [U-Boot] [PATCH v2 2/3] mx23: Enable tRAS lockout (24 bit of HW_DRAM_CTL08) as in imx-bootlets

2013-01-29 Thread Marek Vasut
Dear Otavio Salvador, On Tue, Jan 29, 2013 at 12:33 AM, Marek Vasut marek.va...@gmail.com wrote: Dear Otavio Salvador, This enables the 'Fast Auto Pre-Charge' found in the memory chip. Signed-off-by: Otavio Salvador ota...@ossystems.com.br --- Changes in v2: - Improve commit

Re: [U-Boot] [PATCH v2 2/3] mx23: Enable tRAS lockout (24 bit of HW_DRAM_CTL08) as in imx-bootlets

2013-01-29 Thread Otavio Salvador
On Tue, Jan 29, 2013 at 10:26 AM, Marek Vasut marek.va...@gmail.com wrote: Dear Otavio Salvador, On Tue, Jan 29, 2013 at 12:33 AM, Marek Vasut marek.va...@gmail.com wrote: Dear Otavio Salvador, This enables the 'Fast Auto Pre-Charge' found in the memory chip. Signed-off-by: Otavio

[U-Boot] [PATCH 2/3] sf: stmicro: Add support for N25Q32A

2013-01-29 Thread Michal Simek
From: Jagannadha Sutradharudu Teki jagannadha.sutradharudu-t...@xilinx.com Add support for Numonyx N25Q32A SPI flash. Signed-off-by: Jagannadha Sutradharudu Teki jaga...@xilinx.com Signed-off-by: Michal Simek michal.si...@xilinx.com --- drivers/mtd/spi/stmicro.c |6 ++ 1 files changed,

[U-Boot] [PATCH 3/3] sf: stmicro: Add support for N25Q256A

2013-01-29 Thread Michal Simek
From: Jagannadha Sutradharudu Teki jagannadha.sutradharudu-t...@xilinx.com Add support for Numonyx N25Q256A SPI flash. Signed-off-by: Jagannadha Sutradharudu Teki jaga...@xilinx.com Signed-off-by: Michal Simek michal.si...@xilinx.com --- drivers/mtd/spi/stmicro.c |6 ++ 1 files changed,

[U-Boot] [PATCH 1/3] sf: stmicro: Add support for N25Q32

2013-01-29 Thread Michal Simek
From: Jagannadha Sutradharudu Teki jagannadha.sutradharudu-t...@xilinx.com Add support for Numonyx N25Q32 SPI flash. Signed-off-by: Jagannadha Sutradharudu Teki jaga...@xilinx.com Signed-off-by: Michal Simek michal.si...@xilinx.com --- drivers/mtd/spi/stmicro.c |6 ++ 1 files changed, 6

Re: [U-Boot] [PATCH v3 1/3] mxs: Rename CONFIG_SPL_MX28_PSWITCH_WAIT to CONFIG_SPL_MXS_PSWITCH_WAIT

2013-01-29 Thread Marek Vasut
Dear Otavio Salvador, The power switch option is compatible with i.MX23 and i.MX28 so the configration option needs to reflect it. We choose 'CONFIG_SPL_MXS_PSWITCH_WAIT' for the option name. Signed-off-by: Otavio Salvador ota...@ossystems.com.br Acked-by: Marek Vasut ma...@denx.de Please

[U-Boot] [PATCH V2 0/7] Add splash screen for CM-T35

2013-01-29 Thread Nikita Kiryanov
This patchset adds splash screen support for CM-T35. It includes the ability to initialize the display subsystem either using predefines (selected via env variable displaytype), or user supplied configuration options, also stored in an environment variables and pointed to by displaytype. The

[U-Boot] [PATCH V1 1/7] omap3: add useful dss defines

2013-01-29 Thread Nikita Kiryanov
Add useful omap3 dss defines for: polarity, TFT data lines, lcd display type, gfx burst size, and gfx format Signed-off-by: Nikita Kiryanov nik...@compulab.co.il Signed-off-by: Igor Grinberg grinb...@compulab.co.il --- arch/arm/include/asm/arch-omap3/dss.h | 35

[U-Boot] [PATCH V2 2/7] omap3: allow dynamic selection of gfx_format

2013-01-29 Thread Nikita Kiryanov
Currently the value of gfx_format is hardcoded into omap3_dss_panel_config(). Make it a field in struct panel_config, and update existing structs to set this field to the value that was originally hard coded. Signed-off-by: Nikita Kiryanov nik...@compulab.co.il Signed-off-by: Igor Grinberg

[U-Boot] [PATCH V1 4/7] lcd: add option for board specific splash screen preparation

2013-01-29 Thread Nikita Kiryanov
Currently there is no logical place to put the code that prepares the splash image data. The splash image data should be ready in memory before bmp_display() is called, and after the environment is ready (since lcd.c looks for the splash image in an address specified by the environment variable

[U-Boot] [PATCH V2 3/7] lcd: prevent unaligned memory access when displaying splash screen

2013-01-29 Thread Nikita Kiryanov
When the bmp file is loaded to an address specified by the environment variable splashimage, its header members might be unaligned. This happens because the bmp header starts with two byte-size fields followd by mostly 32 bit fields, so when the address in splashimage is not equal to aligned

[U-Boot] [PATCH V2 7/7] cm-t35: add support for loading splash image from NAND

2013-01-29 Thread Nikita Kiryanov
Add support for loading splash image from NAND Signed-off-by: Nikita Kiryanov nik...@compulab.co.il Signed-off-by: Igor Grinberg grinb...@compulab.co.il --- Changes in V2: - Added fix to bmp_load_addr to comply with what happens in lcd.c following patch number 3.

[U-Boot] [PATCH V2 5/7] cm-t35: add support for dvi displays

2013-01-29 Thread Nikita Kiryanov
Add support for dvi displays with user selectable dvi presets. Signed-off-by: Nikita Kiryanov nik...@compulab.co.il Signed-off-by: Igor Grinberg grinb...@compulab.co.il --- Changes in V2: - Used LCD_BPP for vl_bpix [Jeroen Hofstee] - GFXFORMAT_RGB16 now passed to

[U-Boot] [PATCH V2 6/7] cm-t35: add support for user defined lcd parameters

2013-01-29 Thread Nikita Kiryanov
Add support for user defined lcd parameters for cm-t35 splash screen. Signed-off-by: Nikita Kiryanov nik...@compulab.co.il Signed-off-by: Igor Grinberg grinb...@compulab.co.il --- Changes in V2: - Set gfx_format to GFXFORMAT_RGB16 after parsing custom lcd settings.

Re: [U-Boot] [PATCH V2 3/7] lcd: prevent unaligned memory access when displaying splash screen

2013-01-29 Thread Wolfgang Denk
Dear Nikita Kiryanov, In message 1359463349-11649-4-git-send-email-nik...@compulab.co.il you wrote: When the bmp file is loaded to an address specified by the environment variable splashimage, its header members might be unaligned. This happens because the bmp header starts with two byte-size

Re: [U-Boot] [PATCH V2 6/7] cm-t35: add support for user defined lcd parameters

2013-01-29 Thread Wolfgang Denk
Dear Nikita Kiryanov, In message 1359463349-11649-7-git-send-email-nik...@compulab.co.il you wrote: Add support for user defined lcd parameters for cm-t35 splash screen. Why do you implement another custom method to configure the display? This has been done before, and we should reuse existing

Re: [U-Boot] [PATCH V2 7/7] cm-t35: add support for loading splash image from NAND

2013-01-29 Thread Wolfgang Denk
Dear Nikita Kiryanov, In message 1359463349-11649-8-git-send-email-nik...@compulab.co.il you wrote: Add support for loading splash image from NAND Signed-off-by: Nikita Kiryanov nik...@compulab.co.il Signed-off-by: Igor Grinberg grinb...@compulab.co.il --- Changes in V2: - Added fix

Re: [U-Boot] [PATCH V2 2/7] omap3: allow dynamic selection of gfx_format

2013-01-29 Thread Wolfgang Denk
Dear Nikita Kiryanov, In message 1359463349-11649-3-git-send-email-nik...@compulab.co.il you wrote: Currently the value of gfx_format is hardcoded into omap3_dss_panel_config(). Make it a field in struct panel_config, and update existing structs to set this field to the value that was

Re: [U-Boot] [PATCH V1 1/7] omap3: add useful dss defines

2013-01-29 Thread Wolfgang Denk
Dear Nikita Kiryanov, In message 1359463349-11649-2-git-send-email-nik...@compulab.co.il you wrote: Add useful omap3 dss defines for: polarity, TFT data lines, lcd display type, gfx burst size, and gfx format Just useful (as in generally useful, but mostly dead code here), or actually used

[U-Boot] Current state and existing users of FIT (Flattened Image Tree)?

2013-01-29 Thread Joel A Fernandes
Just trying to correlate old patches on U-boot mailing list to draw a picture of the current state of FIT (Flattened Image Tree format).. still have the following questions: Can anyone familiar with this topic comment on the following? (1) Other than Chromium OS, who are the most notable

Re: [U-Boot] [PATCH V2 5/7] cm-t35: add support for dvi displays

2013-01-29 Thread Wolfgang Denk
Dear Nikita Kiryanov, In message 1359463349-11649-6-git-send-email-nik...@compulab.co.il you wrote: Add support for dvi displays with user selectable dvi presets. ... --- a/board/cm_t35/cm_t35.c +++ b/board/cm_t35/cm_t35.c @@ -216,6 +216,9 @@ static void cm_t3x_set_common_muxconf(void)

Re: [U-Boot] [PATCH V1 1/7] omap3: add useful dss defines

2013-01-29 Thread Nikita Kiryanov
Hi Wolfgang Denk, On 01/29/2013 03:55 PM, Wolfgang Denk wrote: Dear Nikita Kiryanov, In message 1359463349-11649-2-git-send-email-nik...@compulab.co.il you wrote: Add useful omap3 dss defines for: polarity, TFT data lines, lcd display type, gfx burst size, and gfx format Just useful (as in

Re: [U-Boot] [PATCH V2 2/7] omap3: allow dynamic selection of gfx_format

2013-01-29 Thread Nikita Kiryanov
Hi Wolfgang Denk, On 01/29/2013 03:52 PM, Wolfgang Denk wrote: Dear Nikita Kiryanov, In message 1359463349-11649-3-git-send-email-nik...@compulab.co.il you wrote: Currently the value of gfx_format is hardcoded into omap3_dss_panel_config(). Make it a field in struct panel_config, and update

Re: [U-Boot] [PATCH V2 3/7] lcd: prevent unaligned memory access when displaying splash screen

2013-01-29 Thread Nikita Kiryanov
Hi Wolfgang Denk, On 01/29/2013 03:46 PM, Wolfgang Denk wrote: Dear Nikita Kiryanov, In message 1359463349-11649-4-git-send-email-nik...@compulab.co.il you wrote: When the bmp file is loaded to an address specified by the environment variable splashimage, its header members might be

Re: [U-Boot] [PATCH V1 4/7] lcd: add option for board specific splash screen preparation

2013-01-29 Thread Nikita Kiryanov
Hi Wolfgang Denk, On 01/29/2013 03:46 PM, Wolfgang Denk wrote: Dear Nikita Kiryanov, In message 1359463349-11649-5-git-send-email-nik...@compulab.co.il you wrote: Currently there is no logical place to put the code that prepares the splash image data. The splash image data should be ready in

Re: [U-Boot] [PATCH] mmc:sdhci:fix: Change default interrupts enabled at SDHCI initialization

2013-01-29 Thread Lukasz Majewski
Dear All, Any feedback about this patch? This patch changes sdhci_init()'s behavior to NOT enable all interrupt sources by default. Moreover interrupt signaling has been disabled. This patch do not enable interrupts which aren't served in u-boot (they are defined at sdhci.h but NOT used

Re: [U-Boot] [PATCH V2 5/7] cm-t35: add support for dvi displays

2013-01-29 Thread Nikita Kiryanov
Hi Wolfgang Denk, On 01/29/2013 04:00 PM, Wolfgang Denk wrote: Dear Nikita Kiryanov, In message 1359463349-11649-6-git-send-email-nik...@compulab.co.il you wrote: Add support for dvi displays with user selectable dvi presets. ... --- a/board/cm_t35/cm_t35.c +++ b/board/cm_t35/cm_t35.c @@

Re: [U-Boot] CONFIG_SYS_TEXT_BASE and relocaddr

2013-01-29 Thread Luca Ellero
Dear Wolfgang, On 29/01/2013 10.48, Wolfgang Denk wrote: Dear Luca Ellero, In message 51078bfd.60...@gmail.com you wrote: in U-Boot version 2012.10 I used to skip relocate_code setting CONFIG_SYS_TEXT_BASE to relocaddr (obtained from bdinfo command). This since some hardware is able to

Re: [U-Boot] [PATCH 1/4] usb:composite: USB Mass Storage - storage_common.c from Linux kernel

2013-01-29 Thread Piotr Wilczek
Dear Marek Vasut, On 01/25/2013 12:16 PM, Marek Vasut wrote: Dear Piotr Wilczek, Dear Marek Vasut, -Original Message- From: Marek Vasut [mailto:ma...@denx.de] Sent: Thursday, January 24, 2013 1:33 PM To: Piotr Wilczek Cc: u-boot@lists.denx.de; Minkyu Kang; Kyungmin Park; Lukasz

Re: [U-Boot] [PATCH] vfat: Fix mkcksum argument sizes

2013-01-29 Thread Mats Kärrman
Marek Vasut marex at denx.de wrote: In case a function argument is known/fixed size array in C, the argument is still decoyed as pointer instead ( T f(U n[k]) ~= T fn(U *n) ) and therefore calling sizeof on the function argument will result in the size of the pointer, not the size of the

Re: [U-Boot] [PATCH 1/7] MIPS: add unified u-boot.lds file

2013-01-29 Thread Gabor Juhos
2013.01.29. 11:44 keltezéssel, Daniel Schwierzeck írta: 2013/1/29 Gabor Juhos juh...@openwrt.org: The patch adds an unified linker script file which can be used for all currently supported MIPS targets. Signed-off-by: Gabor Juhos juh...@openwrt.org Cc: Daniel Schwierzeck

Re: [U-Boot] Can I read env from RAM in uboot script?

2013-01-29 Thread John Stile
On Tue, 2013-01-29 at 17:58 +0800, Bo Shen wrote: You should use at91sam9g20ek_2mmc_nandflash to configure the u-boot diff --git a/board/atmel/at91sam9260ek/at91sam9260ek.c b/board/atmel/at91sam9260ek/at91sam9260ek.c index 2555672..ce475df

[U-Boot] Help : Marvell SDIO/MMC driver for Sheevaplug

2013-01-29 Thread DrEagle
Hi all, -Original Message- From: u-boot-bounces at lists.denx.de [mailto:u-boot- bounces at lists.denx.de] On Behalf Of DrEagle Sent: 22 September 2012 12:45 To: DrEagle Cc: Lior Amsalem; u-boot at lists.denx.de; uboot at doukki.net Subject: [U-Boot] [PATCH v2 0/5] Marvell

Re: [U-Boot] Help : Marvell SDIO/MMC driver for Sheevaplug

2013-01-29 Thread Jagan Teki
Hi, On Tue, Jan 29, 2013 at 11:35 PM, DrEagle drea...@doukki.net wrote: Hi all, -Original Message- From: u-boot-bounces at lists.denx.de [mailto:u-boot- bounces at lists.denx.de] On Behalf Of DrEagle Sent: 22 September 2012 12:45 To: DrEagle Cc: Lior Amsalem; u-boot at

[U-Boot] [PATCH 0/2] Add I2C driver for Tegra114 Dalmore

2013-01-29 Thread Tom Warren
Update DT tables and enable I2C driver support for the Tegra114 Dalmore board. This uses the standard Tegra I2C driver. 5 controllers are supported, although all may not have devices behind them on every board. Tom Warren (2): Tegra114: fdt: Update DT files with I2C info for T114/Dalmore

[U-Boot] [PATCH 1/2] Tegra114: fdt: Update DT files with I2C info for T114/Dalmore

2013-01-29 Thread Tom Warren
Note that T114 does not have a separate/different DVC (power I2C) controller like T20 - all 5 I2C controllers are identical, but I2C5 is used to designate the controller intended for power control (PWR_I2C in the schematics). Signed-off-by: Tom Warren twar...@nvidia.com ---

[U-Boot] [PATCH 2/2] Tegra114: I2C: Enable I2C driver on Dalmore E1611 eval board

2013-01-29 Thread Tom Warren
Tested all 5 'buses', i2c probe enumerates device addresses on bus 1 and 2. Note that this uses the tegra_i2c.c driver w/o modification. Signed-off-by: Tom Warren twar...@nvidia.com --- include/configs/dalmore.h |9 + include/configs/tegra114-common.h |3 +++ 2 files

Re: [U-Boot] [PATCH] am335x: NAND: add BCH16 and 4k page size support

2013-01-29 Thread Scott Wood
On 01/28/2013 07:35:40 AM, Jordy van Wolferen wrote: This is tested with a custom AM3359 (rev 2.0) board. NAND chip: MT29F16G08ABABAWP This code allows me to boot from ROM code. The ROM code forces BCH16 on NAND chips with a 4k page size. BCH16 is not enabled by default. --- Missing

Re: [U-Boot] [PATCH] am335x: NAND: add BCH16 and 4k page size support

2013-01-29 Thread Tom Rini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 01/29/2013 02:54 PM, Scott Wood wrote: On 01/28/2013 07:35:40 AM, Jordy van Wolferen wrote: This is tested with a custom AM3359 (rev 2.0) board. NAND chip: MT29F16G08ABABAWP This code allows me to boot from ROM code. The ROM code forces

Re: [U-Boot] [PATCH] powerpc/corenet: Add workaround for ELBC multi-bit ECC error

2013-01-29 Thread Scott Wood
On 01/28/2013 01:16:53 AM, Shaohui Xie wrote: diff --git a/arch/powerpc/cpu/mpc85xx/cmd_errata.c b/arch/powerpc/cpu/mpc85xx/cmd_errata.c index e5ecf5d..f26d608 100644 --- a/arch/powerpc/cpu/mpc85xx/cmd_errata.c +++ b/arch/powerpc/cpu/mpc85xx/cmd_errata.c @@ -227,6 +227,9 @@ static int

Re: [U-Boot] [PATCH 1/2] Tegra114: fdt: Update DT files with I2C info for T114/Dalmore

2013-01-29 Thread Stephen Warren
On 01/29/2013 12:19 PM, Tom Warren wrote: Note that T114 does not have a separate/different DVC (power I2C) controller like T20 - all 5 I2C controllers are identical, but I2C5 is used to designate the controller intended for power control (PWR_I2C in the schematics). Signed-off-by: Tom

Re: [U-Boot] [PATCH 2/2] Tegra114: I2C: Enable I2C driver on Dalmore E1611 eval board

2013-01-29 Thread Stephen Warren
On 01/29/2013 12:19 PM, Tom Warren wrote: Tested all 5 'buses', i2c probe enumerates device addresses on bus 1 and 2. Why don't the other 3 buses work? Note that this uses the tegra_i2c.c driver w/o modification. The kernel patches imply some mandatory differences in clock divider

Re: [U-Boot] [PATCH 1/2] Davinci: Make MAC address offset in EEPROM configurable, CONFIG_MAC_EEPROM_ADDR

2013-01-29 Thread Tom Rini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 01/29/2013 02:28 AM, Kim B￸ndergaard wrote: --- arch/arm/cpu/arm926ejs/davinci/misc.c | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/arch/arm/cpu/arm926ejs/davinci/misc.c b/arch/arm/cpu/arm926ejs/davinci/misc.c index

Re: [U-Boot] [PATCH 1/2] Tegra114: fdt: Update DT files with I2C info for T114/Dalmore

2013-01-29 Thread Tom Warren
Stephen, On Tue, Jan 29, 2013 at 1:09 PM, Stephen Warren swar...@wwwdotorg.org wrote: On 01/29/2013 12:19 PM, Tom Warren wrote: Note that T114 does not have a separate/different DVC (power I2C) controller like T20 - all 5 I2C controllers are identical, but I2C5 is used to designate the

Re: [U-Boot] [PATCH 1/7] MIPS: add unified u-boot.lds file

2013-01-29 Thread Andrew Dyer
On Tue, Jan 29, 2013 at 11:13 AM, Gabor Juhos juh...@openwrt.org wrote: 2013.01.29. 11:44 keltezéssel, Daniel Schwierzeck írta: 2013/1/29 Gabor Juhos juh...@openwrt.org: The patch adds an unified linker script file which can be used for all currently supported MIPS targets.

Re: [U-Boot] [PATCH 2/2] Tegra114: I2C: Enable I2C driver on Dalmore E1611 eval board

2013-01-29 Thread Tom Warren
Stephen, On Tue, Jan 29, 2013 at 1:11 PM, Stephen Warren swar...@wwwdotorg.org wrote: On 01/29/2013 12:19 PM, Tom Warren wrote: Tested all 5 'buses', i2c probe enumerates device addresses on bus 1 and 2. Why don't the other 3 buses work? No idea, but I assume because my Dalmore doesn't have

Re: [U-Boot] [PATCH 1/2] Tegra114: fdt: Update DT files with I2C info for T114/Dalmore

2013-01-29 Thread Stephen Warren
On 01/29/2013 01:40 PM, Tom Warren wrote: Stephen, On Tue, Jan 29, 2013 at 1:09 PM, Stephen Warren swar...@wwwdotorg.org wrote: On 01/29/2013 12:19 PM, Tom Warren wrote: Note that T114 does not have a separate/different DVC (power I2C) controller like T20 - all 5 I2C controllers are

Re: [U-Boot] [PATCH 1/2] Tegra114: fdt: Update DT files with I2C info for T114/Dalmore

2013-01-29 Thread Tom Warren
Stephen, On Tue, Jan 29, 2013 at 2:08 PM, Stephen Warren swar...@wwwdotorg.org wrote: On 01/29/2013 01:40 PM, Tom Warren wrote: Stephen, On Tue, Jan 29, 2013 at 1:09 PM, Stephen Warren swar...@wwwdotorg.org wrote: On 01/29/2013 12:19 PM, Tom Warren wrote: Note that T114 does not have a

Re: [U-Boot] [PATCH 1/2] Tegra114: fdt: Update DT files with I2C info for T114/Dalmore

2013-01-29 Thread Stephen Warren
On 01/29/2013 02:57 PM, Tom Warren wrote: Stephen, On Tue, Jan 29, 2013 at 2:08 PM, Stephen Warren swar...@wwwdotorg.org wrote: On 01/29/2013 01:40 PM, Tom Warren wrote: Stephen, On Tue, Jan 29, 2013 at 1:09 PM, Stephen Warren swar...@wwwdotorg.org wrote: On 01/29/2013 12:19 PM, Tom

Re: [U-Boot] [U-Boot,GIT,PULL] u-boot-mpc83xx: support for new SPL

2013-01-29 Thread Tom Rini
On Wed, Jan 16, 2013 at 02:41:08PM -, Kim Phillips wrote: Hi Tom, Please pull: The following changes since commit 3a9d879f6f64585b819af728b53be0a05037fe0d: Prepare v2013.01 (2013-01-15 14:47:42 -0700) are available in the git repository at:

Re: [U-Boot] [PULL] : Please pull u-boot-i2c

2013-01-29 Thread Tom Rini
On Tue, Jan 29, 2013 at 08:41:26AM +0100, Heiko Schocher wrote: Hello Tom, please pull from u-boot-i2c: The following changes since commit 54b08efcf2f4ff532ce99c53f341a59c193331a5: README.mips: update known issues and TODOs (2013-01-16 10:52:08 +0100) are available in the git

[U-Boot] MX23 patches

2013-01-29 Thread Marek Vasut
Hello, due to the recent influx of patches, I completely lost track of what is going on, what patches need review and what patches are already obsolete. Therefore, I'd like to ask you, Otavio, to proceed as follows: - I will discard all patches for mx23 currently in my mailbox - I'd like you

Re: [U-Boot] MX23 patches

2013-01-29 Thread stefano babic
Am 29/01/2013 23:21, schrieb Marek Vasut: Hello, Hi Marek, hi Otavio, - Wait at least one full day (24 hours) between re-sending a series, unless explicitly requested otherwise. I am on business trip and I have this week very few possibilities to access to my e-mail. Today I saw 80

Re: [U-Boot] MX23 patches

2013-01-29 Thread Otavio Salvador
On Tue, Jan 29, 2013 at 8:21 PM, Marek Vasut ma...@denx.de wrote: Hello, due to the recent influx of patches, I completely lost track of what is going on, what patches need review and what patches are already obsolete. Therefore, I'd like to ask you, Otavio, to proceed as follows: - I will

Re: [U-Boot] MX23 patches

2013-01-29 Thread Marek Vasut
Dear Otavio Salvador, On Tue, Jan 29, 2013 at 8:21 PM, Marek Vasut ma...@denx.de wrote: Hello, due to the recent influx of patches, I completely lost track of what is going on, what patches need review and what patches are already obsolete. Therefore, I'd like to ask you, Otavio, to

[U-Boot] [PATCH v4 1/7] tegra20: fdt: add SPI SFLASH node

2013-01-29 Thread Allen Martin
Add node for tegra20 SPI SFLASH controller to fdt. Signed-off-by: Allen Martin amar...@nvidia.com --- arch/arm/dts/tegra20.dtsi| 12 board/compulab/dts/tegra20-trimslice.dts |5 + 2 files changed, 17 insertions(+) diff --git a/arch/arm/dts/tegra20.dtsi

[U-Boot] [PATCH v4 3/7] tegra30: add SBC1 to periph id mapping table

2013-01-29 Thread Allen Martin
SBC1 is SPI controller 1 on tegra30 Signed-off-by: Allen Martin amar...@nvidia.com Acked-by: Simon Glass s...@chromium.org --- arch/arm/cpu/tegra30-common/clock.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/cpu/tegra30-common/clock.c

[U-Boot] [PATCH v4 2/7] tegra: spi: add fdt support to tegra SPI SFLASH driver

2013-01-29 Thread Allen Martin
Add support for configuring tegra SPI driver from devicetree. Support is keyed off CONFIG_OF_CONTROL. Add entry in seaboard dts file for spi controller to describe seaboard spi. Signed-off-by: Allen Martin amar...@nvidia.com --- drivers/spi/tegra_spi.c | 45

[U-Boot] [PATCH v4 5/7] tegra: add addresses of SPI SLINK controllers

2013-01-29 Thread Allen Martin
Add I/O addresses of SPI SLINK controllers 1-6 Signed-off-by: Allen Martin amar...@nvidia.com Acked-by: Simon Glass s...@chromium.org --- arch/arm/include/asm/arch-tegra/tegra.h |6 ++ 1 file changed, 6 insertions(+) diff --git a/arch/arm/include/asm/arch-tegra/tegra.h

[U-Boot] [PATCH v4 7/7] tegra: cardhu: config: enable SPI

2013-01-29 Thread Allen Martin
Turn on SPI in cardhu config file Signed-off-by: Allen Martin amar...@nvidia.com Acked-by: Simon Glass s...@chromium.org --- include/configs/cardhu.h | 11 +++ 1 file changed, 11 insertions(+) diff --git a/include/configs/cardhu.h b/include/configs/cardhu.h index aa725ba..1616b39

[U-Boot] [PATCH v4 0/7] tegra: SPI drivers

2013-01-29 Thread Allen Martin
This series updates the tegra20 SPI driver to add fdt support and adds a new tegra30 SPI driver. Testing was done on trimslice (tegra20) and cardhu (tegra30). Changes in v4: -Added support for fdt aliases to slink driver -Check status field of fdt node to make sure node is enabled Changes in v3:

[U-Boot] [PATCH v4 6/7] tegra: add SPI SLINK driver

2013-01-29 Thread Allen Martin
Add driver for tegra SPI SLINK style driver. This controller is similar to the tegra20 SPI SFLASH controller. The difference is that the SLINK controller is a genernal purpose SPI controller and the SFLASH controller is special purpose and can only talk to FLASH devices. In addition there are

[U-Boot] [PATCH v4 4/7] tegra30: fdt: add SPI SLINK nodes

2013-01-29 Thread Allen Martin
Add tegra30 SPI SLINK nodes to fdt. Signed-off-by: Allen Martin amar...@nvidia.com Acked-by: Simon Glass s...@chromium.org --- arch/arm/dts/tegra30.dtsi | 72 +++ board/nvidia/dts/tegra30-cardhu.dts |5 +++ 2 files changed, 77 insertions(+) diff

Re: [U-Boot] [PATCH 3/4] common: cmd_bdinfo: Fix compilation warning for microblaze

2013-01-29 Thread Rommel Custodio
Dear Michal Simek Michal Simek michal.simek at xilinx.com writes: Fix one printf compilation warning in microblaze bdinfo part. Warning log: cmd_bdinfo.c: In function 'do_bdinfo': cmd_bdinfo.c:219:2: warning: format '%u' expects argument of type 'unsigned int', but argument 2 has type

Re: [U-Boot] [PATCH v4 0/7] tegra: SPI drivers

2013-01-29 Thread Allen Martin
On Tue, Jan 29, 2013 at 03:51:22PM -0800, Allen Martin wrote: This series updates the tegra20 SPI driver to add fdt support and adds a new tegra30 SPI driver. Testing was done on trimslice (tegra20) and cardhu (tegra30). Tom, this series applies cleanly on top of your T114 series.

Re: [U-Boot] [PATCH v4 1/7] tegra20: fdt: add SPI SFLASH node

2013-01-29 Thread Stephen Warren
On 01/29/2013 04:51 PM, Allen Martin wrote: Add node for tegra20 SPI SFLASH controller to fdt. The series, briefly, Reviewed-by: Stephen Warren swar...@nvidia.com ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH 1/2] Tegra114: fdt: Update DT files with I2C info for T114/Dalmore

2013-01-29 Thread Stephen Warren
On 01/29/2013 02:57 PM, Tom Warren wrote: Stephen, On Tue, Jan 29, 2013 at 2:08 PM, Stephen Warren swar...@wwwdotorg.org wrote: On 01/29/2013 01:40 PM, Tom Warren wrote: Stephen, On Tue, Jan 29, 2013 at 1:09 PM, Stephen Warren swar...@wwwdotorg.org wrote: On 01/29/2013 12:19 PM, Tom

[U-Boot] [PATCH v2] MAKEALL: add support for per architecture toolchains

2013-01-29 Thread Allen Martin
Add support for per architecture CROSS_COMPILE toolchain definitions via CROSS_COMPILE_ARCH where ARCH is any of the supported u-boot architectures. This allows building every supported u-boot board in a single pass of MAKEALL. Signed-off-by: Allen Martin amar...@nvidia.com Acked-by: Simon Glass

Re: [U-Boot] Can I read env from RAM in uboot script?

2013-01-29 Thread Bo Shen
Hi John Stile, On 01/30/2013 01:33 AM, John Stile wrote: That worked! Very nice! But, I had to apply the patches manually. Email may have messed up the patch sets with new-lines and indentation. Can this be added to the main stream? I am on to learning 'env import'. Thank you. I will

  1   2   >