commit | d58b0a6ee10710b259412fdeaf0eb24474af8401 | [log] [tgz] |
---|---|---|
author | Rick Chen <rick@andestech.com> | Wed Aug 21 11:26:50 2019 +0800 |
committer | Andes <uboot@andestech.com> | Tue Sep 03 09:30:54 2019 +0800 |
tree | b481330acf56a96c36593d70c3daa3b3e2082e74 | |
parent | f6cb427fdc1d2c4236f0a9bc97068c30ca228282 [diff] |
riscv: andes_plic: init plic by scanning each cpu node Initialize plic driver by ofnode_for_each_subnode() instead of cpu_get_count(). This way can support to skip some harts which maybe marked as unavailable, but the cpu node exists indeed. Signed-off-by: Rick Chen <rick@andestech.com> Cc: KC Lin <kclin@andestech.com> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>