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

2013-10-08 Thread Oleg Kosheliev
From: Oleg Kosheliev 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 on Balaji T K patches

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

2013-10-08 Thread Oleg Kosheliev
From: Oleg Kosheliev 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 because u-boot hangs

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

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

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 OMAP446

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

2013-07-24 Thread Oleg Kosheliev
From: Oleg Kosheliev 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 because u-boot hangs

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

2013-07-24 Thread Oleg Kosheliev
From: Oleg Kosheliev 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 on Balaji T K patches

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

2013-07-24 Thread Oleg Kosheliev
is corrected based on the max allowed for SPL image address. Signed-off-by: Oleg Kosheliev --- include/configs/omap4_common.h |9 - 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/include/configs/omap4_common.h b/include/configs/omap4_common.h index 2fa4382..aeeef6c

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

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