Skip to content
  • Rick Chen's avatar
    riscv: andes_plic: Fix some wrong configurations · 43a0832b
    Rick Chen authored
    
    
    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's avatarRick Chen <rick@andestech.com>
    Cc: KC Lin <kclin@andestech.com>
    Cc: Alan Kao <alankao@andestech.com>
    43a0832b