On Sat, Jan 26, 2013 at 03:40:51, Rini, Tom wrote:
> On Tue, Sep 18, 2012 at 09:26:05AM -, hvaib...@ti.com wrote:
>
> > For AM335X boards, such as the EVM and Bone Linux kernel fails to
> > locate the device tree blob on boot. The reason being is that
> > u-boot is copying the DT blob to the u
Hi Lukasz,
On 01/28/2013 04:02 PM, Lukasz Majewski wrote:
> Hi Jaehoon,
>
>> On 01/25/2013 08:44 PM, Jagan Teki wrote:
>>> Hi,
>>>
>>> On Fri, Jan 11, 2013 at 8:49 PM, Lukasz Majewski
>>> wrote:
Hi Wolfgang,
> Dear Lukasz Majewski,
>
> In message
> <1357665792-8141-1-gi
Hi Jaehoon,
> On 01/25/2013 08:44 PM, Jagan Teki wrote:
> > Hi,
> >
> > On Fri, Jan 11, 2013 at 8:49 PM, Lukasz Majewski
> > wrote:
> >> Hi Wolfgang,
> >>
> >>> Dear Lukasz Majewski,
> >>>
> >>> In message
> >>> <1357665792-8141-1-git-send-email-l.majew...@samsung.com> you
> >>> wrote:
> I'
Dear Jagan Teki,
In message
you wrote:
>
> > Actually I'd be more interested in the result of the following commands:
> >
> > 1) $CROSS_COMPILE}gcc -v
>
> Mr.J> ${CROSS_COMPILE}gcc -v
> Using built-in specs.
> Target: arm-none-linux-gnueabi
>
> Thread model: posix
> gcc version 4.4.1
Hi Jaehoon Chung,
On Sat, Jan 26, 2013 at 6:01 AM, Jaehoon Chung wrote:
> On 01/25/2013 08:44 PM, Jagan Teki wrote:
>> Hi,
>>
>> On Fri, Jan 11, 2013 at 8:49 PM, Lukasz Majewski
>> wrote:
>>> Hi Wolfgang,
>>>
Dear Lukasz Majewski,
In message <1357665792-8141-1-git-send-email-l.ma
On 23/10/2012 04:40, Troy Kisky wrote:
> This series tries to separate the mii regsisters
> from the ethernet registers as suggested by
> Andy Fleming. Then, mx6qsabrelite is changed
> to find the phy address from the possibles 4-7.
>
> The V3 series is very different from V2.
>
Applied to u-bo
Hi Albert,
Please find the below comments.
On Sun, Jan 27, 2013 at 8:44 PM, Albert ARIBAUD
wrote:
> Hi Jagan,
>
> On Sun, 27 Jan 2013 12:30:45 +0530, Jagan Teki
> wrote:
>
>> Hi Vikram,
>>
>> On Sun, Jan 27, 2013 at 9:24 AM, Vikram Narayanan
>> wrote:
>> > On 1/27/2013 7:10 AM, Jagan Teki wro
On 08/01/2013 16:36, Fabio Estevam wrote:
> Using the __weak annotation can make the code cleaner.
>
> Signed-off-by: Fabio Estevam
> ---
Applied to u-boot-imx, thanks.
Best regards,
Stefano Babic
--
=
DENX Software Engine
On 02/01/2013 19:48, Fabio Estevam wrote:
> From: Fabio Estevam
>
> Since this structure is not i.MX5x specific, remove the '5x' to make it more
> generic.
>
> Signed-off-by: Fabio Estevam
> ---
> tools/imximage.c |2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/too
On 14/01/2013 19:59, Fabio Estevam wrote:
> From: Fabio Estevam
>
> commit 49ea0ff5 (49ea0ff5) introduced CONFIG_SYS_MMC_ENV_PART into
> mx6qsabresd.h
> to store the mmc partition, but in order for it to have effect we should place
> it into 'mmcpart' variable.
>
> Also add CONFIG_SYS_MMC_ENV_P
On 22/01/2013 10:11, Dirk Behme wrote:
> From: Knut Wohlrab
>
> The USB host interface is routed to plug USB1/J30 on the mother board.
>
> Signed-off-by: Knut Wohlrab
> ---
Applied to u-boot-imx, thanks.
Best regards,
Stefano Babic
--
==
On 22/01/2013 01:57, Marek Vasut wrote:
> The memory power supply on MX23 didn't pump out enough juice into
> the DRAM chip, thus caused occasional memory corruption. Fix this.
>
> Signed-off-by: Marek Vasut
> Cc: Otavio Salvador
> Cc: Fabio Estevam
> Cc: Stefano Babic
> ---
> arch/arm/cpu/ar
On 24/01/2013 19:34, Marek Vasut wrote:
>> That's also an option ... do you want subsequent patch or respin of the
>> series?
>
> Actually, check how it's distributed:
>
> $ git grep mxsmmc_initialize board | sed "s@.*/@@"
> apx4devkit.c: return mxsmmc_initialize(bis, 0, NULL, NULL);
> m28evk.
On Sun, Jan 27, 2013 at 8:08 PM, Otavio Salvador
wrote:
> This allow user to know if the bootloader is running, even without a
> serial console.
>
> Signed-off-by: Otavio Salvador
> ---
> Changes in v2:
> - Remove MUX setting - not need
Why was the gpio mux setting removed? You need to configure
Dear Stephen Warren,
> On 01/25/2013 07:26 PM, Marek Vasut wrote:
> > Dear Lucas Stach,
> >
> >> This moves out the Tegra EHCI driver from a platform specific directory
> >> to the standard driver/usb/host dir.
> >>
> >> This is a preparation needed to share this driver between Tegra20 and
> >>
On 01/25/2013 07:26 PM, Marek Vasut wrote:
> Dear Lucas Stach,
>
>> This moves out the Tegra EHCI driver from a platform specific directory
>> to the standard driver/usb/host dir.
>>
>> This is a preparation needed to share this driver between Tegra20 and
>> Tegra30. No functional change in here,
This allow user to know if the bootloader is running, even without a
serial console.
Signed-off-by: Otavio Salvador
---
Changes in v2:
- Remove MUX setting - not need
board/olimex/mx23_olinuxino/mx23_olinuxino.c | 7 +++
include/configs/mx23_olinuxino.h | 12
2 fil
This fixes the gpio_led driver which needs to compare againt a
STATUS_LED_ON to enable a led.
Signed-off-by: Otavio Salvador
---
Changes in v2: None
common/cmd_led.c | 6 --
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/common/cmd_led.c b/common/cmd_led.c
index 7f5ab43..84f7
On Sun, Jan 27, 2013 at 7:52 PM, Marek Vasut wrote:
> Dear Otavio Salvador,
>
>> This allow user to know if the bootloader is running, even without a
>> serial console.
>
> 1/2 is missing ?
No; it is in mailing list but you're not in cc.
>> Signed-off-by: Otavio Salvador
>> ---
>> board/olimex
Dear Otavio Salvador,
> This allow user to know if the bootloader is running, even without a
> serial console.
1/2 is missing ?
> Signed-off-by: Otavio Salvador
> ---
> board/olimex/mx23_olinuxino/mx23_olinuxino.c | 7 +++
> board/olimex/mx23_olinuxino/spl_boot.c | 4
> includ
This allow user to know if the bootloader is running, even without a
serial console.
Signed-off-by: Otavio Salvador
---
board/olimex/mx23_olinuxino/mx23_olinuxino.c | 7 +++
board/olimex/mx23_olinuxino/spl_boot.c | 4
include/configs/mx23_olinuxino.h | 12 +++
This fixes the gpio_led driver which needs to compare againt a
STATUS_LED_ON to enable a led.
Signed-off-by: Otavio Salvador
---
common/cmd_led.c | 6 --
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/common/cmd_led.c b/common/cmd_led.c
index 7f5ab43..84f79fa 100644
--- a/comm
On Sun, Jan 27, 2013 at 3:16 PM, Marek Vasut wrote:
> Dear Otavio Salvador,
>
>> This enables the 'Fast Auto Pre-Charge' found in the memory chip.
>
> The datasheet claims not all chips support this.
By 'all chips' you mean memory chips, right?
It seems both used chips (mx23evk and olinuxlino) d
Dear Otavio Salvador,
> This enables the 'Fast Auto Pre-Charge' found in the memory chip.
The datasheet claims not all chips support this.
> Signed-off-by: Otavio Salvador
> ---
> Changes in v2:
> - Improve commit message
>
> arch/arm/cpu/arm926ejs/mxs/spl_mem_init.c | 2 +-
> 1 file changed,
If watchdog is enabled, the arch/powerpc/lib/ticks.S::wait_ticks() function
calls the function specified by the WATCHDOG_RESET macro.
The wait_ticks function depends on the registers r0, r6 and r7 being
preserved however that is not guaranteed, e.g. if the reset function is a
C function this will p
2013/1/24 Gabor Juhos :
> This series contain various patches for the relocate_code function.
> The first patch fixes a minor issue in the relocation code, and the
> subsequent patches are doing some optimalization and cleanup.
>
> Gabor Juhos (5):
> MIPS: start.S: fix boundary check in relocate_
On Sun, Jan 27, 2013 at 1:52 PM, Fabio Estevam wrote:
> From: Fabio Estevam
>
> No need to use multi-line style comments for single-line contents.
>
> Signed-off-by: Fabio Estevam
Reviewed-by: Otavio Salvador
--
Otavio Salvador O.S. Systems
E-mail: ota...@ossystems
Signed-off-by: Otavio Salvador
---
Changes in v2: None
board/freescale/mx23evk/spl_boot.c | 10 ++
1 file changed, 10 insertions(+)
diff --git a/board/freescale/mx23evk/spl_boot.c
b/board/freescale/mx23evk/spl_boot.c
index 6007433..b6f4e7e 100644
--- a/board/freescale/mx23evk/spl_boot.
This enables the 'Fast Auto Pre-Charge' found in the memory chip.
Signed-off-by: Otavio Salvador
---
Changes in v2:
- Improve commit message
arch/arm/cpu/arm926ejs/mxs/spl_mem_init.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm/cpu/arm926ejs/mxs/spl_mem_init.c
b
The power switch option is compatible with i.MX23 and i.MX28 so the
configration option needs to reflect it. We choose
'CONFIG_SPL_MXS_PSWITCH_WAIT' for the option name.
Signed-off-by: Otavio Salvador
---
Changes in v2:
- Rewrite short description as per Marek's request
arch/arm/cpu/arm926ejs/m
Hi Stephen,
On Sat, Jan 26, 2013 at 11:10 AM, Stephen Warren wrote:
> On 01/25/2013 01:49 PM, Simon Glass wrote:
>> Hi Lucas,
>>
>> On Sat, Jan 26, 2013 at 10:38 AM, Lucas Stach wrote:
>>> Hello Simon,
>>>
>>> Am Samstag, den 26.01.2013, 10:20 +1300 schrieb Simon Glass:
Hi Lucas,
On Sat, Jan 26, 2013 at 3:41 AM, Lucas Stach wrote:
> The ehci_hcd entry points were just calling into the Tegra USB
> functions. Now that they are in the same file we can just move over the
> implementation.
>
> Signed-off-by: Lucas Stach
Acked-by: Simon Glass
> ---
> arch/arm/include/asm/ar
On Sat, Jan 26, 2013 at 3:41 AM, Lucas Stach wrote:
> There is no need to init a USB controller before the upper layers indicate
> that they are actually going to use it.
>
> board_usb_init now only parses the device tree and sets up the common pll.
>
> Signed-off-by: Lucas Stach
Acked-by: Simon
Hi Lucas,
On Sat, Jan 26, 2013 at 3:41 AM, Lucas Stach wrote:
> There is no need to pass around all those parameters. The init functions
> are able to easily extract all the needed setup info on their own.
>
> Signed-off-by: Lucas Stach
Acked-by: Simon Glass
Minor comment: I think the commit
From: Fabio Estevam
No need to use multi-line style comments for single-line contents.
Signed-off-by: Fabio Estevam
---
include/configs/mx28evk.h | 60 -
1 file changed, 15 insertions(+), 45 deletions(-)
diff --git a/include/configs/mx28evk.h b/in
Hi Jagan,
On Sun, 27 Jan 2013 12:30:45 +0530, Jagan Teki
wrote:
> Hi Vikram,
>
> On Sun, Jan 27, 2013 at 9:24 AM, Vikram Narayanan wrote:
> > On 1/27/2013 7:10 AM, Jagan Teki wrote:
> >> This error occurred for all boards in the u-boot, I have used
> >> arm-none-linux-gnueabi- xtool for versat
36 matches
Mail list logo