Re: [U-Boot] [PATCH v3] rockchip: reserve memory for rk3399 ATF data

2017-05-02 Thread sjg
On 20 April 2017 at 03:03, Kever Yang wrote: > There are 3 regions used by rk3399 ATF: > - bl31 code, located at 0x1; > - cortex-m0 code and data, located at 0xff8c; > - bl31 data, located at 0xff8c1000 ~ 0xff8c4000; > > SPL_TEXT_BASE starts from 0xff8c2000, we

Re: [U-Boot] [PATCH v3] rockchip: reserve memory for rk3399 ATF data

2017-04-23 Thread Simon Glass
On 20 April 2017 at 03:03, Kever Yang wrote: > There are 3 regions used by rk3399 ATF: > - bl31 code, located at 0x1; > - cortex-m0 code and data, located at 0xff8c; > - bl31 data, located at 0xff8c1000 ~ 0xff8c4000; > > SPL_TEXT_BASE starts from 0xff8c2000, we

[U-Boot] [PATCH v3] rockchip: reserve memory for rk3399 ATF data

2017-04-20 Thread Kever Yang
There are 3 regions used by rk3399 ATF: - bl31 code, located at 0x1; - cortex-m0 code and data, located at 0xff8c; - bl31 data, located at 0xff8c1000 ~ 0xff8c4000; SPL_TEXT_BASE starts from 0xff8c2000, we need to reserve memory for ATF data, or else there will be memory corrupt after SPL