Re: [U-Boot] [PATCH 1/2] imx: Define architecture identifier

2012-08-13 Thread Otavio Salvador
> > Signed-off-by: Benoît Thébaudeau > Cc: Stefano Babic > Cc: Andy Fleming > Cc: Kim Phillips Wouldn't be better to use ARCH_MXC in this case? -- Otavio Salvador O.S. Systems E-mail: ota...@ossystems.com.br http://www.ossystems.com.br Mobi

Re: [U-Boot] [PATCH v1 3/3] mxs: Convert sys_proto.h prefixes to 'mxs'

2012-08-13 Thread Otavio Salvador
On Mon, Aug 13, 2012 at 3:11 PM, Marek Vasut wrote: > Dear Otavio Salvador, > > [...] > >> diff --git a/arch/arm/cpu/arm926ejs/mxs/spl_boot.c >> b/arch/arm/cpu/arm926ejs/mxs/spl_boot.c index 84d4a17..ddafddb 100644 >> --- a/arch/arm/cpu/arm926ejs/mxs/spl_boot.c >&

Re: [U-Boot] [PATCH v1 3/3] mxs: Convert sys_proto.h prefixes to 'mxs'

2012-08-13 Thread Otavio Salvador
t for mx23 and mx28! >> >> Yes, they're but the structure is the same so we can use same symbol >> and have a different mxs_boot_modes matrix for each. > > Unless we want a single image for mx233 and mx28. Oh well ... for now What do you mean by single image? -- Otav

[U-Boot] [PATCH v2 1/4] mxs: Remove not required explicit iomux-mx28.h include

2012-08-13 Thread Otavio Salvador
The iomux header is included on sys_proto.h so to avoid SoC specific header inclusion. Signed-off-by: Otavio Salvador --- Changes in v2: - no changes arch/arm/cpu/arm926ejs/mxs/spl_boot.c |1 - 1 file changed, 1 deletion(-) diff --git a/arch/arm/cpu/arm926ejs/mxs/spl_boot.c b/arch/arm

[U-Boot] [PATCH v2 2/4] mxs: Remove not required include of iomux-mx28.h

2012-08-13 Thread Otavio Salvador
The iomux-mx28.h include is not required on spl_mem_init.c so it has been droped. Signed-off-by: Otavio Salvador --- Changes in v2: - change short description to clearly describe what has been done arch/arm/cpu/arm926ejs/mxs/spl_mem_init.c |1 - 1 file changed, 1 deletion(-) diff --git a

[U-Boot] [PATCH v2 3/4] mxs: rename regs-clkctrl.h to regs-clkctrl-mx28.h

2012-08-13 Thread Otavio Salvador
The CLKCTRL registers are SoC specific so we ought to have it clear on filename. Signed-off-by: Otavio Salvador --- Changes in v2: - no changes arch/arm/include/asm/arch-mxs/imx-regs.h |2 +- .../arm/include/asm/arch-mxs/{regs-clkctrl.h => regs-clkctrl-mx2

[U-Boot] [PATCH v2 4/4] mxs: Convert sys_proto.h prefixes to 'mxs'

2012-08-13 Thread Otavio Salvador
The sys_proto.h functions (except the boot modes) are compatible with i.MX233 and i.MX28 so we use 'mxs' prefix for its methods. Signed-off-by: Otavio Salvador --- Changes in v2: - no changes arch/arm/cpu/arm926ejs/mxs/mxs.c | 32 ++--- arch/arm/cpu

[U-Boot] [PATCH] patman: Allow for changelog use in first version of a series

2012-08-13 Thread Otavio Salvador
When a patchset had a RFC series, a v1 might have a changelog of changes done since the RFC. The patch changes the range checked for changelog and allow it to start for version 1. Signed-off-by: Otavio Salvador --- tools/patman/series.py |7 --- 1 file changed, 4 insertions(+), 3

Re: [U-Boot] [PATCH v2 3/4] mxs: rename regs-clkctrl.h to regs-clkctrl-mx28.h

2012-08-14 Thread Otavio Salvador
On Tue, Aug 14, 2012 at 5:31 AM, Stefano Babic wrote: > On 13/08/2012 21:53, Otavio Salvador wrote: >> The CLKCTRL registers are SoC specific so we ought to have it clear on >> filename. >> >> Signed-off-by: Otavio Salvador >> --- >> Changes in v2: >&

Re: [U-Boot] [PATCH v2 3/4] mxs: rename regs-clkctrl.h to regs-clkctrl-mx28.h

2012-08-14 Thread Otavio Salvador
this one and I send new patches once I finish the mx23 addition. -- Otavio Salvador O.S. Systems E-mail: ota...@ossystems.com.br http://www.ossystems.com.br Mobile: +55 53 9981-7854 http://projetos.ossystems.com.br

Re: [U-Boot] [PATCH 1/4] mx5: cosmetic: Clean up lowlevel_init

2012-08-14 Thread Otavio Salvador
On Tue, Aug 14, 2012 at 11:43 AM, Benoît Thébaudeau wrote: > Signed-off-by: Benoît Thébaudeau > Cc: Stefano Babic The patch seems to be just code style changes, but it is not clear from the commit description. -- Otavio Salvador O.S. Systems E-mai

Re: [U-Boot] [PATCH 2/4] mx5: Optimize lowlevel_init code size

2012-08-14 Thread Otavio Salvador
On Tue, Aug 14, 2012 at 11:44 AM, Benoît Thébaudeau wrote: > Signed-off-by: Benoît Thébaudeau > Cc: Stefano Babic What the patch does? Please use long description for it. -- Otavio Salvador O.S. Systems E-mail: ota...@ossystems.com.br http://www.ossystems.

Re: [U-Boot] [PATCH 3/4] mx5: Optimize lowlevel_init for TO 3

2012-08-14 Thread Otavio Salvador
gt; Cc: Stefano Babic Looking at code I somewhat understood what you did but the commit log doesn't describe the change you did neither why you did. -- Otavio Salvador O.S. Systems E-mail: ota...@ossystems.com.br http://www.ossystems.com.br Mobile: +55 53 9

[U-Boot] [PATCH 1/2] MX28: config: Allow different target generation in elftosb call

2012-08-15 Thread Otavio Salvador
The elftosb call needs to use a target param specific for i.MX28. This patch allow for later addition of i.MX233. Signed-off-by: Otavio Salvador --- Makefile |5 - arch/arm/cpu/arm926ejs/mxs/{u-boot.bd => u-boot.bd.imx28} |0 2 fi

[U-Boot] [PATCH 2/2] MX28: Move "regs-base.h" include after SoC type configuration

2012-08-15 Thread Otavio Salvador
For i.MX233 addition the base registers need to be change so the SoC definition needs to be known before the header include. The following boards has been changed: * apx4devkit * m28evk * mx28evk * sc_sps_1 Signed-off-by: Otavio Salvador --- include/configs/apx4devkit.h |4

[U-Boot] [PATCH] patman: Do not Cc addresses included in To list

2012-08-15 Thread Otavio Salvador
In case an address is listed in the To list, those will be skipped on Cc list or user might end with a duplicated message. This fixes the case when a tag points to same address used as series destination thus avoiding duplicated sending. Signed-off-by: Otavio Salvador --- tools/patman

Re: [U-Boot] patman feature request

2012-08-17 Thread Otavio Salvador
o patman and I've been putting fixups on my .patman to make it run and it does seem it would work better if it was an warn. Another idea is to have a wildcard that matches as a fallback. -- Otavio Salvador O.S. Systems E-mail: ota...@ossystems.com.br http://www.oss

Re: [U-Boot] [PATCH] patman: Do not Cc addresses included in To list

2012-08-17 Thread Otavio Salvador
On Fri, Aug 17, 2012 at 6:30 PM, Simon Glass wrote: > Hi Otavio, > > On Wed, Aug 15, 2012 at 12:44 PM, Otavio Salvador > wrote: >> In case an address is listed in the To list, those will be skipped on >> Cc list or user might end with a duplicated message. >> >

[U-Boot] [PATCH] patman: Do not Cc addresses included in To list

2012-08-18 Thread Otavio Salvador
In case an address is listed in the To list, those will be skipped on Cc list or user might end with a duplicated message. This fixes the case when a tag points to same address used as series destination thus avoiding duplicated sending. Signed-off-by: Otavio Salvador --- Changes in v2: - use

[U-Boot] [PATCH v3] patman: Do not Cc addresses included in To list

2012-08-18 Thread Otavio Salvador
In case an address is listed in the To list, those will be skipped on Cc list or user might end with a duplicated message. This fixes the case when a tag points to same address used as series destination thus avoiding duplicated sending. Signed-off-by: Otavio Salvador --- Changes in v2: - use

[U-Boot] [PATCH v2 1/2] MX28: config: Allow different target generation in elftosb call

2012-08-18 Thread Otavio Salvador
The elftosb call needs to use a target param specific for i.MX28. This patch allow for later addition of i.MX233. Signed-off-by: Otavio Salvador --- Changes in v2: - fix Makefile according - move u-boot.bd to u-boot-imx28.bd Makefile |5

[U-Boot] [PATCH v2 2/2] MX28: Move "regs-base.h" include after SoC type configuration

2012-08-18 Thread Otavio Salvador
For i.MX233 addition the base registers need to be change so the SoC definition needs to be known before the header include. The following boards has been changed: * apx4devkit * m28evk * mx28evk * sc_sps_1 Signed-off-by: Otavio Salvador Acked-by: Stefano Babic --- Changes in v2: - no

Re: [U-Boot] patman feature request

2012-08-18 Thread Otavio Salvador
On Fri, Aug 17, 2012 at 6:35 PM, Simon Glass wrote: > On Fri, Aug 17, 2012 at 1:14 PM, Otavio Salvador > wrote: >> On Fri, Aug 17, 2012 at 5:01 PM, Tom Rini wrote: >>> It looks like today was the day that Joe and I both decided to give >>> patman a whirl. On IRC

[U-Boot] [PATCH 1/2] patman: Use reverse order for changelog

2012-08-18 Thread Otavio Salvador
Specially when many revisions are need for a patchset, the most interesting information is about the last set of changes so we output the changelog in reverse order to easy identification of most recent change set. Signed-off-by: Otavio Salvador --- tools/patman/series.py |8 1

[U-Boot] [PATCH 2/2] patman: Do not sort changlog items order

2012-08-18 Thread Otavio Salvador
When writting the changelog of a series it is expect that this order is going to be respected. The sorting can make it out of context of the order had a meaning for the reader so this patch remove the sort of items. Signed-off-by: Otavio Salvador --- tools/patman/series.py |2 +- 1 file

Re: [U-Boot] [PATCH v2 1/2] MX28: config: Allow different target generation in elftosb call

2012-08-18 Thread Otavio Salvador
le for each processor. If we can get those merged, good. -- Otavio Salvador O.S. Systems E-mail: ota...@ossystems.com.br http://www.ossystems.com.br Mobile: +55 53 9981-7854 http://projetos.ossystems.com.br ___ U-B

Re: [U-Boot] [PATCH v2 1/2] MX28: config: Allow different target generation in elftosb call

2012-08-18 Thread Otavio Salvador
On Sat, Aug 18, 2012 at 7:06 PM, Marek Vasut wrote: > Dear Otavio Salvador, > >> On Sat, Aug 18, 2012 at 3:03 PM, Marek Vasut wrote: >> > I think we should try and see if the mx28 and mx23 .bd can't be converged >> > together too. Remind me in the even

Re: [U-Boot] [PATCH 2/2] mxs: Use correct function name to initialize dram

2012-08-19 Thread Otavio Salvador
: > > mx28evk.c: In function ‘dram_init’: > mx28evk.c:67:2: warning: implicit declaration of function ‘mx28_dram_init’ > [-Wimplicit-function-declaration] > > Signed-off-by: Fabio Estevam Acked-by: Otavio Salvador -- Otavio Salvador O.S.

[U-Boot] [PATCH 1/3] mxs: Replace i.MX233 by i.MX23 on copyright header

2012-08-19 Thread Otavio Salvador
All other header are going to use i.MX23 so we change this for consistency. Signed-off-by: Otavio Salvador --- arch/arm/include/asm/arch-mxs/sys_proto.h |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/include/asm/arch-mxs/sys_proto.h b/arch/arm/include/asm/arch

[U-Boot] [PATCH 2/3] mxs: Only build internal Ethernet controller for i.MX28

2012-08-19 Thread Otavio Salvador
The internal Ethernet controller is only available on i.MX28 processors so it needs to use CONFIG_MX28 guardian to avoid having this code called in others. Signed-off-by: Otavio Salvador --- arch/arm/cpu/arm926ejs/mxs/mxs.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a

[U-Boot] [PATCH 3/3] mxs: Rename 'mx28_dram_init' to 'mxs_dram_init'

2012-08-19 Thread Otavio Salvador
The DRAM initialization, after SPL has complete, is exactly the same for all mxs SoCs so we should name it accordinly. The following boards has been changed: * apx4devkit * m28evk * mx28evk * sc_sps_1 Signed-off-by: Otavio Salvador --- arch/arm/cpu/arm926ejs/mxs/mxs.c |4

Re: [U-Boot] [PATCH 1/3] mxs: Replace i.MX233 by i.MX23 on copyright header

2012-08-19 Thread Otavio Salvador
On Sun, Aug 19, 2012 at 12:05 PM, Marek Vasut wrote: > Dear Otavio Salvador, > >> All other header are going to use i.MX23 so we change this for >> consistency. >> >> Signed-off-by: Otavio Salvador >> --- >> arch/arm/include/asm/arch-mxs/sys_proto.h

Re: [U-Boot] [PATCH 2/2] mxs: Use correct function name to initialize dram

2012-08-19 Thread Otavio Salvador
this one needs > to be applied. It shouldn't matter; GIT will do a 3way merge and apply I think. -- Otavio Salvador O.S. Systems E-mail: ota...@ossystems.com.br http://www.ossystems.com.br Mobile: +55 53 9981-7854

Re: [U-Boot] [PATCH 3/3] mxs: Rename 'mx28_dram_init' to 'mxs_dram_init'

2012-08-23 Thread Otavio Salvador
Ping? On Sun, Aug 19, 2012 at 12:07 PM, Marek Vasut wrote: > Dear Otavio Salvador, > >> The DRAM initialization, after SPL has complete, is exactly the same >> for all mxs SoCs so we should name it accordinly. > > Acked-by: Marek Vasut > >> The

[U-Boot] [PATCH] MX28: mx28evk: Follow m28evk change in SSP clock

2012-08-27 Thread Otavio Salvador
This changes the board config to follow m28evk board configuration. Signed-off-by: Otavio Salvador --- board/freescale/mx28evk/mx28evk.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/board/freescale/mx28evk/mx28evk.c b/board/freescale/mx28evk/mx28evk.c index

[U-Boot] [PATCH v2 2/2] MX28: mx28evk: Enable SPI DMA

2012-08-28 Thread Otavio Salvador
Signed-off-by: Otavio Salvador --- Changes in v2: - new patch include/configs/mx28evk.h |1 + 1 file changed, 1 insertion(+) diff --git a/include/configs/mx28evk.h b/include/configs/mx28evk.h index 8d83495..a5a98fb 100644 --- a/include/configs/mx28evk.h +++ b/include/configs/mx28evk.h

Re: [U-Boot] [PATCH] MX28: mx28evk: Follow m28evk change in SSP clock

2012-08-28 Thread Otavio Salvador
On Mon, Aug 27, 2012 at 8:28 PM, Marek Vasut wrote: > Dear Otavio Salvador, > >> This changes the board config to follow m28evk board configuration. >> >> Signed-off-by: Otavio Salvador ... >> - /* SSP2 clock at 96MHz */ >> - mx28_set_sspclk(MXC_SSPCLK

[U-Boot] [PATCH v2 1/2] MX28: mx28evk: Align SSP clock speed

2012-08-28 Thread Otavio Salvador
Align the SSP clock speed with oscilator to achieve higher transfer stability. Signed-off-by: Otavio Salvador --- Changes in v2: - reword commit log to match the change description done on m28evk. board/freescale/mx28evk/mx28evk.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions

Re: [U-Boot] [PATCH v2 1/2] MX28: mx28evk: Align SSP clock speed

2012-08-28 Thread Otavio Salvador
On Tue, Aug 28, 2012 at 7:18 AM, Marek Vasut wrote: > Dear Otavio Salvador, > >> Align the SSP clock speed with oscilator to achieve higher transfer >> stability. > > This change is still pointless, unless you have user for this! As far as I know the SPI flash uses SSP

Re: [U-Boot] [PATCH] mx28evk: Convert to mxs_adjust_memory_params()

2012-08-28 Thread Otavio Salvador
t; 8 | APREBIT) >> >> -void mx28_adjust_memory_params(uint32_t *dram_vals) >> +void mxs_adjust_memory_params(uint32_t *dram_vals) >> { >> dram_vals[HW_DRAM_CTL29] = HW_DRAM_CTL29_CONFIG; >> } > > Best regards, > Marek Va

[U-Boot] patman staging tree

2012-08-31 Thread Otavio Salvador
Hello, I am a bit lost concerned of patman patches. It is not clear to me where those patches are being merged and what is merged/going to be merged. I have been doing some small fixes on patman but not sure they're being managed. Regards, -- Otavio Salvador

Re: [U-Boot] [PATCH 2/2] patman: Do not sort changlog items order

2012-09-06 Thread Otavio Salvador
meant to do the same as this patch from Ilya Yanok, >> which is now applied: > > This is my guess, too. But I'd like to be sure. Yes; you're both right. Same fix but I didn't change the uniq handle as I think it is nice to have. -- Otavio Salvador

Re: [U-Boot] [PATCH] mx6qsabresd: Add basic support

2012-09-11 Thread Otavio Salvador
er needs to be careful all the time to not mess with other boards settings. -- Otavio Salvador O.S. Systems E-mail: ota...@ossystems.com.br http://www.ossystems.com.br Mobile: +55 53 9981-7854 http://projetos.ossystems.com.br __

Re: [U-Boot] [PATCH] mxs: Silence elftosb

2012-11-30 Thread Otavio Salvador
Babic > Cc: Fabio Estevam > Acked-by: Otavio Salvador -- Otavio Salvador O.S. Systems E-mail: ota...@ossystems.com.br http://www.ossystems.com.br Mobile: +55 53 9981-7854 http://projetos.ossystems.com.br _

Re: [U-Boot] [PATCH 1/2] mxs: Implement common function to setup VDDx

2012-11-30 Thread Otavio Salvador
but I am curious if you have taken a look if the mx23 one is compatible. -- Otavio Salvador O.S. Systems E-mail: ota...@ossystems.com.br http://www.ossystems.com.br Mobile: +55 53 9981-7854 http://projetos.ossystems.com.br _

Re: [U-Boot] [PATCH 1/2] mxs: Implement common function to setup VDDx

2012-11-30 Thread Otavio Salvador
On Fri, Nov 30, 2012 at 4:35 PM, Marek Vasut wrote: > Dear Otavio Salvador, > > > On Fri, Nov 30, 2012 at 1:22 PM, Marek Vasut wrote: > > > Implement common function to setup the VDDIO, VDDD and VDDA voltage. > > > Right now, there are two almost identical func

Re: [U-Boot] Please pull u-boot-x86.git

2012-12-03 Thread Otavio Salvador
atches are assigned > to me. I will of course review them, but what should I do after that, > as they are not x86? Also they are outside the merge window for this > release, but will you accept 'next' pull requests at some point? > Maybe it is the time to move patman to

Re: [U-Boot] Please pull u-boot-x86.git

2012-12-03 Thread Otavio Salvador
On Mon, Dec 3, 2012 at 10:27 AM, Simon Glass wrote: > Hi Otavio, > > On Mon, Dec 3, 2012 at 4:12 AM, Otavio Salvador > wrote: > >[snip] > > > Maybe it is the time to move patman to another git repository? > > > > patman is nice for many projects so m

Re: [U-Boot] [PATCH] mx23: Add POWER and CLKCTRL register definitions

2012-12-04 Thread Otavio Salvador
patches with the last ones for a board using the SOC. Else we are > unsure that the code we introduce can be really used later. > I agree; I have applied it in my tree and will send it together with other patches when I have something useful. -- Otavio Salvador

[U-Boot] [PATCH] mxs: SPL: Generalize memory initialization

2012-12-04 Thread Otavio Salvador
Use a generic 'dram_vals[]' array that has the full initialization sequence and rename the initialization method so it doesn't has a frequency on its name. Signed-off-by: Otavio Salvador --- arch/arm/cpu/arm926ejs/mxs/spl_mem_init.c | 19 +-- 1 file changed

[U-Boot] Marvell PXA168/PXA166

2012-12-05 Thread Otavio Salvador
Hello, A customer needs to use PXA166 in one project and I am looking for Linux support for it. Someone here uses it? Regards, -- Otavio Salvador O.S. Systems E-mail: ota...@ossystems.com.br http://www.ossystems.com.br Mobile: +55 53 9981-7854 http

Re: [U-Boot] [PATCH] mtd: nand: mxs: reset BCH earlier, too, to avoid NAND startup problems

2012-12-05 Thread Otavio Salvador
; A comment here why this is need would be nice. > /* > * Choose NAND mode, set IRQ polarity, disable write protection and > -- > 1.7.10.4 > > ___ > U-Boot mailing list > U-Boot@lists.denx.de > http://lists.denx.de/mailman/listinfo/u-boot > --

[U-Boot] [PATCH 0/9] Improve default environment for easy use

2012-12-21 Thread Otavio Salvador
This patchset improves the default environment of machines currently supported in OpenEmbedded and Yocto to make it compatible with mainline and Freescale BSP Linux kernel. Otavio Salvador (9): mx28evk: We shouldn't hardcode a rootfs filesystem type mx53loco: We shouldn't hardcod

[U-Boot] [PATCH 2/9] mx53loco: We shouldn't hardcode a rootfs filesystem type

2012-12-21 Thread Otavio Salvador
For a generic environment, we shouldn't have a fixed rootfs filesystem so we drop it from env. Signed-off-by: Otavio Salvador --- include/configs/mx53loco.h |7 ++- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/include/configs/mx53loco.h b/include/configs/mx53l

[U-Boot] [PATCH 3/9] mx53loco: Change default loadaddr to 0x72000000

2012-12-21 Thread Otavio Salvador
This allow use of mainline and Freescale BSP Linux kernel with same environment. Signed-off-by: Otavio Salvador --- include/configs/mx53loco.h |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/configs/mx53loco.h b/include/configs/mx53loco.h index 5f8f52e..4cfdc0b

[U-Boot] [PATCH 5/9] mx6qsabre_common: Change default loadaddr to 0x12000000

2012-12-21 Thread Otavio Salvador
This allow use of mainline and Freescale BSP Linux kernel with same environment. Signed-off-by: Otavio Salvador --- include/configs/mx6qsabre_common.h |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/configs/mx6qsabre_common.h b/include/configs/mx6qsabre_common.h

[U-Boot] [PATCH 4/9] mx6qsabrelite: Change default loadaddr to 0x12000000

2012-12-21 Thread Otavio Salvador
This allow use of mainline and Freescale BSP Linux kernel with same environment. Signed-off-by: Otavio Salvador --- include/configs/mx6qsabrelite.h |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/configs/mx6qsabrelite.h b/include/configs/mx6qsabrelite.h index

[U-Boot] [PATCH 7/9] mx53loco: Add support to dynamically choose between ftd use or not

2012-12-21 Thread Otavio Salvador
Signed-off-by: Otavio Salvador --- include/configs/mx53loco.h | 15 +-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/include/configs/mx53loco.h b/include/configs/mx53loco.h index 4cfdc0b..505957c 100644 --- a/include/configs/mx53loco.h +++ b/include/configs

[U-Boot] [PATCH 1/9] mx28evk: We shouldn't hardcode a rootfs filesystem type

2012-12-21 Thread Otavio Salvador
For a generic environment, we shouldn't have a fixed rootfs filesystem so we drop it from env. Signed-off-by: Otavio Salvador --- include/configs/mx28evk.h |7 ++- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/include/configs/mx28evk.h b/include/configs/mx28evk.h

[U-Boot] [PATCH 6/9] mx28evk: Add support to dynamically choose between ftd use or not

2012-12-21 Thread Otavio Salvador
Signed-off-by: Otavio Salvador --- include/configs/mx28evk.h | 15 +-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/include/configs/mx28evk.h b/include/configs/mx28evk.h index 3cc0726..5c1c052 100644 --- a/include/configs/mx28evk.h +++ b/include/configs/mx28evk.h

[U-Boot] [PATCH 9/9] mx6qsabre{auto, sd}: Add support to dynamically choose between ftd use or not

2012-12-21 Thread Otavio Salvador
Signed-off-by: Otavio Salvador --- include/configs/mx6qsabre_common.h | 16 +--- include/configs/mx6qsabreauto.h|1 + include/configs/mx6qsabresd.h |1 + 3 files changed, 15 insertions(+), 3 deletions(-) diff --git a/include/configs/mx6qsabre_common.h b/include

[U-Boot] [PATCH 8/9] mx6qsabrelite: Add support to dynamically choose between ftd use or not

2012-12-21 Thread Otavio Salvador
Signed-off-by: Otavio Salvador --- include/configs/mx6qsabrelite.h | 16 ++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/include/configs/mx6qsabrelite.h b/include/configs/mx6qsabrelite.h index 0f6bbb4..c74d75c 100644 --- a/include/configs/mx6qsabrelite.h +++ b

Re: [U-Boot] [PATCH] mx35pdk: Allow booting of a device tree kernel

2012-12-25 Thread Otavio Salvador
On Sun, Dec 23, 2012 at 12:56 PM, Fabio Estevam wrote: > From: Fabio Estevam > > SelectCONFIG_OF_LIBFDT, so that a dt kernel can be launched. > > Signed-off-by: Fabio Estevam Minor fix, please fix the commit log to have a space after "Select"

Re: [U-Boot] [PATCH] mxs: Add NAND fdt and ramdisk partition to m28evk

2012-12-25 Thread Otavio Salvador
On Tue, Dec 25, 2012 at 11:08 PM, Marek Vasut wrote: > Adjust the NAND partitioning layout so that there is a separate partition > for the ramdisk and fdt blob on the NAND. > > Signed-off-by: Marek Vasut A partition for a ramdisk? maybe initramfs or initrd might be better? -- Ota

Re: [U-Boot] [PATCH 7/9] mx53loco: Add support to dynamically choose between ftd use or not

2012-12-26 Thread Otavio Salvador
else bootm; fi;\0" > > > Yes, I think this is a good idea and would allow us to easily switch > from dt to non-dt kernel during tests. I like the idea but maybe we could have three states? boot_fdt=yes It'd imply force fdt and would behave as you said above; boot_f

Re: [U-Boot] [PATCH 1/9] mx28evk: We shouldn't hardcode a rootfs filesystem type

2012-12-26 Thread Otavio Salvador
On Wed, Dec 26, 2012 at 9:02 AM, Stefano Babic wrote: > On 21/12/2012 17:59, Otavio Salvador wrote: >> For a generic environment, we shouldn't have a fixed rootfs filesystem >> so we drop it from env. >> >> Signed-off-by: Otavio Salvador >> --- > >

Re: [U-Boot] [PATCH 6/9] mx28evk: Add support to dynamically choose between ftd use or not

2012-12-26 Thread Otavio Salvador
On Wed, Dec 26, 2012 at 9:15 AM, Stefano Babic wrote: > On 21/12/2012 17:59, Otavio Salvador wrote: >> Signed-off-by: Otavio Salvador >> --- > > Hi Otavio, > >> include/configs/mx28evk.h | 15 +-- >> 1 file changed, 13 insertions(+), 2 del

Re: [U-Boot] [PATCH] mxs: Add NAND fdt and ramdisk partition to m28evk

2012-12-26 Thread Otavio Salvador
On Wed, Dec 26, 2012 at 1:13 AM, Marek Vasut wrote: > Dear Otavio Salvador, > >> On Tue, Dec 25, 2012 at 11:08 PM, Marek Vasut wrote: >> > Adjust the NAND partitioning layout so that there is a separate partition >> > for the ramdisk and fdt blob on the NAND. >&g

Re: [U-Boot] [PATCH 1/9] mx28evk: We shouldn't hardcode a rootfs filesystem type

2012-12-27 Thread Otavio Salvador
a v2. > Otavio: It may also help to chose somewhat shorter variable names - > this also helps the end user; "console_mainline" is a terribly ling > variable name, and I don't consider it a good choice either. Yes I agree; in fact I still wish to rework the environment and have it c

Re: [U-Boot] [PATCH 7/9] mx53loco: Add support to dynamically choose between ftd use or not

2012-12-27 Thread Otavio Salvador
On Thu, Dec 27, 2012 at 7:44 AM, Stefano Babic wrote: > On 26/12/2012 19:23, Otavio Salvador wrote: >> On Wed, Dec 26, 2012 at 10:14 AM, Fabio Estevam wrote: >>> On Wed, Dec 26, 2012 at 9:31 AM, Stefano Babic wrote: >>> >>>> Only to remark that this is th

Re: [U-Boot] [PATCH 7/9] mx53loco: Add support to dynamically choose between ftd use or not

2012-12-28 Thread Otavio Salvador
On Fri, Dec 28, 2012 at 6:52 AM, Stefano Babic wrote: > On 27/12/2012 22:22, Otavio Salvador wrote: > >> >> Right; I have did the bellow changes: >> >> diff --git a/include/configs/mx28evk.h b/include/configs/mx28evk.h > > ok, you changed the mx28evk, but we

[U-Boot] [PATCH v2 0/6] Improve default environment for easy use

2012-12-28 Thread Otavio Salvador
from this new pull request. Changes in v2: - New patch - reformat environment change to fit in 80 cols - Allow use of dynamic/static ip - Allow force use, or not, of fdt - Change 'auto' to 'try' Otavio Salvador (6): mx6qsabrelite: Use tabs to environment setting mx28evk: We

[U-Boot] [PATCH v2 1/6] mx6qsabrelite: Use tabs to environment setting

2012-12-28 Thread Otavio Salvador
This rework the environment to use tabs for environment setting as done in other boards. Signed-off-by: Otavio Salvador --- Changes in v2: - New patch include/configs/mx6qsabrelite.h | 66 +++ 1 file changed, 33 insertions(+), 33 deletions(-) diff --git a

[U-Boot] [PATCH v2 2/6] mx28evk: We shouldn't hardcode a rootfs filesystem type

2012-12-28 Thread Otavio Salvador
For a generic environment, we shouldn't have a fixed rootfs filesystem so we drop it from env. Signed-off-by: Otavio Salvador --- Changes in v2: - reformat environment change to fit in 80 cols include/configs/mx28evk.h |8 +++- 1 file changed, 3 insertions(+), 5 deletions(-)

[U-Boot] [PATCH v2 3/6] mx28evk: Add support to dynamically choose between ftd use or not

2012-12-28 Thread Otavio Salvador
Signed-off-by: Otavio Salvador --- Changes in v2: - Allow use of dynamic/static ip - Allow force use, or not, of fdt - Change 'auto' to 'try' include/configs/mx28evk.h | 38 -- 1 file changed, 36 insertions(+), 2 deletions(-) diff --g

[U-Boot] [PATCH v2 4/6] mx53loco: Add support to dynamically choose between ftd use or not

2012-12-28 Thread Otavio Salvador
Signed-off-by: Otavio Salvador --- Changes in v2: - Allow use of dynamic/static ip - Allow force use, or not, of fdt - Change 'auto' to 'try' include/configs/mx53loco.h | 38 -- 1 file changed, 36 insertions(+), 2 deletions(-) diff --g

[U-Boot] [PATCH v2 6/6] mx6qsabre{auto, sd}: Add support to dynamically choose between ftd use or not

2012-12-28 Thread Otavio Salvador
Signed-off-by: Otavio Salvador --- Changes in v2: - Allow use of dynamic/static ip - Allow force use, or not, of fdt - Change 'auto' to 'try' include/configs/mx6qsabre_common.h | 39 +--- include/configs/mx6qsabreauto.h|

[U-Boot] [PATCH v2 5/6] mx6qsabrelite: Add support to dynamically choose between ftd use or not

2012-12-28 Thread Otavio Salvador
Signed-off-by: Otavio Salvador --- Changes in v2: - Allow use of dynamic/static ip - Allow force use, or not, of fdt - Change 'auto' to 'try' include/configs/mx6qsabrelite.h | 38 -- 1 file changed, 36 insertions(+), 2 deletions(-)

Re: [U-Boot] [PATCH] mxs: Add NAND fdt and ramdisk partition to m28evk

2013-01-03 Thread Otavio Salvador
On Thu, Jan 3, 2013 at 9:42 PM, Scott Wood wrote: > On 12/26/2012 12:26:13 PM, Otavio Salvador wrote: >> >> On Wed, Dec 26, 2012 at 1:13 AM, Marek Vasut wrote: >> > Dear Otavio Salvador, >> > >> >> On Tue, Dec 25, 2012 at 11:08 PM, Marek Vasut wrote

Re: [U-Boot] [PATCH v2 2/6] mx28evk: We shouldn't hardcode a rootfs filesystem type

2013-01-07 Thread Otavio Salvador
On Sat, Jan 5, 2013 at 2:50 PM, Stefano Babic wrote: > On 28/12/2012 20:17, Otavio Salvador wrote: >> For a generic environment, we shouldn't have a fixed rootfs filesystem >> so we drop it from env. >> >> Signed-off-by: Otavio Salvador >> --- > > H

Re: [U-Boot] [PATCH v2 5/6] mx6qsabrelite: Add support to dynamically choose between ftd use or not

2013-01-07 Thread Otavio Salvador
On Mon, Jan 7, 2013 at 12:04 PM, Tom Rini wrote: > On Fri, Dec 28, 2012 at 05:17:05PM -0200, Otavio Salvador wrote: > >> Signed-off-by: Otavio Salvador >> --- >> Changes in v2: >> - Allow use of dynamic/static ip >> - Allow force use, or not, of fdt

Re: [U-Boot] [PATCH v2 5/6] mx6qsabrelite: Add support to dynamically choose between ftd use or not

2013-01-07 Thread Otavio Salvador
On Mon, Jan 7, 2013 at 12:06 PM, Tom Rini wrote: > On Fri, Dec 28, 2012 at 05:17:05PM -0200, Otavio Salvador wrote: > >> Signed-off-by: Otavio Salvador >> --- >> Changes in v2: >> - Allow use of dynamic/static ip >> - Allow force use, or not, of fdt

[U-Boot] [PATCH v3 0/6] Improve default environment for easy use

2013-01-07 Thread Otavio Salvador
tic ip - Allow force use, or not, of fdt - Change 'auto' to 'try' - Allow use of dynamic/static ip - Allow force use, or not, of fdt - Change 'auto' to 'try' Otavio Salvador (6): mx6qsabrelite: Use tabs to environment setting mx28evk: We shouldn't hardcode

[U-Boot] [PATCH v3 1/6] mx6qsabrelite: Use tabs to environment setting

2013-01-07 Thread Otavio Salvador
This rework the environment to use tabs for environment setting as done in other boards. Signed-off-by: Otavio Salvador --- Changes in v3: None Changes in v2: - New patch include/configs/mx6qsabrelite.h | 66 +++ 1 file changed, 33 insertions(+), 33

[U-Boot] [PATCH v3 4/6] mx53loco: Add support to dynamically choose between ftd use or not

2013-01-07 Thread Otavio Salvador
Signed-off-by: Otavio Salvador --- Changes in v3: - Add loadfdt - Use loadfdt - Call exit to abort script Changes in v2: - Allow use of dynamic/static ip - Allow force use, or not, of fdt - Change 'auto' to 'try' include/configs/mx53loco.h | 41

[U-Boot] [PATCH v3 3/6] mx28evk: Add support to dynamically choose between ftd use or not

2013-01-07 Thread Otavio Salvador
Signed-off-by: Otavio Salvador --- Changes in v3: - Add loadfdt - Use loadfdt - Call exit to abort script Changes in v2: - Allow use of dynamic/static ip - Allow force use, or not, of fdt - Change 'auto' to 'try' include/configs/mx28evk.h | 41

[U-Boot] [PATCH v3 2/6] mx28evk: We shouldn't hardcode a rootfs filesystem type

2013-01-07 Thread Otavio Salvador
For a generic environment, we shouldn't have a fixed rootfs filesystem so we drop it from env. Signed-off-by: Otavio Salvador --- Changes in v3: None Changes in v2: - reformat environment change to fit in 80 cols include/configs/mx28evk.h |8 +++- 1 file changed, 3 insertions(

[U-Boot] [PATCH v3 5/6] mx6qsabrelite: Add support to dynamically choose between ftd use or not

2013-01-07 Thread Otavio Salvador
Signed-off-by: Otavio Salvador --- Changes in v3: - Add loadfdt - Use loadfdt - Call exit to abort script Changes in v2: - Allow use of dynamic/static ip - Allow force use, or not, of fdt - Change 'auto' to 'try' include/configs/mx6qsabrelite.h | 41 ++

[U-Boot] [PATCH v3 6/6] mx6qsabre{auto, sd}: Add support to dynamically choose between ftd use or not

2013-01-07 Thread Otavio Salvador
Signed-off-by: Otavio Salvador --- Changes in v3: - Add loadfdt - Use loadfdt - Call exit to abort script Changes in v2: - Allow use of dynamic/static ip - Allow force use, or not, of fdt - Change 'auto' to 'try' include/configs/mx6qs

Re: [U-Boot] [PATCH v3 3/6] mx28evk: Add support to dynamically choose between ftd use or not

2013-01-07 Thread Otavio Salvador
On Mon, Jan 7, 2013 at 2:51 PM, Fabio Estevam wrote: > On Mon, Jan 7, 2013 at 2:43 PM, Otavio Salvador > wrote: > >> "loaduimage=fatload mmc ${mmcdev}:${mmcpart} ${loadaddr} >> ${uimage}\0" \ >> + "loadftd=fatload mmc ${mm

[U-Boot] [PATCH v4 0/6] Improve default environment for easy use

2013-01-09 Thread Otavio Salvador
cols - Allow use of dynamic/static ip - Allow force use, or not, of fdt - Change 'auto' to 'try' Otavio Salvador (6): mx6qsabrelite: Use tabs to environment setting mx28evk: We shouldn't hardcode a rootfs filesystem type mx28evk: Add support to dynamically choo

[U-Boot] [PATCH v4 1/6] mx6qsabrelite: Use tabs to environment setting

2013-01-09 Thread Otavio Salvador
This rework the environment to use tabs for environment setting as done in other boards. Signed-off-by: Otavio Salvador --- Changes in v4: None Changes in v3: None Changes in v2: - New patch include/configs/mx6qsabrelite.h | 66 +++ 1 file changed, 33

[U-Boot] [PATCH v4 2/6] mx28evk: We shouldn't hardcode a rootfs filesystem type

2013-01-09 Thread Otavio Salvador
For a generic environment, we shouldn't have a fixed rootfs filesystem so we drop it from env. Signed-off-by: Otavio Salvador --- Changes in v4: None Changes in v3: None Changes in v2: - reformat environment change to fit in 80 cols include/configs/mx28evk.h |8 +++- 1 file chang

[U-Boot] [PATCH v4 3/6] mx28evk: Add support to dynamically choose between ftd use or not

2013-01-09 Thread Otavio Salvador
Signed-off-by: Otavio Salvador --- Changes in v4: - Use a warning, instead of error when failing to fetch fdt - Drop exit use - Fix netboot - Use fdt instead of ftd Changes in v3: - Add loadfdt - Use loadfdt - Call exit to abort script Changes in v2: - Allow use of dynamic/static ip - Allow

[U-Boot] [PATCH v4 4/6] mx53loco: Add support to dynamically choose between ftd use or not

2013-01-09 Thread Otavio Salvador
Signed-off-by: Otavio Salvador --- Changes in v4: - Use a warning, instead of error when failing to fetch fdt - Drop exit use - Fix netboot - Use fdt instead of ftd Changes in v3: - Add loadfdt - Use loadfdt - Call exit to abort script Changes in v2: - Allow use of dynamic/static ip - Allow

[U-Boot] [PATCH v4 5/6] mx6qsabrelite: Add support to dynamically choose between ftd use or not

2013-01-09 Thread Otavio Salvador
Signed-off-by: Otavio Salvador --- Changes in v4: - Use a warning, instead of error when failing to fetch fdt - Drop exit use - Fix netboot - Use fdt instead of ftd Changes in v3: - Add loadfdt - Use loadfdt - Call exit to abort script Changes in v2: - Allow use of dynamic/static ip - Allow

[U-Boot] [PATCH v4 6/6] mx6qsabre{auto, sd}: Add support to dynamically choose between ftd use or not

2013-01-09 Thread Otavio Salvador
Signed-off-by: Otavio Salvador --- Changes in v4: - Use a warning, instead of error when failing to fetch fdt - Drop exit use - Fix netboot - Use fdt instead of ftd Changes in v3: - Add loadfdt - Use loadfdt - Call exit to abort script Changes in v2: - Allow use of dynamic/static ip - Allow

Re: [U-Boot] [PATCH v4 3/6] mx28evk: Add support to dynamically choose between ftd use or not

2013-01-09 Thread Otavio Salvador
On Wed, Jan 9, 2013 at 9:29 AM, Fabio Estevam wrote: > On Wed, Jan 9, 2013 at 8:20 AM, Otavio Salvador > wrote: >> Signed-off-by: Otavio Salvador >> --- >> Changes in v4: >> - Use a warning, instead of error when failing to fetch fdt >> - Drop exit use >

[U-Boot] [PATCH v5 0/6] Improve default environment for easy use

2013-01-09 Thread Otavio Salvador
: - New patch - reformat environment change to fit in 80 cols - Allow use of dynamic/static ip - Allow force use, or not, of fdt - Change 'auto' to 'try' Otavio Salvador (6): mx6qsabrelite: Use tabs to environment setting mx28evk: We shouldn't hardcode a rootfs files

[U-Boot] [PATCH v5 1/6] mx6qsabrelite: Use tabs to environment setting

2013-01-09 Thread Otavio Salvador
This rework the environment to use tabs for environment setting as done in other boards. Signed-off-by: Otavio Salvador --- Changes in v5: None Changes in v4: None Changes in v3: None Changes in v2: - New patch include/configs/mx6qsabrelite.h | 66 +++ 1

<    1   2   3   4   5   6   7   8   9   10   >