[U-Boot] [RFC PATCH v2 2/2] ARMV7: OMAP4: Add twl6032 support

2013-10-08 Thread Oleg Kosheliev
From: Oleg Kosheliev oleg.koshel...@ti.com Added chip type detection and twl6032 support in the battery control and charge functions. Based on Balaji T K balaj...@ti.com patches for TI u-boot. Signed-off-by: Oleg Kosheliev oleg.koshel...@ti.com --- drivers/power/twl6030.c | 54

[U-Boot] [RFC PATCH v2 0/2] ARMV7: OMAP4: Add support for twl6032

2013-10-08 Thread Oleg Kosheliev
From: Oleg Kosheliev oleg.koshel...@globallogic.com TWL6032 is a companion Power Management IC (PMIC) of OMAP4470. This chip is similar to TWL6030 but has slight difference in some registers e.g. for GPADC. In u-boot only TWL6030 is supported now, thus there is no ability to boot OMAP4470

[U-Boot] [RFC PATCH v2 1/2] ARMV7: OMAP4: Add struct for twl603x data

2013-10-08 Thread Oleg Kosheliev
From: Oleg Kosheliev oleg.koshel...@ti.com The data struct is used to support different PMIC chip types. It contains the chip type and the data (e.g. registers addresses, adc multiplier) which is different for twl6030 and twl6032. Replaced some hardcoded values with the structure vars. Based

Re: [U-Boot] SPL binary too large for OMAP4460 OCM

2013-09-04 Thread Oleg Kosheliev
Hi, André From: u-boot-boun...@lists.denx.de [u-boot-boun...@lists.denx.de] on behalf of André Schaller [an.sch...@googlemail.com] Sent: Wednesday, September 04, 2013 10:09 AM To: u-boot@lists.denx.de Subject: [U-Boot] SPL binary too large for OMAP4460 OCM

[U-Boot] [RFC PATCH 2/2] ARMV7: OMAP4: Add twl6032 support

2013-07-24 Thread Oleg Kosheliev
From: Oleg Kosheliev oleg.koshel...@ti.com Added chip type detection and twl6032 support in the battery control and charge functions. Based on Balaji T K balaj...@ti.com patches for TI u-boot. Signed-off-by: Oleg Kosheliev oleg.koshel...@ti.com --- drivers/power/twl6030.c | 56

[U-Boot] [RFC PATCH 1/2] ARMV7: OMAP4: Add struct for twl603x data

2013-07-24 Thread Oleg Kosheliev
From: Oleg Kosheliev oleg.koshel...@ti.com The data struct is used to support different PMIC chip types. It contains the chip type and the data (e.g. registers addresses, adc multiplier) which is different for twl6030 and twl6032. Replaced some hardcoded values with the structure vars. Based

[U-Boot] [RFC PATCH] armv7:omap4-common: Correct check of the SPL image size

2013-07-24 Thread Oleg Kosheliev
. In this patch CONFIG_SPL_MAX_SIZE is corrected based on the max allowed for SPL image address. Signed-off-by: Oleg Kosheliev oleg.koshel...@ti.com --- include/configs/omap4_common.h |9 - 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/include/configs/omap4_common.h b/include/configs

[U-Boot] [RFC PATCH 0/2] ARMV7: OMAP4: Add support for twl6032

2013-07-24 Thread Oleg Kosheliev
From: Oleg Kosheliev oleg.koshel...@ti.com TWL6032 is a companion Power Management IC (PMIC) of OMAP4470. This chip is similar to TWL6030 but has slight difference in some registers e.g. for GPADC. In u-boot only TWL6030 is supported now, thus there is no ability to boot OMAP4470 with TWL6032