[U-Boot] [PATCH 0/1]

Vincent Siles vincent.siles at provenrun.com
Tue Apr 12 14:15:10 CEST 2016


In order to activate the TZASC for the LS1021a board, one need to
correctly configure the SMMU, by setting ICID for each peripherals in
the SCFG ICID registers. The computation of the addresses of such
registers is invalid due to wrong pointer arithmetic.

Also please note that there is no mention of the following entry in the
Reference manual of the LS1021A board.

arch/arm/cpu/armv7/ls102xa/soc.c:138
struct smmu_stream_id dev_stream_id[] = {
        ...
       { 0x114, 0x06, "qDMA" },
        ...



Vincent Siles (1):
  arm: Fix SCFG ICID reg addresses

 board/freescale/common/ls102xa_stream_id.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

-- 
1.9.1



More information about the U-Boot mailing list