mbox series

[v2,00/22] Add Intel Diamond Mesa SoC support

Message ID 20201110055533.25720-1-elly.siew.chin.lim@intel.com
Headers show
Series Add Intel Diamond Mesa SoC support | expand

Message

Siew Chin Lim Nov. 10, 2020, 5:55 a.m. UTC
This is the 2nd version of patchset add Intel Diamond Mesa SoC[1] support.

Intel Diamond Mesa SoC is with a 64-bit quad core ARM Cortex-A53 MPCore
hard processor system (HPS). New IPs in Diamond Mesa are clock manager
and DDR subsystem, other IPs have minor changes compared to Agilex.

Patch status:
Have changes: Patch 20, 22
Other patches unchanged.

Detail changelog can find in commit message.

v1->v2:
--------
Patch 20:
- Include binman node device tree object (socfpga_soc64_fit-u-boot.dtsi_ in socfpga_dm-u-boot.dtsi

Patch 22:
- Add "CONFIG_USE_SPL_FIT_GENERATE is not set" to socfpga_dm_atf_defconfig. Use binman to generate
  FIT image instead of local script.


History:
--------
[v1]: https://patchwork.ozlabs.org/project/uboot/cover/20200922094930.100855-1-elly.siew.chin.lim@intel.com/


These patchsets have dependency on:

Enable ARM Trusted Firmware for U-Boot
https://patchwork.ozlabs.org/project/uboot/cover/20201015122955.10259-1-elly.siew.chin.lim@intel.com/


[1]: https://www.intel.com/content/www/us/en/products/programmable/asic/easic-devices/diamond-mesa-soc-devices.html


Chee Hong Ang (14):
  arm: socfpga: Add function for checking description from FIT image
  arm: socfpga: soc64: Load FIT image with ATF support
  arm: socfpga: soc64: Override 'lowlevel_init' to support ATF
  arm: socfpga: Disable "spin-table" method for booting Linux
  arm: socfpga: soc64: Add SMC helper function for Intel SOCFPGA
    (64bits)
  arm: socfpga: soc64: Define SMC function identifiers for PSCI SiP
    services
  mmc: dwmmc: socfpga: Add ATF support for MMC driver
  net: designware: socfpga: Add ATF support for MAC driver
  arm: socfpga: soc64: Add ATF support for Reset Manager driver
  arm: socfpga: soc64: Add ATF support for FPGA reconfig driver
  arm: socfpga: mailbox: Add 'SYSTEM_RESET' PSCI support to
    mbox_reset_cold()
  arm: socfpga: soc64: SSBL shall not setup stack on OCRAM
  arm: socfpga: soc64: Skip handoff data access in SSBL
  configs: socfpga: Add defconfig for Agilex and Stratix 10 with ATF
    support

Pali Rohár (1):
  Makefile: Fix calling make with V=1

Siew Chin Lim (2):
  arm: socfpga: dts: soc64: Add binman node of FIT image with ATF
    support
  arm: socfpga: soc64: Enable FIT image generation using binman

Simon Glass (5):
  odroid-c2: Use devicetree for SMBIOS settings
  arm64: mvebu: Use devicetree for SMBIOS settings on uDPU
  x86: galileo: Use devicetree for SMBIOS settings
  x86: Provide default SMBIOS manufacturer/product
  smbios: Drop the unused Kconfig options

Comments

Bin Meng Nov. 10, 2020, 5:58 a.m. UTC | #1
Hi Siew,

On Tue, Nov 10, 2020 at 1:56 PM Siew Chin Lim
<elly.siew.chin.lim@intel.com> wrote:
>
> This is the 2nd version of patchset add Intel Diamond Mesa SoC[1] support.
>
> Intel Diamond Mesa SoC is with a 64-bit quad core ARM Cortex-A53 MPCore
> hard processor system (HPS). New IPs in Diamond Mesa are clock manager
> and DDR subsystem, other IPs have minor changes compared to Agilex.
>
> Patch status:
> Have changes: Patch 20, 22
> Other patches unchanged.
>
> Detail changelog can find in commit message.
>
> v1->v2:
> --------
> Patch 20:
> - Include binman node device tree object (socfpga_soc64_fit-u-boot.dtsi_ in socfpga_dm-u-boot.dtsi
>
> Patch 22:
> - Add "CONFIG_USE_SPL_FIT_GENERATE is not set" to socfpga_dm_atf_defconfig. Use binman to generate
>   FIT image instead of local script.
>
>
> History:
> --------
> [v1]: https://patchwork.ozlabs.org/project/uboot/cover/20200922094930.100855-1-elly.siew.chin.lim@intel.com/
>
>
> These patchsets have dependency on:
>
> Enable ARM Trusted Firmware for U-Boot
> https://patchwork.ozlabs.org/project/uboot/cover/20201015122955.10259-1-elly.siew.chin.lim@intel.com/
>
>
> [1]: https://www.intel.com/content/www/us/en/products/programmable/asic/easic-devices/diamond-mesa-soc-devices.html
>
>
> Chee Hong Ang (14):
>   arm: socfpga: Add function for checking description from FIT image
>   arm: socfpga: soc64: Load FIT image with ATF support
>   arm: socfpga: soc64: Override 'lowlevel_init' to support ATF
>   arm: socfpga: Disable "spin-table" method for booting Linux
>   arm: socfpga: soc64: Add SMC helper function for Intel SOCFPGA
>     (64bits)
>   arm: socfpga: soc64: Define SMC function identifiers for PSCI SiP
>     services
>   mmc: dwmmc: socfpga: Add ATF support for MMC driver
>   net: designware: socfpga: Add ATF support for MAC driver
>   arm: socfpga: soc64: Add ATF support for Reset Manager driver
>   arm: socfpga: soc64: Add ATF support for FPGA reconfig driver
>   arm: socfpga: mailbox: Add 'SYSTEM_RESET' PSCI support to
>     mbox_reset_cold()
>   arm: socfpga: soc64: SSBL shall not setup stack on OCRAM
>   arm: socfpga: soc64: Skip handoff data access in SSBL
>   configs: socfpga: Add defconfig for Agilex and Stratix 10 with ATF
>     support
>
> Pali Rohár (1):
>   Makefile: Fix calling make with V=1
>
> Siew Chin Lim (2):
>   arm: socfpga: dts: soc64: Add binman node of FIT image with ATF
>     support
>   arm: socfpga: soc64: Enable FIT image generation using binman
>
> Simon Glass (5):
>   odroid-c2: Use devicetree for SMBIOS settings
>   arm64: mvebu: Use devicetree for SMBIOS settings on uDPU
>   x86: galileo: Use devicetree for SMBIOS settings
>   x86: Provide default SMBIOS manufacturer/product
>   smbios: Drop the unused Kconfig options

The above patches are already in u-boot/master now. You can drop these patches.

Regards,
Bin
Siew Chin Lim Nov. 10, 2020, 6:07 a.m. UTC | #2
Hi All,

Kindly ignore "[v2,00/22] Add Intel Diamond Mesa SoC support" series of patches. 
Sorry that I make some mistake when send for review. I will resend this series. 
I sincerely apologize for the inconvenience caused

Thanks,
Siew Chin


> -----Original Message-----
> From: Lim, Elly Siew Chin <elly.siew.chin.lim@intel.com>
> Sent: Tuesday, November 10, 2020 1:55 PM
> To: u-boot@lists.denx.de
> Cc: Marek Vasut <marex@denx.de>; Tan, Ley Foon <ley.foon.tan@intel.com>;
> See, Chin Liang <chin.liang.see@intel.com>; Simon Goldschmidt
> <simon.k.r.goldschmidt@gmail.com>; Chee, Tien Fong
> <tien.fong.chee@intel.com>; Westergreen, Dalon
> <dalon.westergreen@intel.com>; Simon Glass <sjg@chromium.org>; Gan, Yau
> Wai <yau.wai.gan@intel.com>; Lim, Elly Siew Chin
> <elly.siew.chin.lim@intel.com>
> Subject: [v2 00/22] Add Intel Diamond Mesa SoC support
> 
> This is the 2nd version of patchset add Intel Diamond Mesa SoC[1] support.
> 
> Intel Diamond Mesa SoC is with a 64-bit quad core ARM Cortex-A53 MPCore
> hard processor system (HPS). New IPs in Diamond Mesa are clock manager and
> DDR subsystem, other IPs have minor changes compared to Agilex.
> 
> Patch status:
> Have changes: Patch 20, 22
> Other patches unchanged.
> 
> Detail changelog can find in commit message.
> 
> v1->v2:
> --------
> Patch 20:
> - Include binman node device tree object (socfpga_soc64_fit-u-boot.dtsi_ in
> socfpga_dm-u-boot.dtsi
> 
> Patch 22:
> - Add "CONFIG_USE_SPL_FIT_GENERATE is not set" to
> socfpga_dm_atf_defconfig. Use binman to generate
>   FIT image instead of local script.
> 
> 
> History:
> --------
> [v1]:
> https://patchwork.ozlabs.org/project/uboot/cover/20200922094930.100855-
> 1-elly.siew.chin.lim@intel.com/
> 
> 
> These patchsets have dependency on:
> 
> Enable ARM Trusted Firmware for U-Boot
> https://patchwork.ozlabs.org/project/uboot/cover/20201015122955.10259-
> 1-elly.siew.chin.lim@intel.com/
> 
> 
> [1]:
> https://www.intel.com/content/www/us/en/products/programmable/asic/easi
> c-devices/diamond-mesa-soc-devices.html
> 
> 
> Chee Hong Ang (14):
>   arm: socfpga: Add function for checking description from FIT image
>   arm: socfpga: soc64: Load FIT image with ATF support
>   arm: socfpga: soc64: Override 'lowlevel_init' to support ATF
>   arm: socfpga: Disable "spin-table" method for booting Linux
>   arm: socfpga: soc64: Add SMC helper function for Intel SOCFPGA
>     (64bits)
>   arm: socfpga: soc64: Define SMC function identifiers for PSCI SiP
>     services
>   mmc: dwmmc: socfpga: Add ATF support for MMC driver
>   net: designware: socfpga: Add ATF support for MAC driver
>   arm: socfpga: soc64: Add ATF support for Reset Manager driver
>   arm: socfpga: soc64: Add ATF support for FPGA reconfig driver
>   arm: socfpga: mailbox: Add 'SYSTEM_RESET' PSCI support to
>     mbox_reset_cold()
>   arm: socfpga: soc64: SSBL shall not setup stack on OCRAM
>   arm: socfpga: soc64: Skip handoff data access in SSBL
>   configs: socfpga: Add defconfig for Agilex and Stratix 10 with ATF
>     support
> 
> Pali Rohár (1):
>   Makefile: Fix calling make with V=1
> 
> Siew Chin Lim (2):
>   arm: socfpga: dts: soc64: Add binman node of FIT image with ATF
>     support
>   arm: socfpga: soc64: Enable FIT image generation using binman
> 
> Simon Glass (5):
>   odroid-c2: Use devicetree for SMBIOS settings
>   arm64: mvebu: Use devicetree for SMBIOS settings on uDPU
>   x86: galileo: Use devicetree for SMBIOS settings
>   x86: Provide default SMBIOS manufacturer/product
>   smbios: Drop the unused Kconfig options
> 
> --
> 2.13.0