[U-Boot] [PATCH] mx6qsabresd: Add basic support
Fabio Estevam
festevam at gmail.com
Sat Apr 14 00:36:44 CEST 2012
On Fri, Apr 13, 2012 at 1:14 PM, Dirk Behme <dirk.behme at googlemail.com> wrote:
> Regarding the exception vectors:
>
> I would think that the code of the U-Boot exception vectors are located at
>
> #define CONFIG_SYS_TEXT_BASE 0x17800000
>
> and
>
> #define CONFIG_LOADADDR 0x10800000
Thanks, Dirk.
I am looking at the u-boot.map:
arch/arm/cpu/armv7/start.o(.text)
.text 0x17800000 0x4a0 arch/arm/cpu/armv7/start.o
0x17800000 _start
0x17800040 _end_vect
0x17800040 _TEXT_BASE
0x17800044 _bss_start_ofs
0x17800048 _image_copy_end_ofs
0x1780004c _bss_end_ofs
0x17800050 _end_ofs
0x17800054 IRQ_STACK_START_IN
0x17800098 relocate_code
0x178001a8 cpu_init_cp15
*(.text)
So, would it be OK to use 0x10000000 - 0x177fffff as the memory range for mtest?
Thanks,
Fabio Estevam
More information about the U-Boot
mailing list