]> git.dujemihanovic.xyz Git - u-boot.git/commit
riscv: Introduce configuration for 64bit version Microblaze V
authorMichal Simek <michal.simek@amd.com>
Fri, 1 Nov 2024 09:50:45 +0000 (10:50 +0100)
committerLeo Yu-Chi Liang <ycliang@andestech.com>
Wed, 6 Nov 2024 11:42:54 +0000 (19:42 +0800)
commitd5f5e778183d5908caa2954b9438614252b806dd
tree282fbd4e67ab6fc9d5fe497e863254b1263cdf67
parente4b8d8be4e1587369f447aef056a23c9de46575b
riscv: Introduce configuration for 64bit version Microblaze V

The commit 7576ab2facae ("riscv: Add support for AMD/Xilinx MicroBlaze V")
added support for 32bit version. 64bit version is also available that's why
wire it up too.
DT is providing description for generic QEMU target.

Signed-off-by: Michal Simek <michal.simek@amd.com>
Reviewed-by: Leo Yu-Chi Liang <ycliang@andestech.com>
arch/riscv/dts/Makefile
arch/riscv/dts/xilinx-mbv64.dts [new file with mode: 0644]
configs/xilinx_mbv64_defconfig [new file with mode: 0644]
configs/xilinx_mbv64_smode_defconfig [new file with mode: 0644]