[linux-yocto] : [yocto-4.12]: intel-socfpga: get latest patches from sdk for remote system feature

Meng.Li at windriver.com Meng.Li at windriver.com
Wed May 16 02:14:34 PDT 2018


From: Limeng <Meng.Li at windriver.com>


Hi Bruce,

Now, there are some update for intel-socfpga, Stratix10 SoC from SDK.
These patches are used to implement remote system update feature.

Please help to meger below patches into linux-yocto, kernel 4.12, branch is standard/base
 
0001-FogBugz-251539-1-Add-Altera-Quad-SPI-Driver.patch
0002-FogBugz-251539-2-dts-Add-Altera-Quad-SPI-Driver-Devi.patch
0003-arm64-dts-stratix10-Change-pad-skew-values-for-EMAC0.patch
0004-FogBugz-554812-fpga-stratix10-unitialized-data.patch
0005-mtd-spi-nor-cadence-quadspi-Fix-page-fault-kernel-pa.patch
0006-FogBugz-549288-1-misc-Stratix10-Protected-register-a.patch
0007-FogBugz-549288-2-Add-Stratix10-ECC-Manager-binding.patch
0008-FogBugz-549288-3-edac-Add-support-for-Stratix10-SDRA.patch
0009-FogBugz-549288-4-dts-add-Stratix10-sdram-ecc.patch
0010-FogBugz-554835-1-Add-Stratix-10-SoC-RSU-Driver.patch
0011-FogBugz-554835-3-Intel-RSU-binding-documentation.patch
0012-FogBugz-514234-arm64-dts-stratix10-Add-PL330-DMA-to-.patch
0013-intel-socfpga-dts-add-rsu-node-to-enable-rsu-driver.patch
0014-intel-socfpga-dts-improve-qspi-node-for-rsu-feature.patch

Documentation/devicetree/bindings/arm/altera/socfpga-eccmgr.txt    |   42 
Documentation/devicetree/bindings/firmware/intel,stratix10-rsu.txt |   28 
Documentation/devicetree/bindings/mtd/altera_quadspi.txt           |   42 
arch/arm64/boot/dts/altera/socfpga_stratix10.dtsi                  |   37 
arch/arm64/boot/dts/altera/socfpga_stratix10_socdk.dts             |    6 
drivers/edac/Kconfig                                               |    2 
drivers/edac/altera_edac.c                                         |  455 ++++++
drivers/edac/altera_edac.h                                         |  126 +
drivers/fpga/stratix10-soc.c                                       |    1 
drivers/misc/Kconfig                                               |   17 
drivers/misc/Makefile                                              |    1 
drivers/misc/intel-rsu.c                                           |  377 +++++
drivers/misc/intel-service.c                                       |   51 
drivers/misc/intel-smc.h                                           |  105 +
drivers/mtd/devices/Kconfig                                        |    7 
drivers/mtd/devices/Makefile                                       |    2 
drivers/mtd/devices/altera_quadspi.c                               |  667 ++++++++++
drivers/mtd/spi-nor/cadence-quadspi.c                              |   19 
include/linux/intel-service-client.h                               |   15 
19 files changed, 1962 insertions(+), 38 deletions(-)


thanks,
Limeng




More information about the linux-yocto mailing list