[U-Boot] bootstopkey reason behind it

2013-08-02 Thread Paavaanan_T_N
Hi, To stop autoboot we have 2 ifdef (CONFIG_AUTOBOOT_STOP_ [STR2 || STR1] ). Which is very easy and straightforward to implement. Halting a boot with single Keystroke is having its own advantages to the user. But, why multiple key support is ignored say like [ctrl + anykey ] combination.

[U-Boot] [PATCH v8 2/2] console: usb: kbd: To improve TFTP booting performance

2013-08-02 Thread Jim Lin
TFTP booting is slow when a USB keyboard is installed and stdin has usbkbd added. This fix is to change Ctrl-C polling for USB keyboard to every second when NET transfer is running. Signed-off-by: Jim Lin ji...@nvidia.com --- Changes in v2: 1. Change configuration name from CONFIG_CTRLC_POLL_MS

[U-Boot] [PATCH v8 1/2] NET: Add net_busy_flag if CONFIG_USB_KEYBOARD is defined

2013-08-02 Thread Jim Lin
This flag is to make console aware that NET transfer is running or not. Signed-off-by: Jim Lin ji...@nvidia.com --- Changes in v2: 1. Change configuration name from CONFIG_CTRLC_POLL_MS to CONFIG_CTRLC_POLL_S. 2. New code will be executed only when CONFIG_CTRLC_POLL_S is defined in

Re: [U-Boot] [PATCH] wandboard: add pxe support, set default boot command like highbank

2013-08-02 Thread Stefano Babic
Hi Rob, Dennis, On 01/08/2013 19:19, Rob Herring wrote: You both are missing the point. This patch doesn't address the problem, but does highlight it. I am aware of it - I have already pointed out that we get many patches that have increased the default environment to something hard to

Re: [U-Boot] [PATCH] wandboard: add pxe support, set default boot command like highbank

2013-08-02 Thread Stefano Babic
Hi Dennis, On 01/08/2013 19:06, Dennis Gilmore wrote: ultimately I want to have a standard way to boot any system that just works and does not need the installer to know or care what the target system is. using boot.scr and uEnv.txt does not work for my goals. Let's go away from the

Re: [U-Boot] [PATCH V3 01/20] Add functions for use with i.mx6 otg udc

2013-08-02 Thread Marek Vasut
Dear Troy Kisky, Add functions for use with mx6 soc void otg_enable(void); void reset_usb_phy1(void); Signed-off-by: Troy Kisky troy.ki...@boundarydevices.com --- arch/arm/cpu/armv7/mx6/soc.c | 47 +++ arch/arm/include/asm/arch-mx6/crm_regs.h |

Re: [U-Boot] [PATCH V3 06/20] usb: gadget: mv_udc: fix hardware udc address for i.MX6

2013-08-02 Thread Marek Vasut
Dear Troy Kisky, The hcor for i.MX6 is 02184340 and the udc should be 02184140 Signed-off-by: Troy Kisky troy.ki...@boundarydevices.com --- I don't know if this is a correct fix, please check carefully. --- drivers/usb/gadget/mv_udc.c | 28 +++- 1 file

Re: [U-Boot] [PATCH V3 07/20] usb: gadget: config: fix unaligned access issues

2013-08-02 Thread Marek Vasut
Dear Troy Kisky, I don't understand what this patch does and why. It's not very clear from the (missing) commit message either. Signed-off-by: Troy Kisky troy.ki...@boundarydevices.com --- drivers/usb/gadget/config.c | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git

Re: [U-Boot] [PATCH V3 08/20] usb: gadget: mv_udc: add MX6Q specific reset

2013-08-02 Thread Marek Vasut
Dear Troy Kisky, Why are you adding this? Any kind of explanation is missing. Signed-off-by: Troy Kisky troy.ki...@boundarydevices.com --- I don't know if this is needed, but it doesn't hurt. --- drivers/usb/gadget/mv_udc.c | 4 1 file changed, 4 insertions(+) diff --git

Re: [U-Boot] [PATCH V3 09/20] usb: gadget: ether set wMaxPacketSize

2013-08-02 Thread Marek Vasut
Dear Troy Kisky, set wMaxPacketSize for full speed descriptors Why? Please elaborate more. Signed-off-by: Troy Kisky troy.ki...@boundarydevices.com --- drivers/usb/gadget/ether.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/usb/gadget/ether.c

Re: [U-Boot] [PATCH V3 10/20] usb: gadget: ether: return error from rx_submit if no request

2013-08-02 Thread Marek Vasut
Dear Troy Kisky, This prevents a crash if tftpboot is given a bad filename. How is bad filename related to struct usb_request? Signed-off-by: Troy Kisky troy.ki...@boundarydevices.com --- drivers/usb/gadget/ether.c | 2 ++ 1 file changed, 2 insertions(+) diff --git

Re: [U-Boot] [PATCH V3 00/20] Make mv_udc work for i.mx6

2013-08-02 Thread Marek Vasut
Dear Troy Kisky, Hi Marek, Stefano This series is based on u-boot-usb/master branch. After this series, nitrogen6x works with tftpboot to transfer files over usb. V2 was dropped to my bad posting of it and should be ignored. This V3 is a rebase and most patches had to be changed

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

2013-08-02 Thread Stefano Babic
Hi Philippe, On 01/08/2013 19:12, trem wrote: Ok, this must be done in assembly - normally is part of lowelevel_init, while board_init_f() is already written in C. Really I was waiting that general code is called, that is spl_nand_load_image() and then the driver function. You are pushing a

Re: [U-Boot] bootstopkey reason behind it

2013-08-02 Thread Stefano Babic
On 02/08/2013 07:58, paavaanan_...@dell.com wrote: Hi, To stop autoboot we have 2 ifdef (CONFIG_AUTOBOOT_STOP_ [STR2 || STR1] ). Which is very easy and straightforward to implement. Halting a boot with single Keystroke is having its own advantages to the user. But, why multiple key support

Re: [U-Boot] bootstopkey reason behind it

2013-08-02 Thread Paavaanan_T_N
I want to configure bootstopkey to [ctrl + B] combination, So in bootprompt I gave = setenv boostopkey ^B = saveenv Issuing printenv shows boostopkey=^B But, after issuing reset the key combination didn't stopped the autoboot. Do my steps are right ? -Original Message- From:

Re: [U-Boot] bootstopkey reason behind it

2013-08-02 Thread Heiko Schocher
Hello paavaanan_...@dell.com Am 02.08.2013 13:41, schrieb paavaanan_...@dell.com: I want to configure bootstopkey to [ctrl + B] combination, So in bootprompt I gave = setenv boostopkey ^B ^ Try bootstopkey ... bye, Heiko -- DENX Software Engineering GmbH, MD: Wolfgang

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

2013-08-02 Thread Fabio Estevam
On Fri, Aug 2, 2013 at 8:12 AM, Stefano Babic sba...@denx.de wrote: I would like you add your useful explanation why you add an assembly NAND driver (so what you have written here in the lines above) to the commit message, so that is clear why you were forced to use this way instead of the

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

2013-08-02 Thread Stefano Babic
Hi Fabio, On 02/08/2013 14:49, Fabio Estevam wrote: On Fri, Aug 2, 2013 at 8:12 AM, Stefano Babic sba...@denx.de wrote: I would like you add your useful explanation why you add an assembly NAND driver (so what you have written here in the lines above) to the commit message, so that is clear

Re: [U-Boot] Mac address warning

2013-08-02 Thread Stefano Babic
Hi Eric, On 02/08/2013 01:28, Eric Nelson wrote: Hi all, While testing Troy's usbnet patches, I was reminded of this mysterious warning issued when the environment has no mac address stored, but the device provides one: printf(\nWarning: %s using MAC address from net device\n,

Re: [U-Boot] bootstopkey reason behind it

2013-08-02 Thread Paavaanan_T_N
Heiko, Thanks for the input. I configured with the help of bootstopkey only. I am sorry it's a typo error while I copied in the mail thread. I am not sure am I hijacking the list or not. But, let me just want to clear this. To stop autoboot, one option which I choose is bootstopkey. I enabled

Re: [U-Boot] Mac address warning

2013-08-02 Thread Tom Rini
On Fri, Aug 02, 2013 at 03:08:36PM +0200, Stefano Babic wrote: Hi Eric, On 02/08/2013 01:28, Eric Nelson wrote: Hi all, While testing Troy's usbnet patches, I was reminded of this mysterious warning issued when the environment has no mac address stored, but the device provides one:

Re: [U-Boot] [PATCH] mmc/dw_mmc: Fix DMA descriptor corruption

2013-08-02 Thread Jaehoon Chung
Hi, Mischa, Looks good to me. Acked-by: Jaehoon Chung jh80.ch...@samsung.com Best Regards, Jaehoon Chung On 07/26/2013 09:08 PM, Mischa Jonker wrote: In dwmci_prepare_data, the descriptors are allocated for DMA transfer. These are allocated using the ALLOC_CACHE_ALIGN_BUFFER. This macro uses

Re: [U-Boot] Mac address warning

2013-08-02 Thread Stefano Babic
Hi Tom, On 02/08/2013 16:16, Tom Rini wrote: Well, I have found it very useful in case I set explicitely the ethaddr variable, so I know where the MAC address comes from. Do you find it disturbing ? Maybe we could replace warning with info. On am335x the message we use is: ethaddr not set.

Re: [U-Boot] Mac address warning

2013-08-02 Thread Eric Nelson
Thanks Tom, On 08/02/2013 07:16 AM, Tom Rini wrote: On Fri, Aug 02, 2013 at 03:08:36PM +0200, Stefano Babic wrote: Hi Eric, On 02/08/2013 01:28, Eric Nelson wrote: Hi all, While testing Troy's usbnet patches, I was reminded of this mysterious warning issued when the environment has no mac

Re: [U-Boot] [PATCH V3 00/20] Make mv_udc work for i.mx6

2013-08-02 Thread Stefano Babic
Hi Troy, On 02/08/2013 01:27, Troy Kisky wrote: Hi Marek, Stefano This series is based on u-boot-usb/master branch. After this series, nitrogen6x works with tftpboot to transfer files over usb. V2 was dropped to my bad posting of it and should be ignored. This V3 is a rebase and

Re: [U-Boot] Mac address warning

2013-08-02 Thread Tom Rini
On Fri, Aug 02, 2013 at 04:36:23PM +0200, Stefano Babic wrote: Hi Tom, On 02/08/2013 16:16, Tom Rini wrote: Well, I have found it very useful in case I set explicitely the ethaddr variable, so I know where the MAC address comes from. Do you find it disturbing ? Maybe we could replace

[U-Boot] [PATCH] fec_mxc: set ethaddr if fuses burned and not previously set

2013-08-02 Thread Eric Nelson
Without this change, the following message is generated: Warning: FEC using MAC address from net device See doc/README.enetaddr for details. Signed-off-by: Eric Nelson eric.nel...@boundarydevices.com --- drivers/net/fec_mxc.c | 2 ++ 1 file changed, 2 insertions(+) diff --git

Re: [U-Boot] [PATCH v3 8/9] tegra: i2c: Enable new CONFIG_SYS_I2C framework

2013-08-02 Thread Simon Glass
Hi Albert, On Thu, Aug 1, 2013 at 2:16 PM, Albert ARIBAUD albert.u.b...@aribaud.netwrote: Hi Simon, On Thu, 1 Aug 2013 08:22:55 -0600, Simon Glass s...@chromium.org wrote: Hi, On Thu, Aug 1, 2013 at 2:38 AM, Heiko Schocher h...@denx.de wrote: Hello Albert, Am 01.08.2013

Re: [U-Boot] [PATCH v3 8/9] tegra: i2c: Enable new CONFIG_SYS_I2C framework

2013-08-02 Thread Simon Glass
Hi Heiko, On Thu, Aug 1, 2013 at 10:40 PM, Heiko Schocher h...@denx.de wrote: Hello Stephen, Am 01.08.2013 22:32, schrieb Stephen Warren: On 08/01/2013 12:02 AM, Heiko Schocher wrote: Am 01.08.2013 07:39, schrieb Stephen Warren: On 07/31/2013 10:32 PM, Heiko Schocher wrote: Am

Re: [U-Boot] [PATCH V3 01/20] Add functions for use with i.mx6 otg udc

2013-08-02 Thread Troy Kisky
On 8/2/2013 3:48 AM, Marek Vasut wrote: Dear Troy Kisky, Add functions for use with mx6 soc void otg_enable(void); void reset_usb_phy1(void); Signed-off-by: Troy Kisky troy.ki...@boundarydevices.com --- arch/arm/cpu/armv7/mx6/soc.c | 47 +++

[U-Boot] [PATCH 01/10] am33xx: Move V_OSCK/V_SCLK to asm/arch-am33xx/clocks_am33xx.h

2013-08-02 Thread Tom Rini
This detail belongs in the arch header file, given how we are structured today at least. Signed-off-by: Tom Rini tr...@ti.com --- arch/arm/include/asm/arch-am33xx/clocks_am33xx.h |4 include/configs/igep0033.h |4 include/configs/pcm051.h

[U-Boot] [PATCH 00/10] Introduce common config file for TI ARMv7 platforms

2013-08-02 Thread Tom Rini
Hey all, The following series cleans up am335x a bit, and then uses that to introduce a common config file that can be used on all of the ARMv7 platforms from TI. This series converts am335x_evm, omap5_uevm and dra7xx_evm to use the new structure. There is room for further cleanup and

[U-Boot] [PATCH 03/10] am33xx: Stop using PHYS_DRAM_1 define

2013-08-02 Thread Tom Rini
We defined PHYS_DRAM_1 to 0x8000 (start of DRAM) and then used this for CONFIG_SYS_SDRAM_BASE. But then we kept on referencing PHYS_DRAM_1 in other places. Change to directly setting CONFIG_SYS_DRAM_BASE and then using that name in code. Signed-off-by: Tom Rini tr...@ti.com ---

[U-Boot] [PATCH 02/10] am33xx: CONFIG_DMA_COHERENT defines are unused, remove

2013-08-02 Thread Tom Rini
Signed-off-by: Tom Rini tr...@ti.com --- include/configs/igep0033.h |4 include/configs/pcm051.h |3 --- include/configs/ti814x_evm.h |3 --- 3 files changed, 10 deletions(-) diff --git a/include/configs/igep0033.h b/include/configs/igep0033.h index 28c7ae9..e318c74 100644

[U-Boot] [PATCH 04/10] am335x_evm: Use default baud rate table

2013-08-02 Thread Tom Rini
Signed-off-by: Tom Rini tr...@ti.com --- include/configs/am335x_evm.h |2 -- 1 file changed, 2 deletions(-) diff --git a/include/configs/am335x_evm.h b/include/configs/am335x_evm.h index e32066d..7d755f1 100644 --- a/include/configs/am335x_evm.h +++ b/include/configs/am335x_evm.h @@ -314,8

[U-Boot] [PATCH 07/10] TI:am33xx: Create common config files for TI ARMv7 platforms, and AM33xx

2013-08-02 Thread Tom Rini
We create two new files, include/configs/ti_armv7_common.h for all of the common IP blocks and related features / commands we share in virtually all of our platforms. We then create include/configs/ti_am335x_common.h for everything common to the am335x SoC leaving just the board specific parts to

[U-Boot] [PATCH 06/10] am335x_evm: Bring in 'boot_fdt' logic from i.MX

2013-08-02 Thread Tom Rini
Bring in the 'boot_fdt' environment variable that i.MX boards use to try and load a device tree when booting. Signed-off-by: Tom Rini tr...@ti.com --- include/configs/am335x_evm.h | 21 - 1 file changed, 16 insertions(+), 5 deletions(-) diff --git

[U-Boot] [PATCH 05/10] arm: spl: For Falcon Mode, set a default machid of ~0

2013-08-02 Thread Tom Rini
With device trees, boards do not always set CONFIG_MACH_TYPE now, so we must not rely on this define being set. The kernel uses ~0 to see if we have a valid machine number or not, so set that as the default, invalid machine, id and only fix if CONFIG_MACH_TYPE is set. Cc: Albert ARIBAUD

[U-Boot] [PATCH 10/10] TI:armv7: Enable CONFIG_CMD_GPIO

2013-08-02 Thread Tom Rini
Add the generic poke a GPIO command, with the GPIO related defines. Signed-off-by: Tom Rini tr...@ti.com --- include/configs/ti_armv7_common.h |1 + 1 file changed, 1 insertion(+) diff --git a/include/configs/ti_armv7_common.h b/include/configs/ti_armv7_common.h index 88ed85c..dc3ff7c

[U-Boot] [PATCH 08/10] TI:omap5: Convert to ti_armv7_common.h

2013-08-02 Thread Tom Rini
Update omap5_common.h to use ti_armv7_common.h, and in turn update dra7xx_evm.h and omap5_uevm.h slightly. The biggest changes here are that IP blocks which exist on the platform, and had clocks enabled, now have the drivers being built as well. Signed-off-by: Tom Rini tr...@ti.com ---

[U-Boot] [PATCH 09/10] TI:armv7: Enable CONFIG_CMD_SPI

2013-08-02 Thread Tom Rini
Add the generic poke the SPI bus command, with the SPI related defines. Signed-off-by: Tom Rini tr...@ti.com --- include/configs/ti_armv7_common.h |1 + 1 file changed, 1 insertion(+) diff --git a/include/configs/ti_armv7_common.h b/include/configs/ti_armv7_common.h index 0734598..88ed85c

Re: [U-Boot] [PATCH v3 8/9] tegra: i2c: Enable new CONFIG_SYS_I2C framework

2013-08-02 Thread Stephen Warren
On 08/01/2013 10:40 PM, Heiko Schocher wrote: Am 01.08.2013 22:32, schrieb Stephen Warren: ... Given how long this discussion is going on, can we please just revert the commit so that the code works for everyone who's trying to use it, then fix the problem later? Yes, but not reverting the

Re: [U-Boot] [PATCH V2 REPOST 1/9] Validate dtc is new enough

2013-08-02 Thread Stephen Warren
On 07/24/2013 11:09 AM, Stephen Warren wrote: From: Stephen Warren swar...@nvidia.com Subsequent patches assume that dtc supports various recent features. These are available in dtc 1.4.0. Validate that dtc is at least that version. Tom, do these patches look good?

Re: [U-Boot] [PATCH V3 01/20] Add functions for use with i.mx6 otg udc

2013-08-02 Thread Marek Vasut
Dear Troy Kisky, On 8/2/2013 3:48 AM, Marek Vasut wrote: Dear Troy Kisky, Add functions for use with mx6 soc void otg_enable(void); void reset_usb_phy1(void); Signed-off-by: Troy Kisky troy.ki...@boundarydevices.com --- arch/arm/cpu/armv7/mx6/soc.c | 47

Re: [U-Boot] [PATCH V3 01/20] Add functions for use with i.mx6 otg udc

2013-08-02 Thread Troy Kisky
On 8/2/2013 3:10 PM, Marek Vasut wrote: Dear Troy Kisky, On 8/2/2013 3:48 AM, Marek Vasut wrote: Dear Troy Kisky, Add functions for use with mx6 soc void otg_enable(void); void reset_usb_phy1(void); Signed-off-by: Troy Kisky troy.ki...@boundarydevices.com ---

Re: [U-Boot] [PATCH V2 REPOST 1/9] Validate dtc is new enough

2013-08-02 Thread Tom Rini
On Fri, Aug 02, 2013 at 04:23:37PM -0600, Stephen Warren wrote: On 07/24/2013 11:09 AM, Stephen Warren wrote: From: Stephen Warren swar...@nvidia.com Subsequent patches assume that dtc supports various recent features. These are available in dtc 1.4.0. Validate that dtc is at least that

Re: [U-Boot] [PATCH V3 01/20] Add functions for use with i.mx6 otg udc

2013-08-02 Thread Marek Vasut
Dear Troy Kisky, On 8/2/2013 3:10 PM, Marek Vasut wrote: Dear Troy Kisky, On 8/2/2013 3:48 AM, Marek Vasut wrote: Dear Troy Kisky, Add functions for use with mx6 soc void otg_enable(void); void reset_usb_phy1(void); Signed-off-by: Troy Kisky troy.ki...@boundarydevices.com

Re: [U-Boot] [PATCH V3 01/20] Add functions for use with i.mx6 otg udc

2013-08-02 Thread Troy Kisky
On 8/2/2013 6:45 PM, Marek Vasut wrote: Dear Troy Kisky, On 8/2/2013 3:10 PM, Marek Vasut wrote: Dear Troy Kisky, On 8/2/2013 3:48 AM, Marek Vasut wrote: Dear Troy Kisky, Add functions for use with mx6 soc void otg_enable(void); void reset_usb_phy1(void); Signed-off-by: Troy Kisky

Re: [U-Boot] [PATCH v3 8/9] tegra: i2c: Enable new CONFIG_SYS_I2C framework

2013-08-02 Thread Heiko Schocher
Hello Stephen, Am 02.08.2013 23:43, schrieb Stephen Warren: On 08/01/2013 10:40 PM, Heiko Schocher wrote: Am 01.08.2013 22:32, schrieb Stephen Warren: ... Given how long this discussion is going on, can we please just revert the commit so that the code works for everyone who's trying to use

Re: [U-Boot] [PATCH v2 1/2] fsl_i2c: generate nine pulses on SCL if the I2C bus is hung

2013-08-02 Thread Heiko Schocher
Hello Chunhe, Am 01.08.2013 10:07, schrieb Chunhe Lan: When the code detected that the bus is hung (e.g. SDA stuck low), send 9 pulses on SCL to try to fixup the bus. Signed-off-by: Zhao Chenhuichenhui.z...@freescale.com Signed-off-by: Chunhe Lanchunhe@freescale.com Cc: Scott

Re: [U-Boot] [PATCH v2 2/2] fsl_i2c: add workaround for the erratum I2C A004447

2013-08-02 Thread Heiko Schocher
Hello Chunhe, Am 01.08.2013 10:07, schrieb Chunhe Lan: This workaround is for the erratum I2C A004447. Device reference manual provides a scheme that allows the I2C master controller to generate nine SCL pulses, which enable an I2C slave device that held SDA low to release SDA. However, due to

Re: [U-Boot] [PATCH V2] i2c: soft: Fix typo in CONFIG_SYS_I2C_SOFT_SPEED

2013-08-02 Thread Heiko Schocher
Hello Marek, Am 01.08.2013 12:32, schrieb Marek Vasut: In case only the CONFIG_SYS_I2C_SPEED is set in configuration file, the CONFIG_SYS_I2C_SOFT_SPEED is defined as CONFIG_SYS_I2C_SPEED. The CONFIG_SYS_I2C_SOFT_SPEED is then used throughout the driver. Unfortunatelly, due to a typo in the

[U-Boot] [i2c] Pull request

2013-08-02 Thread Heiko Schocher
Hello Tom, please pull from u-boot-i2c The following changes since commit 245d65b6e503f3a159cffb3392ac3b2c25606d8e: Merge branch 'master' of git://git.denx.de/u-boot-usb (2013-08-01 09:19:28 -0400) are available in the git repository at: git://git.denx.de/u-boot-i2c.git master for you

Re: [U-Boot] [PATCH 01/10] am33xx: Move V_OSCK/V_SCLK to asm/arch-am33xx/clocks_am33xx.h

2013-08-02 Thread Heiko Schocher
Hello Tom, Am 02.08.2013 22:26, schrieb Tom Rini: This detail belongs in the arch header file, given how we are structured today at least. Signed-off-by: Tom Rinitr...@ti.com --- arch/arm/include/asm/arch-am33xx/clocks_am33xx.h |4 include/configs/igep0033.h |

Re: [U-Boot] [PATCH 00/10] Introduce common config file for TI ARMv7 platforms

2013-08-02 Thread Heiko Schocher
Hello Tom, Am 02.08.2013 22:26, schrieb Tom Rini: Hey all, The following series cleans up am335x a bit, and then uses that to introduce a common config file that can be used on all of the ARMv7 platforms from TI. This series converts am335x_evm, omap5_uevm and dra7xx_evm to use the new

[U-Boot] [PATCH 2/7] video, da8xx: move da8xx-fb.h to drivers/video

2013-08-02 Thread Heiko Schocher
the da8xx-fb driver works also on am335x boards. So move the da8xx-fb.h file from arch/arm/include/asm/arch-davinci to drivers/video, so this driver can used from am335x based boards. Also add WVGA panel_type. Signed-off-by: Heiko Schocher h...@denx.de Cc: Stefano Babic sba...@denx.de Cc:

[U-Boot] [PATCH 4/7] video, da8xx-fb: changes for am335x usage

2013-08-02 Thread Heiko Schocher
to use this driver also on am335x based boards, the following changes are made: - struct lcd_ctrl_config lcd_cfg is now configurable through board code - controller base is configurable through define DA8XX_LCD_CNTL_BASE. To be compatible with older da8xx based boards: If this define is

[U-Boot] [PATCH 1/7] arm, am335x: add some missing registers and defines for lcd and epwm support

2013-08-02 Thread Heiko Schocher
- add missing register defines in struct cm_perpl epwmss0clkctrl epwmss2clkctrl lcdcclkstctrl - add missing register defines in struct cm_dpll clklcdcpixelclk - add struct pwmss_regs - add struct pwmss_ecap_regs - add LCD Controller base LCD_CNTL_BASE - add PWM0 controller base PWMSS0_BASE

[U-Boot] [PATCH 0/7] arm, am33xx, video: add video support for am33xx based boards

2013-08-02 Thread Heiko Schocher
This patchset prepare video support for am33xx based boards. This driver is used on the siemens boards rut, dxr2 and pxm2, posted without video support here: http://patchwork.ozlabs.org/patch/263211/ Heiko Schocher (7): arm, am335x: add some missing registers and defines for lcd and epwm

[U-Boot] [PATCH 3/7] arm, am33xx: add clk_get prototype

2013-08-02 Thread Heiko Schocher
the clk_get() function is needed for the da8xx-fb video driver, which is used on the am3xx based siemens boards. Signed-off-by: Heiko Schocher h...@denx.de Cc: Tom Rini tr...@ti.com --- arch/arm/include/asm/arch-am33xx/hardware.h | 1 + 1 Datei geändert, 1 Zeile hinzugefügt(+) diff --git

[U-Boot] [PATCH 7/7] video: add an option to skip cfb console init

2013-08-02 Thread Heiko Schocher
This patch add an option to skip cfb console init for boards who want to show a logo, but not use the cfb console. This is needed for the siemens boards, which have a bmp bootlogo, but do not need the cfb console. Signed-off-by: Heiko Schocher h...@denx.de Cc: Anatolij Gustschin ag...@denx.de ---

[U-Boot] [PATCH 5/7] video, da8xx-fb: show fb addr in bdinfo

2013-08-02 Thread Heiko Schocher
without this patch the bdinfo command shows: U-Boot# bd arch_number = 0x10DC [...] sp start= 0x8EF32F20 FB base = 0x with this patch it shows the address where the framebuffer for this video driver start: arch_number = 0x10DC [...] sp start= 0x8EF32F20 FB base =

[U-Boot] [PATCH 6/7] tools, bmp_logo: fix index from uint16_t to int to allow bigger logos

2013-08-02 Thread Heiko Schocher
when generating the bmp_logo_bitmap, the index is casted as an uint16_t. So bigger logos as 65535 bytes are converted wrong Fix this. Signed-off-by: Heiko Schocher h...@denx.de Cc: Anatolij Gustschin ag...@denx.de --- tools/bmp_logo.c | 2 +- 1 Datei geändert, 1 Zeile hinzugefügt(+), 1 Zeile

[U-Boot] Fwd: [ANNOUNCE] ARM kernel summit 2013, Oct 22-23

2013-08-02 Thread Olof Johansson
-- Forwarded message -- From: Olof Johansson o...@lixom.net Date: Mon, Jul 29, 2013 at 7:57 PM Subject: [ANNOUNCE] ARM kernel summit 2013, Oct 22-23 To: linux-arm-ker...@lists.infradead.org linux-arm-ker...@lists.infradead.org Cc: linux-ker...@vger.kernel.org