
This patch add Arria 10 qts-filter-a10.sh script to generate handoff header file from hps xml input file, and this header file will be included in its board specific device tree file.
socfpga_arria10-handoff.dtsi is a common handoff dtsi that consumes macros defined in handoff header file.
Dalon Westergreen (2): arm: socfpga: arria10: Add qts-filter for Arria10 socfpga arm: socfpga: arria10: Add handoff header for A10 SoCDK SDMMC
Ley Foon Tan (1): arm: dts: socfpga: arria10: Move to use generic handoff dtsi
arch/arm/dts/socfpga_arria10-handoff.dtsi | 291 ++++++++++++++++ .../socfpga_arria10_socdk_sdmmc-u-boot.dtsi | 3 +- .../socfpga_arria10_socdk_sdmmc_handoff.dtsi | 329 ------------------ .../dts/socfpga_arria10_socdk_sdmmc_handoff.h | 305 ++++++++++++++++ arch/arm/mach-socfpga/qts-filter-a10.sh | 141 ++++++++ doc/README.socfpga | 37 +- 6 files changed, 772 insertions(+), 334 deletions(-) create mode 100644 arch/arm/dts/socfpga_arria10-handoff.dtsi delete mode 100644 arch/arm/dts/socfpga_arria10_socdk_sdmmc_handoff.dtsi create mode 100644 arch/arm/dts/socfpga_arria10_socdk_sdmmc_handoff.h create mode 100755 arch/arm/mach-socfpga/qts-filter-a10.sh