Re: [U-Boot] Acccessing IRAM in MX53

2012-06-17 Thread Teemu Keskinarkaus
> From: Stefano Babic [mailto:sba...@denx.de] > MX53LOCO U-Boot > md 0xF800 > f800: 5f04dbd6 e0a62773 fa92b272 e85f7213..._s'..rr_. > f810: 946065a3 fbe525ce 0cedf27e d2f2e4df.e`..%..~... > f820: e7d76787 e8e97cfe 49927a97 d2b1a033.g...|...z.I3... > f830: e

Re: [U-Boot] Acccessing IRAM in MX53

2012-06-11 Thread Stefano Babic
On 11/06/2012 11:09, Teemu Keskinarkaus wrote: > Hi, > Hi, > I need to access IRAM from U-boot in MX53 based HW. This is part of the data > transfer between kernel and U-boot. I've already done the kernel part and now > I need to do the U-boot part. > > I tried this: > > #define IRAM_ADDRESS

[U-Boot] Acccessing IRAM in MX53

2012-06-11 Thread Teemu Keskinarkaus
Hi, I need to access IRAM from U-boot in MX53 based HW. This is part of the data transfer between kernel and U-boot. I've already done the kernel part and now I need to do the U-boot part. I tried this: #define IRAM_ADDRESS IRAM_BASE_ADDR + IRAM_SIZE - SZ_4K unsigned long *iram = (unsigned lo