>
> 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
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
>&
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
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
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
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
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
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
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:
>&
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
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
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.
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
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
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
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
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
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.
>>
>
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
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
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
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
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
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
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
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
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
:
>
> 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.
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
__
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
_
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
_
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
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
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
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
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
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
;
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
>
--
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
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
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
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
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
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
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
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
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
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
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"
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
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
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
>> ---
>
>
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
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
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
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
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
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
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
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(-)
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
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
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|
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(-)
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
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
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
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
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
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
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
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
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(
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 ++
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
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
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
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
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
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
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
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
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
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
>
:
- 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
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
401 - 500 of 1615 matches
Mail list logo