[PATCH 0/3] arm: socfpga: arria10: Add generated handoff header support
Ley Foon Tan
ley.foon.tan at intel.com
Thu Jul 23 09:55:40 CEST 2020
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
--
2.19.0
More information about the U-Boot
mailing list