Nylon Chen and Anup Patel
980290651f
platform: Add AE350 platform specific SBI handler
...
We add AE350 platform specific SBI handler to implement
AE350 specific SBI calls.
Signed-off-by: Nylon Chen <nylon7@andestech.com >
Reviewed-by: Anup Patel <Anup.Patel@wdc.com >
Reviewed-by: Atish Patra <Atish.Patra@wdc.com >
2020-06-10 09:27:46 +05:30
Nylon Chen and Anup Patel
ffa6c5f457
scripts: Add AE350 to platform list in the binary archive script
...
This patch adds Andes AE350 to RV64 platform list in the binary
archive script.
Signed-off-by: Nylon Chen <nylon7@andestech.com >
Reviewed-by: Bin Meng <bmeng.cn@gmail.com >
Reviewed-by: Anup Patel <anup.patel@wdc.com >
2019-08-31 13:10:06 +05:30
Nylon Chen and Anup Patel
3cbb419def
platform: Add Andes AE350 initial support
...
This commit provides basic support for the AE350 platform.
Signed-off-by: Zong Li <zongbox@gmail.com >
Signed-off-by: Nylon Chen <nylon7@andestech.com >
2019-08-23 16:25:56 +05:30
Nylon Chen and Anup Patel
c1b9dd3ab5
firmware: Fix the loop condition of _wait_relocate_copy_done section
...
If core-0 have finished _fdt_reloc_done but any of other cores has not
yet left the loop in _wait_relocate_copy_done, they could never leave
the loop because _boot_status is not equal to 1.
2019-08-07 18:04:53 +05:30