Dne Ne 2. května 2010 05:54:41 Kyungmin Park napsal(a):
> Hi,
>
> Which CPU do you use? In most ARM cpu, CPU load the IPL into its
> internal SRAM, and runs at here.
PXA270 ... the BootRAM is mapped to 0x0 and the code runs from there.
> But in your case it's not. So you maybe redefine IPL address
Hi,
Which CPU do you use? In most ARM cpu, CPU load the IPL into its
internal SRAM, and runs at here.
But in your case it's not. So you maybe redefine IPL address.
Instead of modifying the config.mk, how about to define IPL_TEXT_BASE.
e.g.,
In OneNAND IPL code,
#ifndef BOARD_IPL_TEXT_BASE
#def
Wolfgang,
Please pull from arm/master.
Tom
The following changes since commit 3699c28e6d16b563629c285311a0ce62a2c4c5d0:
Wolfgang Denk (1):
Merge branch 'master' of git://git.denx.de/u-boot-video
are available in the git repository at:
git://git.denx.de/u-boot-arm master
Alexander
Do not enforce drivers to provide empty video_set_lut()
if they do not implement indexed color (8 bpp) frame
buffer support. Add default function to the cfb_console
driver and remove empty video_set_lut() functions.
Signed-off-by: Anatolij Gustschin
---
arch/powerpc/cpu/mpc512x/diu.c
Dear Matthias,
On Thu, 22 Apr 2010 15:03:55 +0200
Matthias Weißer wrote:
...
> >> +/*
> >> + * Set a RGB color in the LUT
> >> + */
> >> +void video_set_lut(unsigned int index, unsigned char r,
> >> + unsigned char g, unsigned char b)
> >> +{
> >> +
> >> +}
> >
>
Dear Matthias,
On Thu, 22 Apr 2010 12:30:56 +0200
Matthias Weisser wrote:
...
> diff --git a/drivers/video/cfb_console.c b/drivers/video/cfb_console.c
> index d1f47c9..4769cdb 100644
> --- a/drivers/video/cfb_console.c
> +++ b/drivers/video/cfb_console.c
> @@ -153,6 +153,14 @@ CONFIG_VIDEO_HW_CUR
Wolfgang Denk wrote:
> I tend to prefer my version, as it seems to be more defensive, and it
> also adds an assert() for the 3rd parameter.
>
> If you agree, I'll apply my version?
Yes, of course.
Best regards,
Stefano Babic
--
=
And I thought this mailling-list was dead... :-&
//Markus
On 29 Apr 2010, at 16:04, Sanjay Kumar wrote:
> Hi All,
> We are porting U-boot. 2010.03 version for MIPS32 processor
> (Au1350). Currently we are facing one problem:
>
> When I compile u-boot and program to NOR Flash using bdiGDB
On Fri, Apr 30, 2010 at 6:18 PM, Tom Rix wrote:
> Vipin KUMAR wrote:
>> Hello Tom/Wolfgang,
>> Didn't see any feedbacks on this patchset.
>> Please let me know if the patch is good or should I make changes and resubmit
>>
>
> Vipin,
> I will provide you with complete review of your patch set this
9 matches
Mail list logo