Browse Source

soc: arm: intel_socfpga_std: Align board subdirectory

Aligh board directory to other Intel FPGA boards moving
`boards/intel/cyclonev_socdk` -->
`boards/intel/intel_socfpga_std/cyclonev_socdk`

Signed-off-by: Dmitrii Golovanov <dmitrii.golovanov@intel.com>
pull/69687/head
Dmitrii Golovanov 1 year ago committed by Carles Cufi
parent
commit
402366117a
  1. 0
      boards/intel/intel_socfpga_std/cyclonev_socdk/Kconfig.cyclonev_socdk
  2. 0
      boards/intel/intel_socfpga_std/cyclonev_socdk/Kconfig.defconfig
  3. 0
      boards/intel/intel_socfpga_std/cyclonev_socdk/board.cmake
  4. 0
      boards/intel/intel_socfpga_std/cyclonev_socdk/board.yml
  5. 0
      boards/intel/intel_socfpga_std/cyclonev_socdk/cyclonev_socdk.dts
  6. 0
      boards/intel/intel_socfpga_std/cyclonev_socdk/cyclonev_socdk.yaml
  7. 0
      boards/intel/intel_socfpga_std/cyclonev_socdk/cyclonev_socdk_defconfig
  8. 0
      boards/intel/intel_socfpga_std/cyclonev_socdk/doc/img/cv_soc_board.jpg
  9. 0
      boards/intel/intel_socfpga_std/cyclonev_socdk/doc/img/cyclonev_blinky.jpg
  10. 0
      boards/intel/intel_socfpga_std/cyclonev_socdk/doc/img/cyclonev_westflash.jpg
  11. 6
      boards/intel/intel_socfpga_std/cyclonev_socdk/doc/index.rst
  12. 0
      boards/intel/intel_socfpga_std/cyclonev_socdk/support/altera-usb-blaster2-cyclonev.cfg
  13. 0
      boards/intel/intel_socfpga_std/cyclonev_socdk/support/appli_debug_cmd.gdb
  14. 0
      boards/intel/intel_socfpga_std/cyclonev_socdk/support/appli_dl_cmd.gdb
  15. 0
      boards/intel/intel_socfpga_std/cyclonev_socdk/support/blaster_6810.hex
  16. 2
      boards/intel/intel_socfpga_std/cyclonev_socdk/support/download_all.gdb
  17. 0
      boards/intel/intel_socfpga_std/cyclonev_socdk/support/openocd.cfg
  18. 4
      boards/intel/intel_socfpga_std/cyclonev_socdk/support/preloader_dl_cmd.txt

0
boards/intel/cyclonev_socdk/Kconfig.cyclonev_socdk → boards/intel/intel_socfpga_std/cyclonev_socdk/Kconfig.cyclonev_socdk

0
boards/intel/cyclonev_socdk/Kconfig.defconfig → boards/intel/intel_socfpga_std/cyclonev_socdk/Kconfig.defconfig

0
boards/intel/cyclonev_socdk/board.cmake → boards/intel/intel_socfpga_std/cyclonev_socdk/board.cmake

0
boards/intel/cyclonev_socdk/board.yml → boards/intel/intel_socfpga_std/cyclonev_socdk/board.yml

0
boards/intel/cyclonev_socdk/cyclonev_socdk.dts → boards/intel/intel_socfpga_std/cyclonev_socdk/cyclonev_socdk.dts

0
boards/intel/cyclonev_socdk/cyclonev_socdk.yaml → boards/intel/intel_socfpga_std/cyclonev_socdk/cyclonev_socdk.yaml

0
boards/intel/cyclonev_socdk/cyclonev_socdk_defconfig → boards/intel/intel_socfpga_std/cyclonev_socdk/cyclonev_socdk_defconfig

0
boards/intel/cyclonev_socdk/doc/img/cv_soc_board.jpg → boards/intel/intel_socfpga_std/cyclonev_socdk/doc/img/cv_soc_board.jpg

Before

Width:  |  Height:  |  Size: 110 KiB

After

Width:  |  Height:  |  Size: 110 KiB

0
boards/intel/cyclonev_socdk/doc/img/cyclonev_blinky.jpg → boards/intel/intel_socfpga_std/cyclonev_socdk/doc/img/cyclonev_blinky.jpg

Before

Width:  |  Height:  |  Size: 67 KiB

After

Width:  |  Height:  |  Size: 67 KiB

0
boards/intel/cyclonev_socdk/doc/img/cyclonev_westflash.jpg → boards/intel/intel_socfpga_std/cyclonev_socdk/doc/img/cyclonev_westflash.jpg

Before

Width:  |  Height:  |  Size: 45 KiB

After

Width:  |  Height:  |  Size: 45 KiB

6
boards/intel/cyclonev_socdk/doc/index.rst → boards/intel/intel_socfpga_std/cyclonev_socdk/doc/index.rst

@ -169,7 +169,7 @@ application.
``Important!!!`` : Before flashing the board a ``preloader`` is required, ``Important!!!`` : Before flashing the board a ``preloader`` is required,
you can download `cv_soc_devkit_ghrd.tar.gz <https://releases.rocketboards.org/release/2018.05/gsrd/hw/cv_soc_devkit_ghrd.tar.gz>`_, you can download `cv_soc_devkit_ghrd.tar.gz <https://releases.rocketboards.org/release/2018.05/gsrd/hw/cv_soc_devkit_ghrd.tar.gz>`_,
extract the file and copy ``cv_soc_devkit_ghrd/software/preloader/uboot-socfpga/spl/u-boot-spl`` extract the file and copy ``cv_soc_devkit_ghrd/software/preloader/uboot-socfpga/spl/u-boot-spl``
to ``boards/intel/cyclonev_socdk/support/`` to ``boards/intel/intel_socfpga_std/cyclonev_socdk/support/``
.. zephyr-app-commands:: .. zephyr-app-commands::
:zephyr-app: samples/hello_world :zephyr-app: samples/hello_world
@ -184,7 +184,7 @@ using the customized OpenOCD runner script :zephyr_file:`scripts/west_commands/r
After it completes the kernel will immediately boot using the GSRD preloader. After it completes the kernel will immediately boot using the GSRD preloader.
Notice that there a lot of helper files to ``flash`` the application with Notice that there a lot of helper files to ``flash`` the application with
OpenOCD and GDB Debbuger (Zephyr SDK must be installed in your machine). OpenOCD and GDB Debbuger (Zephyr SDK must be installed in your machine).
This files should be located in :zephyr_file:`boards/intel/cyclonev_socdk/support/` including: This files should be located in :zephyr_file:`boards/intel/intel_socfpga_std/cyclonev_socdk/support/` including:
* blaster_6810.hex : USB-BlasterII firmware * blaster_6810.hex : USB-BlasterII firmware
* tmp_preloader_dl_cmd.txt : GDB helper file to load the preloader * tmp_preloader_dl_cmd.txt : GDB helper file to load the preloader
@ -294,7 +294,7 @@ You will see output similar to the following:
warning: No executable has been specified and target does not support warning: No executable has been specified and target does not support
determining executable automatically. Try using the "file" command. determining executable automatically. Try using the "file" command.
0xffff147c in ?? () 0xffff147c in ?? ()
warning: /home/demo/zephyrproject/zephyr/boards/intel/cyclonev_socdk/support/tmp_appli_debug_cmd.gdb: No such file or directory warning: /home/demo/zephyrproject/zephyr/boards/intel/intel_socfpga_std/cyclonev_socdk/support/tmp_appli_debug_cmd.gdb: No such file or directory
[Inferior 1 (Remote target) detached] [Inferior 1 (Remote target) detached]
Info : dropped 'gdb' connection Info : dropped 'gdb' connection
shutdown command invoked shutdown command invoked

0
boards/intel/cyclonev_socdk/support/altera-usb-blaster2-cyclonev.cfg → boards/intel/intel_socfpga_std/cyclonev_socdk/support/altera-usb-blaster2-cyclonev.cfg

0
boards/intel/cyclonev_socdk/support/appli_debug_cmd.gdb → boards/intel/intel_socfpga_std/cyclonev_socdk/support/appli_debug_cmd.gdb

0
boards/intel/cyclonev_socdk/support/appli_dl_cmd.gdb → boards/intel/intel_socfpga_std/cyclonev_socdk/support/appli_dl_cmd.gdb

0
boards/intel/cyclonev_socdk/support/blaster_6810.hex → boards/intel/intel_socfpga_std/cyclonev_socdk/support/blaster_6810.hex

2
boards/intel/cyclonev_socdk/support/download_all.gdb → boards/intel/intel_socfpga_std/cyclonev_socdk/support/download_all.gdb

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

0
boards/intel/cyclonev_socdk/support/openocd.cfg → boards/intel/intel_socfpga_std/cyclonev_socdk/support/openocd.cfg

4
boards/intel/cyclonev_socdk/support/preloader_dl_cmd.txt → boards/intel/intel_socfpga_std/cyclonev_socdk/support/preloader_dl_cmd.txt

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