Re: [U-Boot] [PATCH 1/3] board: samsung: reserve memory for the secure firmware

2015-03-04 Thread Minkyu Kang
Hi, On 04/03/15 21:19, Przemyslaw Marczak wrote: Hello Minkyu, On 02/17/2015 02:50 PM, Przemyslaw Marczak wrote: Since more than one board requires memory reservation for the secure firmware, the reservation code can be made in a common code. Now, to reserve some part of the the last

Re: [U-Boot] [PATCH 1/3] board: samsung: reserve memory for the secure firmware

2015-03-04 Thread Przemyslaw Marczak
Hello Minkyu, On 02/17/2015 02:50 PM, Przemyslaw Marczak wrote: Since more than one board requires memory reservation for the secure firmware, the reservation code can be made in a common code. Now, to reserve some part of the the last bank, board config should define: -

[U-Boot] [PATCH 1/3] board: samsung: reserve memory for the secure firmware

2015-02-17 Thread Przemyslaw Marczak
Since more than one board requires memory reservation for the secure firmware, the reservation code can be made in a common code. Now, to reserve some part of the the last bank, board config should define: - CONFIG_TZSW_RESERVED_DRAM - len in bytes - CONFIG_NR_DRAM_BANKS - number of memory banks