commit | 742ac5410ee3ad2ab76a3cee32a9d6f6fc1aec9c | [log] [tgz] |
---|---|---|
author | Yao Zi <ziyao@disroot.org> | Fri Mar 07 13:13:41 2025 +0000 |
committer | Leo Yu-Chi Liang <ycliang@andestech.com> | Fri Apr 25 16:30:54 2025 +0800 |
tree | 7f6a664667fa4493d046716af71c2b48ea33a59e | |
parent | 2e6ce3970e8f2d22b0ae9597778540056b96f4dd [diff] |
riscv: lib: Add a default implementation of board_fdt_blob_setup It's common for S-Mode proper U-Boot to retrieve a FDT blob along with taking control from SBI firmware. Add a weak version of board_fdt_blob_setup to make use of it by default, avoiding copy-pasting similar functions among boards. Signed-off-by: Yao Zi <ziyao@disroot.org> Reviewed-by: Leo Yu-Chi Liang <ycliang@andestech.com>