commit | 43a0832ba09068d1ab0628afbe62e498450ece63 | [log] [tgz] |
---|---|---|
author | Rick Chen <rick@andestech.com> | Thu Nov 14 13:52:24 2019 +0800 |
committer | Andes <uboot@andestech.com> | Tue Dec 10 08:23:10 2019 +0800 |
tree | 788ce3e2f6e2c6761d87f889916ea43f17d904a4 | |
parent | 7e24518c904d9cab8185a1248a24e86c4ceb19ae [diff] |
riscv: andes_plic: Fix some wrong configurations Fix two wrong settings of andes plic driver as below: 1. Fix wrong pending register base definition. 2. Declaring the en variable in enable_ipi() as unsigned int instead of int can help to fix wrong plic enabling setting in RV64. Signed-off-by: Rick Chen <rick@andestech.com> Cc: KC Lin <kclin@andestech.com> Cc: Alan Kao <alankao@andestech.com>