commit | 7e249bc13aaf204a08e70044ebba04f404f6cf85 | [log] [tgz] |
---|---|---|
author | Atish Patra <atish.patra@wdc.com> | Tue Apr 21 14:51:57 2020 -0700 |
committer | Andes <uboot@andestech.com> | Tue May 26 15:50:08 2020 +0800 |
tree | e4adc0b5ff49db7064a82713bd9048378e8ce9dc | |
parent | 8c48bb21bd6a1778d1f299de30ff62c07929702b [diff] |
riscv: Move all SMP related SBI calls to SBI_v01 SMP support for S-mode U-Boot is enabled only if SBI_V01 is enabled. There is no point in supporting SMP related (IPI and fences) SBI calls when SBI_V02 is enabled. Modify all the SMP related SBI calls to be defined only for SBI_V01. Signed-off-by: Atish Patra <atish.patra@wdc.com> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>