Re: [U-Boot] [PATCH 4/4] cm-t35: print PCB revision information

2012-05-24 Thread Igor Grinberg
Hi Tom, On 05/24/12 21:11, Tom Rini wrote: > On Thu, May 24, 2012 at 05:01:24PM +0300, Igor Grinberg wrote: >> From: Nikita Kiryanov >> >> Buffer the PCB revision to avoid multiple eeprom accesses >> for the same data and print it as a part of board information. >> >> Signed-off-by: Nikita Kiryan

Re: [U-Boot] [PATCH 1/3] tegra: usb: Add USB support to Tamonten boards

2012-05-24 Thread Thierry Reding
* Stephen Warren wrote: > On 05/24/2012 03:07 PM, Thierry Reding wrote: > > * Stephen Warren wrote: > >> On 05/24/2012 01:04 AM, Thierry Reding wrote: > >>> This adds basic USB support for port 0. Device tree support is > >>> needed to initialize the USB EHCI and will be added in a > >>> subsequent

Re: [U-Boot] [PATCH] tegra: Implement oscillator frequency detection

2012-05-24 Thread Thierry Reding
* Stephen Warren wrote: > On 05/24/2012 03:03 PM, Thierry Reding wrote: > > On Tamonten, U-Boot doesn't execute properly. Or at least I can't > > tell because it may just be that there is no output whatsoever on > > the serial port (perhaps due to the peripheral clock being > > configured wrongly?)

[U-Boot] [PATCH v4 0/1] zfs: Add ZFS filesystem support

2012-05-24 Thread Jorgen Lundman
Patch to add ZFS filesystem support to u-boot, based on GRUB sources. Thank you for your patience. Jorgen Lundman (1): zfs: Add ZFS filesystem support Makefile |2 +- common/Makefile |1 + common/cmd_zfs.c | 236 + doc/README.zfs

Re: [U-Boot] [PATCH V5 RESEND 0/3] mtd/NAND: Support for FSMC controller

2012-05-24 Thread stefan
Hi Scott, On Thu, 24 May 2012 10:58:09 +0530, Amit Virdi wrote: This patchset adds support for ST's FSMC controller. In the current u-boot, a SPEAr specific driver exists for FSMC controller. This patchset adds a full fledged driver that can be used across multiple platforms and removes the

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

2012-05-24 Thread Anatolij Gustschin
From: Donghwa Lee This patch supports drawing 32bpp bitmap TIZEN logo in exynos fb. "tizen_hd_logo.h" data is compressed from trats_logo.bmp to trats_logo.bmp.gz by gzip and converted to tizen_hd_logo.h header file format by some application. The logo data is decompressed in the exynos fb driver

Re: [U-Boot] [PATCH 1/3] tegra: usb: Add USB support to Tamonten boards

2012-05-24 Thread Stephen Warren
On 05/24/2012 03:07 PM, Thierry Reding wrote: > * Stephen Warren wrote: >> On 05/24/2012 01:04 AM, Thierry Reding wrote: >>> This adds basic USB support for port 0. Device tree support is >>> needed to initialize the USB EHCI and will be added in a >>> subsequent patch. ... >> The code here duplica

Re: [U-Boot] [PATCH] tegra: Implement oscillator frequency detection

2012-05-24 Thread Stephen Warren
On 05/24/2012 03:03 PM, Thierry Reding wrote: > * Stephen Warren wrote: >> On 05/24/2012 01:03 AM, Thierry Reding wrote: >>> Upon reset, the CRC_OSC_CTRL register defaults to a 13 MHz >>> oscillator input frequency. With Lucas' recent commit b8cb519 >>> ("tegra2: trivially enable 13 mhz crystal fre

Re: [U-Boot] Unable to use USB Keyboard on u-boot

2012-05-24 Thread Marek Vasut
Dear Atul Kumar, > Hi Marek, > >Thanks for your reply. I have added the CC to "*u*-*boot*@ > lists.denx.de". Good, you've almost learn how to do it properly! Thanks! :-) > > On Saturday 19 May 2012 08:35 PM, Marek Vasut wrote: > > Dear Atul Kumar, > > Firstly, I'm slightly unhappy h

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

2012-05-24 Thread Anatolij Gustschin
Hi, On Thu, 10 May 2012 14:23:40 +0900 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 t

[U-Boot] [PATCH 6/7] tegra: paz00: store environment in eMMC

2012-05-24 Thread Stephen Warren
From: Stephen Warren Store the environment in eMMC, at the end of the second boot sector. This should not conflict with any other eMMC usage: U-Boot is stored well below this location, and the kernel only uses the general area of the eMMC once booted, not the boot sectors. Signed-off-by: Stephen

[U-Boot] [PATCH 5/7] tegra: trimslice: store environment in SPI flash

2012-05-24 Thread Stephen Warren
From: Stephen Warren The chosen flash offset matches Compulab's downstream U-Boot. Signed-off-by: Stephen Warren --- include/configs/trimslice.h | 16 ++-- 1 files changed, 14 insertions(+), 2 deletions(-) diff --git a/include/configs/trimslice.h b/include/configs/trimslice.h in

[U-Boot] [PATCH 7/7] tegra: seaboard: disable SPI, move environment to eMMC

2012-05-24 Thread Stephen Warren
From: Stephen Warren The SPI hardware on Seaboard is too broken to use; it is muxed with the console UART and requires evil interactions between the SPI and UART drivers to work even partially. The current code in U-Boot is not sufficient to make this work correctly; auto boot is aborted due to c

[U-Boot] [PATCH 3/7] tegra: ventana: store environment in eMMC

2012-05-24 Thread Stephen Warren
From: Stephen Warren Store the environment in eMMC, at the end of the second boot sector. This should not conflict with any other eMMC usage: U-Boot is stored well below this location, and the kernel only uses the general area of the eMMC once booted, not the boot sectors. Signed-off-by: Stephen

[U-Boot] [PATCH 1/7] env_mmc: align buffers using ALLOC_CACHE_ALIGN_BUFFER

2012-05-24 Thread Stephen Warren
From: Stephen Warren This allows MMC drivers to perform cache flusing on the bufffers without issue. Signed-off-by: Stephen Warren Cc: Andy Fleming --- common/env_mmc.c | 10 +- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/common/env_mmc.c b/common/env_mmc.c index

[U-Boot] [PATCH 2/7] sf: winbond: Add support for the Winbond W25Q80BL

2012-05-24 Thread Stephen Warren
From: Stephen Warren This chip is present on the Compulab TrimSlice. Signed-off-by: Stephen Warren --- drivers/mtd/spi/winbond.c |8 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/drivers/mtd/spi/winbond.c b/drivers/mtd/spi/winbond.c index a6a6653..c20faa2 100644 -

[U-Boot] [PATCH 4/7] tegra: whistler: store environment in eMMC

2012-05-24 Thread Stephen Warren
From: Stephen Warren Store the environment in eMMC, at the end of the second boot sector. This should not conflict with any other eMMC usage: U-Boot is stored well below this location, and the kernel only uses the general area of the eMMC once booted, not the boot sectors. Note: This assumes the

Re: [U-Boot] [PATCH v5 1/3] LCD: display 32bpp decompressed bitmap image

2012-05-24 Thread Anatolij Gustschin
Hi, On Thu, 10 May 2012 14:23:37 +0900 Donghwa Lee wrote: > This patch supports drawing 32bpp decompressed bitmap image. > > Signed-off-by: Donghwa Lee > Signed-off-by: Kyungmin.park > --- > Changes for v4: > - read image sequentially just as it is. > > Changes for v1/v2/v3: > -

Re: [U-Boot] [PATCH 2/3] tegra: medcom: Add device tree support

2012-05-24 Thread Thierry Reding
* Stephen Warren wrote: > On 05/24/2012 01:04 AM, Thierry Reding wrote: > > Device tree support is required for working USB host support, which in > > turn enables ethernet support. > > > diff --git a/board/avionic-design/dts/tegra2-medcom.dts > > b/board/avionic-design/dts/tegra2-medcom.dts > >

Re: [U-Boot] [PATCH 1/3] tegra: usb: Add USB support to Tamonten boards

2012-05-24 Thread Thierry Reding
* Stephen Warren wrote: > On 05/24/2012 01:04 AM, Thierry Reding wrote: > > This adds basic USB support for port 0. Device tree support is needed to > > initialize the USB EHCI and will be added in a subsequent patch. > > I don't think this is anything in particular to do with USB support "for > p

Re: [U-Boot] [PATCH] tegra: Implement oscillator frequency detection

2012-05-24 Thread Thierry Reding
* Stephen Warren wrote: > On 05/24/2012 01:03 AM, Thierry Reding wrote: > > Upon reset, the CRC_OSC_CTRL register defaults to a 13 MHz oscillator > > input frequency. With Lucas' recent commit b8cb519 ("tegra2: trivially > > enable 13 mhz crystal frequency) applied, this breaks on hardware that > >

Re: [U-Boot] [PATCH 3/3] common/lcd.c: reduce one CONFIG_LCD_LOGO ifdef

2012-05-24 Thread Anatolij Gustschin
On Fri, 27 Apr 2012 16:41:27 +0200 Anatolij Gustschin wrote: > Drop ifdef around bitmap_plot(). > > Signed-off-by: Anatolij Gustschin > --- > common/lcd.c |6 +++--- > 1 files changed, 3 insertions(+), 3 deletions(-) Applied to u-boot-video/master.

Re: [U-Boot] [PATCH 2/3] common/lcd.c: reduce some CONFIG_LCD_*_LOGO ifdefs

2012-05-24 Thread Anatolij Gustschin
On Fri, 27 Apr 2012 16:41:16 +0200 Anatolij Gustschin wrote: > Move CONFIG_LCD_LOGO && !CONFIG_LCD_INFO_BELOW_LOGO ifdefs > to lcd_drawchars() func. > > Signed-off-by: Anatolij Gustschin > --- > common/lcd.c | 16 ++-- > 1 files changed, 6 insertions(+), 10 deletions(-) Appied t

Re: [U-Boot] [PATCH 1/3] common/lcd.c: use ARRAY_SIZE

2012-05-24 Thread Anatolij Gustschin
On Fri, 27 Apr 2012 16:41:06 +0200 Anatolij Gustschin wrote: > Use available macro for obtaining the size of bmp_logo_palette[] > > Signed-off-by: Anatolij Gustschin > --- > common/lcd.c |4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) Applied to u-boot-video/master. __

Re: [U-Boot] [PATCH] cmd_bmp.c: make bmp_display() usable by drivers or board code

2012-05-24 Thread Anatolij Gustschin
On Fri, 27 Apr 2012 16:38:06 +0200 Anatolij Gustschin wrote: > Currently bmp_display() is static and can not be used directly > in the driver or board code. Export it for other users. > > Signed-off-by: Anatolij Gustschin > --- > common/cmd_bmp.c |3 +-- > include/lcd.h|1 + > 2 fi

Re: [U-Boot] [PATCH] LCD: support another s6e8ax0 panel type

2012-05-24 Thread Anatolij Gustschin
Hi, On Fri, 27 Apr 2012 13:52:26 +0900 Donghwa Lee wrote: > s6e8ax0 panel has many panel of types. This patch support another panel > on TIZEN lunchbox board(HWREVISION 2). This panel has reversed panel > display type. So, I had added necessary command. > > Signed-off-by: Donghwa Lee > Signed-

Re: [U-Boot] [PATCH] LCD: change s6e8ax0 panel gamma value

2012-05-24 Thread Anatolij Gustschin
Hi, On Wed, 25 Apr 2012 17:04:39 +0900 Donghwa Lee wrote: > s6e8ax0 panel init gamma value is changed because existing it was not > proper value for this panel. > > Signed-off-by: Donghwa Lee > Signed-off-by: Kyungmin Park > Signed-off-by: Inki Dae > --- > drivers/video/s6e8ax0.c |8 +++

Re: [U-Boot] [PATCH] include/video.h: drop unused video_printf()

2012-05-24 Thread Anatolij Gustschin
On Fri, 27 Apr 2012 16:37:57 +0200 Anatolij Gustschin wrote: > There is no such function in the code, so remove this prorotype. > > Signed-off-by: Anatolij Gustschin > --- > include/video.h |1 - > 1 files changed, 0 insertions(+), 1 deletions(-) Applied to u-boot-video/master. __

Re: [U-Boot] [PATCH] Remove remaining mdelay() macros

2012-05-24 Thread Anatolij Gustschin
On Wed, 25 Apr 2012 10:43:23 +0200 Anatolij Gustschin wrote: > Drop mdelay() macros since we already have a common mdelay() func. > > Signed-off-by: Anatolij Gustschin > --- > drivers/block/sata_sil.c |1 - > drivers/video/da8xx-fb.c |1 - > 2 files changed, 0 insertions(+), 2 deletion

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

2012-05-24 Thread Wolfgang Denk
Dear Joe Hershberger, In message you wrote: > Hi Wolfgang, > > This should include fixes for all the warnings from > db288a96027fa1cb3f8a53f330724f864224a56c "net: Remove volatile from > net API" > > The following changes since commit b86a475c1a602c6ee44f4469d933df8792418a7a: > Joe Hershberg

Re: [U-Boot] [PATCH v2 0/2] omap_dss: add optional 32bit XXRRGGBB framebuffer

2012-05-24 Thread Tom Rini
On Fri, May 18, 2012 at 12:50:59PM +0200, Jeroen Hofstee wrote: > changes for v2: > removed an unneeded cast and memset. > > v1: > I could not resist removing some brackets etc while looking at the file.. > These changes are optional and in a seperate patch. I will email a > seperate patch which I

Re: [U-Boot] Unable to use USB Keyboard on u-boot

2012-05-24 Thread Wolfgang Denk
Dear Atul Kumar, In message you wrote: > >Thanks for your reply. I have added the CC to "*u*-*boot*@ > lists.denx.de". Thanks. Now please also learn to send plain text only (no HTML), and do not top post / full quote (for help please see http://www.netmeister.org/news/learn2quote.html)

Re: [U-Boot] [PATCH 4/4] cm-t35: print PCB revision information

2012-05-24 Thread Tom Rini
On Thu, May 24, 2012 at 05:01:24PM +0300, Igor Grinberg wrote: > From: Nikita Kiryanov > > Buffer the PCB revision to avoid multiple eeprom accesses > for the same data and print it as a part of board information. > > Signed-off-by: Nikita Kiryanov > Signed-off-by: Igor Grinberg Note that thi

Re: [U-Boot] [PATCH V5 RESEND 1/3] mtd/NAND: Add FSMC driver support

2012-05-24 Thread Vikram Narayanan
On 5/24/2012 10:58 AM, Amit Virdi wrote: From: Vipin KUMAR Flexible static memory controller is a peripheral provided by ST, which controls the access to NAND chips along with many other memory device chips eg NOR, SRAM. This patch adds the driver support for FSMC controller interfacing with NA

Re: [U-Boot] [PATCH v4 25/27] arm/km: implement weak function board_spi_clam_bus/release

2012-05-24 Thread Holger Brunck
Hi Prafulla, On 05/24/2012 10:46 AM, Prafulla Wadaskar wrote: >> -kwmpp_config[2] = MPP2_NF_IO4; >> -kwmpp_config[3] = MPP3_NF_IO5; >> -} >> - >> -/* Multi-Purpose Pins Functionality configuration */ >> -kirkwood_mpp_conf(kwmpp_config); >> -kw_gpio_set_value

Re: [U-Boot] [PATCH 3/3] tegra: plutux: Add device tree support

2012-05-24 Thread Stephen Warren
On 05/24/2012 01:04 AM, Thierry Reding wrote: > Device tree support is required for working USB host support, which in > turn enables ethernet support. Same comment here as the previous patch obviously:-) ___ U-Boot mailing list U-Boot@lists.denx.de http

Re: [U-Boot] [PATCH 2/3] tegra: medcom: Add device tree support

2012-05-24 Thread Stephen Warren
On 05/24/2012 01:04 AM, Thierry Reding wrote: > Device tree support is required for working USB host support, which in > turn enables ethernet support. > diff --git a/board/avionic-design/dts/tegra2-medcom.dts > b/board/avionic-design/dts/tegra2-medcom.dts > + chosen { > + bootar

Re: [U-Boot] [PATCH 1/3] tegra: usb: Add USB support to Tamonten boards

2012-05-24 Thread Stephen Warren
On 05/24/2012 01:04 AM, Thierry Reding wrote: > This adds basic USB support for port 0. Device tree support is needed to > initialize the USB EHCI and will be added in a subsequent patch. I don't think this is anything in particular to do with USB support "for port 0"; it's general USB support. T

Re: [U-Boot] [PATCH] tegra: Implement oscillator frequency detection

2012-05-24 Thread Stephen Warren
On 05/24/2012 01:03 AM, Thierry Reding wrote: > Upon reset, the CRC_OSC_CTRL register defaults to a 13 MHz oscillator > input frequency. With Lucas' recent commit b8cb519 ("tegra2: trivially > enable 13 mhz crystal frequency) applied, this breaks on hardware that > provides a different frequency.

Re: [U-Boot] Unable to use USB Keyboard on u-boot

2012-05-24 Thread Atul Kumar
Hi Marek, Thanks for your reply. I have added the CC to "*u*-*boot*@ lists.denx.de". On Saturday 19 May 2012 08:35 PM, Marek Vasut wrote: Dear Atul Kumar, Firstly, I'm slightly unhappy how you're deliberately ignoring anything I tell you, especially about CCing the mailing list :-(

[U-Boot] [PATCH 3/4] cm-t35: fix legacy board revision representation

2012-05-24 Thread Igor Grinberg
From: Nikita Kiryanov Legacy eeprom layout represents the revision number syntactically (i.e. revision 1.00 is written as 0x100). This is inconsistent with the representation in newer layouts, where it is defined semantically (i.e. 0x64). This patch fixes the issue by replacing the syntactic rep

[U-Boot] [PATCH 4/4] cm-t35: print PCB revision information

2012-05-24 Thread Igor Grinberg
From: Nikita Kiryanov Buffer the PCB revision to avoid multiple eeprom accesses for the same data and print it as a part of board information. Signed-off-by: Nikita Kiryanov Signed-off-by: Igor Grinberg --- board/cm_t35/cm_t35.c | 22 ++ board/cm_t35/eeprom.c |6 +++-

[U-Boot] [PATCH 1/4] cm-t35: reduce the environment size

2012-05-24 Thread Igor Grinberg
Reduce the environment size (128KB => 16KB) to improve the environment operations time (e.g. reading, ecc calculation). Also, remove the unused CONFIG_SYS_ENV_SECT_SIZE. Signed-off-by: Igor Grinberg --- include/configs/cm_t35.h |3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff -

[U-Boot] [PATCH 0/4] cm-t35 updates and non-critical fixes

2012-05-24 Thread Igor Grinberg
This patch set fixes various board revsion related issues, adds the PCB revision information printing and reduces the environment size. Igor Grinberg (1): cm-t35: reduce the environment size Nikita Kiryanov (3): cm-t35: fix incorrect BOARD_REV_SIZE value cm-t35: fix legacy board revision re

[U-Boot] [PATCH 2/4] cm-t35: fix incorrect BOARD_REV_SIZE value

2012-05-24 Thread Igor Grinberg
From: Nikita Kiryanov Non-legacy layouts have an extended revision field, but only the first 2 bytes are the PCB revision. Signed-off-by: Nikita Kiryanov Signed-off-by: Igor Grinberg --- board/cm_t35/eeprom.c | 10 +++--- 1 files changed, 3 insertions(+), 7 deletions(-) diff --git a/bo

Re: [U-Boot] [PATCH 5/7] OMAP5: EMIF: Add support for DDR3 device

2012-05-24 Thread Tom Rini
On Thu, May 24, 2012 at 12:15:23PM +0530, R, Sricharan wrote: > Hi Tom, [snip] > > ?I'm going to try and locally make the ddr3 patches work on the am33xx DDR3 > > board as a way to prove that out and if it works, and we're fine with what > > I've laid out above, start working towards that layout. >

Re: [U-Boot] [PATCH 3/4 V2] USB: Drop cache flush bloat in EHCI-HCD

2012-05-24 Thread Marek Vasut
Dear Anatolij Gustschin, > Hi Marek, > > On Mon, 9 Apr 2012 06:47:31 +0200 > > Marek Vasut wrote: > > Discard the creepy cache flushing mechanisms in ehci-hcd.c and replace > > them with more straightforward flushing. In the new approach, the > > flushing takes place directly in ehci_submit_as

[U-Boot] malloc failing in U-Boot

2012-05-24 Thread Sandeep Kumar
Hi Everyone, I am facing some issue while using malloc on my system. The "malloc" always fails even if I try to do malloc for 1 byte. Did anyone faced the issue. Any kind of pointer will be very helpful. I am getting the following error after enabling the "DEBUG". dlmalloc.c:1656: do_check_chunk:

[U-Boot] [PATCH 7/7] common lcd: simplify lcd_display_bitmap

2012-05-24 Thread Igor Grinberg
From: Nikita Kiryanov Move highly platform dependant code into its own functions to reduce the number of #ifdefs in lcd_display_bitmap Signed-off-by: Nikita Kiryanov Signed-off-by: Igor Grinberg --- common/lcd.c | 44 +++- 1 files changed, 27 insertio

[U-Boot] [PATCH 6/7] common lcd: simplify core functions

2012-05-24 Thread Igor Grinberg
From: Nikita Kiryanov Move highly platform dependant code into its own function to reduce the number of #ifdefs in the bigger functions Signed-off-by: Nikita Kiryanov Signed-off-by: Igor Grinberg --- checkpatch reports a warning: 0006: WARNING: use of volatile is usually wrong Since 'v

[U-Boot] [PATCH 5/7] common lcd: simplify lcd_display

2012-05-24 Thread Igor Grinberg
From: Nikita Kiryanov Simplify lcd_display by centralizing code into a funciton Signed-off-by: Nikita Kiryanov Signed-off-by: Igor Grinberg --- common/lcd.c | 27 ++- 1 files changed, 18 insertions(+), 9 deletions(-) diff --git a/common/lcd.c b/common/lcd.c index 85

[U-Boot] [PATCH 4/7] common lcd: simplify lcd_logo

2012-05-24 Thread Igor Grinberg
From: Nikita Kiryanov Simplify lcd_logo by extracting bmp unzip into its own function. Signed-off-by: Nikita Kiryanov Signed-off-by: Igor Grinberg --- common/lcd.c | 30 -- 1 files changed, 20 insertions(+), 10 deletions(-) diff --git a/common/lcd.c b/common/lcd

[U-Boot] [PATCH 1/7] common lcd: minor coding style changes

2012-05-24 Thread Igor Grinberg
From: Nikita Kiryanov No functional changes Signed-off-by: Nikita Kiryanov Signed-off-by: Igor Grinberg --- checkpatch reports a warning: 0001: line over 80 chars Since the original line was over 80 characters already, and there's no good way of shortening it, I left it over 80

[U-Boot] [PATCH 3/7] common lcd: simplify bitmap_plot

2012-05-24 Thread Igor Grinberg
From: Nikita Kiryanov Simplify bitmap_plot in terms of number of #ifdefs by making some of the code into an external macro Signed-off-by: Nikita Kiryanov Signed-off-by: Igor Grinberg --- common/lcd.c | 26 ++ 1 files changed, 14 insertions(+), 12 deletions(-) diff -

[U-Boot] [PATCH 2/7] common lcd: simplify #ifdefs

2012-05-24 Thread Igor Grinberg
From: Nikita Kiryanov Simplify #ifdefs by slightly changing the order of operations Signed-off-by: Nikita Kiryanov Signed-off-by: Igor Grinberg --- common/lcd.c | 20 1 files changed, 8 insertions(+), 12 deletions(-) diff --git a/common/lcd.c b/common/lcd.c index 506a1

[U-Boot] [PATCH 0/7] common/lcd cleanup

2012-05-24 Thread Igor Grinberg
From: Nikita Kiryanov This patch series attempts to simplify #ifdef complexity in common/lcd.c. It preceeds my future work of adding splash screen support for omap. It was compile tested on Arm and PowerPC using MAKEALL, and is dependant on the following patches: http://patchwork.ozlabs.org/pat

Re: [U-Boot] [PATCH v5 1/5] lib: add rand() function

2012-05-24 Thread Michael Walle
On Thu, May 24, 2012 06:32, Prafulla Wadaskar wrote: >> Hi Wolfgang, >> >> can you ack this patch? In that case i could add the acked-by line in >> the next >> version of this patch series to ease the picking by Prafulla. All your >> previous comments should be addressed :) >> >> >> > --- >> > inc

[U-Boot] [PATCH] ARM: OMAP4: Correct the lpddr2 io settings register value.

2012-05-24 Thread R Sricharan
To meet certain timing requirements on the lpddr2 cmd and data phy interfaces ,lpddr iopads have to be configured as differential buffers and a Vref has to be internally generated and provided to these buffers. Correcting the above settings here. Signed-off-by: R Sricharan --- Verified this on O

Re: [U-Boot] [PATCH v5 5/5] Kirkwood: add lschlv2 and lsxhl board support

2012-05-24 Thread Michael Walle
Hi Prafulla, thanks for the review. On Thu, May 24, 2012 09:24, Prafulla Wadaskar wrote: >> -Original Message- >> From: Michael Walle [mailto:mich...@walle.cc] >> Sent: 12 May 2012 04:21 >> To: u-boot@lists.denx.de >> Cc: Prafulla Wadaskar; Wolfgang Denk; Mike Frysinger; Joe Hershberger

Re: [U-Boot] [PATCH v4 25/27] arm/km: implement weak function board_spi_clam_bus/release

2012-05-24 Thread Prafulla Wadaskar
> -Original Message- > From: Valentin Longchamp [mailto:valentin.longch...@keymile.com] > Sent: 15 May 2012 19:41 > To: Prafulla Wadaskar; holger.bru...@keymile.com > Cc: Valentin Longchamp; u-boot@lists.denx.de; Holger Brunck; Gerlando > Falauto; Prafulla Wadaskar > Subject: [PATCH v4 25

Re: [U-Boot] [PATCH 3/3] spi/kirkwood: add weak functions board_spi_claim/release_bus

2012-05-24 Thread Prafulla Wadaskar
> -Original Message- > From: Valentin Longchamp [mailto:valentin.longch...@keymile.com] > Sent: 16 May 2012 16:24 > To: Prafulla Wadaskar; holger.bru...@keymile.com > Cc: Valentin Longchamp; u-boot@lists.denx.de; Holger Brunck; Prafulla > Wadaskar > Subject: [PATCH 3/3] spi/kirkwood: add

Re: [U-Boot] [PATCH 2/3] spi/kirkwood: support spi_claim/release_bus functions

2012-05-24 Thread Prafulla Wadaskar
> -Original Message- > From: Valentin Longchamp [mailto:valentin.longch...@keymile.com] > Sent: 16 May 2012 16:24 > To: Prafulla Wadaskar; holger.bru...@keymile.com > Cc: Valentin Longchamp; u-boot@lists.denx.de; Holger Brunck; Prafulla > Wadaskar > Subject: [PATCH 2/3] spi/kirkwood: supp

Re: [U-Boot] [PATCH 1/3] kirkwood: add kirkwood_mpp_save/restore functions

2012-05-24 Thread Prafulla Wadaskar
> -Original Message- > From: Valentin Longchamp [mailto:valentin.longch...@keymile.com] > Sent: 16 May 2012 16:24 > To: Prafulla Wadaskar; holger.bru...@keymile.com > Cc: Valentin Longchamp; u-boot@lists.denx.de; Holger Brunck; Prafulla > Wadaskar > Subject: [PATCH 1/3] kirkwood: add kirk

Re: [U-Boot] [PATCH 5/6] ARM: add support for Network Space v2 Lite and Mini

2012-05-24 Thread Prafulla Wadaskar
> -Original Message- > From: Simon Guinot [mailto:simon.gui...@sequanux.org] > Sent: 16 May 2012 19:51 > To: Prafulla Wadaskar > Cc: Albert ARIBAUD; u-boot@lists.denx.de; Simon Guinot > Subject: [PATCH 5/6] ARM: add support for Network Space v2 Lite and > Mini > > This patch adds support

Re: [U-Boot] [PATCH 0/6] Bug fixes and board support for LaCie devices

2012-05-24 Thread Prafulla Wadaskar
> -Original Message- > From: Simon Guinot [mailto:simon.gui...@sequanux.org] > Sent: 16 May 2012 19:50 > To: Prafulla Wadaskar > Cc: Albert ARIBAUD; u-boot@lists.denx.de; Simon Guinot > Subject: [PATCH 0/6] Bug fixes and board support for LaCie devices > > Hi, > > Here is a patch series

Re: [U-Boot] [PATCH v3 1/1] Add ZFS filesystem support

2012-05-24 Thread Jorgen Lundman
.. A README entry in the doc folder would be very much helpful for the users to use ZFS.. Oh hey, there is a whole bunch of READMEs in there. Good idea, I'll add to v4 tomorrow. Lund ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.

Re: [U-Boot] [PATCH v5 5/5] Kirkwood: add lschlv2 and lsxhl board support

2012-05-24 Thread Prafulla Wadaskar
> -Original Message- > From: Michael Walle [mailto:mich...@walle.cc] > Sent: 12 May 2012 04:21 > To: u-boot@lists.denx.de > Cc: Prafulla Wadaskar; Wolfgang Denk; Mike Frysinger; Joe Hershberger; > Michael Walle > Subject: [PATCH v5 5/5] Kirkwood: add lschlv2 and lsxhl board support > > Th

Re: [U-Boot] [PATCH v3 1/1] Add ZFS filesystem support

2012-05-24 Thread Prabhakar Lad
Hi Jorgen, On Thu, May 24, 2012 at 6:42 AM, Jorgen Lundman wrote: > U-Boot port is based on sources forked from GRUB-0.97 by Sun in 2004, > which can be found here: > http://src.opensolaris.org/source/xref/onnv/onnv-gate/usr/src/grub/grub-0.97/stage2/zfs-include/zfs.h > > Released by Sun for GRUB

[U-Boot] [PATCH 2/3] tegra: medcom: Add device tree support

2012-05-24 Thread Thierry Reding
Device tree support is required for working USB host support, which in turn enables ethernet support. Signed-off-by: Thierry Reding --- board/avionic-design/dts/tegra2-medcom.dts | 67 include/configs/medcom.h | 22 - 2 files changed, 88

[U-Boot] [PATCH 3/3] tegra: plutux: Add device tree support

2012-05-24 Thread Thierry Reding
Device tree support is required for working USB host support, which in turn enables ethernet support. Signed-off-by: Thierry Reding --- board/avionic-design/dts/tegra2-plutux.dts | 67 include/configs/plutux.h | 22 - 2 files changed, 88

[U-Boot] [PATCH 1/3] tegra: usb: Add USB support to Tamonten boards

2012-05-24 Thread Thierry Reding
This adds basic USB support for port 0. Device tree support is needed to initialize the USB EHCI and will be added in a subsequent patch. Signed-off-by: Thierry Reding --- board/avionic-design/common/tamonten.c | 11 +++ board/avionic-design/common/tamonten.h |2 +- 2 files changed

[U-Boot] [PATCH] tegra: Implement oscillator frequency detection

2012-05-24 Thread Thierry Reding
Upon reset, the CRC_OSC_CTRL register defaults to a 13 MHz oscillator input frequency. With Lucas' recent commit b8cb519 ("tegra2: trivially enable 13 mhz crystal frequency) applied, this breaks on hardware that provides a different frequency. The Tegra clock and reset controller provides a means