Re: [U-Boot] no mtdparted from U-Boot prompt

2012-12-22 Thread Anatolij Gustschin
Hi, On Fri, 21 Dec 2012 16:00:46 -0800 John Stile j...@stilen.com wrote: ... Now it contains: #define CONFIG_JFFS2_NAND 1 #define CONFIG_JFFS2_CMDLINE 1 #define CONFIG_CMD_JFFS2 #define CONFIG_CMD_MTDPARTS If this is an exact copy, then please remove this '' It

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

2012-12-22 Thread Albert ARIBAUD
Hello Tom, The following changes since commit 095728803eedfce850a2f85828f79500cb09979e: Merge branch 'master' of git://git.denx.de/u-boot-net (2012-12-17 18:39:50 -0700) are available in the git repository at: git://git.denx.de/u-boot-arm master for you to fetch changes up to

Re: [U-Boot] Pull request: nand flash

2012-12-22 Thread Tom Rini
On Fri, Dec 21, 2012 at 03:37:25PM -0600, Scott Wood wrote: The following changes since commit 42e1321874f8a51373972c293f369c6973c85339: Merge branch 'master' of git://git.denx.de/u-boot-sh (2012-12-20 10:53:20 -0700) are available in the git repository at:

Re: [U-Boot] [PATCH] mx53loco: Fix PMIC name

2012-12-22 Thread Fabio Estevam
Hi Robert, On Thu, Dec 20, 2012 at 8:04 PM, Robert Nelson robertcnel...@gmail.com wrote: Hi Fabio, It looks like we need one more fixup after commit c73368150 on the first run/older (non R, Dialog, bug wired extra Capacitor) version of this board.. Do you happen to have any in your lab?

Re: [U-Boot] [PULL] u-boot-usb/master

2012-12-22 Thread Tom Rini
On Fri, Dec 21, 2012 at 03:11:06PM +0100, Marek Vasut wrote: Take 3 ... I dropped in the missing twl4030 patch, rebuilt, here you go: The following changes since commit ebbf0d20aa85f623c49b7ed3349ebfea450c152d: Prepare v2013.01-rc2 (2012-12-14 14:43:22 -0700) are available in the git

Re: [U-Boot] [PULL] u-boot-usb/master

2012-12-22 Thread Marek Vasut
Dear Tom Rini, On Fri, Dec 21, 2012 at 03:11:06PM +0100, Marek Vasut wrote: Take 3 ... I dropped in the missing twl4030 patch, rebuilt, here you go: The following changes since commit ebbf0d20aa85f623c49b7ed3349ebfea450c152d: Prepare v2013.01-rc2 (2012-12-14 14:43:22 -0700) are

Re: [U-Boot] [PULL] u-boot-usb/master

2012-12-22 Thread Tom Rini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 12/22/12 09:13, Marek Vasut wrote: Dear Tom Rini, On Fri, Dec 21, 2012 at 03:11:06PM +0100, Marek Vasut wrote: Take 3 ... I dropped in the missing twl4030 patch, rebuilt, here you go: The following changes since commit

Re: [U-Boot] [PATCH v2] env: don't generate callback list entries for SPL

2012-12-22 Thread Tom Rini
On Thu, Dec 20, 2012 at 04:49:51PM -0600, Kim Phillips wrote: On Thu, 20 Dec 2012 15:51:05 -0600 Scott Wood scottw...@freescale.com wrote: SPL doesn't write to the environment. These list entries prevent the functions from being garbage-collected, even though nothing will look at the

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

2012-12-22 Thread Tom Rini
On Sat, Dec 22, 2012 at 01:11:06PM +0100, Albert ARIBAUD wrote: Hello Tom, The following changes since commit 095728803eedfce850a2f85828f79500cb09979e: Merge branch 'master' of git://git.denx.de/u-boot-net (2012-12-17 18:39:50 -0700) are available in the git repository at:

[U-Boot] [PATCH 2/5] lcd: add option for board specific splash screen preparation

2012-12-22 Thread Nikita Kiryanov
Currently there is no logical place to put the code that prepares the splash image data. The splash image data should be ready in memory before bmp_display() is called, and after the environment is ready (since lcd.c looks for the splash image in an address specified by the environment variable

[U-Boot] [PATCH 3/5] cm-t35: add support for dvi displays

2012-12-22 Thread Nikita Kiryanov
Add support for dvi displays with user selectable dvi presets. Signed-off-by: Nikita Kiryanov nik...@compulab.co.il Signed-off-by: Igor Grinberg grinb...@compulab.co.il --- board/cm_t35/Makefile|1 + board/cm_t35/cm_t35.c|3 + board/cm_t35/display.c | 213

[U-Boot] [PATCH 5/5] cm-t35: add support for loading splash image from NAND

2012-12-22 Thread Nikita Kiryanov
Add support for loading splash image from NAND Signed-off-by: Nikita Kiryanov nik...@compulab.co.il Signed-off-by: Igor Grinberg grinb...@compulab.co.il --- board/cm_t35/cm_t35.c| 61 ++ include/configs/cm_t35.h |4 +++ 2 files changed, 65

[U-Boot] [PATCH 1/5] omap3: add useful dss defines

2012-12-22 Thread Nikita Kiryanov
Add useful omap3 dss defines for: polarity, TFT data lines, lcd display type, gfx burst size, and gfx format Signed-off-by: Nikita Kiryanov nik...@compulab.co.il Signed-off-by: Igor Grinberg grinb...@compulab.co.il --- arch/arm/include/asm/arch-omap3/dss.h | 35

[U-Boot] [PATCH 4/5] cm-t35: add support for user defined lcd parameters

2012-12-22 Thread Nikita Kiryanov
Add support for user defined lcd parameters for cm-t35 splash screen. Signed-off-by: Nikita Kiryanov nik...@compulab.co.il Signed-off-by: Igor Grinberg grinb...@compulab.co.il --- board/cm_t35/display.c | 213 +++- 1 file changed, 210 insertions(+), 3

[U-Boot] [PATCH 0/5] Add splash screen for CM-T35

2012-12-22 Thread Nikita Kiryanov
This patchset adds splash screen support for CM-T35. It includes the ability to initialize the display subsystem either using predefines (selected via env variable displaytype), or user supplied configuration options, also stored in an environment variables and pointed to by displaytype. The