[U-Boot] [PATCH 2/2] MSM7x27a:Add support for USB gadget

2012-05-10 Thread Srikanth Reddy Vintha
* USB gadget support Signed-off-by: Srikanth Reddy Vintha --- arch/arm/cpu/armv7/msm7x27a/acpuclock.c|7 + arch/arm/include/asm/arch-msm7x27a/hsusb.h | 183 arch/arm/include/asm/arch-msm7x27a/iomap.h |2 + drivers/usb/gadget/msm_udc.c

[U-Boot] [PATCH 1/2] MSM7x27a:Add support for interrupt

2012-05-10 Thread Srikanth Reddy Vintha
* support for msm7x27a interrupt Signed-off-by: Srikanth Reddy Vintha --- arch/arm/cpu/armv7/msm7x27a/Makefile|1 + arch/arm/cpu/armv7/msm7x27a/interrupts.c| 136 +++ arch/arm/include/asm/arch-msm7x27a/exclusion.h | 42 +++ arch/arm/inc

[U-Boot] [PATCH 0/2] This patch series contains support for interrupt and USB gadget in MSM7x27a surf board

2012-05-10 Thread Srikanth Reddy Vintha
Srikanth Reddy Vintha (2): MSM7x27a:Add support for interrupt MSM7x27a:Add support for USB gadget arch/arm/cpu/armv7/msm7x27a/Makefile|1 + arch/arm/cpu/armv7/msm7x27a/acpuclock.c |7 + arch/arm/cpu/armv7/msm7x27a/interrupts.c| 136 + arch/

[U-Boot] [PATCH 2/3] MSM7630 gadget usb support

2012-05-10 Thread Mohamed Haneef
* Support for usb gadget device. Signed-off-by: Mohamed Haneef --- arch/arm/include/asm/arch-msm7630/hsusb.h | 182 ++ drivers/serial/usbtty.h |2 + drivers/usb/gadget/Makefile |1 + drivers/usb/gadget/msm_udc.c | 560 +++

[U-Boot] [PATCH 3/3] board: qcom: enable high capacity eMMC cards

2012-05-10 Thread Mohamed Haneef
* enabling high capacity eMMC cards. Signed-off-by: Mohamed Haneef --- board/qcom/msm7630_surf/msm7630_surf.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/board/qcom/msm7630_surf/msm7630_surf.c b/board/qcom/msm7630_surf/msm7630_surf.c index 9dcf95b..9ca6843

[U-Boot] [PATCH 0/3] msm7630 usb gadget and emmc support

2012-05-10 Thread Mohamed Haneef
This patch series contains support for usb gadget, enabling eMMC high capacity and interrupt support for msm7630 surf. Mohamed Haneef (3): MSM7630 Interrupt support MSM7630 gadget usb support board: qcom: enable high capacity eMMC cards arch/arm/cpu/armv7/msm7630/Makefile|

[U-Boot] [PATCH 1/3] MSM7630 Interrupt support

2012-05-10 Thread Mohamed Haneef
* Support for msm7630 interrupts Signed-off-by: Mohamed Haneef --- arch/arm/cpu/armv7/msm7630/Makefile|1 + arch/arm/cpu/armv7/msm7630/interrupts.c| 155 + arch/arm/include/asm/arch-msm7630/exclusion.h | 42 ++ arch/arm/include/asm/arch

Re: [U-Boot] [PATCH 1/3] mx53: Change IPU_CTRL_BASE_ADDR definition

2012-05-10 Thread Liu Hui-R64343
>-Original Message- >From: Fabio Estevam [mailto:feste...@gmail.com] >Sent: Friday, May 11, 2012 9:08 AM >To: u-boot@lists.denx.de >Cc: sba...@denx.de; Liu Hui-R64343; Estevam Fabio-R49496 >Subject: [PATCH 1/3] mx53: Change IPU_CTRL_BASE_ADDR definition > >From: Fabio Estevam > >The origin

Re: [U-Boot] [PATCH 3/3] mx53loco: Add LCD support

2012-05-10 Thread Liu Hui-R64343
>-Original Message- >From: Fabio Estevam [mailto:feste...@gmail.com] >Sent: Friday, May 11, 2012 9:08 AM >To: u-boot@lists.denx.de >Cc: sba...@denx.de; Liu Hui-R64343; Estevam Fabio-R49496 >Subject: [PATCH 3/3] mx53loco: Add LCD support > >From: Fabio Estevam > >Add support for CLAA07LC0AC

Re: [U-Boot] [PATCH 2/3] mx5: Rename mx51_fb_init()

2012-05-10 Thread Liu Hui-R64343
>-Original Message- >From: Fabio Estevam [mailto:feste...@gmail.com] >Sent: Friday, May 11, 2012 9:08 AM >To: u-boot@lists.denx.de >Cc: sba...@denx.de; Liu Hui-R64343; Estevam Fabio-R49496 >Subject: [PATCH 2/3] mx5: Rename mx51_fb_init() > >From: Fabio Estevam > >The ipuv3 driver is curren

[U-Boot] [PATCH 3/3] mx53loco: Add LCD support

2012-05-10 Thread Fabio Estevam
From: Fabio Estevam Add support for CLAA07LC0ACW LCD that connects to the mx53loco board. Configure the board to show the Linux logo on the LCD. Also increase the size of CONFIG_SYS_MALLOC_LEN variable to take into account the framebuffer usage. Signed-off-by: Fabio Estevam --- board/freesc

[U-Boot] [PATCH 2/3] mx5: Rename mx51_fb_init()

2012-05-10 Thread Fabio Estevam
From: Fabio Estevam The ipuv3 driver is currently only used on mx51, but it can be extended to work on mx53 and mx6 as well. Rename mx51_fb_init(), so that it can be used by other SoCs. Signed-off-by: Fabio Estevam --- board/freescale/mx51evk/mx51evk.c |2 +- board/ttcontrol/vision2/visi

[U-Boot] [PATCH 1/3] mx53: Change IPU_CTRL_BASE_ADDR definition

2012-05-10 Thread Fabio Estevam
From: Fabio Estevam The original definition of IPU_CTRL_BASE_ADDR does match the value stated in the MX53 Reference Manual. However, if using such value the IPU driver hangs when trying to access the IPU registers. Looking for this definition in Freescale U-boot version shows that it is set as

Re: [U-Boot] [PATCH v7 03/23] Add abs() macro to return absolute value

2012-05-10 Thread Simon Glass
Hi Graeme, On Thu, May 10, 2012 at 4:45 PM, Graeme Russ wrote: > Hi Tom, > > On Fri, May 11, 2012 at 8:56 AM, Tom Warren wrote: > > Simon, > > > >> -Original Message- > >> From: Simon Glass [mailto:s...@chromium.org] > >> Sent: Thursday, May 10, 2012 2:38 PM > >> To: U-Boot Mailing List

Re: [U-Boot] [PATCH v7 03/23] Add abs() macro to return absolute value

2012-05-10 Thread Graeme Russ
Hi Tom, On Fri, May 11, 2012 at 8:56 AM, Tom Warren wrote: > Simon, > >> -Original Message- >> From: Simon Glass [mailto:s...@chromium.org] >> Sent: Thursday, May 10, 2012 2:38 PM >> To: U-Boot Mailing List >> Cc: Tom Warren; Stephen Warren; Simon Glass >> Subject: [PATCH v7 03/23] Add ab

Re: [U-Boot] [PATCH v7 03/23] Add abs() macro to return absolute value

2012-05-10 Thread Tom Rini
On 05/10/2012 03:56 PM, Tom Warren wrote: Simon, -Original Message- From: Simon Glass [mailto:s...@chromium.org] Sent: Thursday, May 10, 2012 2:38 PM To: U-Boot Mailing List Cc: Tom Warren; Stephen Warren; Simon Glass Subject: [PATCH v7 03/23] Add abs() macro to return absolute value T

Re: [U-Boot] [PATCH v7 03/23] Add abs() macro to return absolute value

2012-05-10 Thread Simon Glass
Hi Tom, On Thu, May 10, 2012 at 3:56 PM, Tom Warren wrote: > Simon, > > > -Original Message- > > From: Simon Glass [mailto:s...@chromium.org] > > Sent: Thursday, May 10, 2012 2:38 PM > > To: U-Boot Mailing List > > Cc: Tom Warren; Stephen Warren; Simon Glass > > Subject: [PATCH v7 03/23]

Re: [U-Boot] [PATCH v7 03/23] Add abs() macro to return absolute value

2012-05-10 Thread Tom Warren
Simon, > -Original Message- > From: Simon Glass [mailto:s...@chromium.org] > Sent: Thursday, May 10, 2012 2:38 PM > To: U-Boot Mailing List > Cc: Tom Warren; Stephen Warren; Simon Glass > Subject: [PATCH v7 03/23] Add abs() macro to return absolute value > > This macro is generally useful

[U-Boot] [PATCH v7 03/23] Add abs() macro to return absolute value

2012-05-10 Thread Simon Glass
This macro is generally useful to make it available in common. Signed-off-by: Simon Glass --- Changes in v3: - Add new patch to put abs() in common.h Changes in v6: - Update x86emu and omap4 to use the abs() macro Changes in v7: - Use a really simple abs() macro for now arch/arm/cpu/armv7/oma

[U-Boot] lzma/bzip2 commands?

2012-05-10 Thread Aaron Williams
Has anyone implemented a command to use lzma and/or bzip to decompress files in memory like unzip? -Aaron -- Aaron Williams Software Engineer Cavium, Inc. (408) 943-7198 (510) 789-8988 (cell) ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.

Re: [U-Boot] [PATCH v6 03/23] Add abs() macro to return absolute value

2012-05-10 Thread Simon Glass
Hi Albert, On Fri, May 4, 2012 at 12:27 PM, Albert ARIBAUD wrote: > Hi Simon, > > Le 04/05/2012 20:25, Simon Glass a écrit : > >> This macro is generally useful to make it available in common. >> >> Signed-off-by: Simon Glass >> --- >> Changes in v3: >> - Add new patch to put abs() in common.h >>

Re: [U-Boot] [PATCH v6 03/23] Add abs() macro to return absolute value

2012-05-10 Thread Albert ARIBAUD
Hi Tom, Le 10/05/2012 00:56, Tom Warren a écrit : Albert, -Original Message- From: Albert ARIBAUD [mailto:albert.u.b...@aribaud.net] Sent: Friday, May 04, 2012 12:28 PM To: Simon Glass Cc: U-Boot Mailing List; Tom Warren Subject: Re: [U-Boot] [PATCH v6 03/23] Add abs() macro to return

[U-Boot] [PATCH v4] Kirkwood: add lschlv2 and lsxhl board support

2012-05-10 Thread Michael Walle
This patch adds support for both the Linkstation Live (LS-CHLv2) and Linkstation Pro (LS-XHL) by Buffalo. Signed-off-by: Michael Walle Cc: Prafulla Wadaskar Cc: Wolfgang Denk --- This patch depends on "PATCH v4 0/3] net: helper functions". Changes: v4: - split patchset (generic net helpers a

[U-Boot] [PATCH v4 3/3] net: add eth_setenv_enetaddr_by_index()

2012-05-10 Thread Michael Walle
Signed-off-by: Michael Walle --- include/net.h | 12 net/eth.c |8 2 files changed, 20 insertions(+), 0 deletions(-) diff --git a/include/net.h b/include/net.h index 0da5679..eec846b 100644 --- a/include/net.h +++ b/include/net.h @@ -119,6 +119,18 @@ extern int et

[U-Boot] [PATCH v4 2/3] net: add helper to generate random mac address

2012-05-10 Thread Michael Walle
Add new function eth_random_enetaddr() to generate a locally administered ethernet address. Signed-off-by: Michael Walle --- include/net.h | 15 +++ net/eth.c | 20 2 files changed, 35 insertions(+), 0 deletions(-) diff --git a/include/net.h b/include/ne

[U-Boot] [PATCH v4 0/3] net: helper functions

2012-05-10 Thread Michael Walle
This patchset is a split-off from my patch series "Kirkwood: add lschlv2 and lsxhl board support". Changes: v4: - typo fixes (thanks Mike) - seed all 46bits of the generated ethernet address (suggested by Mike) v3, v2: [contained only lsxhl board changes] Michael Walle (3): lib: add rand() f

[U-Boot] [PATCH v4 1/3] lib: add rand() function

2012-05-10 Thread Michael Walle
It's a PRNG using the simple and fast xorshift method. Signed-off-by: Michael Walle --- include/common.h |4 lib/Makefile |1 + lib/rand.c | 43 +++ 3 files changed, 48 insertions(+), 0 deletions(-) create mode 100644 lib/rand.c

Re: [U-Boot] [PATCH 1/2] mx28evk: extend default environment

2012-05-10 Thread Marek Vasut
Dear Fabio Estevam, > From: Otavio Salvador > > The environment has been based on mx53loco but keeping the possibility > to easy change the default console device as Freescale and mainline > kernels differ on the device name. > > Signed-off-by: Otavio Salvador > Cc: Fabio Estevam > Cc: Stefan

Re: [U-Boot] [PATCH v5 2/3] create lib/tizen directory

2012-05-10 Thread Minkyu Kang
On 10 May 2012 14:23, Donghwa Lee wrote: > From 01bebda80c7cb128048e4c1c89f2b5b1cdbfd67d Mon Sep 17 00:00:00 2001 > From: Donghwa Lee > Date: Thu, 10 May 2012 12:02:55 +0900 > Subject: [PATCH] v5: create lib/tizen directory > > This directory includes tizen logo data, common tizen library and so

Re: [U-Boot] [PATCH v5 3/3] EXYNOS: display 32bpp bitmap TIZEN logo

2012-05-10 Thread Minkyu Kang
On 10 May 2012 14:23, Donghwa Lee wrote: > This patches support drawing 32bpp bitmap TIZEN logo in exynos fb. > trats_logo.h data is compressed from trats_logo.bmp to > trats_logo.bmp.gz by gzip and converted to trats_logo.h header file > format by some application. And then it is decomressed at t

[U-Boot] [PATCH 1/2] mx28evk: extend default environment

2012-05-10 Thread Fabio Estevam
From: Otavio Salvador The environment has been based on mx53loco but keeping the possibility to easy change the default console device as Freescale and mainline kernels differ on the device name. Signed-off-by: Otavio Salvador Cc: Fabio Estevam Cc: Stefano Babic --- include/configs/mx28evk.h

[U-Boot] [PATCH 2/2] MX28: Fix a typo in mx28_reg_8 macro

2012-05-10 Thread Fabio Estevam
From: Otavio Salvador The macro mistakenly referred to 32bit struct instead of 8bit one. Signed-off-by: Otavio Salvador Cc: Fabio Estevam Cc: Marek Vasut --- arch/arm/include/asm/arch-mx28/regs-common.h |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/include/a

[U-Boot] [PATCH v3 4/5] Add support for qc_mmc MMC Controller

2012-05-10 Thread mohamed.haneef
From: Mohamed Haneef * Support for qc_mmc MMC Controller Signed-off-by: Mohamed Haneef changes for v2: - changed the patch title to support for qc_mmc MMC Controller changes for v3: - removed the unnecessary type casting - simplified the code by making use of struct mmc_priv *priv

Re: [U-Boot] [PATCH v2 4/5] Add Support for qc_mmc MMC Controller

2012-05-10 Thread Mohamed Haneef
Hi, NAK, allow me to explain below: On Mon, Mar 5, 2012 at 8:40 AM, Mohamed Haneef wrote: >* Support for qc_mmc MMC Controller > > Signed-off-by: Mohamed Haneef > --- > +#ifndef __MMC_H__ > +#define __MMC_H__ > + > +#ifndef MMC_SLOT > +#define MMC_SLOT0 > +#endif This so

Re: [U-Boot] [PATCH] mx51evk: Add LCD support

2012-05-10 Thread Stefano Babic
On 09/05/2012 18:39, Fabio Estevam wrote: > Add support for CLAA07LC0ACW LCD that connects to the mx51evk board. > > Configure the board to show the Linux logo on the LCD. > > Also increase the size of CONFIG_SYS_MALLOC_LEN variable to take into account > the framebuffer usage. > > Signed-off-b

[U-Boot] [PATCH 2/2] MSM7x27a: Add support for msm7x27a surf board

2012-05-10 Thread srikanth.reddy
From: Srikanth Reddy Vintha * support for msm 7x27a surf board Signed-off-by: Srikanth Reddy Vintha --- board/qcom/msm7x27a_surf/Makefile| 56 + board/qcom/msm7x27a_surf/msm7x27a_surf.c | 126 + board/qcom/msm7x27a_surf/msm7x27a_surf.h

[U-Boot] [PATCH 0/2] Support for msm7x27a board

2012-05-10 Thread srikanth.reddy
From: Srikanth Reddy Vintha This patch series contains the following support for msm7x27a * support for msm7x27a soc * support for msm7x27a surf board. Srikanth Reddy Vintha (2): MSM7x27a: Add support for qualcomm msm7x27a SOC. MSM7x27a: Add support for msm7x27a surf board

[U-Boot] [PATCH 1/2] MSM7x27a: Add support for qualcomm msm7x27a SOC.

2012-05-10 Thread srikanth.reddy
From: Srikanth Reddy Vintha * Support for msm7x27a SOC Signed-off-by: Srikanth Reddy Vintha --- arch/arm/cpu/armv7/msm7x27a/Makefile | 53 arch/arm/cpu/armv7/msm7x27a/acpuclock.c| 249 +++ arch/arm/cpu/armv7/msm7x27a/board.c| 66

Re: [U-Boot] [PATCH 4/6 V3] EXYNOS: Add power Enable/Disable for USB-EHCI

2012-05-10 Thread Minkyu Kang
Dear Rajeshwari Shinde, On 8 May 2012 19:12, Rajeshwari Shinde wrote: > This patch adds functions to enable/disable the power of USB > host controller for EXYNOS5. > > Signed-off-by: Vivek Gautam > Signed-off-by: Che-Liang Chiou > Signed-off-by: Rajeshwari Shinde > --- > Chnages in v2: >      

Re: [U-Boot] [PATCH 3/6 V3] USB: EXYNOS: Set USB 2.0 HOST Link mode

2012-05-10 Thread Minkyu Kang
On 8 May 2012 19:11, Rajeshwari Shinde wrote: > This patch adds a function to set usb host mode to USB 2.0 HOST Link > for EXYNOS5 > > Signed-off-by: Rajeshwari Shinde > --- > Changes for v2: >        - Setting SYSREG registers was moved to System.c >        - This setting of SYSREG registers was

[U-Boot] [PATCH] sh: Add SH7269 device and RSK2+SH7269 board

2012-05-10 Thread Phil Edworthy
This is an sh2a device. Signed-off-by: Phil Edworthy --- arch/sh/include/asm/cpu_sh2.h |2 + arch/sh/include/asm/cpu_sh7269.h | 26 + board/renesas/rsk7269/Makefile| 27 + board/renesas/rsk7269/lowlevel_init.S | 182 + board/r

[U-Boot] [PATCH 8/9] tegra2: Remove CPU init code from tegra2 u-boot

2012-05-10 Thread Allen Martin
This code is now included in the tegra2 SPL Signed-off-by: Allen Martin --- arch/arm/cpu/armv7/start.S |2 - arch/arm/cpu/tegra2-common/ap20.c | 257 +--- arch/arm/cpu/tegra2-common/ap20.h | 102 -- arch/arm/cpu/tegra2-common/board.c |

[U-Boot] [PATCH 5/9] ARM: add tegra support to arm720t

2012-05-10 Thread Allen Martin
Add support for tegra arm7 boot processor. This processor is used to power on the Cortex A9 and transfer control to it. Signed-off-by: Allen Martin --- arch/arm/cpu/arm720t/cpu.c |3 +- arch/arm/cpu/arm720t/interrupts.c |5 +- arch/arm/cpu/arm720t/start.S

[U-Boot] [PATCH 1/9] tegra2: move tegra2 SoC code to arch/arm/cpu/tegra2-common

2012-05-10 Thread Allen Martin
In preparation for splitting out the armv4t code from tegra2, move the tegra2 SoC code to arch/arm/cpu/tegra2-common. This code will be compiled armv4t for the arm7tdmi and armv7 for the cortex A9. Signed-off-by: Allen Martin --- Makefile |3 ++ arc

[U-Boot] [PATCH 3/9] ARM: Fix arm720t SPL build

2012-05-10 Thread Allen Martin
Take a few SPL fixes from armv7 and apply them to arm720t: -Use dummy exception handlers for SPL build -Initialize relocation register r9 to 0 for the case of no relocation -ifdef out interrupt handler code Signed-off-by: Allen Martin --- arch/arm/cpu/arm720t/start.S | 13 + 1 file

[U-Boot] [PATCH 6/9] tegra: enable SPL build for seaboard

2012-05-10 Thread Allen Martin
Signed-off-by: Allen Martin --- boards.cfg |2 +- include/configs/seaboard.h |9 + include/configs/tegra2-common.h | 19 +++ 3 files changed, 29 insertions(+), 1 deletion(-) diff --git a/boards.cfg b/boards.cfg index 4436053..30ceddc 10

[U-Boot] [PATCH 7/9] tegra: add u-boot.t2 target

2012-05-10 Thread Allen Martin
Add target for tegra2 u-boot image. This is a concatenation of tegra spl and normal u-boot binaries. Signed-off-by: Allen Martin --- Makefile|6 ++ board/nvidia/seaboard/config.mk |1 + 2 files changed, 7 insertions(+) create mode 100644 board/nvidia/seaboar

[U-Boot] [PATCH 9/9] tegra2: Remove USE_PRIVATE_LIBGCC and armv4t build flags

2012-05-10 Thread Allen Martin
These flags were necessary when building tegra2 as a single binary that supported ARM7TDMI and Cortex A9. Now that the ARM7TDMI support is split into a separate SPL, this is no longer necessary. Signed-off-by: Allen Martin --- arch/arm/cpu/armv7/tegra2/config.mk |8 1 file changed,

[U-Boot] [PATCH 0/9] split tegra arm7 code into separate SPL

2012-05-10 Thread Allen Martin
This patch series fixes a long standing problem with the tegra2 u-boot build. Tegra2 contains an ARM7TDMI boot processor and a Cortex A9 main processor. Prior to this patch series this was accomplished by #ifdefing out any armv7 code from the early boot sequence and creating a single binary that

[U-Boot] [PATCH 2/9] mkconfig: add support for SPL CPU

2012-05-10 Thread Allen Martin
Add support for specifying a differnt CPU for main u-boot and SPL u-boot builds. This is done by adding an optional SPL CPU after the main CPU in boards.cfg as follows: normal_cpu:spl_cpu This this case CPU will be set to "normal_cpu" during the main u-boot build and "spl_cpu" during the SP

[U-Boot] [PATCH 4/9] tegra: Add SPL build support to tegra boards

2012-05-10 Thread Allen Martin
Include board.c for both SPL and non-SPL build. Don't use timer_init from board.c for SPL build. Signed-off-by: Allen Martin --- board/nvidia/common/Makefile |2 +- board/nvidia/common/board.c |2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/board/nvidia/common/Make