2013/12/10 Tom Rini :
> On Mon, Dec 09, 2013 at 04:07:29PM +0800, Kuo-Jung Su wrote:
>> 2013/12/6 Tom Rini :
>> > On Wed, Dec 04, 2013 at 11:50:48AM +0800, Kuo-Jung Su wrote:
>> >
>> >> Initial Program Loader (IPL) usually runs with .text and .rodata
>> >> in ROM, while .data and .bss reside in RAM
On Mon, Dec 09, 2013 at 04:07:29PM +0800, Kuo-Jung Su wrote:
> 2013/12/6 Tom Rini :
> > On Wed, Dec 04, 2013 at 11:50:48AM +0800, Kuo-Jung Su wrote:
> >
> >> Initial Program Loader (IPL) usually runs with .text and .rodata
> >> in ROM, while .data and .bss reside in RAM.
> >>
> >> This patch uses t
2013/12/6 Tom Rini :
> On Wed, Dec 04, 2013 at 11:50:48AM +0800, Kuo-Jung Su wrote:
>
>> Initial Program Loader (IPL) usually runs with .text and .rodata
>> in ROM, while .data and .bss reside in RAM.
>>
>> This patch uses the AT keyword to specify load address,
>> and a small code snippet in crt0.
On Wed, Dec 04, 2013 at 11:50:48AM +0800, Kuo-Jung Su wrote:
> Initial Program Loader (IPL) usually runs with .text and .rodata
> in ROM, while .data and .bss reside in RAM.
>
> This patch uses the AT keyword to specify load address,
> and a small code snippet in crt0.S to restore .data section
>
Initial Program Loader (IPL) usually runs with .text and .rodata
in ROM, while .data and .bss reside in RAM.
This patch uses the AT keyword to specify load address,
and a small code snippet in crt0.S to restore .data section
at runtime.
Example usage:
Assume the target device has a 4KB ROM at 0x0
5 matches
Mail list logo