[U-Boot] Author: Chandan Nath chandan.n...@ti.com

2011-10-17 Thread Chandan Nath
am335x: Corrected IA TLK110 PHY address This patch is added to correct TLK110 PHY address. The PHY address is changed from 01 (1) to 1e (0) Signed-off-by: Chandan Nath chandan.n...@ti.com Signed-off-by: Hebbar, Gururaja gururaja.heb...@ti.com diff --git

Re: [U-Boot] Author: Chandan Nath chandan.n...@ti.com

2011-10-17 Thread Kumar Nath, Chandan
Sorry, Please discard this mail. Regards Chandan -Original Message- From: Kumar Nath, Chandan Sent: Monday, October 17, 2011 12:10 PM To: Mohammed, Afzal; u-boot@lists.denx.de Cc: Kumar Nath, Chandan Subject: Author: Chandan Nath chandan.n...@ti.com am335x: Corrected IA

Re: [U-Boot] [PATCH] imx: imx31_phycore.h: fix checkpatch warnings

2011-10-17 Thread Stefano Babic
On 10/16/2011 12:00 AM, Anatolij Gustschin wrote: Cleanup board config file and fix issues reported by checkpatch.pl script. Signed-off-by: Anatolij Gustschin ag...@denx.de Cc: Stefano Babic sba...@denx.de --- include/configs/imx31_phycore.h | 112

[U-Boot] [PATCH v2 4/5] dm365: add support to print cpu clock information

2011-10-17 Thread manjunath.hadli
From: Manjunath Hadli manjunath.ha...@ti.com add support for dm365 in speed.c file to use appropriate PLL clocks to calculate cpu frequency and print. Signed-off-by: sugumar sugu...@ti.com Signed-off-by: Manjunath Hadli manjunath.ha...@ti.com --- arch/arm/cpu/arm926ejs/davinci/speed.c | 43

[U-Boot] [PATCH v2 3/5] davinci: add clocks command

2011-10-17 Thread manjunath.hadli
From: Manjunath Hadli manjunath.ha...@ti.com add 'clocks' command to print various clock frequency info found in SOC such as ARM core frequency, DSP core frequency and DDR frequency. Signed-off-by: Manjunath Hadli manjunath.ha...@ti.com --- arch/arm/cpu/arm926ejs/davinci/speed.c | 25

[U-Boot] [PATCH v2 5/5] da8xx: print ARM and DDR frequency from u-boot

2011-10-17 Thread manjunath.hadli
From: Manjunath Hadli manjunath.ha...@ti.com print ARM and DDR frequency for da8xx as part of clocks command and a function is added in hardware.h to find which PLL clock is used. Signed-off-by: Rajashekhara, Sudhakar sudhakar@ti.com Signed-off-by: Manjunath Hadli manjunath.ha...@ti.com ---

[U-Boot] [PATCH v2 2/5] davinci: remove macro CONFIG_DISPLAY_CPUINFO

2011-10-17 Thread manjunath.hadli
From: Manjunath Hadli manjunath.ha...@ti.com remove the macro CONFIG_DISPLAY_CPUINFO as it is no longer required. This is because clock info will be printed as part 'clocks' command. Signed-off-by: Manjunath Hadli manjunath.ha...@ti.com --- arch/arm/cpu/arm926ejs/davinci/speed.c |2 --

[U-Boot] [PATCH v2 0/5] addition of clocks command for davinci

2011-10-17 Thread manjunath.hadli
From: Manjunath Hadli manjunath.ha...@ti.com This patch series adds new command - 'clocks' for davinci family of SOCs. The command prints CPU, DSP core frequencies and DDR frequency. Also, support for printing frequency info during u-boot initialization is removed as it will delay u-boot coming

[U-Boot] [PATCH v2 1/5] davinci : move clock related functions to new file

2011-10-17 Thread manjunath.hadli
From: Manjunath Hadli manjunath.ha...@ti.com move the functions related to clock from cpu.c to the new file speed.c. Removed volatile where ever possible and replaced REG instructions by readl. Signed-off-by: Manjunath Hadli manjunath.ha...@ti.com --- arch/arm/cpu/arm926ejs/davinci/Makefile |

[U-Boot] [GIT PULL] Pull request: u-boot-imx

2011-10-17 Thread Stefano Babic
Hi Albert, please pull from u-boot-imx, thanks. Generating the pull request I see that three patches are missing (the three patches by Łukasz Majewski). However, everything in the tree seems correct and the tree is already rebased on uboot_arm. Let me know if you find any issue. The following

Re: [U-Boot] [PATCH v2 3/3] mkimage: adding support for Davinci AIS image

2011-10-17 Thread Stefano Babic
On 10/15/2011 10:23 PM, Wolfgang Denk wrote: Dear Stefano Babic, In message 1317889214-10567-1-git-send-email-sba...@denx.de you wrote: Some Davinci processors supports the Application Image Script (AIS) boot process. The patch adds the generation of the AIS image inside the mkimage tool to

Re: [U-Boot] [PATCH v2] tools/env: add posibility to inject configuration

2011-10-17 Thread Andreas Bießmann
Am 31.08.2011 17:26, schrieb Andreas Bießmann: If one wants to use fw_printenv/fw_setenv in special variants (eg compiled in MTD parameters without configuration file) he needs to change the sources. This patch add the posibillity to change the behaviour of fw_printenv by defining a specific

Re: [U-Boot] [PATCH v2 3/3] mkimage: adding support for Davinci AIS image

2011-10-17 Thread Wolfgang Denk
Dear Stefano Babic, In message 4e9be578.6000...@denx.de you wrote: This doesn't apply any more - please rebase, and keep list sorted. Sure - I think the list you mean is uimage_type[], right ? Yes. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk

[U-Boot] [PATCH V3 3/3] mkimage: adding support for Davinci AIS image

2011-10-17 Thread Stefano Babic
Some Davinci processors supports the Application Image Script (AIS) boot process. The patch adds the generation of the AIS image inside the mkimage tool to make possible to generate a bootable U-boot without external tools (TI Davinci AIS Generator). Signed-off-by: Stefano Babic sba...@denx.de

Re: [U-Boot] [PATCH v2 3/5] davinci: add clocks command

2011-10-17 Thread Andreas Bießmann
Dear Manjunath Hadli, Am 17.10.2011 10:01, schrieb manjunath.ha...@ti.com: From: Manjunath Hadli manjunath.ha...@ti.com add 'clocks' command to print various clock frequency info found in SOC such as ARM core frequency, DSP core frequency and DDR frequency. Isn't that the job of command

Re: [U-Boot] [PATCH] kirkwood_spi: add dummy spi_init()

2011-10-17 Thread Prafulla Wadaskar
-Original Message- From: Michael Walle [mailto:mich...@walle.cc] Sent: Monday, October 17, 2011 2:13 AM To: Wolfgang Denk Cc: u-boot@lists.denx.de; Prafulla Wadaskar Subject: Re: [PATCH] kirkwood_spi: add dummy spi_init() Hi Wolfgang, Am Sonntag 16 Oktober 2011, 22:25:11

Re: [U-Boot] [PATCH v2 3/5] davinci: add clocks command

2011-10-17 Thread Wolfgang Denk
Dear =?ISO-8859-1?Q?Andreas_Bie=DFmann?=, In message 4e9c017d.1080...@gmail.com you wrote: add 'clocks' command to print various clock frequency info found in SOC such as ARM core frequency, DSP core frequency and DDR frequency. Isn't that the job of command 'bdi'? Why introduce a new,

Re: [U-Boot] [PATCH 3/4] net: drop !NET_MULTI code

2011-10-17 Thread Wolfgang Denk
Dear Mike Frysinger, In message 1317585688-3396-4-git-send-email-vap...@gentoo.org you wrote: This is long over due. All but two net drivers have been converted, but those have now been dropped. The only thing left to do is actually delete all references to NET_MULTI and code that is

Re: [U-Boot] [PATCH v2 1/2] Introduce generic TPM support in u-boot

2011-10-17 Thread Marek Vasut
On Sunday, October 16, 2011 09:49:19 PM Vadim Bendebury wrote: On Sun, Oct 16, 2011 at 5:28 AM, Marek Vasut marek.va...@gmail.com wrote: On Sunday, October 16, 2011 05:45:40 AM Vadim Bendebury wrote: On Sat, Oct 15, 2011 at 8:31 PM, Marek Vasut marek.va...@gmail.com wrote: On Sunday,

Re: [U-Boot] [PATCH v4 2/2] NS16550: buffer reads

2011-10-17 Thread Wolfgang Denk
Dear Simon Glass, In message 1318742050-2201-2-git-send-email-...@chromium.org you wrote: ... With it enabled, on ppc it's an extra 396 bytes of image size, and 1056 bytes of BSS. ARM note from Simon Glass s...@chromium.org - ARM code size goes from 212 to 484 bytes (extra 272 bytes), BSS

[U-Boot] [PATCH] dcache:s5p CONFIG_SYS_CACHELINE_SIZE added for s5p GONI target

2011-10-17 Thread Lukasz Majewski
Define the D-cache line size for S5PC110 GONI reference target. Signed-off-by: Lukasz Majewski l.majew...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com Cc: Minkyu Kang mk7.k...@samsung.com --- include/configs/s5p_goni.h |2 ++ 1 files changed, 2 insertions(+), 0

[U-Boot] [PATCH] dcache:s5p CONFIG_SYS_CACHELINE_SIZE added for s5p UNIVERSAL C210 target

2011-10-17 Thread Lukasz Majewski
Define the D-cache line size for S5PC210 UNIVERSAL reference target. Signed-off-by: Lukasz Majewski l.majew...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com Cc: Minkyu Kang mk7.k...@samsung.com --- include/configs/s5pc210_universal.h |2 ++ 1 files changed, 2

[U-Boot] [PATCH v4 0/2] usb:gadget:s5p USB Device Controller (UDC) implementation

2011-10-17 Thread Lukasz Majewski
This patch series adds support for Samsung's USB Device Controller (UDC) on GONI reference target. Lukasz Majewski (2): usb:gadget:s5p USB Device Controller (UDC) implementation usb:gadget:s5p Enabling the USB Gadget framework at GONI arch/arm/include/asm/arch-s5pc1xx/cpu.h|4 +

[U-Boot] [PATCH v4 2/2] usb:gadget:s5p Enabling the USB Gadget framework at GONI

2011-10-17 Thread Lukasz Majewski
This commit is enabling support for USB Gadgets support at GONI reference target. It uses new generic PMIC framework. Signed-off-by: Lukasz Majewski l.majew...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com Cc: Minkyu Kang mk7.k...@samsung.com Cc: Remy Bohmer li...@bohmer.net

Re: [U-Boot] [PATCH 3/5 v1] integrator: do not test first part of the memory

2011-10-17 Thread Linus Walleij
Hi Arnaud, On Sun, Oct 16, 2011 at 5:51 PM, Albert ARIBAUD albert.u.b...@aribaud.net wrote: Le 18/09/2011 09:52, Linus Walleij a écrit : When booting from Flash, the Integrator remaps its flash memory from 0x2400 to 0x, and starts executing it at 0x. This ROM thus hides

Re: [U-Boot] [PATCH v4 2/2] NS16550: buffer reads

2011-10-17 Thread Wolfgang Denk
Dear Simon, In message 1318742050-2201-2-git-send-email-...@chromium.org you wrote: This improves the performance of U-Boot when accepting rapid input, such as pasting a sequence of commands. Without this patch, on P4080DS I see a maximum of around 5 lines can be pasted. With this patch,

Re: [U-Boot] [PATCH v4 2/2] NS16550: buffer reads

2011-10-17 Thread Wolfgang Denk
Dear Simon, I wrote: - However, your implementation does not result in reliable multi-line input. It works only in a few specific use cases, and will fail silently for others. I don't see a way ho you would announce this new feature. The numbers you mention in the commit message (it

[U-Boot] [PATCH] Makefile: prevent libgcc to be linked twice

2011-10-17 Thread Nicolas Ferre
If we define USE_PRIVATE_LIBGCC, PLATFORM_LIBS is used during link. During this last link editing, libgcc may be listed twice and fail. Prevent this using filter-out in top Makefile. Signed-off-by: Nicolas Ferre nicolas.fe...@atmel.com --- Makefile |3 ++- 1 files changed, 2 insertions(+), 1

[U-Boot] [PATCH] powerpc: net: restore fcc addr logic

2011-10-17 Thread Mike Frysinger
In the recent dropping of !NET_MULTI code (commit e2a53458a7ab37523304), I misread the logic in include/net.h. Some of it was used by NET_MULTI code. So restore it to fix failing boards, and do so in the powerpc asm config header (which is a better place anyways). Signed-off-by: Mike Frysinger

Re: [U-Boot] [PATCH] powerpc: net: restore fcc addr logic

2011-10-17 Thread Mike Frysinger
On Monday 17 October 2011 10:46:20 Mike Frysinger wrote: In the recent dropping of !NET_MULTI code (commit e2a53458a7ab37523304), I misread the logic in include/net.h. Some of it was used by NET_MULTI code. So restore it to fix failing boards, and do so in the powerpc asm config header

[U-Boot] [PATCH 4/5] usbtty: init endpoints prior to startup events

2011-10-17 Thread Stefan Herbrechtsmeier
On some usb device controllers (pxa) the endpoint configuration must be programmed prior to enable it. Signed-off-by: Stefan Herbrechtsmeier sherb...@cit-ec.uni-bielefeld.de CC: Marek Vasut marek.va...@gmail.com CC: Remy Bohmer li...@bohmer.net --- drivers/serial/usbtty.c |4 ++-- 1 files

[U-Boot] [PATCH 3/5] pxa: convert pxa27x_udc to use read and write functions

2011-10-17 Thread Stefan Herbrechtsmeier
Signed-off-by: Stefan Herbrechtsmeier sherb...@cit-ec.uni-bielefeld.de CC: Marek Vasut marek.va...@gmail.com CC: Remy Bohmer li...@bohmer.net --- arch/arm/include/asm/arch-pxa/pxa-regs.h |8 +- drivers/usb/gadget/pxa27x_udc.c | 183 -- 2 files changed,

[U-Boot] [PATCH 5/5] pxa: fix relocation

2011-10-17 Thread Stefan Herbrechtsmeier
The current relocation don't work correct, as it doesn't clear the initial ram (dcache) after relocation. This leads to missing bootargs during Linux boot. Additionally the current relocation use the sdram address for the initial ram which introduce a bug in the sdram initialization. This patch

[U-Boot] [PATCH 1/5] pxa: fix usb host register mismatch

2011-10-17 Thread Stefan Herbrechtsmeier
Signed-off-by: Stefan Herbrechtsmeier sherb...@cit-ec.uni-bielefeld.de CC: Marek Vasut marek.va...@gmail.com CC: Remy Bohmer li...@bohmer.net --- arch/arm/cpu/pxa/usb.c |2 +- arch/arm/include/asm/arch-pxa/pxa-regs.h |2 ++ 2 files changed, 3 insertions(+), 1

[U-Boot] [PATCH 2/5] pxa: activate the first usb host port on pxa27x by default

2011-10-17 Thread Stefan Herbrechtsmeier
The pxa27x has 3 usb host ports. Activate all by default. Signed-off-by: Stefan Herbrechtsmeier sherb...@cit-ec.uni-bielefeld.de CC: Marek Vasut marek.va...@gmail.com CC: Remy Bohmer li...@bohmer.net --- arch/arm/cpu/pxa/usb.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff

[U-Boot] [PATCH 4/5] altera_tse: m88e1111s: Honor device flags regarding PHY interface mode.

2011-10-17 Thread Joachim Foerster
Note: This is kind of guess work. The current code is preserved for all RGMII related modes. It is different for flags=0 (GMII) and flags=5 (SGMII). The last case, SGMII, is successfully tested on Altera's Terasic DE4. Signed-off-by: Joachim Foerster joachim.foers...@missinglinkelectronics.com

[U-Boot] [PATCH 2/5] altera_tse: Fix SGDMA reset triggering.

2011-10-17 Thread Joachim Foerster
The SW_RESET needs to be set! Signed-off-by: Joachim Foerster joachim.foers...@missinglinkelectronics.com --- drivers/net/altera_tse.c |8 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/net/altera_tse.c b/drivers/net/altera_tse.c index c7f8ba9..8bc600a 100644

[U-Boot] [PATCH 1/5] altera_tse: Clear SGDMA's RUN bit in async case, too.

2011-10-17 Thread Joachim Foerster
Signed-off-by: Joachim Foerster joachim.foers...@missinglinkelectronics.com --- drivers/net/altera_tse.c |6 ++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/drivers/net/altera_tse.c b/drivers/net/altera_tse.c index 54a944b..c7f8ba9 100644 --- a/drivers/net/altera_tse.c

[U-Boot] [PATCH 0/5] altera_tse: Several small, but relevant fixes/feature

2011-10-17 Thread Joachim Foerster
This patch series comprises small, but relevant fixes, regarding the driver for Altera's TSE ip core. They are needed to make it run on a Terasic DE4 board. The new feature is the support for dedicated descriptor memory. Joachim Foerster (5): altera_tse: Clear SGDMA's RUN bit in async case,

[U-Boot] [PATCH 3/5] altera_tse: Add support for dedicated descriptor memory.

2011-10-17 Thread Joachim Foerster
Signed-off-by: Joachim Foerster joachim.foers...@missinglinkelectronics.com --- board/altera/nios2-generic/nios2-generic.c | 10 +- drivers/net/altera_tse.c | 19 --- include/netdev.h |3 ++- 3 files changed, 27

[U-Boot] [PATCH 5/5] altera_tse: Fix return of eth_device's recv() callback.

2011-10-17 Thread Joachim Foerster
Signed-off-by: Joachim Foerster joachim.foers...@missinglinkelectronics.com --- drivers/net/altera_tse.c |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/drivers/net/altera_tse.c b/drivers/net/altera_tse.c index 04e19cb..c4ff8c7 100644 --- a/drivers/net/altera_tse.c +++

[U-Boot] [PATCH 1/2] gpio: Add driver for Altera's PIO core

2011-10-17 Thread Joachim Foerster
This driver may handle multiple PIO cores and thus needs to be setup by calling the altera_pio_init() function within the early board setup routine. The driver comes with some extras, see below the copyleft header. Signed-off-by: Joachim Foerster joachim.foers...@missinglinkelectronics.com ---

[U-Boot] [PATCH 0/2] Replace nios2-generic's gpio.c with dedicated driver.

2011-10-17 Thread Joachim Foerster
Let's have a dedicated driver for Altera's PIO ip core, which does not have to be duplicated for each board using PIO. Joachim Foerster (2): gpio: Add driver for Altera's PIO core board/nios2-generic: Use altera_pio driver and remove board specific driver arch/nios2/include/asm/gpio.h

[U-Boot] [PATCH 2/2] board/nios2-generic: Use altera_pio driver and remove board specific driver

2011-10-17 Thread Joachim Foerster
Signed-off-by: Joachim Foerster joachim.foers...@missinglinkelectronics.com --- board/altera/nios2-generic/Makefile |1 - board/altera/nios2-generic/gpio.c | 71 --- include/configs/nios2-generic.h |4 ++ 3 files changed, 4 insertions(+), 72

[U-Boot] [PATCH] powerpc: cpm2 boards: update fcc register logic

2011-10-17 Thread Mike Frysinger
In the recent dropping of !NET_MULTI code (commit e2a53458a7ab37523304), I misread the logic in include/net.h. Some of it was used by NET_MULTI code as glue between the multi/non-multi worlds for cpm2 boards. Rather than restore the block of code, push the logic to the board config headers where

[U-Boot] [RFC PATCH] nios2: Pseudo implement dcache_status/enable/disable()

2011-10-17 Thread Joachim Foerster
AFAIK the NIOS2 architecture does not have any possibility to dynamically switch off the data cache. So _status() always reports 1 and _enable/_disable() just issue a flush of everything. For example, common/cmd_elf.c depends on these symbols. Signed-off-by: Joachim Foerster

Re: [U-Boot] How to unsubscribe.

2011-10-17 Thread Mike Frysinger
On Monday 17 October 2011 00:56:37 Sandeep Kumar wrote: How can I unsubscribe from this mailing list. read the link at the end of every e-mail -mike ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [RFC PATCH] nios2: Pseudo implement dcache_status/enable/disable()

2011-10-17 Thread Mike Frysinger
On Monday 17 October 2011 11:40:09 Joachim Foerster wrote: +void dcache_enable(void) +{ + flush_dcache(CONFIG_SYS_DCACHE_SIZE, CONFIG_SYS_DCACHELINE_SIZE); + return; +} + +void dcache_disable(void) +{ + flush_dcache(CONFIG_SYS_DCACHE_SIZE, CONFIG_SYS_DCACHELINE_SIZE); +

Re: [U-Boot] [PATCH v4 2/2] NS16550: buffer reads

2011-10-17 Thread Simon Glass
Hi Wolfgang, On Mon, Oct 17, 2011 at 4:08 AM, Wolfgang Denk w...@denx.de wrote: Dear Simon Glass, In message 1318742050-2201-2-git-send-email-...@chromium.org you wrote: ... With it enabled, on ppc it's an extra 396 bytes of image size, and 1056 bytes of BSS. ARM note from Simon Glass

[U-Boot] [PATCH v2] nios2: Pseudo implement dcache_status/enable/disable()

2011-10-17 Thread Joachim Foerster
AFAIK the NIOS2 architecture does not have any possibility to dynamically switch off the data cache. So _status() always reports 1 and _enable/_disable() just issue a flush of everything. For example, common/cmd_elf.c depends on these symbols. Signed-off-by: Joachim Foerster

Re: [U-Boot] [PATCH v4 2/2] NS16550: buffer reads

2011-10-17 Thread Simon Glass
Hi Wolfgang, On Mon, Oct 17, 2011 at 5:18 AM, Wolfgang Denk w...@denx.de wrote: Dear Simon, In message 1318742050-2201-2-git-send-email-...@chromium.org you wrote: This improves the performance of U-Boot when accepting rapid input, such as pasting a sequence of commands. Without this

Re: [U-Boot] [PATCH] dcache:s5p CONFIG_SYS_CACHELINE_SIZE added for s5p GONI target

2011-10-17 Thread Anton Staaf
On Mon, Oct 17, 2011 at 4:42 AM, Lukasz Majewski l.majew...@samsung.com wrote: Define the D-cache line size for S5PC110 GONI reference target. Signed-off-by: Lukasz Majewski l.majew...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com Acked-by: Anton Staaf

Re: [U-Boot] [PATCH] dcache:s5p CONFIG_SYS_CACHELINE_SIZE added for s5p UNIVERSAL C210 target

2011-10-17 Thread Anton Staaf
On Mon, Oct 17, 2011 at 4:42 AM, Lukasz Majewski l.majew...@samsung.com wrote: Define the D-cache line size for S5PC210 UNIVERSAL reference target. Signed-off-by: Lukasz Majewski l.majew...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com Acked-by: Anton Staaf

Re: [U-Boot] [PATCH] Makefile: prevent libgcc to be linked twice

2011-10-17 Thread Mike Frysinger
On Monday 17 October 2011 09:41:15 Nicolas Ferre wrote: If we define USE_PRIVATE_LIBGCC, PLATFORM_LIBS is used during link. During this last link editing, libgcc may be listed twice and fail. Prevent this using filter-out in top Makefile. could you please provide more details ? libgcc should

Re: [U-Boot] [PATCH 3/5] pxa: convert pxa27x_udc to use read and write functions

2011-10-17 Thread Marek Vasut
On Monday, October 17, 2011 05:22:48 PM Stefan Herbrechtsmeier wrote: Signed-off-by: Stefan Herbrechtsmeier sherb...@cit-ec.uni-bielefeld.de CC: Marek Vasut marek.va...@gmail.com CC: Remy Bohmer li...@bohmer.net --- Hi Stefan, this patch is awesome, I really need this one. But ... Can you

[U-Boot] [PATCH v2] arm926ejs: add NXP LPC32x0 cpu series support

2011-10-17 Thread Vladimir Zapolskiy
This change adds initial support for NXP LPC32x0 SoC series. Signed-off-by: Vladimir Zapolskiy v...@mleia.com --- Changes from v1: * BIT(n) and SBF(s, v) macro are not used anymore * removed NS16550 and 14-clock UART definitions from uart.h * added devices.c file, which contains standard UART

[U-Boot] mx5 configs: CONFIG_PRIME should really be CONFIG_ETHPRIME

2011-10-17 Thread Wolfgang Grandegger
Signed-off-by: Wolfgang Grandegger w...@denx.de --- include/configs/mx51evk.h |2 +- include/configs/mx53ard.h |2 +- include/configs/mx53evk.h |2 +- include/configs/mx53loco.h |2 +- include/configs/mx53smd.h |2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff

[U-Boot] [PATCH] ehci-fsl: correct size of ehci caplength

2011-10-17 Thread Wolfgang Grandegger
According to the EHCI specification the Capability Register Length has a size of 8 bits. Signed-off-by: Wolfgang Grandegger w...@denx.de --- include/usb/ehci-fsl.h | 25 + 1 files changed, 13 insertions(+), 12 deletions(-) diff --git a/include/usb/ehci-fsl.h

[U-Boot] [PATCH] ehci-mxc: remove incorrect comment

2011-10-17 Thread Wolfgang Grandegger
The USB port to be used is determined by CONFIG_MXC_USB_PORT. So, it appears that the comment is not correct. Remove it. Signed-off-by: Wolfgang Grandegger w...@denx.de --- drivers/usb/host/ehci-mxc.c |1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git

[U-Boot] [PATCH] mx5 configs: CONFIG_PRIME should really be CONFIG_ETHPRIME

2011-10-17 Thread Wolfgang Grandegger
Signed-off-by: Wolfgang Grandegger w...@denx.de --- Resend due to missing [PATCH] prefix. include/configs/mx51evk.h |2 +- include/configs/mx53ard.h |2 +- include/configs/mx53evk.h |2 +- include/configs/mx53loco.h |2 +- include/configs/mx53smd.h |2 +- 5 files

[U-Boot] [PATCH v6 1/2] Introduce generic TPM support in u-boot

2011-10-17 Thread Vadim Bendebury
TPM (Trusted Platform Module) is an integrated circuit and software platform that provides computer manufacturers with the core components of a subsystem used to assure authenticity, integrity and confidentiality. This driver supports version 1.2 of the TCG (Trusted Computing Group)

[U-Boot] [PATCH] davinci: remove config.mk file from the sources

2011-10-17 Thread Vladimir Zapolskiy
To compile TI Davinci SoC support the identical config.mk file from the cpu directory shall be used. Signed-off-by: Vladimir Zapolskiy v...@mleia.com --- arch/arm/cpu/arm926ejs/davinci/config.mk | 32 -- 1 files changed, 0 insertions(+), 32 deletions(-) delete mode

[U-Boot] See attached and respond

2011-10-17 Thread Vivi Larssen
Award3.rtf Description: RTF file ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH] tools: make it possible to build tools unconfigured

2011-10-17 Thread Wolfgang Denk
Dear Ilya, In message 1308173853-20178-1-git-send-email-ya...@emcraft.com you wrote: Sometimes we want to build common tools without configuring for specific target. Currently top Makefile has some support for this but it doesn't work. This patch tries to fix this. Things changed: -

Re: [U-Boot] [PATCH] zlib: handle overflow while calculating available stream input size

2011-10-17 Thread Wolfgang Denk
Dear Anatolij Gustschin, In message 1318696372-13816-1-git-send-email-ag...@denx.de you wrote: If compressed data is located in sectors at the end of the flash and it's offset + input stream size 0x, the uncompressing time is very long, since processing of the stream is done bytewise

Re: [U-Boot] Pull request: u-boot-video/master

2011-10-17 Thread Wolfgang Denk
Dear Anatolij Gustschin, In message 20111015215457.04c4056f@wker you wrote: Hello Wolfgang, The following changes since commit d8fffa057c9430fd0c5104ab6ff7db4cdb03db51: Merge branch 'master' of git://git.denx.de/u-boot-mips (2011-10-12 22:47:15 +0200) are available in the git

Re: [U-Boot] Pull request u-boot-blackfin.git

2011-10-17 Thread Wolfgang Denk
Dear Mike Frysinger, In message 1318789406-8473-1-git-send-email-vap...@gentoo.org you wrote: The following changes since commit 8d80d057537fd536c8cc2252dc18ec3dea9a47e2: serial_exit: punt unused prototype (2011-10-15 22:20:59 +0200) are available in the git repository at:

Re: [U-Boot] [PATCH] kw_gpio: fix error in kw_gpio_direction_input

2011-10-17 Thread Wolfgang Denk
Dear Holger Brunck, In message 1314004866-11454-1-git-send-email-holger.bru...@keymile.com you wrote: The function kw_gpio_is_valid returns zero on success, so adapt the error check accordingly. Signed-off-by: Holger Brunck holger.bru...@keymile.com cc: Prafulla Wadaskar

Re: [U-Boot] [PATCH V4 7/9] DM9000:Add a byte swap macro for dm9000 io operation.

2011-10-17 Thread Wolfgang Denk
Dear Jason Jin, In message 1314258403-31530-1-git-send-email-jason@freescale.com you wrote: commit a45dde2293c816138e53c26eca6fd0322583f9a6 changed the dm9000 direct register access to standard IO. This should work on the ColdFire platform as there are corresponding macros for the LE

Re: [U-Boot] [PATCH 1/3] Makefile: Add generic build rules for include/asm/arch/asm-offsets.h

2011-10-17 Thread Wolfgang Denk
Dear Albert, In message 1314536593-14310-2-git-send-email-graeme.r...@gmail.com Graeme Russ wrote: Add three features to the top-level makefile: - Add include/asm/arch/asm-offsets.h as a dependency of the 'depend' target to eliminate 'file does not exist' errors during dependency

Re: [U-Boot] [PATCH 1/2] Add board_panic_no_console to deal with early critical errors

2011-10-17 Thread Wolfgang Denk
Dear Simon Glass, In message 1314633910-8550-2-git-send-email-...@chromium.org you wrote: Tested-by: Simon Glass s...@chromium.org Signed-off-by: Simon Glass s...@chromium.org --- include/common.h |8 lib/vsprintf.c | 26 -- 2 files changed, 32

Re: [U-Boot] [PATCH 2/2] Add check that console is ready before output

2011-10-17 Thread Wolfgang Denk
Dear Simon Glass, In message 1314633910-8550-3-git-send-email-...@chromium.org you wrote: If puts() or printf() is called before the console is ready, U-Boot will either hang or die. This adds a check for this so that debug() can be used in early code without concern that it will hang.

Re: [U-Boot] [PATCH v2] tools/env: add posibility to inject configuration

2011-10-17 Thread Wolfgang Denk
Dear =?UTF-8?q?Andreas=20Bie=C3=9Fmann?=, In message 1314804368-25687-1-git-send-email-biessm...@corscience.de you wrote: If one wants to use fw_printenv/fw_setenv in special variants (eg compiled in MTD parameters without configuration file) he needs to change the sources. This patch add the

Re: [U-Boot] [PATCH v5 01/13] Add generic, reusable menu code

2011-10-17 Thread Wolfgang Denk
Dear Jason Hobbs, In message 1314805054-16250-2-git-send-email-jason.ho...@calxeda.com you wrote: This will be used first by the pxe code, but is intended to be generic and reusable for other jobs in U-boot. Signed-off-by: Jason Hobbs jason.ho...@calxeda.com --- changes in v2: - new in

Re: [U-Boot] [PATCH v5 02/13] common, menu: use abortboot for menu timeout

2011-10-17 Thread Wolfgang Denk
Dear Jason Hobbs, In message 1314805054-16250-3-git-send-email-jason.ho...@calxeda.com you wrote: Signed-off-by: Jason Hobbs jason.ho...@calxeda.com --- changes in v2: - expose abortboot externally instead of using a wrapper - expose abortboot externally when CONFIG_MENU is set changes

Re: [U-Boot] [PATCH v5 03/13] common: add run_command2 for running simple or hush commands

2011-10-17 Thread Wolfgang Denk
Dear Jason Hobbs, In message 1314805054-16250-4-git-send-email-jason.ho...@calxeda.com you wrote: Signed-off-by: Jason Hobbs jason.ho...@calxeda.com Cc: Mike Frysinger vap...@gentoo.org --- changes in v2: - whitespace correction changes in v4: - fix indention of a run_command2 line -

Re: [U-Boot] [PATCH v5 04/13] Add isblank

2011-10-17 Thread Wolfgang Denk
Dear Jason Hobbs, In message 1314805054-16250-5-git-send-email-jason.ho...@calxeda.com you wrote: Existing ctype checks are implemented using a 256 byte lookup table, allowing each character to be in any of 8 character classes. Since there are 8 existing character classes without the blank

Re: [U-Boot] [PATCH v5 05/13] cosmetic: remove unneeded curly braces

2011-10-17 Thread Wolfgang Denk
Dear Jason Hobbs, In message 1314805054-16250-6-git-send-email-jason.ho...@calxeda.com you wrote: This prevents a checkpatch warning in the patch to use isblank Signed-off-by: Jason Hobbs jason.ho...@calxeda.com --- new in v4 changes in v5: - none common/main.c |6 ++ 1

Re: [U-Boot] [PATCH v5 06/13] Replace space and tab checks with isblank

2011-10-17 Thread Wolfgang Denk
Dear Jason Hobbs, In message 1314805054-16250-7-git-send-email-jason.ho...@calxeda.com you wrote: These are various places I found that checked for conditions equivalent to isblank. Signed-off-by: Jason Hobbs jason.ho...@calxeda.com --- new in v4 changes in v5: - none

Re: [U-Boot] [PATCH v5 07/13] README: document standard image variables

2011-10-17 Thread Wolfgang Denk
Dear Jason Hobbs, In message 1314805054-16250-8-git-send-email-jason.ho...@calxeda.com you wrote: With these documented, we can start pushing towards standardizing their use across boards. Signed-off-by: Jason Hobbs jason.ho...@calxeda.com Cc: Mike Frysinger vap...@gentoo.org --- new in

Re: [U-Boot] [PATCH v4 2/2] NS16550: buffer reads

2011-10-17 Thread Simon Glass
On Mon, Oct 17, 2011 at 4:08 AM, Wolfgang Denk w...@denx.de wrote: Dear Simon Glass, In message 1318742050-2201-2-git-send-email-...@chromium.org you wrote: ... With it enabled, on ppc it's an extra 396 bytes of image size, and 1056 bytes of BSS. ARM note from Simon Glass s...@chromium.org

Re: [U-Boot] [PATCH v5 08/13] lib: add uuid_str_to_bin for use with bootp and PXE uuid

2011-10-17 Thread Wolfgang Denk
Dear Jason Hobbs, In message 1314805054-16250-9-git-send-email-jason.ho...@calxeda.com you wrote: Signed-off-by: Jason Hobbs jason.ho...@calxeda.com --- changes for v2: - Move uuid_str_to_bin's prototype from uuid. to common.h - Place uuid.o make rule in sorted order and conditionalize

Re: [U-Boot] [PATCH v5 09/13] Add pxe command

2011-10-17 Thread Wolfgang Denk
Dear Jason Hobbs, In message 1314805054-16250-10-git-send-email-jason.ho...@calxeda.com you wrote: Add pxe command, which is intended to mimic PXELINUX functionality. 'pxe get' uses tftp to retrieve a file based on UUID, MAC address or IP address. 'pxe boot' interprets the contents of

Re: [U-Boot] [PATCH v5 10/13] net: bootp: add PXE/RFC 4578 DHCP options support

2011-10-17 Thread Wolfgang Denk
Dear Jason Hobbs, In message 1314805054-16250-11-git-send-email-jason.ho...@calxeda.com you wrote: These options are required to be present in RFC 4578 compliant DHCP requests. They give more information to DHCP servers to allow serving different DHCP responses to different systems based on

Re: [U-Boot] [PATCH 1/2] Add board_panic_no_console to deal with early critical errors

2011-10-17 Thread Simon Glass
Hi Wolfgang, On Mon, Oct 17, 2011 at 1:06 PM, Wolfgang Denk w...@denx.de wrote: Dear Simon Glass, In message 1314633910-8550-2-git-send-email-...@chromium.org you wrote: Tested-by: Simon Glass s...@chromium.org Signed-off-by: Simon Glass s...@chromium.org ---  include/common.h |    8

Re: [U-Boot] [PATCH v5 11/13] Convert ca9x4_ct_vxp to standard env variables

2011-10-17 Thread Wolfgang Denk
Dear Jason Hobbs, In message 1314805054-16250-12-git-send-email-jason.ho...@calxeda.com you wrote: Signed-off-by: Jason Hobbs jason.ho...@calxeda.com Cc: Matt Waddel matt.waddel at linaro.org --- new in v4 changes for v5: - none include/configs/ca9x4_ct_vxp.h | 12 ++-- 1

Re: [U-Boot] [PATCH v5 12/13] arm: ca9x4_ct_vxp: enable pxe command support

2011-10-17 Thread Wolfgang Denk
Dear Jason Hobbs, In message 1314805054-16250-13-git-send-email-jason.ho...@calxeda.com you wrote: Signed-off-by: Jason Hobbs jason.ho...@calxeda.com Cc: Matt Waddel matt.waddel at linaro.org --- changes in v2: - use CONFIG_MENU to enable building the menu for pxecfg use changes in v4:

Re: [U-Boot] [PATCH v5 13/13] arm: ca9x4_ct_vxp: enable PXE BOOTP options support

2011-10-17 Thread Wolfgang Denk
Dear Jason Hobbs, In message 1314805054-16250-14-git-send-email-jason.ho...@calxeda.com you wrote: Signed-off-by: Jason Hobbs jason.ho...@calxeda.com Cc: Matt Waddel matt.waddel at linaro.org --- changes for v2: - add armv7 architecture to VCI string changes for v4: - combine the PXE

Re: [U-Boot] [PATCH] tools: make it possible to build tools unconfigured

2011-10-17 Thread Ilya Yanok
Dear Wolfgang, On 17.10.2011 23:42, Wolfgang Denk wrote: Sometimes we want to build common tools without configuring for specific target. Currently top Makefile has some support for this but it doesn't work. This patch tries to fix this. Things changed: - config.mk disable 'ld script not

Re: [U-Boot] [PATCH 2/2] Add check that console is ready before output

2011-10-17 Thread Simon Glass
Hi Wolfgang, On Mon, Oct 17, 2011 at 1:11 PM, Wolfgang Denk w...@denx.de wrote: Dear Simon Glass, In message 1314633910-8550-3-git-send-email-...@chromium.org you wrote: If puts() or printf() is called before the console is ready, U-Boot will either hang or die. This adds a check for this so

Re: [U-Boot] [PATCH] powerpc: cpm2 boards: update fcc register logic

2011-10-17 Thread Wolfgang Denk
Dear Mike Frysinger, In message 1318865938-26720-1-git-send-email-vap...@gentoo.org you wrote: In the recent dropping of !NET_MULTI code (commit e2a53458a7ab37523304), I misread the logic in include/net.h. Some of it was used by NET_MULTI code as glue between the multi/non-multi worlds for

Re: [U-Boot] [PATCH v4 2/2] NS16550: buffer reads

2011-10-17 Thread Wolfgang Denk
Dear Simon Glass, In message capnjgz1412ezjh3f4ww16k4z55kjdggwj7+vmyk_ot-mzvd...@mail.gmail.com you wrote: Can you please tell me which ELDK version this is using? I see that the 405 board seems to need ppc_4xx which suggests 4.2 rather than 5, since in 5 the compiler is called powerpc-

Re: [U-Boot] [PATCH] tools: make it possible to build tools unconfigured

2011-10-17 Thread Wolfgang Denk
Dear Ilya Yanok, In message 4e9c8ef9.3030...@emcraft.com you wrote: Is it correct to assume that this commit has been obsolteted by the following commits: ... Not exactly. I've reposted my patch splitting it into three as Mike suggested, and all these patches are already applied. The

Re: [U-Boot] [PATCH 2/2] Add check that console is ready before output

2011-10-17 Thread Wolfgang Denk
Dear Simon Glass, In message capnjgz3wbmjbs1zcd4_jqsuzco2boaok865cal6tweux9zv...@mail.gmail.com you wrote: Yes indeed - I did actually submit an 'early panic' patch which I should take another look at - it is called 'Add board_panic_no_console to deal with early critical errors'. I think

Re: [U-Boot] [PATCH 2/2] Add check that console is ready before output

2011-10-17 Thread Simon Glass
Hi Wolfgang, On Mon, Oct 17, 2011 at 1:25 PM, Simon Glass s...@chromium.org wrote: Hi Wolfgang, On Mon, Oct 17, 2011 at 1:11 PM, Wolfgang Denk w...@denx.de wrote: Dear Simon Glass, In message 1314633910-8550-3-git-send-email-...@chromium.org you wrote: If puts() or printf() is called

Re: [U-Boot] [PATCH 2/2] Add check that console is ready before output

2011-10-17 Thread Simon Glass
Hi Wolfgang, On Mon, Oct 17, 2011 at 1:37 PM, Wolfgang Denk w...@denx.de wrote: Dear Simon Glass, In message capnjgz3wbmjbs1zcd4_jqsuzco2boaok865cal6tweux9zv...@mail.gmail.com you wrote: Yes indeed -  I did actually submit an 'early panic' patch which I should take another look at - it

Re: [U-Boot] [PATCH v6 01/20] sandbox: Add architecture header files

2011-10-17 Thread Wolfgang Denk
Dear Simon Glass, In message 1318270953-32482-2-git-send-email-...@chromium.org you wrote: This adds required header files for the sandbox architecture, and a basic description of what sandbox is (README.sandbox). Signed-off-by: Simon Glass s...@chromium.org --- Changes in v6: - Remove

Re: [U-Boot] [PATCH v6 02/20] Fix use of int as pointer in image.c

2011-10-17 Thread Wolfgang Denk
Dear Simon Glass, In message 1318270953-32482-3-git-send-email-...@chromium.org you wrote: It is better to use %p in this case. Signed-off-by: Simon Glass s...@chromium.org Acked-by: Mike Frysinger vap...@gentoo.org --- Changes in v2: - Split this change out from 'Add architecture image

Re: [U-Boot] [PATCH v6 03/20] sandbox: Add architecture image support

2011-10-17 Thread Wolfgang Denk
Dear Simon Glass, In message 1318270953-32482-4-git-send-email-...@chromium.org you wrote: We won't actually load an image with this architecture, but we still need to define it. Signed-off-by: Simon Glass s...@chromium.org --- Changes in v3: - Add architecture image support for sandbox

Re: [U-Boot] [PATCH v6 04/20] sandbox: Add compiler defines to support a 64-bit x86_64 platform

2011-10-17 Thread Wolfgang Denk
Dear Simon Glass, In message 1318270953-32482-5-git-send-email-...@chromium.org you wrote: This sets __WORDSIZE to 8 correctly on 64-bit machines. Signed-off-by: Simon Glass s...@chromium.org --- Changes in v2: - Update commit message to remove 'temporary' - Allow __WORDSIZE to be defined

  1   2   >