Hello,
I recently spent quite a lot of time finding a problem where U-boot was
overwriting part of its stack onto my kernel that I had downloaded via
tftpboot.
The board I am using is a Sequoia, powerpc 440EPx board running U-boot
1.2.0-gc0c292b2 (Jun 5 2007 - 07:16:12).
I found that when I boo
Dear Donghwa,
On 13 September 2012 16:45, Piotr Wilczek wrote:
> Signed-off-by: Piotr Wilczek
> Signed-off-by: Kyungmin Park
> CC: Minkyu Kang
> ---
> arch/arm/include/asm/arch-exynos/fb.h |8
> 1 files changed, 4 insertions(+), 4 deletions(-)
>
> diff --git a/arch/arm/include/as
Dear Corey Ashford,
In message <5053ccb5.3070...@linux.vnet.ibm.com> you wrote:
>
> The board I am using is a Sequoia, powerpc 440EPx board running U-boot
> 1.2.0-gc0c292b2 (Jun 5 2007 - 07:16:12).
Frankly: we don't really care any longer about 5 years old code. The
Sequoia board is well suppor
Dear Piotr,
On 13 September 2012 16:45, Piotr Wilczek wrote:
> This patch add support for display on Universal C210 board.
> Width of displayed logo must be not bigger than 480 pixel and
> is limited by width of the screen.
> Tizen logo size is 520x120 pixels should be reseized to be
> displayed
Dear Piotr,
On 29 August 2012 17:15, Piotr Wilczek wrote:
> This patch implements software SPI for the universal C210 board.
>
> Signed-off-by: Piotr Wilczek
> Signed-off-by: Kyungmin Park
> CC: Minkyu Kang
> CC: Wolfgang Denk
> CC: Jean-Christophe PLAGNIOL-VILLARD
> ---
> board/samsung/uni
Dear Marek Vasut,
On 6 September 2012 12:09, Marek Vasut wrote:
> After removing the Apollon board, remove the OneNAND IPL too.
> There are no users for it any more.
>
> Signed-off-by: Marek Vasut
> Cc: Albert Aribaud
> Cc: Minkyu Kang
> Cc: Tom Rini
> ---
> .gitignore
On 09/05/2012 02:34 AM, Marek Vasut wrote:
> In case the "fdt addr" command wasn't ran yet and any other "fdt"
> subcommand was issued, the system crashed due to NULL pointer being
> used.
>
> This is caused by "fdt addr" command setting up a pointer to the
> FDT memory location. Prior issuing "fd
Dear Tom,
Please pull u-boot-fdt. This contains the FDT null address bug fix from
Marek.
Thanks,
gvb
P.S. Tom - Resent because I sent to the list from the wrong email account.
The following changes since commit a6f0c4faa4c65a7b7048b12c9d180d7e1aad1721:
Merge branch 'master' of git://git.den
I just noticed this mail today, sorry for the late reply. Thanks
Henrik for introducing this in the u-boot mail list.
I am Tom Cubie, a former engineer at Allwinner. Allwinner Tech is a
5-years-old Chinese company making low cost ARM soc.
I joined Allwinner last year, and have been working on the
On 08/27/2012 08:38 PM, Kim Phillips wrote:
> From: Minghuan Lian
>
> Some properties may contain multiple values, these values may need
> to be added to the property respectively. this patch provides this
> functionality. The main purpose of fdt_append_prop() is to append
> the values to a exist
On Sat, Sep 15, 2012 at 9:36 AM, Jerry Van Baren wrote:
> Queued up 2 of 2 patches to the u-boot-fdt "next" branch. I'll issue a
> pull request when the merge window opens.
I thought libfdt patches were suppose to go to dtc.git?
--
Timur Tabi
Linux kernel developer at Freescale
__
On 09/15/2012 11:00 AM, Tabi Timur-B04825 wrote:
> On Sat, Sep 15, 2012 at 9:36 AM, Jerry Van Baren wrote:
>
>> Queued up 2 of 2 patches to the u-boot-fdt "next" branch. I'll issue a
>> pull request when the merge window opens.
>
> I thought libfdt patches were suppose to go to dtc.git?
That i
Dear Minkyu Kang,
> Dear Marek Vasut,
>
> On 6 September 2012 12:09, Marek Vasut wrote:
> > After removing the Apollon board, remove the OneNAND IPL too.
> > There are no users for it any more.
> >
> > Signed-off-by: Marek Vasut
> > Cc: Albert Aribaud
> > Cc: Minkyu Kang
> > Cc: Tom Rini
>
Dear José Miguel Gonçalves,
> Jumping to board_init_r is not performed due to a bug on address
> computation.
Is your CONFIG_SYS_TEXT_BASE configured correctly? I don't detect any
misbehavior on my arm926 boards.
> Relocation offsets are not needed when building SPL.
Do they cause any trouble?
The environment has been based on mx53loco and m28evk but keeping the
possibility to easy change the default console device as Freescale and
mainline kernels differ on the device name.
Signed-off-by: Otavio Salvador
---
include/configs/mx28evk.h | 82 ---
Hi Dirk,
On Sat, Sep 15, 2012 at 2:32 AM, Dirk Behme wrote:
> I think a coworker has an ARM2, so I'll try to ask him on Monday.
Thanks for your help.
>
> But while talking about ethernet on MX6: There seems to be a lot of issues
> with 1GB ethernet. Or is it just confusion? As I'm no expert on
Dear Fabio Estevam,
> Hi Dirk,
>
> On Sat, Sep 15, 2012 at 2:32 AM, Dirk Behme wrote:
> > I think a coworker has an ARM2, so I'll try to ask him on Monday.
>
> Thanks for your help.
>
> > But while talking about ethernet on MX6: There seems to be a lot of
> > issues with 1GB ethernet. Or is it
Dear Thierry Reding,
> On Fri, Sep 14, 2012 at 08:53:32AM -0700, Simon Glass wrote:
> > Hi,
> >
> > On Wed, Sep 12, 2012 at 4:42 PM, Marek Vasut wrote:
> > > Dear Stephen Warren,
> > >
> > >> On 09/12/2012 04:38 PM, Marek Vasut wrote:
> > >> > Dear Stephen Warren,
> > >> >
> > >> >> On 09/12/2
On Fri, Sep 14, 2012 at 08:53:32AM -0700, Simon Glass wrote:
> Hi,
>
> On Wed, Sep 12, 2012 at 4:42 PM, Marek Vasut wrote:
> > Dear Stephen Warren,
> >
> >> On 09/12/2012 04:38 PM, Marek Vasut wrote:
> >> > Dear Stephen Warren,
> >> >
> >> >> On 09/12/2012 10:19 AM, Tom Warren wrote:
> >> >>> Fol
On Sat, Sep 15, 2012 at 10:01:47PM +0200, Thierry Reding wrote:
> I think I traced this to the copying of CSD a while back. The problem is
> that the transferred buffer is 8 bytes, so there's no way to make it
> aligned properly. Unfortunately the entailing discussion did not yield a
> solution at
Hi all,
On 09/15/2012 12:26 PM, Marek Vasut wrote:
Dear Fabio Estevam,
Hi Dirk,
On Sat, Sep 15, 2012 at 2:32 AM, Dirk Behme wrote:
I think a coworker has an ARM2, so I'll try to ask him on Monday.
Thanks for your help.
But while talking about ethernet on MX6: There seems to be a lot of
On Sat, Sep 15, 2012 at 10:11:54PM +0200, Marek Vasut wrote:
> Dear Thierry Reding,
>
> > On Fri, Sep 14, 2012 at 08:53:32AM -0700, Simon Glass wrote:
> > > Hi,
> > >
> > > On Wed, Sep 12, 2012 at 4:42 PM, Marek Vasut wrote:
> > > > Dear Stephen Warren,
> > > >
> > > >> On 09/12/2012 04:38 PM,
Dear Thierry Reding,
> On Sat, Sep 15, 2012 at 10:11:54PM +0200, Marek Vasut wrote:
> > Dear Thierry Reding,
> >
> > > On Fri, Sep 14, 2012 at 08:53:32AM -0700, Simon Glass wrote:
> > > > Hi,
> > > >
> > > > On Wed, Sep 12, 2012 at 4:42 PM, Marek Vasut wrote:
> > > > > Dear Stephen Warren,
> >
Hi!
> > From: Dinh Nguyen
> >
> > include/common.h has the reset_cpu defined already. No need to
> > re-define here.
> >
> > Signed-off-by: Dinh Nguyen
> > Signed-off-by: Pavel Machek
> > ---
> > arch/arm/include/asm/arch-kirkwood/cpu.h |1 -
> > arch/arm/include/asm/arch-orion5x/cpu.h
Hi, everyone
Is there limitation of the kernel size which u-boot loads?
My kernel is very big, because I included the ramdisk into the kernel.
My kernel size is over 40MB.
When I load the kernel through u-boot, the prcedure hangs in the boot step.
The step is "Uncompressing Linux done, bootin
Hi,
On Sat, Sep 15, 2012 at 1:41 PM, Thierry Reding
wrote:
> On Sat, Sep 15, 2012 at 10:11:54PM +0200, Marek Vasut wrote:
>> Dear Thierry Reding,
>>
>> > On Fri, Sep 14, 2012 at 08:53:32AM -0700, Simon Glass wrote:
>> > > Hi,
>> > >
>> > > On Wed, Sep 12, 2012 at 4:42 PM, Marek Vasut wrote:
>> >
Hello J.Hwan,
On 16.09.2012 01:40, J.Hwan Kim wrote:
Hi, everyone
Is there limitation of the kernel size which u-boot loads?
Only as I know the maximum RAM size (minus the size U-Boot needs)
My kernel is very big, because I included the ramdisk into the kernel.
My kernel size is over 40MB.
Hello Wolfgang,
On 14.09.2012 20:31, Wolfgang Denk wrote:
Dear Heiko Schocher,
In message<1347645856-3326-1-git-send-email...@denx.de> you wrote:
running the following script in u-boot:
setenv error 'if true; then
echo ERROR
exit;
fi'
I think I once tried to fix
On Sat, Sep 15, 2012 at 07:45:30PM -0700, Simon Glass wrote:
> Hi,
>
> On Sat, Sep 15, 2012 at 1:41 PM, Thierry Reding
> wrote:
> > On Sat, Sep 15, 2012 at 10:11:54PM +0200, Marek Vasut wrote:
> >> Dear Thierry Reding,
> >>
> >> > On Fri, Sep 14, 2012 at 08:53:32AM -0700, Simon Glass wrote:
> >>
29 matches
Mail list logo