Re: [U-Boot] U-boot for Arm cortexA8

2008-08-21 Thread Nishanth Menon
/Help-needed-for-porting-linux-on-mpc8260-based-custom-board-to2182946.html#a2182946 You could probably speak to your IT folks about this.. They might have email list configuration which are white listed and disclaimers would not appear when send to those lists. Regards, Nishanth Menon

Re: [U-Boot] working with loadb bootm on u-boot-v2 for imx27ads Board

2008-09-25 Thread Nishanth Menon
Subject: Re: [U-Boot] u-boot-v2 for imx27 Board Try not to top post. see [2] and mailing list ettiquette. Regards, Nishanth Menon [1] http://code.google.com/p/omap-u-boot-utils/ [2] http://en.wikipedia.org/wiki/Posting_style ___ U-Boot mailing list U

Re: [U-Boot] [PATCH 07/12 v2] ARM: OMAP3: Add memory and syslib common files, add NAND support

2008-10-07 Thread Nishanth Menon
be no reason for s/w ecc IMHO.. Regards, Nishanth Menon ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [U-Boot-Users] Compilation problem for TI3430 board.

2008-10-18 Thread Nishanth Menon
understand it is for SDP3430[3]. I had written a small quick start doc for 2430 - many of whose comments are still valid for 2430. Regards, Nishanth Menon [1] http://linux.omap.com/pub/bootloader/3430sdp/ or https://omapzoom.org/gf/ [2] http://www.codesourcery.com/gnu_toolchains/arm/portal/[EMAIL PROTECTED

Re: [U-Boot] [PATCH 2/2] omap5_uevm: Enable redudnant MMC environment

2013-04-30 Thread Nishanth Menon
://lists.denx.de/mailman/listinfo/u-boot -- Regards, Nishanth Menon ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH v1 1/2] OMAP3+: introduce generic ABB support

2013-05-13 Thread Nishanth Menon
4 +/* + * ABB settings + */ could be one line :) +#define OMAP_ABB_SETTLING_TIME 30 +#define OMAP_ABB_CLOCK_CYCLES8 snip otherwise looks ok to me. -- Regards, Nishanth Menon ___ U-Boot mailing list U-Boot

Re: [U-Boot] [PATCH RFC] OMAP5: uEVM: Enable USB EHCI functionality (preliminary, not tested)

2013-05-15 Thread Nishanth Menon
\n + Board: OMAP5432 uEVM\n nit: does not belong to this patch. -- Regards, Nishanth Menon ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH v1 1/2] OMAP3+: introduce generic ABB support

2013-05-17 Thread Nishanth Menon
Support ? seems line V2 is the updated series.. -- Regards, Nishanth Menon ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH v02 2/2] OMAP5: add ABB setup for MPU voltage domain

2013-05-17 Thread Nishanth Menon
can test this out) - further there is comments that I'd like to share on #1/2 -- Regards, Nishanth Menon ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH v02 1/2] OMAP3+: introduce generic ABB support

2013-05-17 Thread Nishanth Menon
___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot -- Regards, Nishanth Menon ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH v02 1/2] OMAP3+: introduce generic ABB support

2013-05-20 Thread Nishanth Menon
On Mon, May 20, 2013 at 6:06 AM, Andrii Tseglytskyi andrii.tseglyts...@ti.com wrote: On 05/17/2013 04:11 PM, Nishanth Menon wrote: [snip] On 19:49-20130513, Andrii Tseglytskyi wrote: [...] + if (fuse ldovbb) { + if (abb_setup_ldovbb(fuse, ldovbb

Re: [U-Boot] [PATCH v03 1/2] OMAP3+: introduce generic ABB support

2013-05-22 Thread Nishanth Menon
|= OMAP5_ABB_LDOVBBMPU_MUX_CTRL_MASK; + + /* setup LDOVBB using fused value */ + clrsetbits_le32(ldovbb, OMAP5_ABB_LDOVBBMPU_VSET_OUT_MASK, vset); OMAP5_ABB_LDOVBBMPU_MUX_CTRL_MASK wont get set :( [...] Other than this, I have no further comments. -- Regards, Nishanth Menon

Re: [U-Boot] [PATCH v03 1/2] OMAP3+: introduce generic ABB support

2013-05-23 Thread Nishanth Menon
On 10:39-20130523, Andrii Tseglytskyi wrote: On 05/22/2013 11:56 PM, Nishanth Menon wrote: Hi Andrii, We are almost there.. minor comments follow: On 11:42-20130521, Andrii Tseglytskyi wrote: [...] diff --git a/arch/arm/cpu/armv7/omap5/abb.c b/arch/arm/cpu/armv7/omap5/abb.c new file mode

Re: [U-Boot] [PATCH V2 09/12] mmc: omap_hsmmc: add mmc1 pbias, ldo1

2013-06-05 Thread Nishanth Menon
by Nishanth Menon, who had some objections). I wrote it when bringing up a custom OMAP5 board, and most probably it shall not go into mainline in its current form, if ever. I gave it only as an example of how things could be done cleaner. Feel free to use the code as you wish, but I'm afraid

Re: [U-Boot] [PATCH V2 09/12] mmc: omap_hsmmc: add mmc1 pbias, ldo1

2013-06-05 Thread Nishanth Menon
On Wed, Jun 5, 2013 at 11:35 AM, Lubomir Popov lpo...@mm-sol.com wrote: Hi Nishanth, On 05/06/13 17:01, Nishanth Menon wrote: On Wed, Jun 5, 2013 at 3:03 AM, Lubomir Popov lpo...@mm-sol.com wrote: Hi Tom, On 05/06/13 00:06, Tom Rini wrote: On Mon, Jun 03, 2013 at 10:58:27PM +0300, Lubomir

Re: [U-Boot] [PATCH V2 1/5] ARM: OMAP5: Add silicon id support for ES2.0 revision.

2013-02-04 Thread Nishanth Menon
-- Regards, Nishanth Menon ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH V2 3/5] ARM: OMAP5: clocks: Add OPP settings required for OMAP543X ES2.0 soc

2013-02-04 Thread Nishanth Menon
]; + u32 cm_div_h21_dpll; u32 cm_div_h22_dpll; u32 cm_div_h23_dpll; + u32 cm_div_h24_dpll; }; struct dplls { Sadly Naked-by: Nishanth Menon n...@ti.com -- Regards, Nishanth Menon ___ U-Boot mailing list U-Boot@lists.denx.de http

Re: [U-Boot] [PATCH V2 1/5] ARM: OMAP5: Add silicon id support for ES2.0 revision.

2013-02-05 Thread Nishanth Menon
On 18:02-20130205, R Sricharan wrote: On Tuesday 05 February 2013 01:11 AM, Nishanth Menon wrote: On 19:59-20130204, R Sricharan wrote: Adding the CPU detection suport for OMAP5430 and OMAP5432 ES2.0 SOCs. Signed-off-by: R Sricharan r.sricha...@ti.com --- arch/arm/cpu/armv7/omap5

Re: [U-Boot] [PATCH V2 3/5] ARM: OMAP5: clocks: Add OPP settings required for OMAP543X ES2.0 soc

2013-02-05 Thread Nishanth Menon
On 17:32-20130205, R Sricharan wrote: Hi Nishanth, On Tuesday 05 February 2013 01:46 AM, Nishanth Menon wrote: On 19:59-20130204, R Sricharan wrote: Change OPP settings as per the latest 0.4 version of addendum for OMAP5430 ES2.0 --please be clear that these are for OPP_NOM. FYI, latest

[U-Boot] [PATCH] power: twl6035: cleanup register access API

2013-03-12 Thread Nishanth Menon
could use twl6035 API instead (which is used elsewhere as well). Account for the parameter change while doing the change and remove palmas register accessors. Cc: Balaji T K balaj...@ti.com Cc: Sricharan R r.sricha...@ti.com Reported-by: Ruchika Kharwar ruch...@ti.com Signed-off-by: Nishanth Menon

Re: [U-Boot] [PATCH] power: twl6035: cleanup register access API

2013-03-13 Thread Nishanth Menon
On 12:24-20130313, Balaji T K wrote: Hi, On Wednesday 13 March 2013 02:09 AM, Nishanth Menon wrote: commit 21144298 (power: twl6035: add palmas PMIC support) introduced twl6035_i2c_[read|write]_u8 Then, commit dd23e59d (omap5: pbias ldo9 turn on) introduced palmas_[read|write]_u8

Re: [U-Boot] [PATCH v2 1/3] am335x_evm: add support for BeagleBone Black DT name

2013-03-13 Thread Nishanth Menon
$board_name = A335X_SK; then \ -- 1.7.9.5 ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot -- Regards, Nishanth Menon ___ U-Boot mailing list U-Boot

Re: [U-Boot] [PATCH v2 1/3] am335x_evm: add support for BeagleBone Black DT name

2013-03-13 Thread Nishanth Menon
On 16:05-20130313, Koen Kooi wrote: Op 13 mrt. 2013, om 16:02 heeft Nishanth Menon n...@ti.com het volgende geschreven: On Wed, Mar 13, 2013 at 9:57 AM, Koen Kooi k...@dominion.thruhere.net wrote: Op 13 mrt. 2013, om 15:35 heeft Nishanth Menon n...@ti.com het volgende

Re: [U-Boot] [PATCH v2 1/3] am335x_evm: add support for BeagleBone Black DT name

2013-03-13 Thread Nishanth Menon
On Wed, Mar 13, 2013 at 9:57 AM, Koen Kooi k...@dominion.thruhere.net wrote: Op 13 mrt. 2013, om 15:35 heeft Nishanth Menon n...@ti.com het volgende geschreven: On 10:20-20130313, Tom Rini wrote: From: Koen Kooi k...@dominion.thruhere.net Signed-off-by: Koen Kooi k

Re: [U-Boot] [PATCH v2 1/3] am335x_evm: add support for BeagleBone Black DT name

2013-03-13 Thread Nishanth Menon
On 20:02-20130313, Koen Kooi wrote: Op 13 mrt. 2013, om 16:07 heeft Nishanth Menon n...@ti.com het volgende geschreven: On 16:05-20130313, Koen Kooi wrote: Op 13 mrt. 2013, om 16:02 heeft Nishanth Menon n...@ti.com het volgende geschreven: On Wed, Mar 13, 2013 at 9:57 AM

Re: [U-Boot] [RFC] [UBOOT] [PATCH v3 1/7] USB: Backport kernel usb header file

2013-07-02 Thread Nishanth Menon
ID:aa4f608478acb7ed69dfcff4f3c404100b78ac49 v3.10-rc4-21-gaa4f608 - is'nt it better to take a tagged kernel like v3.10 instead of an random intermediate commit? snip -- Regards, Nishanth Menon ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de

Re: [U-Boot] [PATCH 2/3] usb: omap5-evm: Add ethernet support to the uevm

2013-07-08 Thread Nishanth Menon
*/ + +/* USB Networking options */ +#define CONFIG_USB_HOST_ETHER +#define CONFIG_USB_ETHER_SMSC95XX + #define CONFIG_SYS_PROMPT OMAP5432 uEVM # #define CONSOLEDEVttyO2 -- Regards, Nishanth Menon ___ U-Boot mailing

Re: [U-Boot] [PATCH 2/2] omap5: Configure the tca6424 gpio expander

2013-07-08 Thread Nishanth Menon
CONFIG_CMD_TCA642X +#define CONFIG_SYS_I2C_TCA642X_BUS_NUM 4 +#define CONFIG_SYS_I2C_TCA642X_ADDR 0x22 + #define CONFIG_SYS_PROMPT OMAP5432 uEVM # #define CONSOLEDEVttyO2 -- Regards, Nishanth Menon ___ U-Boot mailing list U

Re: [U-Boot] [PATCH 1/2] gpio: tca642x: Add the tca642x gpio expander driver

2013-07-08 Thread Nishanth Menon
(CONFIG_SYS_I2C_TCA642X_BUS_NUM); + if (i2c_read(chip, addr, 1, (u8 *)valw, 1)) { + ret = -1; + goto error; + } + + *data = (int)valw; + +error: + i2c_set_bus_num(org_bus_num); + return ret; +} [...] -- Regards, Nishanth Menon

Re: [U-Boot] [PATCH 1/2] gpio: tca642x: Add the tca642x gpio expander driver

2013-07-09 Thread Nishanth Menon
On 07/09/2013 11:17 AM, Dan Murphy wrote: On 07/08/2013 04:27 PM, Nishanth Menon wrote: On 07/08/2013 03:53 PM, Dan Murphy wrote: [...] +/* tca642x register address definitions */ +struct tca642x_bank_info tca642x_banks[] = { +{0x00, 0x04, 0x08, 0x0c}, +{0x01, 0x05, 0x09, 0x0d

Re: [U-Boot] [PATCH 1/7] omap5: add qspi support

2013-07-10 Thread Nishanth Menon
On Wed, Jul 10, 2013 at 6:25 AM, Sourav Poddar sourav.pod...@ti.com wrote: From: Matt Porter mpor...@ti.com Add QSPI definitions and clock configuration support. OMAP54xx does not have QSPI. DRA7 has QSPI? Signed-off-by: Matt Porter mpor...@ti.com Signed-off-by: Sourav Poddar

Re: [U-Boot] [[PATCH v2 1/6] omap5: uevm: Change the board name to correct name

2013-07-10 Thread Nishanth Menon
index 90046e8..00bd72d 100644 --- a/board/ti/omap5_uevm/evm.c +++ b/board/ti/omap5_uevm/evm.c @@ -32,7 +32,7 @@ DECLARE_GLOBAL_DATA_PTR; const struct omap_sysinfo sysinfo = { - Board: OMAP5430 EVM\n + Board: OMAP5432 uEVM\n }; /** Acked-by: Nishanth Menon n...@ti.com

Re: [U-Boot] [[PATCH v3 2/2] gpio: omap5-uevm: Configure the tca6424 gpio expander

2013-07-10 Thread Nishanth Menon
CONFIG_SYS_I2C_TCA642X_ADDR 0x22 + #define CONFIG_SYS_PROMPT OMAP5432 uEVM # #define CONSOLEDEVttyO2 Else, no further comments from me. -- Regards, Nishanth Menon ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de

Re: [U-Boot] [PATCH 3/7] dra7xx_evm: add SPL API, QSPI, and serial flash support

2013-07-10 Thread Nishanth Menon
to be candidates for input to DRA. --- Regards, Nishanth Menon ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [[PATCH v3 2/2] gpio: omap5-uevm: Configure the tca6424 gpio expander

2013-07-11 Thread Nishanth Menon
On Jul 11, 2013 10:55 AM, Dan Murphy dmur...@ti.com wrote: On 07/10/2013 06:56 PM, Nishanth Menon wrote: On 07/10/2013 03:06 PM, Dan Murphy wrote: Configure the tca6424 gpio expander This allows use of the debug and tri color LEDs. Signed-off-by: Dan Murphy dmur...@ti.com

[U-Boot] [PATCH 4/5] omap3_beagle: support findfdt and loadfdt for devicetree support

2013-07-11 Thread Nishanth Menon
For folks not using concatenated device tree with uImage, having an handy function to find and load device tree is very handy. So introduce findfdt and loadfdt and run findfdt by default to make it easier on user scripts. Signed-off-by: Nishanth Menon n...@ti.com --- include/configs

[U-Boot] [PATCH 3/5] omap3_beagle: enable CMD_FS_GENERIC and simplify load of image/ramdisk

2013-07-11 Thread Nishanth Menon
partition) This matches with the default behavior, these can be overriden by env files as needed. Signed-off-by: Nishanth Menon n...@ti.com --- include/configs/omap3_beagle.h | 11 +++ 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/include/configs/omap3_beagle.h b/include

[U-Boot] [PATCH 0/5] omap3_beagle: configs: improve BOOT_CMD options

2013-07-11 Thread Nishanth Menon
://pastebin.com/fMdsKkgr Beagle XM (rev C1): http://pastebin.com/p1zp9AhG Nishanth Menon (5): omap3_beagle: remove JFFS2 support. omap3_beagle: replace uImage.beagle with generic uImage omap3_beagle: enable CMD_FS_GENERIC and simplify load of image/ramdisk omap3_beagle: support findfdt and loadfdt

[U-Boot] [PATCH 2/5] omap3_beagle: replace uImage.beagle with generic uImage

2013-07-11 Thread Nishanth Menon
e682930867f7dfc4a01784fe452fad9e962d65a (BeagleBoard: config: use uImage.beagle for tftp) Introduced uImage.beagle which does not happen to be default output file of Linux kernel build make uImage (output is uImage). So, replace uImage.beagle with uImage Signed-off-by: Nishanth Menon n

[U-Boot] [PATCH 5/5] omap3_beagle: support booting from zImage and device tree as last option

2013-07-11 Thread Nishanth Menon
and will assume this is to be booted with bootm (so may be concatenated image or plain vanilla ATAG MACHINE_ID based image) Signed-off-by: Nishanth Menon n...@ti.com --- include/configs/omap3_beagle.h |8 1 file changed, 8 insertions(+) diff --git a/include/configs/omap3_beagle.h b

[U-Boot] [PATCH 1/5] omap3_beagle: remove JFFS2 support.

2013-07-11 Thread Nishanth Menon
We do not use JFFS2 by default and it conflicts with CONFIG_CMD_FS_GENERIC (ls command is the same). Since most of our BOOTCMD can be simplified by using the FS_GENERIC, dropping JFFS2 Signed-off-by: Nishanth Menon n...@ti.com --- include/configs/omap3_beagle.h |8 1 file changed, 8

Re: [U-Boot] [PATCH 4/5] omap3_beagle: support findfdt and loadfdt for devicetree support

2013-07-11 Thread Nishanth Menon
On 17:02-20130711, Robert Nelson wrote: On Thu, Jul 11, 2013 at 4:52 PM, Nishanth Menon n...@ti.com wrote: For folks not using concatenated device tree with uImage, having an handy function to find and load device tree is very handy. So introduce findfdt and loadfdt and run findfdt

Re: [U-Boot] [PATCH 4/5] omap3_beagle: support findfdt and loadfdt for devicetree support

2013-07-11 Thread Nishanth Menon
On 17:05-20130711, Robert Nelson wrote: On Thu, Jul 11, 2013 at 5:03 PM, Nishanth Menon n...@ti.com wrote: On 17:02-20130711, Robert Nelson wrote: On Thu, Jul 11, 2013 at 4:52 PM, Nishanth Menon n...@ti.com wrote: For folks not using concatenated device tree with uImage, having an handy

[U-Boot] [PATCH V2 0/6] omap3_beagle: configs: improve BOOT_CMD options

2013-07-11 Thread Nishanth Menon
://pastebin.com/fMdsKkgr Beagle XM (rev C1): http://pastebin.com/p1zp9AhG Changes in V2 since v1: - removed xMB version support based on review comments. http://marc.info/?t=13735797054r=1w=2n=5 V1: http://marc.info/?l=u-bootm=137357963227510w=2 Nishanth Menon (6): omap3_beagle

[U-Boot] [PATCH V2 2/6] omap3_beagle: replace uImage.beagle with generic uImage

2013-07-11 Thread Nishanth Menon
e682930867f7dfc4a01784fe452fad9e962d65a (BeagleBoard: config: use uImage.beagle for tftp) Introduced uImage.beagle which does not happen to be default output file of Linux kernel build make uImage (output is uImage). So, replace uImage.beagle with uImage Signed-off-by: Nishanth Menon n

[U-Boot] [PATCH V2 3/6] beagleboard: remove RevB support for BeagleBoard Xm

2013-07-11 Thread Nishanth Menon
-by: Robert Nelson robertcnel...@gmail.com Signed-off-by: Nishanth Menon n...@ti.com --- board/ti/beagle/beagle.c | 28 +++- board/ti/beagle/beagle.h |3 +-- 2 files changed, 8 insertions(+), 23 deletions(-) diff --git a/board/ti/beagle/beagle.c b/board/ti/beagle/beagle.c

[U-Boot] [PATCH V2 1/6] omap3_beagle: remove JFFS2 support.

2013-07-11 Thread Nishanth Menon
We do not use JFFS2 by default and it conflicts with CONFIG_CMD_FS_GENERIC (ls command is the same). Since most of our BOOTCMD can be simplified by using the FS_GENERIC, dropping JFFS2 Signed-off-by: Nishanth Menon n...@ti.com --- include/configs/omap3_beagle.h |8 1 file changed, 8

[U-Boot] [PATCH V2 4/6] omap3_beagle: enable CMD_FS_GENERIC and simplify load of image/ramdisk

2013-07-11 Thread Nishanth Menon
partition) This matches with the default behavior, these can be overriden by env files as needed. Signed-off-by: Nishanth Menon n...@ti.com --- include/configs/omap3_beagle.h | 11 +++ 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/include/configs/omap3_beagle.h b/include

[U-Boot] [PATCH V2 5/6] omap3_beagle: support findfdt and loadfdt for devicetree support

2013-07-11 Thread Nishanth Menon
For folks not using concatenated device tree with uImage, having an handy function to find and load device tree is very handy. So introduce findfdt and loadfdt and run findfdt by default to make it easier on user scripts. Signed-off-by: Nishanth Menon n...@ti.com --- include/configs

[U-Boot] [PATCH V2 6/6] omap3_beagle: support booting from zImage and device tree as last option

2013-07-11 Thread Nishanth Menon
and will assume this is to be booted with bootm (so may be concatenated image or plain vanilla ATAG MACHINE_ID based image) Signed-off-by: Nishanth Menon n...@ti.com --- include/configs/omap3_beagle.h |8 1 file changed, 8 insertions(+) diff --git a/include/configs/omap3_beagle.h b

Re: [U-Boot] [PATCH V2 5/6] omap3_beagle: support findfdt and loadfdt for devicetree support

2013-07-11 Thread Nishanth Menon
On 07/11/2013 05:33 PM, Nishanth Menon wrote: For folks not using concatenated device tree with uImage, having an handy function to find and load device tree is very handy. So introduce findfdt and loadfdt and run findfdt by default to make it easier on user scripts. Signed-off-by: Nishanth

Re: [U-Boot] [PATCH 1/5] omap3_beagle: remove JFFS2 support.

2013-07-11 Thread Nishanth Menon
On 21:49-20130711, Joel Fernandes wrote: On Thu, Jul 11, 2013 at 4:52 PM, Nishanth Menon n...@ti.com wrote: We do not use JFFS2 by default and it conflicts with CONFIG_CMD_FS_GENERIC (ls command is the same). Since most of our BOOTCMD can be simplified by using the FS_GENERIC, dropping

Re: [U-Boot] [PATCH 4/5] omap3_beagle: support findfdt and loadfdt for devicetree support

2013-07-11 Thread Nishanth Menon
On 18:17-20130711, Robert Nelson wrote: On Thu, Jul 11, 2013 at 5:17 PM, Nishanth Menon n...@ti.com wrote: On 17:05-20130711, Robert Nelson wrote: On Thu, Jul 11, 2013 at 5:03 PM, Nishanth Menon n...@ti.com wrote: On 17:02-20130711, Robert Nelson wrote: On Thu, Jul 11, 2013 at 4:52 PM

Re: [U-Boot] [PATCH 1/5] omap3_beagle: remove JFFS2 support.

2013-07-11 Thread Nishanth Menon
On 23:25-20130711, Joel Fernandes wrote: On Thu, Jul 11, 2013 at 10:49 PM, Nishanth Menon n...@ti.com wrote: On 21:49-20130711, Joel Fernandes wrote: On Thu, Jul 11, 2013 at 4:52 PM, Nishanth Menon n...@ti.com wrote: We do not use JFFS2 by default and it conflicts

Re: [U-Boot] [PATCH 4/5] omap3_beagle: support findfdt and loadfdt for devicetree support

2013-07-12 Thread Nishanth Menon
On 08:32-20130712, Robert Nelson wrote: On Thu, Jul 11, 2013 at 11:06 PM, Nishanth Menon n...@ti.com wrote: ok, here is how the code looks like with the V2 of my series: Do we just default to none for XM_AB for dvi_pup? static void beagle_dvi_pup(void) { uchar val

Re: [U-Boot] [[PATCH v3 2/2] gpio: omap5-uevm: Configure the tca6424 gpio expander

2013-07-12 Thread Nishanth Menon
On Fri, Jul 12, 2013 at 12:30 PM, Dan Murphy dmur...@ti.com wrote: On 07/11/2013 01:02 PM, Nishanth Menon wrote: diff --git a/board/ti/omap5_uevm/mux_data.h b/board/ti/omap5_uevm/mux_data.h index a82795d..7e6415e 100644 --- a/board/ti/omap5_uevm/mux_data.h +++ b/board/ti/omap5_uevm

[U-Boot] [PATCH V3 0/6] omap3_beagle: configs: improve BOOT_CMD options

2013-07-15 Thread Nishanth Menon
://marc.info/?l=u-bootm=137358206228251w=2 V1: http://marc.info/?l=u-bootm=137357963227510w=2 Nishanth Menon (6): omap3_beagle: remove JFFS2 support. omap3_beagle: replace uImage.beagle with generic uImage beagleboard: remove RevB support for BeagleBoard Xm omap3_beagle: enable CMD_FS_GENERIC

[U-Boot] [PATCH V3 4/6] omap3_beagle: enable CMD_FS_GENERIC and simplify load of image/ramdisk

2013-07-15 Thread Nishanth Menon
partition) This matches with the default behavior, these can be overriden by env files as needed. Signed-off-by: Nishanth Menon n...@ti.com --- include/configs/omap3_beagle.h | 11 +++ 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/include/configs/omap3_beagle.h b/include

[U-Boot] [PATCH V3 2/6] omap3_beagle: replace uImage.beagle with generic uImage

2013-07-15 Thread Nishanth Menon
e682930867f7dfc4a01784fe452fad9e962d65a (BeagleBoard: config: use uImage.beagle for tftp) Introduced uImage.beagle which does not happen to be default output file of Linux kernel build make uImage (output is uImage). So, replace uImage.beagle with uImage Signed-off-by: Nishanth Menon n

[U-Boot] [PATCH V3 3/6] beagleboard: remove RevB support for BeagleBoard Xm

2013-07-15 Thread Nishanth Menon
-by: Robert Nelson robertcnel...@gmail.com Signed-off-by: Nishanth Menon n...@ti.com --- V3 updates based on http://marc.info/?t=13735797054r=1w=2 board/ti/beagle/beagle.c | 28 +++- board/ti/beagle/beagle.h |3 +-- 2 files changed, 8 insertions(+), 23 deletions(-) diff

[U-Boot] [PATCH V3 5/6] omap3_beagle: support findfdt and loadfdt for devicetree support

2013-07-15 Thread Nishanth Menon
For folks not using concatenated device tree with uImage, having an handy function to find and load device tree is very handy. So introduce findfdt and loadfdt and run findfdt by default to make it easier on user scripts. Signed-off-by: Nishanth Menon n...@ti.com --- V3: Fixes typo mistake

[U-Boot] [PATCH V3 6/6] omap3_beagle: support booting from zImage and device tree as last option

2013-07-15 Thread Nishanth Menon
and will assume this is to be booted with bootm (so may be concatenated image or plain vanilla ATAG MACHINE_ID based image) Signed-off-by: Nishanth Menon n...@ti.com --- include/configs/omap3_beagle.h |8 1 file changed, 8 insertions(+) diff --git a/include/configs/omap3_beagle.h b

[U-Boot] [PATCH V3 1/6] omap3_beagle: remove JFFS2 support.

2013-07-15 Thread Nishanth Menon
We do not use JFFS2 by default and it conflicts with CONFIG_CMD_FS_GENERIC (ls command is the same). Since most of our BOOTCMD can be simplified by using the FS_GENERIC, dropping JFFS2 Signed-off-by: Nishanth Menon n...@ti.com Acked-by: Joel Fernandes jo...@ti.com --- include/configs

Re: [U-Boot] [PATCH V3 5/6] omap3_beagle: support findfdt and loadfdt for devicetree support

2013-07-15 Thread Nishanth Menon
On 14:16-20130715, Koen Kooi wrote: Op 15 jul. 2013, om 14:11 heeft Nishanth Menon n...@ti.com het volgende geschreven: For folks not using concatenated device tree with uImage, having an handy function to find and load device tree is very handy. So introduce findfdt and loadfdt

Re: [U-Boot] [PATCH V3 5/6] omap3_beagle: support findfdt and loadfdt for devicetree support

2013-07-15 Thread Nishanth Menon
On 15:07-20130715, Koen Kooi wrote: Op 15 jul. 2013, om 14:25 heeft Nishanth Menon n...@ti.com het volgende geschreven: On 14:16-20130715, Koen Kooi wrote: Op 15 jul. 2013, om 14:11 heeft Nishanth Menon n...@ti.com het volgende geschreven: [..] + findfdt= \ + if test

Re: [U-Boot] [PATCH V3 5/6] omap3_beagle: support findfdt and loadfdt for devicetree support

2013-07-18 Thread Nishanth Menon
software that says when in doubt, it's likely this board, that's OK for the vendor to do. Alrite, so we go with V3(current version) of the patch then. Regards, Nishanth Menon ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman

[U-Boot] beaglxm/bootz: kernel boot fail due to align err: cache handling issues?

2013-08-23 Thread Nishanth Menon
attempt was'nt too useful either. -- Regards, Nishanth Menon ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] beaglxm/bootz: kernel boot fail due to align err: cache handling issues?

2013-08-23 Thread Nishanth Menon
On 08/23/2013 09:32 AM, Robert Nelson wrote: On Fri, Aug 23, 2013 at 9:21 AM, Nishanth Menon n...@ti.com wrote: Hi, Noticed an interesting behavior where adding a dcache flush kernel boot fail due to unaligned-accesses seems to go away. Full details: http://pastebin.com/kVBRWsbE Without

Re: [U-Boot] [PATCH] Makefile: Do not show make debug messages

2013-09-19 Thread Nishanth Menon
log: http://pastebin.com/7UnYdajd Tested-by: Nishanth Menon n...@ti.com -- Regards, Nishanth Menon ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH] Makefile: Do not show make debug messages

2013-09-19 Thread Nishanth Menon
On 09/19/2013 08:00 AM, Nishanth Menon wrote: On 09/17/2013 10:01 PM, Masahiro Yamada wrote: In commit 27af930, the top Makefile was adjusted to the new boards.cfg format. But at the same time, -d option was added. If you configure and make separately, for example like follows: make

[U-Boot] Beagle-XM: u-boot SPL fat support (was Re: [opensuse-arm] Beagleboard Xm CPU speed)

2013-03-19 Thread Nishanth Menon
Change in subject. Original thread start: http://lists.opensuse.org/opensuse-arm/2013-03/msg00076.html On 17:15-20130319, Guillaume Gardet wrote: Le 19/03/2013 17:04, Nishanth Menon a écrit : On 08:47-20130319, gary wrote: Just a FYI, here is the the boot text dumped to the serial port

[U-Boot] [PATCH V2 4/9] twl6030: move twl6030 register access functions to common header file

2013-03-22 Thread Nishanth Menon
twl6030_i2c_[read|write]_u8 can be used else where to access multi-function device such as twl6030, so move the register access functions to the common twl6030.h header file. Signed-off-by: Nishanth Menon n...@ti.com --- drivers/power/twl6030.c | 11 --- include/twl6030.h | 11

[U-Boot] [PATCH V2 2/9] twl4030: make twl4030_i2c_read_u8 prototype consistent

2013-03-22 Thread Nishanth Menon
u-boot standard i2c read prototype is i2c_read(addr, reg, 1, buf, 1) twl4030_i2c_read_u8(u8 addr, u8 *val, u8 reg) does not provide consistency, so switch the prototype to be consistent with rest of u-boot i2c operations: twl4030_i2c_read_u8(u8 addr, u8 reg, u8 *val) Signed-off-by: Nishanth

[U-Boot] [PATCH V2 0/9] OMAP3-5: TWL[46]03[05]: cleanup register access and misc minimal cleanups

2013-03-22 Thread Nishanth Menon
the code to stay in sync with legacy code. Nishanth Menon (9): twl4030: make twl4030_i2c_write_u8 prototype consistent twl4030: make twl4030_i2c_read_u8 prototype consistent twl6030: twl6030_i2c_[read|write]_u8 prototype consistent twl6030: move twl6030 register access functions to common header

[U-Boot] [PATCH V2 8/9] twl6035: remove redundant palmas_[read|write]_u8

2013-03-22 Thread Nishanth Menon
-by: Ruchika Kharwar ruch...@ti.com Signed-off-by: Nishanth Menon n...@ti.com --- V1: http://patchwork.ozlabs.org/patch/227112/ drivers/power/twl6035.c | 15 ++- 1 file changed, 2 insertions(+), 13 deletions(-) diff --git a/drivers/power/twl6035.c b/drivers/power/twl6035.c index

[U-Boot] [PATCH V2 7/9] twl6035: twl6035_i2c_[read|write]_u8 prototype consistent

2013-03-22 Thread Nishanth Menon
-boot i2c operations: twl6035_i2c_read_u8(u8 addr, u8 reg, u8 *val) twl6035_i2c_write_u8(u8 addr, u8 reg, u8 val) Signed-off-by: Nishanth Menon n...@ti.com --- include/twl6035.h |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/twl6035.h b/include/twl6035.h index

[U-Boot] [PATCH V2 6/9] twl6035: make twl6030_i2c_[read|write]_u8 static inline

2013-03-22 Thread Nishanth Menon
twl6030_i2c_[read|write]_u8 can be used else where to access multi-function device such as twl6035, we dont need to incurr an function call overhead, so use static inline. Signed-off-by: Nishanth Menon n...@ti.com --- drivers/power/twl6035.c | 11 --- include/twl6035.h | 13

[U-Boot] [PATCH V2 9/9] twl6035: add header guard

2013-03-22 Thread Nishanth Menon
Add an header guard to common header file to prevent multiple includes messing things up. Signed-off-by: Nishanth Menon n...@ti.com --- include/twl6035.h |5 + 1 file changed, 5 insertions(+) diff --git a/include/twl6035.h b/include/twl6035.h index edc2db5..d9131c1 100644 --- a/include

[U-Boot] [PATCH V2 5/9] twl6030: add header guard

2013-03-22 Thread Nishanth Menon
Add an header guard to common header file to prevent multiple includes messing things up. Signed-off-by: Nishanth Menon n...@ti.com --- include/twl6030.h |5 + 1 file changed, 5 insertions(+) diff --git a/include/twl6030.h b/include/twl6030.h index f7ba3c7..029b21f 100644 --- a/include

[U-Boot] [PATCH V2 3/9] twl6030: twl6030_i2c_[read|write]_u8 prototype consistent

2013-03-22 Thread Nishanth Menon
-boot i2c operations: twl6030_i2c_read_u8(u8 addr, u8 reg, u8 *val) twl6030_i2c_write_u8(u8 addr, u8 reg, u8 val) Signed-off-by: Nishanth Menon n...@ti.com --- drivers/power/twl6030.c | 68 +++ 1 file changed, 34 insertions(+), 34 deletions(-) diff

[U-Boot] [PATCH V2 1/9] twl4030: make twl4030_i2c_write_u8 prototype consistent

2013-03-22 Thread Nishanth Menon
-by: Nishanth Menon n...@ti.com --- board/cm_t35/cm_t35.c | 20 +-- board/nokia/rx51/rx51.c| 36 +- board/pandora/pandora.c|3 ++- drivers/misc/twl4030_led.c |4 ++-- drivers/power/twl4030.c| 12 ++-- drivers/usb

[U-Boot] [PATCH] omap5: Allow use of a plain text env file

2013-03-22 Thread Nishanth Menon
doesn't exist the default boot sequence will be started. Inspired by commit: d70f54808dfa83b574e1239c3eccbcf3317343e1 (omap4: allow the use of a plain text env file instead boot scripts) Signed-off-by: Nishanth Menon n...@ti.com --- include/configs/omap5_common.h | 16 +--- 1 file

Re: [U-Boot] [PATCH] omap5: Allow use of a plain text env file

2013-03-23 Thread Nishanth Menon
On 03/22/2013 08:03 PM, Tom Rini wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 03/22/2013 06:43 PM, Nishanth Menon wrote: For production systems it is better to use script images since they are protected by checksums and carry valuable information like name and timestamp. Also, you

Re: [U-Boot] [PATCH] omap5: Allow use of a plain text env file

2013-03-24 Thread Nishanth Menon
On 03/23/2013 11:20 PM, Sricharan R wrote: Hi Nishanth, On Saturday 23 March 2013 08:57 PM, Nishanth Menon wrote: On 03/22/2013 08:03 PM, Tom Rini wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 03/22/2013 06:43 PM, Nishanth Menon wrote: For production systems it is better to use

Re: [U-Boot] [PATCH 0/5] ARM: OMAP4/5: Add support to boot with device tree as default

2013-03-25 Thread Nishanth Menon
/configs/omap5_evm.h create mode 100644 include/configs/omap5_uevm.h Series: Tested-by: Nishanth Menon n...@ti.com {assuming change stated in http://patchwork.ozlabs.org/patch/230283/ Acked-by: Nishanth Menon n...@ti.com -- Regards, Nishanth Menon ___ U

Re: [U-Boot] [PATCH V2 0/9] OMAP3-5: TWL[46]03[05]: cleanup register access and misc minimal cleanups

2013-03-25 Thread Nishanth Menon
and if it the right one. Further, the PMICs are drastically different that using a twl_read_write_u8 might end up confusing reviewer/readability. + the fact that they are inline allows us to have no overhead. --- Regards, Nishanth Menon ___ U-Boot mailing list U

Re: [U-Boot] [PATCH V2 0/9] OMAP3-5: TWL[46]03[05]: cleanup register access and misc minimal cleanups

2013-03-26 Thread Nishanth Menon
about renaming the file to palmas.c and use palmas_i2c_read/write functions? -- Regards, Nishanth Menon ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] [PATCH V3 09/10] palmas: use palmas_i2c_[read|write]_u8

2013-03-26 Thread Nishanth Menon
could use an generic palmas API instead. To stay consistent with the function naming of twl4030,6030 accessors, we use palmas_i2c_[read|write]_u8 Cc: Balaji T K balaj...@ti.com Cc: Sricharan R r.sricha...@ti.com Reported-by: Ruchika Kharwar ruch...@ti.com Signed-off-by: Nishanth Menon n...@ti.com

[U-Boot] [PATCH V3 00/10] OMAP3-5: TWL[46]03[05]: cleanup register access and misc minimal cleanups

2013-03-26 Thread Nishanth Menon
of twl6035 to palmas and associated changes - minor updates to cleaup checkpatch warnings Nishanth Menon (10): twl4030: make twl4030_i2c_write_u8 prototype consistent twl4030: make twl4030_i2c_read_u8 prototype consistent twl6030: twl6030_i2c_[read|write]_u8 prototype consistent twl6030

[U-Boot] [PATCH V3 03/10] twl6030: twl6030_i2c_[read|write]_u8 prototype consistent

2013-03-26 Thread Nishanth Menon
-boot i2c operations: twl6030_i2c_read_u8(u8 addr, u8 reg, u8 *val) twl6030_i2c_write_u8(u8 addr, u8 reg, u8 val) Signed-off-by: Nishanth Menon n...@ti.com --- V2: http://patchwork.ozlabs.org/patch/230266/ Changes since v2: - checkpatch cleanup drivers/power/twl6030.c | 68

[U-Boot] [PATCH V3 08/10] palmas: rename twl6035_mmc1_poweron_ldo with an palmas generic function

2013-03-26 Thread Nishanth Menon
Since TPS659038/TWL6035/TWL6037 all belong to palmas family of TI PMICs, rename twl6035_mmc1_poweron_ldo by a more generic palmas_mmc1_poweron_ldo function. Signed-off-by: Nishanth Menon n...@ti.com --- V3: new patch drivers/mmc/omap_hsmmc.c |2 +- drivers/power/palmas.c |2 +- include

[U-Boot] [PATCH V3 05/10] twl6030: add header guard

2013-03-26 Thread Nishanth Menon
Add an header guard to common header file to prevent multiple includes messing things up. Signed-off-by: Nishanth Menon n...@ti.com --- V2: http://patchwork.ozlabs.org/patch/230265/ Changes since v2: - no change include/twl6030.h |5 + 1 file changed, 5 insertions(+) diff --git

[U-Boot] [PATCH V3 07/10] palmas: rename init_settings to an generic palmas init

2013-03-26 Thread Nishanth Menon
Since TPS659038/TWL6035/TWL6037 all belong to palmas family of TI PMICs, rename twl6035_init_settings with an more generic palmas_init_settings Signed-off-by: Nishanth Menon n...@ti.com --- V3: new patch board/ti/omap5_evm/evm.c |2 +- drivers/power/palmas.c |2 +- include/palmas.h

[U-Boot] [PATCH V3 06/10] twl6035: rename to palmas

2013-03-26 Thread Nishanth Menon
-by: Nishanth Menon n...@ti.com --- V3: new patch board/ti/dra7xx/evm.c |2 +- board/ti/omap5_evm/evm.c |4 ++-- drivers/mmc/omap_hsmmc.c |6 +++--- drivers/power/Makefile|2 +- drivers/power/{twl6035.c = palmas.c} |4 ++-- include

[U-Boot] [PATCH V3 10/10] palmas: add header guard

2013-03-26 Thread Nishanth Menon
Add an header guard to common header file to prevent multiple includes messing things up. Signed-off-by: Nishanth Menon n...@ti.com --- V2: http://patchwork.ozlabs.org/patch/230264/ Changes since V2: - use PALMAS instead of TWL6035 include/palmas.h |4 1 file changed, 4

[U-Boot] [PATCH V3 04/10] twl6030: move twl6030 register access functions to common header file

2013-03-26 Thread Nishanth Menon
twl6030_i2c_[read|write]_u8 can be used else where to access multi-function device such as twl6030, so move the register access functions to the common twl6030.h header file. Signed-off-by: Nishanth Menon n...@ti.com --- V2: http://patchwork.ozlabs.org/patch/230259/ Changes since v2

[U-Boot] [PATCH V3 01/10] twl4030: make twl4030_i2c_write_u8 prototype consistent

2013-03-26 Thread Nishanth Menon
-by: Nishanth Menon n...@ti.com --- V2: http://patchwork.ozlabs.org/patch/230267/ Changes since v2: - checkpatch cleanup board/cm_t35/cm_t35.c | 20 +-- board/nokia/rx51/rx51.c| 36 +- board/pandora/pandora.c|3

[U-Boot] [PATCH V3 02/10] twl4030: make twl4030_i2c_read_u8 prototype consistent

2013-03-26 Thread Nishanth Menon
u-boot standard i2c read prototype is i2c_read(addr, reg, 1, buf, 1) twl4030_i2c_read_u8(u8 addr, u8 *val, u8 reg) does not provide consistency, so switch the prototype to be consistent with rest of u-boot i2c operations: twl4030_i2c_read_u8(u8 addr, u8 reg, u8 *val) Signed-off-by: Nishanth

Re: [U-Boot] [PATCH V3 00/10] OMAP3-5: TWL[46]03[05]: cleanup register access and misc minimal cleanups

2013-04-02 Thread Nishanth Menon
On 09:47-20130327, Sricharan R wrote: On Tuesday 26 March 2013 08:50 PM, Nishanth Menon wrote: This series helps standardize register parameters for TWL4030, 6030 and 6035 used in various OMAP3,4,5 based platforms. [..] Acked-by: R Sricharan r.sricha...@ti.com for the series Gentle ping

Re: [U-Boot] [PATCH v2] OMAP4: Add ID for OMAP4470_ES1_0

2013-04-04 Thread Nishanth Menon
___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot -- Regards, Nishanth Menon ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

  1   2   3   4   5   6   7   8   9   10   >