[PATCH] doc: socfpga_arria10_qspi_socdk: Document for running SPL/U-Boot on the kit

2022-09-02 Thread sieu . mun . tang
From: Tien Fong Chee This document would describe the steps for building SPL and U-Boot, and showing the proposed layout for the QSPI flash. Signed-off-by: Tien Fong Chee Signed-off-by: Sieu Mun Tang --- doc/README.socfpga_arria10_qspi_socdk | 56 +++ 1 file changed

[PATCH 2/2] arch: arm: mach-socfpga: Add SPL fitImage config match

2022-09-01 Thread sieu . mun . tang
From: Tien Fong Chee Add empty SPL fitImage configuration match. This can be extended if there is ever need to support multiple boards with single SFP image. Signed-off-by: Tien Fong Chee Signed-off-by: Sieu Mun Tang --- arch/arm/mach-socfpga/spl_a10.c | 8 1 file changed, 8

[PATCH 1/2] arch: arm: mach-socfpga: Use custom header target buffer in SPL

2022-09-01 Thread sieu . mun . tang
From: Tien Fong Chee Allocate buffer from bottom half of DDR for the image headers in SPL on Arria10. This allows SPL to load the fitImage header, parse it, extract the FPGA core bitstream section from it, and program the FPGA. Signed-off-by: Tien Fong Chee Signed-off-by: Sieu Mun Tang

[PATCH 0/2] *** SUBJECT HERE ***

2022-09-01 Thread sieu . mun . tang
From: Sieu Mun Tang *** BLURB HERE *** Tien Fong Chee (2): arch: arm: mach-socfpga: Use custom header target buffer in SPL arch: arm: mach-socfpga: Add SPL fitImage config match arch/arm/mach-socfpga/spl_a10.c | 20 1 file changed, 20 insertions(+) -- 2.25.1

[PATCH] driver: fpga: Add support for loading FPGA bitstream from RAW partition

2022-09-01 Thread sieu . mun . tang
From: Tien Fong Chee Removed checking on filename, so that FPGA bitstream can be loaded from pre-defined bitstream offset of RAW partition to program FPGA. Signed-off-by: Tien Fong Chee Signed-off-by: Sieu Mun Tang --- drivers/fpga/socfpga_arria10.c | 3 +-- 1 file changed, 1 insertion(+), 2

[PATCH] board: altera: arria10: Add default kernel fitImage for Arria10 QSPI SoCDK

2022-09-01 Thread sieu . mun . tang
From: Tien Fong Chee Add default fitImage file bundling kernel and dtb images for Arria10 QSPI. Signed-off-by: Tien Fong Chee Signed-off-by: Sieu Mun Tang --- board/altera/arria10-socdk/fit_kernel.its | 44 +++ 1 file changed, 44 insertions(+) create mode 100644 board

[PATCH] arch: arm: dts: socfpga: Add dts support for QSPI Arria 10 SoCDK

2022-09-01 Thread sieu . mun . tang
From: Sieu Mun Tang Enable dtb build for QSPI Arria 10 SoCDK. Signed-off-by: Tien Fong Chee Signed-off-by: Ley Foon Tan Signed-off-by: Sieu Mun Tang --- arch/arm/dts/Makefile | 1 + arch/arm/dts/socfpga_arria10_socdk_qspi.dts | 63

[PATCH] board: altera: arria10: Add default U-Boot fitImage for Arria10 SoCDK

2022-09-01 Thread sieu . mun . tang
From: Tien Fong Chee Add default U-Boot fitImage file so that fit features can be supported and loaded by SPL. Signed-off-by: Tien Fong Chee Signed-off-by: Sieu Mun Tang --- board/altera/arria10-socdk/fit_uboot.its | 43 1 file changed, 43 insertions(+) create mode