In message: [linux-yocto]: [kernel 
v5.10/standard/intel-sdk-5.10/intel-socfpga]: intel-socfpga: update kernel 
patches for stratix10 platform
on 10/06/2021 [email protected] wrote:

> From: Limeng <[email protected]>
> 
> Hi Bruce,
> 
> I got some latest intel-socfpga BSP related patches from intel sdk kernel 
> repo https://github.com/altera-opensource/linux-socfpga.git,
> and want to merge them into linux-yocto-v5.10. There are 13 patches.
> 
> So, could you please help to merge the 13 patches into linux-ycoto kernel 
> repo, branch v5.10/standard/intel-sdk-5.10/intel-socfpga?

merged.

Bruce

> 
> The 13 patches are in my public repo 
> https://github.com/limeng-linux/linux-yocto-5.10.git, branch 
> v5.10/standard/intel-sdk-5.10/intel-socfpga
> 
> 
> diffstat info as below:
> 
>  Documentation/devicetree/bindings/fpga/fpga-region.txt |   10 +
>  arch/arm64/Kconfig.platforms                           |    5 
>  arch/arm64/boot/dts/intel/Makefile                     |    1 
>  arch/arm64/boot/dts/intel/socfpga_n5x_socdk.dts        |   83 
> ++++++++++++++++
>  drivers/clk/socfpga/clk-agilex.c                       |   88 
> ++++++++++++++++-
>  drivers/clk/socfpga/clk-periph-s10.c                   |   53 ++++++++++
>  drivers/clk/socfpga/clk-pll-s10.c                      |   83 
> ++++++++++++++++
>  drivers/clk/socfpga/stratix10-clk.h                    |   17 +++
>  drivers/clocksource/dw_apb_timer_of.c                  |   26 ++++-
>  drivers/crypto/intel_fcs.c                             |    9 -
>  drivers/firmware/stratix10-svc.c                       |   16 ++-
>  drivers/fpga/of-fpga-region.c                          |   24 +++-
>  drivers/fpga/stratix10-soc.c                           |   62 ++++++++++-
>  include/linux/firmware/intel/stratix10-smc.h           |   18 +++
>  include/linux/firmware/intel/stratix10-svc-client.h    |    9 +
>  include/linux/fpga/fpga-mgr.h                          |    3 
>  include/uapi/linux/intel_fcs-ioctl.h                   |   34 ++----
>  17 files changed, 488 insertions(+), 53 deletions(-)
> 
> 
> Pull request info as below:
> 
> The following changes since commit f56c750bede71c7f5710c2d9ecaccf1687174e77:
> 
>   Merge branch 'v5.10/standard/base' into 
> v5.10/standard/intel-sdk-5.10/intel-socfpga (2021-06-09 10:25:09 -0400)
> 
> are available in the Git repository at:
> 
>   https://github.com/limeng-linux/linux-yocto-5.10.git 
> v5.10/standard/intel-sdk-5.10/intel-socfpga
> 
> for you to fetch changes up to 9233df2132cefd0744bc36eb0471ebaecfab5bd8:
> 
>   HSD #22012814951-2: intel_fcs: replace __u32 with uint32_t (2021-06-10 
> 04:01:35 -0400)
> 
> ----------------------------------------------------------------
> Dinh Nguyen (4):
>       arm64: dts: n5x: Add support for Intel's eASIC N5X platform
>       clk: socfpga: agilex: add clock driver for eASIC N5X platform
>       arm64: dts: n5x: Add gmac entry
>       clocksource/drivers/dw_apb_timer_of: Add handling for potential memory 
> leak
> 
> Richard Gong (9):
>       HSD #22012255070: crypto: intel_fcs: reset the min. and max. buffer 
> size values
>       firmware: stratix10-svc: add COMMAND_AUTHENTICATE_BITSTREAM flag
>       firmware: stratix10-svc: extend SVC driver to get the firmware version
>       fpga: fpga-mgr: add FPGA_MGR_BITSTREAM_AUTHENTICATE flag
>       fpga: of-fpga-region: add authenticate-fpga-config property
>       dt-bindings: fpga: add authenticate-fpga-config property
>       fpga: stratix10-soc: extend driver for bitstream authentication
>       HSD #22012814951-1: intel_fcs: don't report error with rejected service
>       HSD #22012814951-2: intel_fcs: replace __u32 with uint32_t
> 
>  Documentation/devicetree/bindings/fpga/fpga-region.txt | 10 ++++++++++
>  arch/arm64/Kconfig.platforms                           |  5 +++++
>  arch/arm64/boot/dts/intel/Makefile                     |  1 +
>  arch/arm64/boot/dts/intel/socfpga_n5x_socdk.dts        | 83 
> +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
>  drivers/clk/socfpga/clk-agilex.c                       | 88 
> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++--
>  drivers/clk/socfpga/clk-periph-s10.c                   | 53 
> +++++++++++++++++++++++++++++++++++++++++++++++++++++
>  drivers/clk/socfpga/clk-pll-s10.c                      | 83 
> +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
>  drivers/clk/socfpga/stratix10-clk.h                    | 17 ++++++++++++++++-
>  drivers/clocksource/dw_apb_timer_of.c                  | 26 
> +++++++++++++++++++++-----
>  drivers/crypto/intel_fcs.c                             |  9 ++++-----
>  drivers/firmware/stratix10-svc.c                       | 16 ++++++++++++----
>  drivers/fpga/of-fpga-region.c                          | 24 
> +++++++++++++++++-------
>  drivers/fpga/stratix10-soc.c                           | 62 
> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++------
>  include/linux/firmware/intel/stratix10-smc.h           | 18 
> ++++++++++++++++++
>  include/linux/firmware/intel/stratix10-svc-client.h    |  9 +++++++++
>  include/linux/fpga/fpga-mgr.h                          |  3 +++
>  include/uapi/linux/intel_fcs-ioctl.h                   | 34 
> +++++++++++-----------------------
>  17 files changed, 488 insertions(+), 53 deletions(-)
>  create mode 100644 arch/arm64/boot/dts/intel/socfpga_n5x_socdk.dts
> 
> 
> thanks,
> Limeng
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#9950): 
https://lists.yoctoproject.org/g/linux-yocto/message/9950
Mute This Topic: https://lists.yoctoproject.org/mt/83440035/21656
Group Owner: [email protected]
Unsubscribe: https://lists.yoctoproject.org/g/linux-yocto/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to