]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
arch: riscv: add support for building DTB files from DT source data
authorPaul Walmsley <paul.walmsley@sifive.com>
Mon, 20 May 2019 16:19:40 +0000 (09:19 -0700)
committerPaul Walmsley <paul.walmsley@sifive.com>
Mon, 17 Jun 2019 09:03:40 +0000 (02:03 -0700)
commit8d4e048d60bd03c29ce6bb9615a18f08b8eb5c89
treeeb884170f46ab0ae746932a5b798ae5f1d64a922
parentd0e1f2110a5eeb6e410b2dd37d98bc5b30da7bc7
arch: riscv: add support for building DTB files from DT source data

Similar to ARM64, add support for building DTB files from DT source
data for RISC-V boards.

This patch starts with the infrastructure needed for SiFive boards.
Boards from other vendors would add support here in a similar form.

Signed-off-by: Paul Walmsley <paul.walmsley@sifive.com>
Signed-off-by: Paul Walmsley <paul@pwsan.com>
Tested-by: Loys Ollivier <lollivier@baylibre.com>
Tested-by: Kevin Hilman <khilman@baylibre.com>
Cc: Palmer Dabbelt <palmer@sifive.com>
Cc: Albert Ou <aou@eecs.berkeley.edu>
arch/riscv/boot/dts/Makefile [new file with mode: 0644]