Browse Source

boards: adjust few boards/ paths

Adjust few paths in the board document and maintainer file to reflect
the new file location.

Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com>
pull/69687/head
Fabio Baltieri 1 year ago committed by Carles Cufi
parent
commit
c054381a7a
  1. 4
      MAINTAINERS.yml
  2. 2
      boards/microchip/mec1501modular_assy6885/doc/index.rst
  3. 2
      boards/microchip/mec15xxevb_assy6853/doc/index.rst
  4. 2
      boards/microchip/mec172xevb_assy6906/doc/index.rst
  5. 2
      boards/microchip/mec172xevb_assy6906/support/mec172x_remote_flasher.py
  6. 4
      boards/microchip/mec172xmodular_assy6930/doc/mec172xmodular_assy6930.rst

4
MAINTAINERS.yml

@ -3364,9 +3364,9 @@ Microchip MEC Platforms: @@ -3364,9 +3364,9 @@ Microchip MEC Platforms:
- VenkatKotakonda
- albertofloyd
files:
- boards/arm/mec*/
- boards/microchip/mec*/
- dts/arm/microchip/
- soc/arm/microchip_mec/
- soc/microchip/mec/
- drivers/*/*mchp*.c
- tests/boards/mec15xxevb_assy6853/
- tests/boards/mec172xevb_assy6906/

2
boards/microchip/mec1501modular_assy6885/doc/index.rst

@ -88,7 +88,7 @@ features: @@ -88,7 +88,7 @@ features:
Other hardware features are not currently supported by Zephyr (at the moment)
The default configuration can be found in the
:zephyr_file:`boards/arm/mec1501modular_assy6885/mec1501modular_assy6885_defconfig`
:zephyr_file:`boards/microchip/mec1501modular_assy6885/mec1501modular_assy6885_defconfig`
Kconfig file.
Connections and IOs

2
boards/microchip/mec15xxevb_assy6853/doc/index.rst

@ -80,7 +80,7 @@ features: @@ -80,7 +80,7 @@ features:
Other hardware features are not currently supported by Zephyr (at the moment)
The default configuration can be found in the
:zephyr_file:`boards/arm/mec15xxevb_assy6853/mec15xxevb_assy6853_defconfig` Kconfig file.
:zephyr_file:`boards/microchip/mec15xxevb_assy6853/mec15xxevb_assy6853_defconfig` Kconfig file.
Connections and IOs
===================

2
boards/microchip/mec172xevb_assy6906/doc/index.rst

@ -73,7 +73,7 @@ features: @@ -73,7 +73,7 @@ features:
Other hardware features are not currently supported by Zephyr.
The default configuration can be found in the
:zephyr_file:`boards/arm/mec172xevb_assy6906/mec172xevb_assy6906_defconfig` Kconfig file.
:zephyr_file:`boards/microchip/mec172xevb_assy6906/mec172xevb_assy6906_defconfig` Kconfig file.
Connections and IOs
===================

2
boards/microchip/mec172xevb_assy6906/support/mec172x_remote_flasher.py

@ -31,7 +31,7 @@ Here is a sample map file: @@ -31,7 +31,7 @@ Here is a sample map file:
product: mec172xevb_assy6906
runner: misc-flasher
runner_params:
- <ZEPHYR_BASE>/boards/arm/mec172xevb_assy6906/support/mec172x_remote_flasher.py
- <ZEPHYR_BASE>/boards/microchip/mec172xevb_assy6906/support/mec172x_remote_flasher.py
- <remote host>
serial_pty: "nc,<remote host>,<ser2net port>"

4
boards/microchip/mec172xmodular_assy6930/doc/mec172xmodular_assy6930.rst

@ -85,7 +85,7 @@ The mec172xmodular_assy6930 (Rev. B) board configuration supports the following @@ -85,7 +85,7 @@ The mec172xmodular_assy6930 (Rev. B) board configuration supports the following
Other hardware features are not currently supported by Zephyr (at the moment)
The default configuration can be found in the
:zephyr_file:`boards/arm/mec172xmodular_assy6930/mec172xmodular_assy6930_defconfig` Kconfig file.
:zephyr_file:`boards/microchip/mec172xmodular_assy6930/mec172xmodular_assy6930_defconfig` Kconfig file.
Connections and IOs
===================
@ -205,7 +205,7 @@ Setup @@ -205,7 +205,7 @@ Setup
.. code-block:: console
west build -p auto -b mec172xmodular_assy6930 samples/hello_world -- -DMEC172X_SPI_GEN=$HOME/CPGZephyrDocs/MEC172x/SPI_image_gen/mec172x_spi_gen_lin_x86_64 -DMEC172X_SPI_CFG=$HOME/zephyrproject/zephyr/boards/arm/mec172xmodular_assy6930/support/spi_cfg_128MBit.txt
west build -p auto -b mec172xmodular_assy6930 samples/hello_world -- -DMEC172X_SPI_GEN=$HOME/CPGZephyrDocs/MEC172x/SPI_image_gen/mec172x_spi_gen_lin_x86_64 -DMEC172X_SPI_CFG=$HOME/zephyrproject/zephyr/boards/microchip/mec172xmodular_assy6930/support/spi_cfg_128MBit.txt
Wiring

Loading…
Cancel
Save