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

2018-05-21 Thread Bruce Ashfield

On 2018-05-16 5:14 AM, meng...@windriver.com wrote:

From: Limeng 


Hi Bruce,

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



merged.

Bruce


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




--
___
linux-yocto mailing list
linux-yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/linux-yocto


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

2018-05-18 Thread Bruce Ashfield

On 2018-05-18 9:16 PM, Li, Meng wrote:

Hi Bruce,

I guess you intent to merge these patches into standard/base after updating 
kernel to 4.12.24. is it right?


Correct. I'm waiting for my round of -stable updates to be confirmed
before I send more changes. I expect these can merge over the weekend.

Bruce



Thanks,
Limeng


-Original Message-
From: linux-yocto-boun...@yoctoproject.org [mailto:linux-yocto-
boun...@yoctoproject.org] On Behalf Of meng...@windriver.com
Sent: Wednesday, May 16, 2018 5:15 PM
To: Ashfield, Bruce
Cc: linux-yocto@yoctoproject.org
Subject: [linux-yocto] : [yocto-4.12]: intel-socfpga: get latest patches from
sdk for remote system feature

From: Limeng 


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


--
___
linux-yocto mailing list
linux-yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/linux-yocto


--
___
linux-yocto mailing list
linux-yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/linux-yocto


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

2018-05-18 Thread Li, Meng
Hi Bruce,

I guess you intent to merge these patches into standard/base after updating 
kernel to 4.12.24. is it right?

Thanks,
Limeng

> -Original Message-
> From: linux-yocto-boun...@yoctoproject.org [mailto:linux-yocto-
> boun...@yoctoproject.org] On Behalf Of meng...@windriver.com
> Sent: Wednesday, May 16, 2018 5:15 PM
> To: Ashfield, Bruce
> Cc: linux-yocto@yoctoproject.org
> Subject: [linux-yocto] : [yocto-4.12]: intel-socfpga: get latest patches from
> sdk for remote system feature
> 
> From: Limeng 
> 
> 
> 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
> 
> 
> --
> ___
> linux-yocto mailing list
> linux-yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/linux-yocto
-- 
___
linux-yocto mailing list
linux-yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/linux-yocto


Re: [linux-yocto] : [yocto-4.12]: intel-socfpga: get latest patches from sdk

2018-04-09 Thread Bruce Ashfield

On 2018-04-03 10:37 PM, meng...@windriver.com wrote:

From: Limeng 


Hi Bruce,

Now, there are some update for intel-socfpga, Stratix10 SoC from SDK.
There are some primary features update as below:
- cpu on with PSCI function
- reboot support
- watchdog support
- update FPGA configure in Linux in real time via FPGA manager.


Sorry for the delay, these are now merged. Since there were no
modifications to common files, or standard use cases, I have no
issues with the changes and put them on standard/base

Bruce



Please help to meger below patches into linux-yocto, kernel 4.12, branch is 
standard/base
  
0001-arm64-dts-stratix10-Use-PSCI-spin-table-for-SMP.patch

0002-arm64-dts-stratix10-Use-PSCI-node-instead-of-spin-ta.patch
0003-arm64-dts-stratix10-fix-SPI-settings.patch
0004-FogBugz-196859-tty-newhaven_lcd-make-local-struct-st.patch
0005-FogBugz-532583-1-hwmon-Update-A10SR-HWMON-register-c.patch
0006-FogBugz-532583-2-hwmon-Fix-buffer-calls-for-SDL-comp.patch
0007-FogBugz-532583-3-mtd-a10sr-Add-A10SR-HWMON.patch
0008-FogBugz-411698-4-socfpga-dts-Add-A10-SR-Devkit-power.patch
0009-dt-bindings-firmware-add-Intel-Stratix10-service-lay.patch
0010-arm64-dts-stratix10-add-service-driver-binding-to-ba.patch
0011-driver-misc-add-Intel-Stratix10-service-layer-driver.patch
0012-dt-bindings-fpga-add-Stratix10-SoC-FPGA-manager-bind.patch
0013-fpga-add-intel-stratix10-soc-fpga-manager-driver.patch
0014-arm64-dts-stratix10-add-fpga-manager-and-region.patch
0015-FogBugz-536772-tty-newhaven_lcd-fix-klocwork-complai.patch
0016-FogBugz-536771-fpga-bridge-fix-klocwork-sprintf-comp.patch
0017-FogBugz-538499-klockwork-fix-potential-memory-leaks.patch
0018-kbuild-Enable-DT-symbols-when-CONFIG_OF_OVERLAY-is-u.patch
0019-Revert-ARM-DT-Enable-symbols-when-CONFIG_OF_OVERLAY-.patch
0020-FogBugz-539974-set-clocks-for-watchdog-timer-on-Stra.patch
0021-driver-misc-enhance-service-layer-for-u-boot-w-o-SMC.patch
0022-arm64-dts-stratix10-enable-watchdog-timer-on-the-S10.patch
0023-arm64-dts-stratix10-disable-false-USB-overcurrent-on.patch
0024-FogBugz-545807-driver-misc-increase-timeout-value-fo.patch
0025-arm64-dts-add-dts-for-updating-FPGA-configure.patch

  arch/arm64/boot/dts/altera/socfpga_stratix10.dtsi |   
54
  arch/arm64/boot/dts/altera/socfpga_stratix10_socdk.dts|   
 1
  b/Documentation/devicetree/bindings/firmware/intel,stratix10-svc.txt  |   
57
  b/Documentation/devicetree/bindings/fpga/intel-stratix10-soc-fpga-mgr.txt |   
10
  b/arch/arm/boot/Makefile  |   
 4
  b/arch/arm/boot/dts/Makefile  |   
 4
  b/arch/arm/boot/dts/socfpga_arria10_socdk.dtsi|   
 4
  b/arch/arm64/boot/dts/altera/Makefile |   
 2
  b/arch/arm64/boot/dts/altera/socfpga_stratix10.dtsi   |   
 8
  b/arch/arm64/boot/dts/altera/socfpga_stratix10_fpga_update.dts|   
17
  b/arch/arm64/boot/dts/altera/socfpga_stratix10_socdk.dts  |   
 4
  b/drivers/clk/socfpga/clk-gate-s10.c  |   
 5
  b/drivers/clk/socfpga/clk-periph-s10.c|   
 1
  b/drivers/clk/socfpga/clk-pll-s10.c   |   
11
  b/drivers/fpga/Kconfig|   
 6
  b/drivers/fpga/Makefile   |   
 1
  b/drivers/fpga/fpga-bridge.c  |   
 4
  b/drivers/fpga/stratix10-soc.c|  
514 +
  b/drivers/hwmon/altera-a10sr-hwmon.c  |   
53
  b/drivers/mfd/altera-a10sr.c  |   
 4
  b/drivers/misc/Kconfig|   
13
  b/drivers/misc/Makefile   |   
 1
  b/drivers/misc/intel-service.c|  
951 ++
  b/drivers/misc/intel-smc.h|  
205 ++
  b/drivers/tty/newhaven_lcd.c  |   
 2
  b/include/linux/intel-service-client.h|  
176 +
  b/scripts/Makefile.lib|   
 4
  drivers/hwmon/altera-a10sr-hwmon.c|   
 2
  drivers/misc/intel-service.c  |   
 7
  drivers/tty/newhaven_lcd.c|   
22
  include/linux/intel-service-client.h  |   
 2
  31 files changed, 2068 insertions(+), 81 deletions(-)

thanks,
Limeng




--
___
linux-yocto mailing list