Re: [U-Boot] [PATCH] Exynos5250: Enable PXE Support

2012-09-17 Thread Chander Kashyap
ping On 5 September 2012 16:08, Chander Kashyap wrote: > Add PXE support for the Exynos5250. > > Signed-off-by: Chander Kashyap > --- > include/configs/smdk5250.h |6 ++ > 1 file changed, 6 insertions(+) > > diff --git a/include/configs/smdk5250.h b/include/configs/smdk5250.h > index 27

Re: [U-Boot] [PATCH 13/71] serial: microblaze: Move serial registration from serial_initialize()

2012-09-17 Thread Michal Simek
On 09/17/2012 01:20 AM, Marek Vasut wrote: Move the registration of xuartlite_serialN_device ports from default serial_initialize() into driver specific function called from serial_initialize(). This slims down the serial_initialize() call to a bare tracker of all possible serial port registratio

Re: [U-Boot] [PATCH 03/71] serial: Properly spell out the structure member names of serial_driver

2012-09-17 Thread Michal Simek
On 09/17/2012 01:20 AM, Marek Vasut wrote: Properly spell out the whole structure member names when an initialized varible is instantiated from the struct serial_driver. In case the structure definition for struct serial_driver undergoes reordering, there will be no impact on variables defined ba

Re: [U-Boot] [PATCH] common/i2c: Add i2c write command

2012-09-17 Thread York Sun
On 09/17/2012 06:36 PM, Tom Rini wrote: On Mon, Sep 17, 2012 at 11:29:00PM +, sun york-R58495 wrote: Tom, It's like eeprom write but it writes to general devices, not specificly to system eeprom. I would have to use i2c mw command a lot without this. Right. I guess what I'm getting at

[U-Boot] [PATCH] board/freescale/common:QIXIS:Fix magic number usage

2012-09-17 Thread Prabhakar Kushwaha
QIXIS FPGA layout defines the address of registers but The actual register bit implementation is board-specific, So avoid use of magic numbers as it may vary across different boards's QIXIS FPGA implementation. Also, Avoid board specific defines in common/qixis.h Signed-off-by: Prabhakar Kushwah

Re: [U-Boot] [PATCH] mx51evk: Add CONFIG_REVISION_TAG

2012-09-17 Thread Fabio Estevam
Hi Benoît , On Mon, Sep 17, 2012 at 4:04 PM, Benoît Thébaudeau wrote: > +u32 get_board_rev(void) > +{ > + return get_cpu_rev(); > +} Is this enough? Looking at FSL U-boot there is also a: static inline void set_board_rev(void) { if ((__REG(GPIO1_BASE_ADDR + 0x0) & (0x1 << 22)) =

Re: [U-Boot] [GIT PULL] mpc83xx: mpc8308rdb enhancements

2012-09-17 Thread Ira W. Snyder
On Mon, Sep 17, 2012 at 06:18:12PM -0700, Tom Rini wrote: > On Mon, Sep 17, 2012 at 06:36:56PM -0500, Kim Phillips wrote: > > Hi Tom, > > > > Ira improved mpc8308rdb h/w support by making it more comprehensive. > > Please pull: > > > > The following changes since commit a6f0c4faa4c65a7b7048b12c9d

Re: [U-Boot] [PATCH] video: cfb_console: flush dcache for frame buffer in DRAM

2012-09-17 Thread Eric Nelson
Hi Anatolij, I hate to come in late to the discussion, but while testing [1] with cache enabled, I started down the path of fixing up code paths within drivers/video/cfb_console.c that are followed by SABRE Lite as you did in [2]. [1] [PATCH V2 0/2] i.MX6: mx6qsabrelite: Add splash screen

Re: [U-Boot] [PATCH] gpio:fix: Proper handling of GPIO subsystem parts at Samsung devices

2012-09-17 Thread Minkyu Kang
Dear Lukasz Majewski, On 13 September 2012 22:45, Lukasz Majewski wrote: > Hi Minkyu, > >> Now proper GPIO parts numbering is handled at Samsung devices. >> This fix is necessary for code using GPIO located at other banks >> than first. >> >> Test HW: >> - Exynos4210 - Trats >> - S5PC110 - goni >

Re: [U-Boot] [PATCH 12/71] serial: s5p: Move serial registration from serial_initialize()

2012-09-17 Thread Minkyu Kang
Dear Marek, On 17 September 2012 08:20, Marek Vasut wrote: > Move the registration of s5p_serialN_device ports from default > serial_initialize() into driver specific function called from > serial_initialize(). This slims down the serial_initialize() call > to a bare tracker of all possible seria

Re: [U-Boot] [PATCH 47/71] serial: arm: Implement CONFIG_SERIAL_MULTI into s3c64xx serial driver

2012-09-17 Thread Minkyu Kang
On 17 September 2012 08:21, Marek Vasut wrote: > Implement support for CONFIG_SERIAL_MULTI into s3c64xx serial driver. > This driver was so far only usable directly, but this patch also adds > support for the multi method. This allows using more than one serial > driver alongside the s3c64xx drive

[U-Boot] Pull request: nand flash

2012-09-17 Thread Scott Wood
The following changes since commit a6f0c4faa4c65a7b7048b12c9d180d7e1aad1721: Merge branch 'master' of git://git.denx.de/u-boot-avr32 (2012-09-04 09:17:27 +0200) are available in the git repository at: git://git.denx.de/u-boot-nand-flash.git master for you to fetch changes up to 9c60e75e05

Re: [U-Boot] [PATCH 00/13] mxc nand: Add support for i.MX5

2012-09-17 Thread Scott Wood
On Mon, Aug 13, 2012 at 10:47:56PM +0200, Benoît Thébaudeau wrote: > Hi all, > > This series aims at adding support for i.MX5 to the mxc nand mtd and spl > drivers. It also fixes several issues and cleans up the code a little bit. Applied patches 1-12 to u-boot-nand-flash. For patch 13 I'm waiti

Re: [U-Boot] [GIT PULL] mpc83xx: mpc8308rdb enhancements

2012-09-17 Thread Tom Rini
On Mon, Sep 17, 2012 at 06:36:56PM -0500, Kim Phillips wrote: > Hi Tom, > > Ira improved mpc8308rdb h/w support by making it more comprehensive. > Please pull: > > The following changes since commit a6f0c4faa4c65a7b7048b12c9d180d7e1aad1721: > > Merge branch 'master' of git://git.denx.de/u-boot

Re: [U-Boot] [PATCH] net: sh_eth: Add support R8A7740 of rmobile (arm core)

2012-09-17 Thread Nobuhiro Iwamatsu
Hi, Joe. Could you pick this patch to your repository? Best regards, Nobuhiro On Fri, Aug 3, 2012 at 5:08 PM, Nobuhiro Iwamatsu wrote: > R8A7740 of rmobile has ethernet device, and this is same IP of > sh-ether. This support R8A7740 of rmobile. > > Signed-off-by: Hideyuki Sano > Signed-off-b

Re: [U-Boot] [PATCH] sh: ap_sh4a_4a: Fixed initialization value of DDR memory

2012-09-17 Thread Nobuhiro Iwamatsu
Appled, thanks. Best regards, NObuhiro On Thu, Sep 6, 2012 at 9:36 AM, Nobuhiro Iwamatsu wrote: > The wrong value was set as value of column of DDR memory for ap_sh4a_4a. > 10 is the right value. This fixed this problem. > > Signed-off-by: Nobuhiro Iwamatsu > --- > board/alphaproject/ap_sh4a

Re: [U-Boot] [PATCH v2 13/13] mxc nand: Add support for i.MX5

2012-09-17 Thread Scott Wood
On Tue, Aug 21, 2012 at 11:04:14PM +0200, Benoît Thébaudeau wrote: > Signed-off-by: Benoît Thébaudeau > Cc: Scott Wood > Cc: Stefano Babic > --- > Changes for v2: > - Fix warning for unused tmp variable in board_nand_init() for NFC V1. > > .../arch/arm/include/asm/arch-mx5/imx-regs.h |

Re: [U-Boot] [PATCH 61/71] serial: sh: Implement CONFIG_SERIAL_MULTI into sh serial driver

2012-09-17 Thread Nobuhiro Iwamatsu
On Mon, Sep 17, 2012 at 8:21 AM, Marek Vasut wrote: > Implement support for CONFIG_SERIAL_MULTI into sh serial driver. > This driver was so far only usable directly, but this patch also adds > support for the multi method. This allows using more than one serial > driver alongside the sh driver. Al

Re: [U-Boot] [PATCH v3 10/10] i2c: sh_i2c: use setbits/clrbits macro

2012-09-17 Thread Nobuhiro Iwamatsu
On Fri, Sep 14, 2012 at 2:08 PM, Tetsuyuki Kobayashi wrote: > Use setbits/clrbits macro when read-modify-write register. > > Signed-off-by: Tetsuyuki Kobayashi > --- > Changes for v3: > - new > > drivers/i2c/sh_i2c.c |8 > 1 file changed, 4 insertions(+), 4 deletions(-) > > diff --

Re: [U-Boot] [PATCH 06/13] mxc nand: Access all ecc_status_result fields

2012-09-17 Thread Scott Wood
On 09/17/2012 07:39:35 PM, Scott Wood wrote: On Mon, Aug 13, 2012 at 10:49:42PM +0200, Benoît Thébaudeau wrote: > On the NFC IP 1.1, the 32-bit ecc_status_result value comes from 2 > consecutive 16-bit registers. This patch reads all the fields of this value, > which makes a difference for 4-k

Re: [U-Boot] [PATCH V2 2/2] i.MX6: mx6qsabrelite: Add splash screen support

2012-09-17 Thread Eric Nelson
On 09/17/2012 05:08 PM, Eric Nelson wrote: Hi Fabio, On 09/17/2012 04:43 PM, Fabio Estevam wrote: Hi Eric, +int board_late_init(void) +{ + setenv("stdout", "serial"); + return 0; +} Please see my previous comment on v1 about this. Wolfgang nacked this method and Stefano has proposed a ni

Re: [U-Boot] [PATCH V2 2/2] i.MX6: mx6qsabrelite: Add splash screen support

2012-09-17 Thread Fabio Estevam
On Mon, Sep 17, 2012 at 9:43 PM, Eric Nelson wrote: > Like this? > http://lists.denx.de/pipermail/u-boot/2012-August/129967.html Yes, correct. Regards, Fabio Estevam ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/lis

Re: [U-Boot] [PATCH 06/13] mxc nand: Access all ecc_status_result fields

2012-09-17 Thread Scott Wood
On Mon, Aug 13, 2012 at 10:49:42PM +0200, Benoît Thébaudeau wrote: > On the NFC IP 1.1, the 32-bit ecc_status_result value comes from 2 > consecutive 16-bit registers. This patch reads all the fields of this value, > which makes a difference for 4-kiB NF pages. > > Signed-off-by: Benoît Thébaudeau

Re: [U-Boot] [PATCH v2 13/13] mxc nand: Add support for i.MX5

2012-09-17 Thread Scott Wood
On Tue, Aug 21, 2012 at 11:04:14PM +0200, Benoît Thébaudeau wrote: > Signed-off-by: Benoît Thébaudeau > Cc: Scott Wood > Cc: Stefano Babic > --- > Changes for v2: > - Fix warning for unused tmp variable in board_nand_init() for NFC V1. > > .../arch/arm/include/asm/arch-mx5/imx-regs.h |

Re: [U-Boot] [PATCH v6 3/4] OMAP: networking support for SPL

2012-09-17 Thread Tom Rini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 09/17/12 13:26, Ilya Yanok wrote: > This patch adds support for networking in SPL. Some devices are > capable of loading SPL via network so it makes sense to load the > main U-Boot binary via network too. This patch tries to use > existing networ

Re: [U-Boot] [PATCH V2 2/2] i.MX6: mx6qsabrelite: Add splash screen support

2012-09-17 Thread Eric Nelson
Hi Fabio, On 09/17/2012 04:43 PM, Fabio Estevam wrote: Hi Eric, On Mon, Sep 17, 2012 at 8:14 PM, Eric Nelson wrote: Adds support for the Hannstar 1024 x 768 LVDS panel (Freescale part number MCIMX-LVDS1) to SABRE-Lite board. This commit is a rebase Fabio Estevan's patch from 5/31 to s/Est

Re: [U-Boot] mtd: nand: allow NAND_NO_SUBPAGE_WRITE to be set from driver

2012-09-17 Thread Scott Wood
On 09/17/2012 07:01:39 PM, Marek Vasut wrote: Dear Scott Wood, > On Thu, Aug 30, 2012 at 01:39:38PM -, Marek Vasut wrote: > > This is based on Linux kernel -next: > > > > commit a1256b0e087ed3cdb584c683acb966ee885f733c > > Author: Brian Norris > > Date: Fri Jul 13 09:28:24 2012 -0700 > >

Re: [U-Boot] mtd: nand: allow NAND_NO_SUBPAGE_WRITE to be set from driver

2012-09-17 Thread Marek Vasut
Dear Scott Wood, > On Thu, Aug 30, 2012 at 01:39:38PM -, Marek Vasut wrote: > > This is based on Linux kernel -next: > > > > commit a1256b0e087ed3cdb584c683acb966ee885f733c > > Author: Brian Norris > > Date: Fri Jul 13 09:28:24 2012 -0700 > > > > mtd: nand: allow NAND_NO_SUBPAGE_WRITE

Re: [U-Boot] mtd: nand: allow NAND_NO_SUBPAGE_WRITE to be set from driver

2012-09-17 Thread Scott Wood
On Thu, Aug 30, 2012 at 01:39:38PM -, Marek Vasut wrote: > This is based on Linux kernel -next: > > commit a1256b0e087ed3cdb584c683acb966ee885f733c > Author: Brian Norris > Date: Fri Jul 13 09:28:24 2012 -0700 > > mtd: nand: allow NAND_NO_SUBPAGE_WRITE to be set from driver > > Th

Re: [U-Boot] [PATCH V2 2/2] i.MX6: mx6qsabrelite: Add splash screen support

2012-09-17 Thread Fabio Estevam
Hi Eric, On Mon, Sep 17, 2012 at 8:14 PM, Eric Nelson wrote: > Adds support for the Hannstar 1024 x 768 LVDS panel (Freescale part > number MCIMX-LVDS1) to SABRE-Lite board. > > This commit is a rebase Fabio Estevan's patch from 5/31 to s/Estevan/Estevam > +int board_late_init(void) > +{ > +

[U-Boot] [GIT PULL] mpc83xx: mpc8308rdb enhancements

2012-09-17 Thread Kim Phillips
Hi Tom, Ira improved mpc8308rdb h/w support by making it more comprehensive. Please pull: The following changes since commit a6f0c4faa4c65a7b7048b12c9d180d7e1aad1721: Merge branch 'master' of git://git.denx.de/u-boot-avr32 (2012-09-04 09:17:27 +0200) are available in the git repository at:

Re: [U-Boot] [PATCH] common/i2c: Add i2c write command

2012-09-17 Thread Tom Rini
On Mon, Sep 17, 2012 at 11:29:00PM +, sun york-R58495 wrote: > Tom, > > It's like eeprom write but it writes to general devices, not specificly to > system eeprom. I would have to use i2c mw command a lot without this. Right. I guess what I'm getting at is, are you writing to some sort of

Re: [U-Boot] [PATCH 0/5] mpc8308rdb: improved hardware support

2012-09-17 Thread Kim Phillips
On Wed, 12 Sep 2012 14:17:30 -0700 "Ira W. Snyder" wrote: > From: "Ira W. Snyder" > > This series improves the hardware support for the Freescale MPC8308RDB board. > > Optional support for the SPI pins routed to header J8 is added for testing SPI > flash chips. This was tested with a Spansion

Re: [U-Boot] [PATCH] common/i2c: Add i2c write command

2012-09-17 Thread sun york-R58495
Tom, It's like eeprom write but it writes to general devices, not specificly to system eeprom. I would have to use i2c mw command a lot without this. York Original Message From: Tom Rini Sent: Mon, Sep 17, 2012 05:16 PM To: sun york-R58495 CC: u-boot@lists.denx.de; u-boot-rele

[U-Boot] [PATCH V2 0/2] i.MX6: mx6qsabrelite: Add splash screen support

2012-09-17 Thread Eric Nelson
Series includes one patch to fix a register name in imx6/crm_regs.h and a second that's a re-base of Fabio's patch from 5/31. http://patchwork.ozlabs.org/patch/162206/ arch/arm/include/asm/arch-mx6/crm_regs.h |6 ++- board/freescale/mx6qsabrelite/mx6qsabrelite.c | 90 ++

[U-Boot] [PATCH V2 1/2] i.MX6: change register name for CCM_CHSCCDR to match ref. manual

2012-09-17 Thread Eric Nelson
Register CCM_CHSCCDR (offset 0x34 in CCM) is named CCM_CHSCCDR in reference manual, but was named chscdr in struct mxc_ccm_reg. Signed-off-by: Eric Nelson --- arch/arm/include/asm/arch-mx6/crm_regs.h |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/arm/include/asm/a

[U-Boot] [PATCH V2 2/2] i.MX6: mx6qsabrelite: Add splash screen support

2012-09-17 Thread Eric Nelson
Adds support for the Hannstar 1024 x 768 LVDS panel (Freescale part number MCIMX-LVDS1) to SABRE-Lite board. This commit is a rebase Fabio Estevan's patch from 5/31 to u-boot-video/master: http://patchwork.ozlabs.org/patch/162206/ Modifications include: removal of i2c setup (unneeded)

Re: [U-Boot] [PATCH 00/71] serial: Massive rework of the serial subsystem

2012-09-17 Thread Marek Vasut
Dear Tom Rini, > On Mon, Sep 17, 2012 at 01:20:25AM +0200, Marek Vasut wrote: > > This patchset is a STAGE 1 of preparation of the stdio and serial subsys > > for the driver model. > > [snip] > > > 6) Remove unused code used for the non-multi operation > > > >Remove code that was used when

Re: [U-Boot] [PATCH 00/71] serial: Massive rework of the serial subsystem

2012-09-17 Thread Tom Rini
On Mon, Sep 17, 2012 at 01:20:25AM +0200, Marek Vasut wrote: > This patchset is a STAGE 1 of preparation of the stdio and serial subsys > for the driver model. [snip] > 6) Remove unused code used for the non-multi operation >Remove code that was used when CONFIG_SERIAL_MULTI was not selected.

Re: [U-Boot] [PATCH 42/71] serial: arm: Implement CONFIG_SERIAL_MULTI into lpc32xx serial driver

2012-09-17 Thread Vladimir Zapolskiy
On 17.09.2012 02:21, Marek Vasut wrote: Implement support for CONFIG_SERIAL_MULTI into lpc32xx serial driver. This driver was so far only usable directly, but this patch also adds support for the multi method. This allows using more than one serial driver alongside the lpc32xx driver. Also, add a

Re: [U-Boot] [PATCH v2 4/4] nand: Make NAND lock status compatible with Micron

2012-09-17 Thread Scott Wood
On Wed, Aug 22, 2012 at 04:49:45PM -0500, Joe Hershberger wrote: > Micron NAND flash (e.g. MT29F4G08ABADAH4) BLOCK LOCK READ STATUS is not > the same as others. Instead of bit 1 being lock, it is #lock_tight. > To make the driver support either format, ignore bit 1 and use only > bit 0 and bit 2.

Re: [U-Boot] [PATCH v2 3/4] nand: consolidate duplicated constants

2012-09-17 Thread Scott Wood
On Wed, Aug 22, 2012 at 04:49:44PM -0500, Joe Hershberger wrote: > NAND_CMD_ constants for lock/unlock should be in the header > > Signed-off-by: Joe Hershberger > --- > > drivers/mtd/nand/nand_util.c | 6 -- > include/linux/mtd/nand.h | 2 ++ > 2 files changed, 2 insertions(+), 6 delet

Re: [U-Boot] [PATCH v2 2/4] nand: Change ulong to loff_t and size_t

2012-09-17 Thread Scott Wood
On Wed, Aug 22, 2012 at 04:49:43PM -0500, Joe Hershberger wrote: > Missed in previous cleanup. > > Signed-off-by: Joe Hershberger > --- > Changes in v2: > - Added loff_t cleanup to series > > drivers/mtd/nand/nand_util.c | 5 +++-- > include/nand.h | 3 ++- > 2 files changed, 5 in

Re: [U-Boot] [PATCH v2 1/4] nand: Add support for unlock.invert

2012-09-17 Thread Scott Wood
On Wed, Aug 22, 2012 at 04:49:42PM -0500, Joe Hershberger wrote: > NAND unlock command allows an invert bit to be set to unlock all but > the selected page range. > > Signed-off-by: Joe Hershberger > --- > Changes in v2: > - Changed invert to allexcept > - Changed unlock printf to debug print > -

Re: [U-Boot] [PATCH] mtd: support ONFI multi lun NAND

2012-09-17 Thread Scott Wood
On 09/17/2012 04:21:09 PM, Matthieu CASTET wrote: With onfi a flash is organized into one or more logical units (LUNs). A logical unit (LUN) is the minimum unit that can independently execute commands and report status. Mtd does not exploit LUN, so make it see a big single flash where size

Re: [U-Boot] [PATCH] common/i2c: Add i2c write command

2012-09-17 Thread Tom Rini
On Sun, Sep 16, 2012 at 01:02:30PM -0500, York Sun wrote: > Add i2c write command to write data from memory to i2c devices. > > Signed-off-by: York Sun This feels like eeprom write, to an i2c-connected eeprom. Is that what you have this for, or something else? -- Tom signature.asc Descript

[U-Boot] [PATCH] mtd: support ONFI multi lun NAND

2012-09-17 Thread Matthieu CASTET
With onfi a flash is organized into one or more logical units (LUNs). A logical unit (LUN) is the minimum unit that can independently execute commands and report status. Mtd does not exploit LUN, so make it see a big single flash where size is lun_size * number_of_lun. Without this patch MT29F8G0

Re: [U-Boot] [PATCH 08/16] pmic:muic: Support for MUIC built into MAX8997 device

2012-09-17 Thread Lukasz Majewski
Hi Stefano, > On 14/09/2012 17:40, Lukasz Majewski wrote: > > Support for MUIC (Micro USB Integrated Circuit) built into the > > MAX8997 power management device. > > > > The MUIC device will work with redesigned PMIC framework. > > > > Signed-off-by: Lukasz Majewski > > Signed-off-by: Kyungmin

Re: [U-Boot] [PATCH 09/16] pmic:fuel-gauge: Support for MAX17042 fuel-gauge

2012-09-17 Thread Lukasz Majewski
Hi Tom , > On Fri, Sep 14, 2012 at 05:40:08PM +0200, Lukasz Majewski wrote: > > > Support for MAX17042 fuel-gauge (FG), which is built into the > > MAX8997 power management device. > > Special file - fg_battery_cell_params.h with cells characteristics > > added. > [snip] > > +#ifndef __FG_BATTERY

Re: [U-Boot] [PATCH 10/16] pmic:max8997: Function for calculating LDO internal register value

2012-09-17 Thread Lukasz Majewski
On Fri, 14 Sep 2012 10:24:49 -0700 Tom Rini wrote: > On Fri, Sep 14, 2012 at 05:40:09PM +0200, Lukasz Majewski wrote: > > > Function for calculating LDO internal register value from passed > > micro Volt. > > > > Signed-off-by: Lukasz Majewski > > Signed-off-by: Kyungmin Park > > Cc: Stefano

Re: [U-Boot] [PATCH 13/16] arm:trats:pmic: Enable fuel-gauge (MAX17042) at Samsung's TRATS board

2012-09-17 Thread Lukasz Majewski
Hi Tom, > On Fri, Sep 14, 2012 at 05:40:12PM +0200, Lukasz Majewski wrote: > > > FG IC built into the MAX8997 device (compliant to MAX17042) is > > enabled at TRATS. > [snip] > > +#define CONFIG_POWER_FG > > +#define CONFIG_POWER_FG_MAX17042 > > #define CONFIG_POWER_MUIC > > #define CONFIG_POW

Re: [U-Boot] [PATCH 15/16] arm:trats:pmic: Support for charging battery at Samsung's TRATS board

2012-09-17 Thread Lukasz Majewski
Hi Tom , > If I read this right we'll pause in the middle of start up to charge > the battery for possibly a long time right? And this could be a > while loop even, yes? If so to the first one, this really should be > under some sort of CONFIG option. This is one of the options. Other option is

Re: [U-Boot] [PATCH 00/16] pmic: Redesign PMIC framework to support multiple instances of devices

2012-09-17 Thread Lukasz Majewski
Hi Tom, > On Fri, Sep 14, 2012 at 05:39:59PM +0200, Lukasz Majewski wrote: > > > PMIC framework has been redesigned to support multiple instances of > > power related devices (e.g. fuel gauge, PMICs, chargers, micro USB > > IC). > > > > Due to that, code at other architectures and boards have be

Re: [U-Boot] [PATCH 03/16] pmic:max8997: Switch the MAX8997 PMIC to be used with multibus I2C

2012-09-17 Thread Lukasz Majewski
Hi Stefano, > On 14/09/2012 17:40, Lukasz Majewski wrote: > > PMIC MAX8997 is now ready to work with single and multibus soft I2C > > implementation. > > > > Signed-off-by: Lukasz Majewski > > Signed-off-by: Kyungmin Park > > --- > > drivers/misc/pmic_max8997.c |3 ++- > > 1 files changed,

Re: [U-Boot] [PATCH 02/16] pmic:i2c: Add I2C byte order to PMIC framework

2012-09-17 Thread Lukasz Majewski
Hi Stefano, > On 14/09/2012 17:40, Lukasz Majewski wrote: > > Since the pmic_reg_read is the u32 value, the order in which bytes > > are placed to form u32 value is important. > > > > This commit adds the reverse (which is default) and normal byte > > order. > > > > Signed-off-by: Lukasz Majewsk

Re: [U-Boot] using initrd with U-boot on the imx28evk

2012-09-17 Thread Fabio Estevam
Bill, On Mon, Sep 17, 2012 at 6:31 PM, Marek Vasut wrote: > Dear Bill, > > I'm CCing Fabio ... he might have some idea for you. What about starting a thread in linux-arm-kernel for this? Regards, Fabio Estevam ___ U-Boot mailing list U-Boot@lists.den

Re: [U-Boot] Cache alignment warnings on Tegra (ARM)

2012-09-17 Thread Simon Glass
Hi Thierry, On Sat, Sep 15, 2012 at 11:49 PM, Thierry Reding wrote: > On Sat, Sep 15, 2012 at 07:45:30PM -0700, Simon Glass wrote: >> Hi, >> >> On Sat, Sep 15, 2012 at 1:41 PM, Thierry Reding >> wrote: >> > On Sat, Sep 15, 2012 at 10:11:54PM +0200, Marek Vasut wrote: >> >> Dear Thierry Reding, >

Re: [U-Boot] using initrd with U-boot on the imx28evk

2012-09-17 Thread Marek Vasut
Dear Bill, I'm CCing Fabio ... he might have some idea for you. > Marek, > > Yes, I checked the kernel and it is enabled for ramdisk support in > Linux, gzip compression, and loop back block driver. I did find some > other posts where some folks added the address of the ram drive. So I >

Re: [U-Boot] [PATCH 15/16] arm:trats:pmic: Support for charging battery at Samsung's TRATS board

2012-09-17 Thread Tom Rini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 09/17/12 13:55, Lukasz Majewski wrote: > Hi Tom , > >> If I read this right we'll pause in the middle of start up to >> charge the battery for possibly a long time right? And this >> could be a while loop even, yes? If so to the first one, this >

[U-Boot] [PATCH] video/powerpc: don't touch DIU registers that we don't need

2012-09-17 Thread Timur Tabi
Several DIU registers were being initialized either unnecessarily or to wrong values. 1) All interrupts were enabled even though there's no interrupt handler. Interrupts were left enabled when booting Linux. 2) Don't configure a dummy area descriptor, since we don't support ADs in U-Boot.

Re: [U-Boot] [PATCH 0/2] i.MX6: mx6qsabrelite: Add splash screen support

2012-09-17 Thread Anatolij Gustschin
Hi Eric, On Mon, 17 Sep 2012 13:20:49 -0700 Eric Nelson wrote: > Series includes one patch to fix a register name in imx6/crm_regs.h > and a second that's a re-base of Fabio's patch from 5/31. > http://patchwork.ozlabs.org/patch/162206/ > > Note that I'm not sure whether this should hav

Re: [U-Boot] [PATCH v3 2/4] usb: ehci: rework to take advantage of new lowlevel interface

2012-09-17 Thread Marek Vasut
Dear Lucas Stach, [...] > diff --git a/drivers/usb/host/ehci-mxs.c b/drivers/usb/host/ehci-mxs.c > index 6e21669..a74c1c2 100644 > --- a/drivers/usb/host/ehci-mxs.c > +++ b/drivers/usb/host/ehci-mxs.c > @@ -27,7 +27,6 @@ > #include > #include > > -#include "ehci-core.h" > #include "ehci.h"

Re: [U-Boot] [PATCH 2/2] i.MX6: mx6qsabrelite: Add splash screen support

2012-09-17 Thread Fabio Estevam
Hi Eric, On Mon, Sep 17, 2012 at 5:20 PM, Eric Nelson wrote: > +int board_late_init(void) > +{ > + setenv("stdout", "serial"); > + return 0; > +} I was told not to do this way. Please follow this approach instead: commit 3e0773708dd4e502c127a589be5779708eb7ba69 Author: Stefano Bab

[U-Boot] [PATCH 2/2] i.MX6: mx6qsabrelite: Add splash screen support

2012-09-17 Thread Eric Nelson
Adds support for the Hannstar 1024 x 768 LVDS panel (Freescale part number MCIMX-LVDS1) to SABRE-Lite board. This commit is a rebase Fabio Estevan's patch from 5/31 to u-boot-video/master: http://patchwork.ozlabs.org/patch/162206/ Modifications include: removal of i2c setup (unneeded)

[U-Boot] [PATCH 1/2] i.MX6: change register name for CCM_CHSCCDR to match ref. manual

2012-09-17 Thread Eric Nelson
Register CCM_CHSCCDR (offset 0x34 in CCM) is named CCM_CHSCCDR in reference manual, but was named chscdr in struct mxc_ccm_reg. Signed-off-by: Eric Nelson --- arch/arm/include/asm/arch-mx6/crm_regs.h |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/arm/include/asm/a

[U-Boot] [PATCH 0/2] i.MX6: mx6qsabrelite: Add splash screen support

2012-09-17 Thread Eric Nelson
Series includes one patch to fix a register name in imx6/crm_regs.h and a second that's a re-base of Fabio's patch from 5/31. http://patchwork.ozlabs.org/patch/162206/ Note that I'm not sure whether this should have been based on u-boot-video because it's video-related or u-boot imx becau

[U-Boot] [PATCH v6 1/4] net/bootp: add VCI support for BOOTP also

2012-09-17 Thread Ilya Yanok
Vendor Class Identifier option is common to BOOTP and DHCP and can be useful without PXE. So send VCI in both BOOTP and DHCP requests if CONFIG_BOOTP_VCI_STRING is defined. Signed-off-by: Ilya Yanok --- Changes in v4: - used strlen instead of sizeof - moved vci_strlen var inside macro net/bo

[U-Boot] [PATCH v6 3/4] OMAP: networking support for SPL

2012-09-17 Thread Ilya Yanok
This patch adds support for networking in SPL. Some devices are capable of loading SPL via network so it makes sense to load the main U-Boot binary via network too. This patch tries to use existing network code as much as possible. Unfortunately, it depends on environment which in turn depends on o

[U-Boot] [PATCH v6 4/4] am335x_evm: enable networking in SPL

2012-09-17 Thread Ilya Yanok
This patch adds support for networking in SPL on TI AM335x based boards. Vendor Class Identifier used by SPL during BOOTP is "AM335x U-Boot SPL". Signed-off-by: Ilya Yanok --- Changes in v3: - set Vendor Class Identifier for SPL Changes in v4: - SPL_BOARD_INIT is not needed anymore include/

[U-Boot] [PATCH v6 0/4] OMAP: SPL networking support

2012-09-17 Thread Ilya Yanok
These series provides support for networking in SPL. In this version some effort is done to minimize the resulting SPL size and now Net-only SPL is <50KB in size. So theoretically it can be used on boards with enough SRAM space like AM3517. But real testing was done only on AM335x. Changes in v3

[U-Boot] [PATCH v6 2/4] OMAP: spl: call timer_init() from SPL

2012-09-17 Thread Ilya Yanok
We need to initialize timer properly, otherwise all delays inside SPL will be wrong. Signed-off-by: Ilya Yanok --- Changes in v6: - fix typo in patch name arch/arm/cpu/armv7/omap-common/spl.c |2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm/cpu/armv7/omap-common/spl.c b/arch

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

2012-09-17 Thread Tom Rini
On Mon, Sep 17, 2012 at 07:52:26PM +0200, Marek Vasut wrote: > I'm not sure if we want them in current release or next, I'll leave that to > you > to decide. I don't see much danger for current though. > > The following changes since commit a6f0c4faa4c65a7b7048b12c9d180d7e1aad1721: > > Merge

Re: [U-Boot] [PATCH v2 10/11] Add u-boot-ubl.bin target to the Makefile

2012-09-17 Thread Wolfgang Denk
Dear Tom Rini, In message <505763a5.1030...@ti.com> you wrote: > > Right. So I'm saying we need to set new expectations for everyone and > some human helper symlinks to help. A new top-level out or images or > something, with symlinks inside. Why would we need that? For the end user, any name

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

2012-09-17 Thread Marek Vasut
Dear Tom Rini, > On 09/17/12 10:52, Marek Vasut wrote: > > I'm not sure if we want them in current release or next, I'll > > leave that to you to decide. I don't see much danger for current > > though. > > I believe all of this made it by the merge window and looks good. It's been stuck in there

Re: [U-Boot] [PATCH] Fix checkpatch warnings about externs in *.c

2012-09-17 Thread Tom Rini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 09/16/12 05:59, Pavel Herrmann wrote: > On Sunday 16 September 2012 14:37:16 Marek Vasut wrote: >> Dear Pavel Herrmann, ... Won't include/sata.h work just fine ? > > I feel include/sata.h is a "consumer-facing" header, and > implementation details

[U-Boot] [PATCH] mx51evk: Add CONFIG_REVISION_TAG

2012-09-17 Thread Benoît Thébaudeau
FSL 2.6.35 kernel assumes that the bootloader passes the CONFIG_REVISION_TAG information. If this data is not present, the kernel misconfigures the TZIC, which results in the timer interrupt handler never being called, so the kernel deadlocks while calibrating its delay. Suggested-by: Greg Topmil

Re: [U-Boot] [PATCH v2 09/11] S3C24XX: Add NAND Flash driver

2012-09-17 Thread Tom Rini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 09/17/12 11:34, José Miguel Gonçalves wrote: > On 17-09-2012 19:27, Tom Rini wrote: >> On Mon, Sep 17, 2012 at 07:05:48PM +0100, Jos? Miguel Gon?alves >> wrote: >>> On 17-09-2012 18:56, Tom Rini wrote: -BEGIN PGP SIGNED MESSAGE- Hash: S

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

2012-09-17 Thread Tom Rini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 09/17/12 10:52, Marek Vasut wrote: > I'm not sure if we want them in current release or next, I'll > leave that to you to decide. I don't see much danger for current > though. I believe all of this made it by the merge window and looks good. But

Re: [U-Boot] U-boot's stack space on a Sequoia board

2012-09-17 Thread Wolfgang Denk
Dear Corey Ashford, In message <50575cb3.20...@linux.vnet.ibm.com> you wrote: > > > Please update, then try again. > OK, and thank you for your quick reply. I don't have physical access to > this board, but I'll ask around to find if this is something we can do. No physical access is needed fo

Re: [U-Boot] [PATCH v5 4/5] OMAP: networking support for SPL

2012-09-17 Thread Ilya Yanok
On Mon, Sep 17, 2012 at 1:55 PM, Ilya Yanok wrote: > > +#include >> > +#include >> > +#include >> >> What in here needs this header? >> > > Looks like it's unneeded. Thanks, I'll remove it. > Nope, it's needed for spl_parse_image_header. Regards, Ilya.

Re: [U-Boot] [PATCH v2 09/11] S3C24XX: Add NAND Flash driver

2012-09-17 Thread José Miguel Gonçalves
On 17-09-2012 19:27, Tom Rini wrote: On Mon, Sep 17, 2012 at 07:05:48PM +0100, Jos? Miguel Gon?alves wrote: On 17-09-2012 18:56, Tom Rini wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 09/17/12 10:08, Jos? Miguel Gon?alves wrote: On 17-09-2012 17:57, Tom Rini wrote: On Sun, Sep 16,

Re: [U-Boot] [PATCH v2 09/11] S3C24XX: Add NAND Flash driver

2012-09-17 Thread Tom Rini
On Mon, Sep 17, 2012 at 07:05:48PM +0100, Jos? Miguel Gon?alves wrote: > On 17-09-2012 18:56, Tom Rini wrote: > >-BEGIN PGP SIGNED MESSAGE- > >Hash: SHA1 > > > >On 09/17/12 10:08, Jos? Miguel Gon?alves wrote: > >>On 17-09-2012 17:57, Tom Rini wrote: > >>>On Sun, Sep 16, 2012 at 10:16:47AM +

Re: [U-Boot] Problem Booting RTEMS with u-boot on Phycore LPC3250

2012-09-17 Thread SAeeD
Dear Wolfgang, Where exactly did you get the U-Boot source code from? Various sources in fact: http://bitshrine.org/gpp/u-boot-1.3.3-lpc32xx.patch http://git.lpclinux.com/?p=uboot-2009.03-lpc32xx.git;a=summary http://git.lpclinux.com/?p=uboot-2011.12-lpc32xx.git;a=summary https://github.com/sobc

Re: [U-Boot] [PATCH v5 4/5] OMAP: networking support for SPL

2012-09-17 Thread Tom Rini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 09/17/12 11:10, Ilya Yanok wrote: > > > On Mon, Sep 17, 2012 at 10:07 PM, Tom Rini > wrote: > >> That's not really about garbage collection in this case >> (net-spl). I want to disable some functionality of generic net >> co

Re: [U-Boot] [PATCH v2 10/11] Add u-boot-ubl.bin target to the Makefile

2012-09-17 Thread Scott Wood
On 09/17/2012 12:53:41 PM, Tom Rini wrote: On 09/17/12 10:32, Scott Wood wrote: > On 09/17/2012 11:51:52 AM, Tom Rini wrote: >> On 09/17/12 09:27, Scott Wood wrote: >> > On 09/17/2012 04:24:34 AM, José Miguel Gonçalves wrote: >> [snip] >> >> If no one else has anything against, I will change the

Re: [U-Boot] [PATCH v5 4/5] OMAP: networking support for SPL

2012-09-17 Thread Ilya Yanok
BTW, I'm going to repost this serie soon. Shouldn't I rebase it on top of your SPL rework patches? Where can I find the tree? Regards, Ilya. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH v5 4/5] OMAP: networking support for SPL

2012-09-17 Thread Ilya Yanok
On Mon, Sep 17, 2012 at 10:07 PM, Tom Rini wrote: > > That's not really about garbage collection in this case (net-spl). > > I want to disable some functionality of generic net code not some > > stuff used only by commands implementation. The confusion comes > > from the fact that this code is pr

Re: [U-Boot] [PATCH v3 5/7] gpt: Support for GPT (GUID Partition Table) restoration

2012-09-17 Thread Stephen Warren
On 09/13/2012 02:10 AM, Lukasz Majewski wrote: > The restoration of GPT table (both primary and secondary) is now possible. > Simple GUID generation is supported. > diff --git a/include/part.h b/include/part.h > +int set_gpt_table(block_dev_desc_t *dev_desc, > + gpt_header *gpt_h, g

Re: [U-Boot] [PATCH v5 4/5] OMAP: networking support for SPL

2012-09-17 Thread Tom Rini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 09/17/12 10:54, Ilya Yanok wrote: > Hi Tom, > > On Mon, Sep 17, 2012 at 9:04 PM, Tom Rini > wrote: > >> I agree it's not the best place... config_cmd_spl.h sounds a >> little bit crazy as we don't have any commands at all in

Re: [U-Boot] [PATCH v2 09/11] S3C24XX: Add NAND Flash driver

2012-09-17 Thread José Miguel Gonçalves
On 17-09-2012 18:56, Tom Rini wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 09/17/12 10:08, José Miguel Gonçalves wrote: On 17-09-2012 17:57, Tom Rini wrote: On Sun, Sep 16, 2012 at 10:16:47AM +0100, Jos? Miguel Gon?alves wrote: On 09/14/2012 08:01 PM, Tom Rini wrote: On Fri, Sep 1

Re: [U-Boot] [PATCH v2 01/11] ARM: fix relocation on ARM926EJS

2012-09-17 Thread Tom Rini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 09/17/12 10:48, Marek Vasut wrote: > Dear Tom Rini, > >> On Mon, Sep 17, 2012 at 07:26:06PM +0200, Marek Vasut wrote: >>> Dear Tom Rini, >>> On Sun, Sep 16, 2012 at 05:36:47PM +0200, Marek Vasut wrote: > Dear Jos? Miguel Gon?alves, >

Re: [U-Boot] [PATCH v3 3/7] gpt:doc: GPT (GUID Partition Table) documentation

2012-09-17 Thread Stephen Warren
On 09/13/2012 02:10 AM, Lukasz Majewski wrote: > Documentation of the GPT format. > diff --git a/doc/README.gpt b/doc/README.gpt > +Example usage: > +== > + > +To restore GUID partition table one needs to: > +1. at ./include/configs/{board}.h > + - define "partitions=" environment v

Re: [U-Boot] [PATCH v2 09/11] S3C24XX: Add NAND Flash driver

2012-09-17 Thread Tom Rini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 09/17/12 10:08, José Miguel Gonçalves wrote: > On 17-09-2012 17:57, Tom Rini wrote: >> On Sun, Sep 16, 2012 at 10:16:47AM +0100, Jos? Miguel Gon?alves >> wrote: >>> On 09/14/2012 08:01 PM, Tom Rini wrote: On Fri, Sep 14, 2012 at 07:45:40PM +010

Re: [U-Boot] [PATCH v5 4/5] OMAP: networking support for SPL

2012-09-17 Thread Ilya Yanok
Hi Tom, On Mon, Sep 17, 2012 at 9:04 PM, Tom Rini wrote: > > I agree it's not the best place... config_cmd_spl.h sounds a little > > bit crazy as we don't have any commands at all in SPL... > > > How about config_uncmd_spl.h then and a nice big comment up top > Well, it will be at least less co

Re: [U-Boot] [PATCH v2 10/11] Add u-boot-ubl.bin target to the Makefile

2012-09-17 Thread Tom Rini
On 09/17/12 10:32, Scott Wood wrote: > On 09/17/2012 11:51:52 AM, Tom Rini wrote: >> On 09/17/12 09:27, Scott Wood wrote: >> > On 09/17/2012 04:24:34 AM, José Miguel Gonçalves wrote: >> [snip] >> >> If no one else has anything against, I will change the name of the new >> >> target to u-boot-pad.bi

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

2012-09-17 Thread Marek Vasut
I'm not sure if we want them in current release or next, I'll leave that to you to decide. I don't see much danger for current though. The following changes since commit a6f0c4faa4c65a7b7048b12c9d180d7e1aad1721: Merge branch 'master' of git://git.denx.de/u-boot-avr32 (2012-09-04 09:17:27 +020

Re: [U-Boot] Weekly status

2012-09-17 Thread Marek Vasut
Dear Tom Rini, > Hey all, > > I had intended to send this last thing Friday but it slipped my mind. > But with my intention to do -rc1 this Friday, this works too. That > said... > > Here's where I'm at so far: > - Locally, I believe I have all outstanding pull requets queued up and > MAKEALL

Re: [U-Boot] [PATCH v2 01/11] ARM: fix relocation on ARM926EJS

2012-09-17 Thread Marek Vasut
Dear Tom Rini, > On Mon, Sep 17, 2012 at 07:26:06PM +0200, Marek Vasut wrote: > > Dear Tom Rini, > > > > > On Sun, Sep 16, 2012 at 05:36:47PM +0200, Marek Vasut wrote: > > > > Dear Jos? Miguel Gon?alves, > > > > > > > > > On 09/16/2012 11:06 AM, Marek Vasut wrote: > > > > > > Dear Jos? Miguel Go

Re: [U-Boot] [PATCH v2 01/11] ARM: fix relocation on ARM926EJS

2012-09-17 Thread Tom Rini
On Mon, Sep 17, 2012 at 07:26:06PM +0200, Marek Vasut wrote: > Dear Tom Rini, > > > On Sun, Sep 16, 2012 at 05:36:47PM +0200, Marek Vasut wrote: > > > Dear Jos? Miguel Gon?alves, > > > > > > > On 09/16/2012 11:06 AM, Marek Vasut wrote: > > > > > Dear Jos? Miguel Gon?alves, > > > > > > > > > >> O

Re: [U-Boot] [PATCH v2 10/11] Add u-boot-ubl.bin target to the Makefile

2012-09-17 Thread Scott Wood
On 09/17/2012 11:51:52 AM, Tom Rini wrote: On 09/17/12 09:27, Scott Wood wrote: > On 09/17/2012 04:24:34 AM, José Miguel Gonçalves wrote: [snip] >> If no one else has anything against, I will change the name of the new >> target to u-boot-pad.bin > > What exactly is u-boot-pad.bin supposed to

  1   2   >