From: Albert ARIBAUD <albert.aribaud@free.fr>
To: u-boot@lists.denx.de
Subject: [U-Boot] [ELF_RELOC] [PATCH V2 2/2] edminiv2: add support for ELF relocations
Date: Fri, 08 Oct 2010 13:46:15 +0200 [thread overview]
Message-ID: <4CAF0487.7040200@free.fr> (raw)
In-Reply-To: <F766E4F80769BD478052FB6533FA745D19A69E2943@SC-VEXCH4.marvell.com>
Le 08/10/2010 13:33, Prafulla Wadaskar a ?crit :
>> -TEXT_BASE = 0x00100000
>> +# TEXT_BASE must equal the intended FLASH location of u-boot.
>> +TEXT_BASE = 0xfff90000
>> \ No newline at end of file
>
> ???
Oops. Missed that -- actually, forgot to checkpatch so maybe other
errors/warnings may creep up that I will fix in V3.
>> diff --git a/include/configs/edminiv2.h b/include/configs/edminiv2.h
>> index ccfc660..43e5e87 100644
>> --- a/include/configs/edminiv2.h
>> +++ b/include/configs/edminiv2.h
>> @@ -223,4 +223,9 @@
>> #define CONFIG_SYS_RESET_ADDRESS 0xffff0000
>> #define CONFIG_SYS_MAXARGS 16
>>
>> +/* additions for new relocation code, must be added to all boards */
>> +#define CONFIG_SYS_SDRAM_BASE 0
>> +#define CONFIG_SYS_INIT_SP_ADDR \
>> + (CONFIG_SYS_SDRAM_BASE + 0x1000 - CONFIG_SYS_GBL_DATA_SIZE)
>> +
>
> Orion5182 does have internal Securiy SRAM, you can use it here instead of using SDRAM
Thanks for the reminder. I'll give it a try later today.
> Regards..
> Prafulla . .
Amicalement,
--
Albert.
next prev parent reply other threads:[~2010-10-08 11:46 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-10-08 11:24 [U-Boot] [ELF_RELOC] [PATCH V2 1/2] arm: implement ELF relocations Albert Aribaud
2010-10-08 11:24 ` [U-Boot] [ELF_RELOC] [PATCH V2 2/2] edminiv2: add support for " Albert Aribaud
2010-10-08 11:33 ` Prafulla Wadaskar
2010-10-08 11:46 ` Albert ARIBAUD [this message]
2010-10-10 10:14 ` Albert ARIBAUD
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4CAF0487.7040200@free.fr \
--to=albert.aribaud@free.fr \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.