Browse Source

boards: intel: doc: hwmv2: Fix some renamed paths

Fix some paths affected by 'drop duplicate prefix' at folder
names in boards change.

Signed-off-by: Dmitrii Golovanov <dmitrii.golovanov@intel.com>
pull/69687/head
Dmitrii Golovanov 1 year ago committed by Carles Cufi
parent
commit
f2b536d253
  1. 2
      boards/intel/socfpga/agilex5_socdk/doc/index.rst
  2. 2
      boards/intel/socfpga_std/cyclonev_socdk/support/download_all.gdb
  3. 4
      boards/intel/socfpga_std/cyclonev_socdk/support/preloader_dl_cmd.txt
  4. 2
      soc/intel/intel_adsp/common/CMakeLists.txt

2
boards/intel/socfpga/agilex5_socdk/doc/index.rst

@ -45,7 +45,7 @@ hardware features: @@ -45,7 +45,7 @@ hardware features:
NOTE: TODO, more details on dev kit will be updated as and when available.
The default configuration can be found in the defconfig file:
`boards/intel/intel_socfpga/agilex5_socdk/intel_socfpga_agilex5_socdk_defconfig`
`boards/intel/socfpga/agilex5_socdk/intel_socfpga_agilex5_socdk_defconfig`
Programming and Debugging
*************************

2
boards/intel/socfpga_std/cyclonev_socdk/support/download_all.gdb

@ -7,7 +7,7 @@ set confirm off @@ -7,7 +7,7 @@ set confirm off
set pagination off
#Download and Run preloader
source boards/intel/intel_socfpga_std/cyclonev_socdk/support/preloader_dl_cmd.txt
source boards/intel/socfpga_std/cyclonev_socdk/support/preloader_dl_cmd.txt
#Stop watchdog timer
#permodrst Reg , reset watch dog timer

4
boards/intel/socfpga_std/cyclonev_socdk/support/preloader_dl_cmd.txt

@ -3,7 +3,7 @@ @@ -3,7 +3,7 @@
# Description:
# Helper file to download the GSRD preloader to the board before the application
restore boards/intel/intel_socfpga_std/cyclonev_socdk/support/u-boot-spl
symbol-file -readnow boards/intel/intel_socfpga_std/cyclonev_socdk/support/u-boot-spl
restore boards/intel/socfpga_std/cyclonev_socdk/support/u-boot-spl
symbol-file -readnow boards/intel/socfpga_std/cyclonev_socdk/support/u-boot-spl
thbreak spl_boot_device
jump _start

2
soc/intel/intel_adsp/common/CMakeLists.txt

@ -129,7 +129,7 @@ add_custom_target(zephyr.ri ALL @@ -129,7 +129,7 @@ add_custom_target(zephyr.ri ALL
# Parameters after the double dash -- are passed through to rimage. For
# other ways to override default rimage parameters check
# boards/intel/intel_adsp_cavs25/doc/intel_adsp_generic.rst
# boards/intel/adsp/doc/intel_adsp_generic.rst
# Warning: because `west sign` can also be used interactively, using
# ${WEST_SIGN_OPTS} like this has _higher_ precedence than `west config

Loading…
Cancel
Save