• P
    ARM: vexpress: Use FDT data in platform SMP calls · 95d59741
    Pawel Moll 提交于
    Scan flatten device looking for A5/A9 SCU node and initialize
    it using base address in "reg" property. If nothing is found,
    assume that there is no special SCU initialization required
    and initialize CPUs basing on numbers of "cpu" type devices
    in "cpus" node of the Device Tree.
    
    All this happens only if the board was booted with FDT,
    otherwise ct_desc callbacks are used.
    Signed-off-by: NPawel Moll <pawel.moll@arm.com>
    95d59741
platsmp.c 4.1 KB