Browse Source

soc: arm64: intel_socfpga: hwmv2: Rename SoCs

Rename SoC for better HWMv2 use:
  `intel_socfpga_agilex`  --> `agilex`
  `intel_socfpga_agilex5` --> `agilex5`

Signed-off-by: Dmitrii Golovanov <dmitrii.golovanov@intel.com>
pull/69687/head
Dmitrii Golovanov 1 year ago committed by Carles Cufi
parent
commit
ead4b57a7b
  1. 2
      boards/intel/intel_socfpga/agilex5_socdk/board.yml
  2. 2
      boards/intel/intel_socfpga/agilex_socdk/board.yml
  3. 2
      soc/intel/intel_socfpga/agilex/Kconfig.soc
  4. 2
      soc/intel/intel_socfpga/agilex5/Kconfig.soc
  5. 4
      soc/intel/intel_socfpga/soc.yml

2
boards/intel/intel_socfpga/agilex5_socdk/board.yml

@ -1,4 +1,4 @@
board: board:
name: intel_socfpga_agilex5_socdk name: intel_socfpga_agilex5_socdk
socs: socs:
- name: intel_socfpga_agilex5 - name: agilex5

2
boards/intel/intel_socfpga/agilex_socdk/board.yml

@ -1,4 +1,4 @@
board: board:
name: intel_socfpga_agilex_socdk name: intel_socfpga_agilex_socdk
socs: socs:
- name: intel_socfpga_agilex - name: agilex

2
soc/intel/intel_socfpga/agilex/Kconfig.soc

@ -17,4 +17,4 @@ config SOC_AGILEX
Intel SoC FPGA Agilex Intel SoC FPGA Agilex
config SOC config SOC
default "intel_socfpga_agilex" if SOC_AGILEX default "agilex" if SOC_AGILEX

2
soc/intel/intel_socfpga/agilex5/Kconfig.soc

@ -17,4 +17,4 @@ config SOC_AGILEX5
Intel SoC FPGA Agilex5 Intel SoC FPGA Agilex5
config SOC config SOC
default "intel_socfpga_agilex5" if SOC_AGILEX5 default "agilex5" if SOC_AGILEX5

4
soc/intel/intel_socfpga/soc.yml

@ -3,7 +3,7 @@ family:
series: series:
- name: agilex - name: agilex
socs: socs:
- name: intel_socfpga_agilex - name: agilex
- name: agilex5 - name: agilex5
socs: socs:
- name: intel_socfpga_agilex5 - name: agilex5

Loading…
Cancel
Save