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
* 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
* 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?)
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
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
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
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
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
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
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
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
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
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
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
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
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
-
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
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:
> -
* 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
>
>
* 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
* 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
> >
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.
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
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.
__
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
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-
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 +++
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.
__
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
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
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
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)
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
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
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
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
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
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
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.
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 :-(
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
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 +++-
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 -
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
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
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.
>
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
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:
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
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
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
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
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
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 -
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
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
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
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
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
> -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
> -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
> -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
> -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
> -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
> -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
..
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.
> -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
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
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
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
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
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
72 matches
Mail list logo