[U-Boot] [PATCH] Improve MAKEALL parallel builds

2012-05-10 Thread Andy Fleming
The patch that added parallel builds broke MAKEALL -l, so this fixes that. At the same time, it improves the termination so that it shuts down the build threads if you cancel the build. Lastly, it removes a bunch of debug code. Signed-off-by: Andy Fleming aflem...@freescale.com --- MAKEALL |

[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 amar...@nvidia.com --- board/nvidia/common/Makefile |2 +- board/nvidia/common/board.c |2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git

[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 SPL

[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 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 amar...@nvidia.com --- arch/arm/cpu/armv7/tegra2/config.mk |8

[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 amar...@nvidia.com --- Makefile|6 ++ board/nvidia/seaboard/config.mk |1 + 2 files changed, 7 insertions(+) create mode 100644

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

2012-05-10 Thread Allen Martin
Signed-off-by: Allen Martin amar...@nvidia.com --- 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

[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 amar...@nvidia.com --- arch/arm/cpu/arm720t/start.S | 13

[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 amar...@nvidia.com --- Makefile

[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 amar...@nvidia.com --- arch/arm/cpu/arm720t/cpu.c |3 +- arch/arm/cpu/arm720t/interrupts.c |5 +-

[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 amar...@nvidia.com --- arch/arm/cpu/armv7/start.S |2 - arch/arm/cpu/tegra2-common/ap20.c | 257 +--- arch/arm/cpu/tegra2-common/ap20.h | 102 --

[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 phil.edwor...@renesas.com --- 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

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 rajeshwar...@samsung.com wrote: This patch adds a function to set usb host mode to USB 2.0 HOST Link for EXYNOS5 Signed-off-by: Rajeshwari Shinde rajeshwar...@samsung.com --- Changes for v2:        - Setting SYSREG registers was moved to System.c      

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 rajeshwar...@samsung.com wrote: This patch adds functions to enable/disable the power of USB host controller for EXYNOS5. Signed-off-by: Vivek Gautam gautam.vi...@samsung.com Signed-off-by: Che-Liang Chiou clch...@chromium.org

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

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

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

2012-05-10 Thread srikanth.reddy
From: Srikanth Reddy Vintha srikanth.re...@lntinfotech.com 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

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

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

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-by:

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 mohamed.han...@lntinfotech.com wrote: * Support for qc_mmc MMC Controller Signed-off-by: Mohamed Haneef mohamed.han...@lntinfotech.com --- +#ifndef __MMC_H__ +#define __MMC_H__ + +#ifndef MMC_SLOT

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

2012-05-10 Thread mohamed.haneef
From: Mohamed Haneef mohamed.han...@lntinfotech.com * Support for qc_mmc MMC Controller Signed-off-by: Mohamed Haneef mohamed.han...@lntinfotech.com changes for v2: - changed the patch title to support for qc_mmc MMC Controller changes for v3: - removed the unnecessary type casting

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

2012-05-10 Thread Fabio Estevam
From: Otavio Salvador ota...@ossystems.com.br The macro mistakenly referred to 32bit struct instead of 8bit one. Signed-off-by: Otavio Salvador ota...@ossystems.com.br Cc: Fabio Estevam fabio.este...@freescale.com Cc: Marek Vasut ma...@denx.de --- arch/arm/include/asm/arch-mx28/regs-common.h |

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

2012-05-10 Thread Fabio Estevam
From: Otavio Salvador ota...@ossystems.com.br 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 ota...@ossystems.com.br Cc: Fabio Estevam

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 dh09@samsung.com 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

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 dh09@samsung.com wrote: From 01bebda80c7cb128048e4c1c89f2b5b1cdbfd67d Mon Sep 17 00:00:00 2001 From: Donghwa Lee dh09@samsung.com Date: Thu, 10 May 2012 12:02:55 +0900 Subject: [PATCH] v5: create lib/tizen directory This directory includes tizen logo

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

2012-05-10 Thread Marek Vasut
Dear Fabio Estevam, From: Otavio Salvador ota...@ossystems.com.br 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

[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 mich...@walle.cc --- include/common.h |4 lib/Makefile |1 + lib/rand.c | 43 +++ 3 files changed, 48 insertions(+), 0 deletions(-) create mode

[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()

[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 mich...@walle.cc --- include/net.h | 15 +++ net/eth.c | 20 2 files changed, 35 insertions(+), 0 deletions(-) diff --git

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

2012-05-10 Thread Michael Walle
Signed-off-by: Michael Walle mich...@walle.cc --- 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

[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 mich...@walle.cc Cc: Prafulla Wadaskar prafu...@marvell.com Cc: Wolfgang Denk w...@denx.de --- This patch depends on PATCH v4 0/3] net: helper functions.

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

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 albert.u.b...@aribaud.netwrote: 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 Glasss...@chromium.org --- Changes in v3: - Add new patch

[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

[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 s...@chromium.org --- 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

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 to

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 twar...@nvidia.com 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

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

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 twar...@nvidia.com 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 Simon Glass
Hi Graeme, On Thu, May 10, 2012 at 4:45 PM, Graeme Russ graeme.r...@gmail.com wrote: Hi Tom, On Fri, May 11, 2012 at 8:56 AM, Tom Warren twar...@nvidia.com wrote: Simon, -Original Message- From: Simon Glass [mailto:s...@chromium.org] Sent: Thursday, May 10, 2012 2:38 PM

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

2012-05-10 Thread Fabio Estevam
From: Fabio Estevam fabio.este...@freescale.com 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

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

2012-05-10 Thread Fabio Estevam
From: Fabio Estevam fabio.este...@freescale.com 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 fabio.este...@freescale.com ---

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

2012-05-10 Thread Fabio Estevam
From: Fabio Estevam fabio.este...@freescale.com 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:

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 fabio.este...@freescale.com The

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 fabio.este...@freescale.com Add

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