Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

hwmv2: Added Board Support for Starfive VisionFive2 RISC-V Single Board Computer #69676

Closed
wants to merge 973 commits into from
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Mar 1, 2024

  1. soc: mec: align SoC names defined in soc.yml to Kconfig SOC setting

    This commit aligns the SoC names for mec SoCs defined in soc.yml to
    Kconfig SOC setting.
    
    Signed-off-by: Torsten Rasmussen <Torsten.Rasmussen@nordicsemi.no>
    tejlmand authored and carlescufi committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    505cbc5 View commit details
    Browse the repository at this point in the history
  2. soc: arm: align SoC names defined in soc.yml to Kconfig SOC setting

    This commit aligns the SoC names for arm an547 SoCs defined in soc.yml
    to Kconfig SOC setting.
    
    Signed-off-by: Torsten Rasmussen <Torsten.Rasmussen@nordicsemi.no>
    tejlmand authored and carlescufi committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    7efd46e View commit details
    Browse the repository at this point in the history
  3. soc: broadcom: align SoC names defined in soc.yml to Kconfig SOC setting

    This commit aligns the SoC names for bcm58402 SoCs defined in soc.yml
    to Kconfig SOC setting.
    
    Signed-off-by: Torsten Rasmussen <Torsten.Rasmussen@nordicsemi.no>
    tejlmand authored and carlescufi committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    765299c View commit details
    Browse the repository at this point in the history
  4. soc: nxp: fix typo in SoC name

    Follow-up: zephyrproject-rtos#68778
    
    There is a typo in nxp/kinetics/soc.yml.
    The SoC `mk82f215` was added, however the correct SoC is `mk80f25615`,
    which this commit corrects.
    
    Signed-off-by: Torsten Rasmussen <Torsten.Rasmussen@nordicsemi.no>
    tejlmand authored and carlescufi committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    396b6bb View commit details
    Browse the repository at this point in the history
  5. scripts: west_commands: completion: Add hwmv2 complete to bash

    Adds hwmv2 board completetion support to bash
    
    Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
    nordicjm authored and carlescufi committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    686a4b7 View commit details
    Browse the repository at this point in the history
  6. scripts: west: list_boards: Fix hwmv2 output

    Fixes the output of list_boards to be in csv format rather than
    python array format
    
    Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
    nordicjm authored and carlescufi committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    b2af1e1 View commit details
    Browse the repository at this point in the history
  7. scripts: west_commands: completion: Add hwmv2 complete to zsh

    Adds hwmv2 board completetion support to zsh
    
    Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
    nordicjm authored and carlescufi committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    0f6842e View commit details
    Browse the repository at this point in the history
  8. scripts: west_commands: completion: Add hwmv2 complete to fish

    Adds hwmv2 board completetion support to fish
    
    Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
    nordicjm authored and carlescufi committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    4b90b30 View commit details
    Browse the repository at this point in the history
  9. soc/sifive/sifive_freedom: add SiFive Freedom E310 SoC

    This commit adds support for the SiFive Freedom E310 SoC for the Zephyr
    Hardware Model v2.
    
    Signed-off-by: Filip Kokosinski <fkokosinski@antmicro.com>
    fkokosinski authored and carlescufi committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    b9e06f4 View commit details
    Browse the repository at this point in the history
  10. boards: convert SiFive HiFive1 to Zephyr HWMv2

    This commit converts the SiFive HiFive1 board (`hifive1` target) to the
    Zephyr Hardware Model v2.
    
    Signed-off-by: Filip Kokosinski <fkokosinski@antmicro.com>
    fkokosinski authored and carlescufi committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    330fc38 View commit details
    Browse the repository at this point in the history
  11. boards: convert SiFive HiFive1 Rev. B to Zephyr HWMv2

    This commit converts the SiFive HiFive1 Rev. B board (`hifive1_revb`
    target) to the Zephyr Hardware Model v2.
    
    Signed-off-by: Filip Kokosinski <fkokosinski@antmicro.com>
    fkokosinski authored and carlescufi committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    bfcc2ed View commit details
    Browse the repository at this point in the history
  12. soc/sifive/sifive_freedom: add SiFive Freedom U540 SoC

    This commit adds support for the SiFive Freedom U540 SoC for the Zephyr
    Hardware Model v2.
    
    Signed-off-by: Filip Kokosinski <fkokosinski@antmicro.com>
    fkokosinski authored and carlescufi committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    7e8de1e View commit details
    Browse the repository at this point in the history
  13. boards: convert SiFive HiFive Unleashed to Zephyr HWMv2

    This commit converts the SiFive HiFive Unleashed board (`hifive_unleashed`
    target) to the Zephyr Hardware Model v2.
    
    Signed-off-by: Filip Kokosinski <fkokosinski@antmicro.com>
    fkokosinski authored and carlescufi committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    8914bc5 View commit details
    Browse the repository at this point in the history
  14. soc/sifive/sifive_freedom: add SiFive Freedom FU740 SoC

    This commit adds support for the SiFive Freedom U740 SoC for the Zephyr
    Hardware Model v2.
    
    Signed-off-by: Filip Kokosinski <fkokosinski@antmicro.com>
    fkokosinski authored and carlescufi committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    e563eb0 View commit details
    Browse the repository at this point in the history
  15. boards: convert SiFive HiFive Unmatched to Zephyr HWMv2

    This commit converts the SiFive HiFive Unmatched board (`hifive_unmatched`
    target) to the Zephyr Hardware Model v2.
    
    Signed-off-by: Filip Kokosinski <fkokosinski@antmicro.com>
    fkokosinski authored and carlescufi committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    95a1f96 View commit details
    Browse the repository at this point in the history
  16. boards: convert SparkFun RED-V Things Plus to Zephyr HWMv2

    This commit converts the SparkFun RED-V Things Plus board
    (`sparkfun_red_v_things_plus` target) to the Zephyr Hardware Model v2.
    
    Signed-off-by: Filip Kokosinski <fkokosinski@antmicro.com>
    fkokosinski authored and carlescufi committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    6547845 View commit details
    Browse the repository at this point in the history
  17. soc/riscv: convert the QEMU virt RISCV-32 SoC to HWMv2

    This commit converts the virt SoC (generic virt machine) to the Zephyr
    HWMv2.
    
    Signed-off-by: Filip Kokosinski <fkokosinski@antmicro.com>
    fkokosinski authored and carlescufi committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    5db061a View commit details
    Browse the repository at this point in the history
  18. boards: convert QEMU RISC-V 32 bit board to Zephyr HWMv2

    This commit converts the QEMU RISCV-V 32 bit board to Zephyr HWMvW. This
    includes the following former targets:
    * qemu_riscv32
    * qemu_riscv32_smp
    * qemu_riscv32_xip
    
    Signed-off-by: Filip Kokosinski <fkokosinski@antmicro.com>
    fkokosinski authored and carlescufi committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    5b2ffc6 View commit details
    Browse the repository at this point in the history
  19. boards: convert QEMU RV32E board to Zephyr HWMv2

    This commit converts the QEMU RV32E board to Zephyr HWMvW. This includes
    the following former target: qemu_riscv32e.
    
    Signed-off-by: Filip Kokosinski <fkokosinski@antmicro.com>
    fkokosinski authored and carlescufi committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    f4c31a2 View commit details
    Browse the repository at this point in the history
  20. boards: convert QEMU RISC-V 64 bit board to Zephyr HWMv2

    This commit converts the QEMU RISCV-V 64 bit board to Zephyr HWMvW. This
    includes the following former targets:
    * qemu_riscv64
    * qemu_riscv64_smp
    
    Signed-off-by: Filip Kokosinski <fkokosinski@antmicro.com>
    fkokosinski authored and carlescufi committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    4e58695 View commit details
    Browse the repository at this point in the history
  21. MAINTAINERS: update RISC-V arch area paths

    This commit updates the paths assigned to the RISC-V area of maintenance to
    include targets based on the SiFive Freedom SoC family.
    
    Signed-off-by: Filip Kokosinski <fkokosinski@antmicro.com>
    fkokosinski authored and carlescufi committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    fc78e5e View commit details
    Browse the repository at this point in the history
  22. soc: emsdsp: align SoC name defined in soc.yml to Kconfig SOC setting

    This commit aligns the SoC name for emsdp_em4 SoC defined in Kconfig.soc
    to to name in soc.yml
    
    Signed-off-by: Torsten Rasmussen <Torsten.Rasmussen@nordicsemi.no>
    tejlmand authored and carlescufi committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    ed401ab View commit details
    Browse the repository at this point in the history
  23. scripts: ci: introduce soc name check in check_compliance

    soc.yml files define SoC names which are used in board.yml.
    All SoC names and directories are exported to the build system and
    can be referenced using the SoC name as identifier.
    
    Kconfig defines a CONFIG_SOC setting with the same name which can be
    used in build system and is selected by the board.
    
    Thus the CONFIG_SOC value can be used to lookup the details of the SoC.
    
    This commit introduces a new compliance check which ensures the SoC name
    and the CONFIG_SOC name value are in sync.
    
    Signed-off-by: Torsten Rasmussen <Torsten.Rasmussen@nordicsemi.no>
    tejlmand authored and carlescufi committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    df9a422 View commit details
    Browse the repository at this point in the history
  24. soc: intel: intel_adsp: Fix issues

    Fixes issues with missing protection guards and selections in
    wrong files, and one case of missing bools on 2 fields
    
    Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
    nordicjm authored and carlescufi committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    a0a7c30 View commit details
    Browse the repository at this point in the history
  25. boards: qemu: qemu_cortex_a53: Expand names

    Expands names to include the SoC
    
    Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
    nordicjm authored and carlescufi committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    19e60ee View commit details
    Browse the repository at this point in the history
  26. boards: xen: xenvm: Expand name

    Expands name to include identifier
    
    Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
    nordicjm authored and carlescufi committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    dae301b View commit details
    Browse the repository at this point in the history
  27. tests: Expand names

    Expands names to include identifiers
    
    Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
    nordicjm authored and carlescufi committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    763571e View commit details
    Browse the repository at this point in the history
  28. soc: silabs_exx32: Port to HWMv2

    Ports the SoC configuration to hardware model version 2
    
    Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
    nordicjm authored and carlescufi committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    1dc9a8a View commit details
    Browse the repository at this point in the history
  29. boards: arm: efm32gg_sltb009a: Convert to v2

    Converts the board to hwmv2
    
    Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
    nordicjm authored and carlescufi committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    065148d View commit details
    Browse the repository at this point in the history
  30. boards: arm: efm32gg_slwstk6121a: Convert to v2

    Converts the board to hwmv2
    
    Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
    nordicjm authored and carlescufi committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    43d5540 View commit details
    Browse the repository at this point in the history
  31. boards: arm: efm32gg_stk3701a: Convert to v2

    Converts the board to hwmv2
    
    Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
    nordicjm authored and carlescufi committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    795a90f View commit details
    Browse the repository at this point in the history
  32. boards: arm: efm32hg_slstk3400a: Convert to v2

    Converts the board to hwmv2
    
    Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
    nordicjm authored and carlescufi committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    0bd7d96 View commit details
    Browse the repository at this point in the history
  33. boards: arm: efm32pg_stk3401a: Convert to v2

    Converts the board to hwmv2
    
    Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
    nordicjm authored and carlescufi committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    19e7df2 View commit details
    Browse the repository at this point in the history
  34. boards: arm: efm32wg_stk3800: Convert to v2

    Converts the board to hwmv2
    
    Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
    nordicjm authored and carlescufi committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    f526225 View commit details
    Browse the repository at this point in the history
  35. boards: arm: efr32xg24_dk2601b: Convert to v2

    Converts the board to hwmv2
    
    Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
    nordicjm authored and carlescufi committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    0012bfc View commit details
    Browse the repository at this point in the history
  36. boards: arm: efr32mg_sltb004a: Convert to v2

    Converts the board to hwmv2
    
    Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
    nordicjm authored and carlescufi committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    14b3005 View commit details
    Browse the repository at this point in the history
  37. boards: arm: efr32_thunderboard: Convert to v2

    Converts the board to hwmv2
    
    Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
    nordicjm authored and carlescufi committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    87b2907 View commit details
    Browse the repository at this point in the history
  38. manifest: Update hal_silabs

    Updates the repo to include hwmv2 changes
    
    Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
    nordicjm authored and carlescufi committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    575ac5c View commit details
    Browse the repository at this point in the history
  39. boards: arm: efm32pg_stk3402a: Convert to v2

    Converts the board to hwmv2
    
    Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
    nordicjm authored and carlescufi committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    86c8d4a View commit details
    Browse the repository at this point in the history
  40. boards: arm: efr32_radio: Convert to v2

    Converts the board to hwmv2
    
    Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
    nordicjm authored and carlescufi committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    ba9fdaa View commit details
    Browse the repository at this point in the history
  41. boards: silab: Add documentation index file

    Adds a file with the vendor name for documentation indexing
    
    Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
    nordicjm authored and carlescufi committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    10ef3d4 View commit details
    Browse the repository at this point in the history
  42. tests: Update board names for hwmv2

    Updates names used in tests for hwmv2
    
    Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
    nordicjm authored and carlescufi committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    eb7025e View commit details
    Browse the repository at this point in the history
  43. boards: Documentation link fixes

    Fixes missing or broken documentation links
    
    Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
    nordicjm authored and carlescufi committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    b8ec008 View commit details
    Browse the repository at this point in the history
  44. soc: ite: ec: it8xxx2: Fix SOC_SERIES being in wrong file

    Fixes this line being in the wrong file
    
    Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
    nordicjm authored and carlescufi committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    553de2e View commit details
    Browse the repository at this point in the history
  45. drivers: flash: it8xxx2: Add missing Kconfigs

    The original hwmv1 Kconfigs for this flash driver were in the
    complete wrong place and should not have been merged, which then
    caused confusion when porting to hwmv2, this adds in the missing
    Kconfigs to where they should have been in the first place
    
    Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
    nordicjm authored and carlescufi committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    c2ef907 View commit details
    Browse the repository at this point in the history
  46. boards: Fix bools and selections

    Fixes issues with some outstanding bools being defined and wrong
    usage of soc selection
    
    Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
    nordicjm authored and carlescufi committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    0c639b8 View commit details
    Browse the repository at this point in the history
  47. tests/samples: Rename overlay files for renamed boards

    These overlay files were not being used after board name changes
    in hwmv2, rename them to have them used
    
    Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
    nordicjm authored and carlescufi committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    00c6ef2 View commit details
    Browse the repository at this point in the history
  48. arch: arch: kconfig: Fix wrong placement of endmenu

    Fixes a bug whereby endmenu was placed before the end of the file
    causes what should be ARC-only Kconfig choices to bleed into
    every other architecture
    
    Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
    nordicjm authored and carlescufi committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    5bd38f4 View commit details
    Browse the repository at this point in the history
  49. soc: silabs: split in families

    EXX32 does not really makes sense. Silabs tends to talk about "series
    0", "series 1" and "series 2".
    
    Note all Silabs chipsets (whatever their family) tend to share
    components. So this PR introduces SOC_VENDOR_SILABS to match these
    common parts.
    
    Signed-off-by: Jérôme Pouiller <jerome.pouiller@silabs.com>
    jerome-pouiller authored and carlescufi committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    66d425f View commit details
    Browse the repository at this point in the history
  50. soc: silabs: align comments with soc tree

    Cosmetics changes to reflect the tree organisation.
    
    Signed-off-by: Jérôme Pouiller <jerome.pouiller@silabs.com>
    jerome-pouiller authored and carlescufi committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    2fd081a View commit details
    Browse the repository at this point in the history
  51. soc: silabs: SOC_FAMILY_* replace SOC_GECKO_SERIES*

    SOC_GECKO_SERIES* is now redundant with SOC_FAMILY_*.
    
    Signed-off-by: Jérôme Pouiller <jerome.pouiller@silabs.com>
    jerome-pouiller authored and carlescufi committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    5d07e82 View commit details
    Browse the repository at this point in the history
  52. soc: silabs: introduce SOC_GECKO_SDID

    Silabs hardware layer uses Silicon Die ID (SDID) for conditional
    code. This patch defines SDID directly from Kconfig so Silabs HAL does
    not have define it.
    
    Signed-off-by: Jérôme Pouiller <jerome.pouiller@silabs.com>
    jerome-pouiller authored and carlescufi committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    9818074 View commit details
    Browse the repository at this point in the history
  53. soc: silabs: drop useless defconfigs

    Currently, some soc subdirectories contains Kconfig.defconfig.<soc-name>
    and Kconfig.defconfig. However:
      - Kconfig.defconfig.<soc-name> is included unconditionally by
        Kconfig.defconfig
      - each subdirectory only contains one SoC
    
    So, it does not make sense to keep these two files.
    
    Signed-off-by: Jérôme Pouiller <jerome.pouiller@silabs.com>
    jerome-pouiller authored and carlescufi committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    9639a1b View commit details
    Browse the repository at this point in the history
  54. doc: update board porting guide to match new hardware model

    Update board porting guide to the design changes in the new hw model.
    
    New section added:
    - board.yml file description
    
    Updated sections:
    - Board on SoCs example table updated to new format and extra examples
      added.
    - Board directory description and its files
    - Writing devicetree file section updated to match new lookup patterns
    - Writing Kconfig file section updated to match new lookup patterns
    - Board revision handling updated
    
    In getting started guide a note has been added with short description
    of the new board and board identifier scheme.
    
    Signed-off-by: Torsten Rasmussen <Torsten.Rasmussen@nordicsemi.no>
    tejlmand authored and carlescufi committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    338f6f2 View commit details
    Browse the repository at this point in the history
  55. modules: mcux: introduce CONFIG_MCUX_CORE_SUFFIX

    MCUX SDK depends on "core suffixes" in order to identify which core a
    build is targeting on a multicore part. Previously, this information was
    parsed from the CONFIG_SOC string, but with hardware model v2 this is no
    longer possible. Introduce the Kconfig MCUX_CORE_SUFFIX, which multicore
    SOCs can set to inform MCUX which core the build is targeting.
    
    Signed-off-by: Daniel DeGrasse <daniel.degrasse@nxp.com>
    danieldegrasse authored and carlescufi committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    5836c1b View commit details
    Browse the repository at this point in the history
  56. hwmv2: move imx93 soc to V2

    Port NXP imx93 SoC to hwm V2.
    
    Signed-off-by: Jiafei Pan <Jiafei.Pan@nxp.com>
    JiafeiPan authored and carlescufi committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    c81ef01 View commit details
    Browse the repository at this point in the history
  57. hwmv2: move imx93 EVK board to V2

    Port EVK board for NXP imx93 to hwm V2.
    
    Signed-off-by: Jiafei Pan <Jiafei.Pan@nxp.com>
    JiafeiPan authored and carlescufi committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    8727d5c View commit details
    Browse the repository at this point in the history
  58. hwmv2: move imx8m soc for a-core to V2

    Port NXP imx8m serial SoC to hwm V2, it includes imx8mm, imx8mn and
    imx8mp.
    
    Signed-off-by: Jiafei Pan <Jiafei.Pan@nxp.com>
    JiafeiPan authored and carlescufi committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    10bf79e View commit details
    Browse the repository at this point in the history
  59. hwmv2: move imx8mm EVK board to V2

    Port EVK board for NXP imx8mm to hwm V2.
    
    Signed-off-by: Jiafei Pan <Jiafei.Pan@nxp.com>
    JiafeiPan authored and carlescufi committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    40f3f8f View commit details
    Browse the repository at this point in the history
  60. hwmv2: move imx8mp EVK board to V2

    Port EVK board for NXP imx8mp to hwm V2.
    
    Signed-off-by: Jiafei Pan <Jiafei.Pan@nxp.com>
    JiafeiPan authored and carlescufi committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    14f344e View commit details
    Browse the repository at this point in the history
  61. hwmv2: move imx8mn EVK board to V2

    Port EVK board for NXP imx8mn to hwm V2.
    
    Signed-off-by: Jiafei Pan <Jiafei.Pan@nxp.com>
    JiafeiPan authored and carlescufi committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    3b49014 View commit details
    Browse the repository at this point in the history
  62. drivers: clock_control: ccm_rev2: align with hwm v2 update

    Modified SoC configuration item name.
    
    Signed-off-by: Jiafei Pan <Jiafei.Pan@nxp.com>
    JiafeiPan authored and carlescufi committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    c68e1fe View commit details
    Browse the repository at this point in the history
  63. drivers: pinctrl: imx: align with hwm v2

    Changed SoC configuration item name.
    
    Signed-off-by: Jiafei Pan <Jiafei.Pan@nxp.com>
    JiafeiPan authored and carlescufi committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    7cf4ff4 View commit details
    Browse the repository at this point in the history
  64. boards: nuvoton: numaker_pfm: Split into 2 boards

    Splits up a wrongly unified board into 2 boards
    
    Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
    nordicjm authored and carlescufi committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    8f20ea6 View commit details
    Browse the repository at this point in the history
  65. samples/tests: Rename numaker boards

    Renames boards due to hwmv2 changes
    
    Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
    nordicjm authored and carlescufi committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    33f7b61 View commit details
    Browse the repository at this point in the history
  66. hwmv2: port nxp_ls1046ardb board to V2

    Port NXP ls1046ardb board to hardware model v2.
    
    Signed-off-by: Jiafei Pan <Jiafei.Pan@nxp.com>
    JiafeiPan authored and carlescufi committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    bf7899c View commit details
    Browse the repository at this point in the history
  67. hwmv2: port NXP SoC LS1046A to V2

    Port NXP SoC LS1046A to hardware model v2.
    
    Signed-off-by: Jiafei Pan <Jiafei.Pan@nxp.com>
    JiafeiPan authored and carlescufi committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    2b520f8 View commit details
    Browse the repository at this point in the history
  68. hwmv2: clean up arm64 soc and board empty directory

    There is no legacy ARM64 SoC and Board available, so delete
    the arm64 directory.
    
    Signed-off-by: Jiafei Pan <Jiafei.Pan@nxp.com>
    JiafeiPan authored and carlescufi committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    28d4e41 View commit details
    Browse the repository at this point in the history
  69. hwmv2: soc: Port IMXRT family to HWMV2

    Port IMXRT family to HWMV2, including series:
    - RT11XX
    - RT10XX
    - RT6XX
    
    Not including RT5XX
    
    Co-authored-by: Declan Snyder <declan.snyder@nxp.com>
    Co-authored-by: Daniel DeGrasse <daniel.degrasse@nxp.com>
    Co-authored-by: Mahesh Mahadevan <mahesh.mahadevan@nxp.com>
    Co-authored-by: David Leach <david.leach@nxp.com>
    Co-authored-by: Yves Vandervennet <yves.vandervennet@nxp.com>
    Co-authored-by: Emilio Benavente <emilio.benavente@nxp.com>
    
    Signed-off-by: Declan Snyder <declan.snyder@nxp.com>
    decsny authored and carlescufi committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    417cff1 View commit details
    Browse the repository at this point in the history
  70. hwmv2: boards: Convert IMXRT boards

    Convert IMXRT boards except RT595
    
    Co-authored-by: Declan Snyder <declan.snyder@nxp.com>
    Co-authored-by: Daniel DeGrasse <daniel.degrasse@nxp.com>
    
    Signed-off-by: Declan Snyder <declan.snyder@nxp.com>
    decsny authored and carlescufi committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    1c231fd View commit details
    Browse the repository at this point in the history
  71. soc: mec: rename all mec1501x reference to mec15xx

    Fix a bunch of references to "mec1501x" to be named "mec15xx" instead,
    which is better representative of what is supported and also matches the
    soc series name and value.
    
    Fix the clock div option name as well while at it since it apparently
    applies to the whole family.
    
    Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com>
    fabiobaltieri authored and carlescufi committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    c91e25a View commit details
    Browse the repository at this point in the history
  72. soc: nxp: Port i.MX ADSP family to hardware model v2

    Port i.MX ADSP family to HWMv2, including series:
    - imx8
    - imx8m
    - imx8x
    - imx8ulp
    
    Signed-off-by: Iuliana Prodan <iuliana.prodan@nxp.com>
    iuliana-prodan authored and carlescufi committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    1511e35 View commit details
    Browse the repository at this point in the history
  73. boards: nxp: Convert i.MX ADSP boards to hardware model v2

    Convert i.MX ADSP boards to HMV2 including:
    - imx8mp_evk
    - imx8qxp_mek
    - imx8qm_mek
    - imx8ulp_evk
    
    Signed-off-by: Iuliana Prodan <iuliana.prodan@nxp.com>
    iuliana-prodan authored and carlescufi committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    39b3128 View commit details
    Browse the repository at this point in the history
  74. samples: update board name

    Update board name and rename files for
    openamp_rsc_table sample.
    
    Signed-off-by: Iuliana Prodan <iuliana.prodan@nxp.com>
    iuliana-prodan authored and carlescufi committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    f113dd5 View commit details
    Browse the repository at this point in the history
  75. modules: mcux: remove SOC_FAMILY_NXP_ADSP

    Remove SOC_FAMILY_NXP_ADSP since this is not used
    anymore for the ADSP.
    With HWMv2 ADSP is part of SOC_FAMILY_IMX.
    
    Signed-off-by: Iuliana Prodan <iuliana.prodan@nxp.com>
    iuliana-prodan authored and carlescufi committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    483ff8d View commit details
    Browse the repository at this point in the history
  76. modules: rename SOC_FAMILY_IMX

    Rename SOC_FAMILY_IMX to SOC_FAMILY_NXP_IMX.
    
    I've also kept SOC_FAMILY_IMX since there are
    still legacy socs/boards that use it. When all
    are ported to HWMv2 this should be removed.
    
    Signed-off-by: Iuliana Prodan <iuliana.prodan@nxp.com>
    iuliana-prodan authored and carlescufi committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    9ab8f64 View commit details
    Browse the repository at this point in the history
  77. manifest: update SOF sha for NXP HWMv2

    Update SOF for NXP's new boards name and configs.
    
    Signed-off-by: Iuliana Prodan <iuliana.prodan@nxp.com>
    iuliana-prodan authored and carlescufi committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    5abe735 View commit details
    Browse the repository at this point in the history
  78. dts: vendor-prefixes: ensure all prefixes are lowercase

    There's only three outliers, make sure all prefixes are lowercasel.
    
    Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com>
    fabiobaltieri authored and carlescufi committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    a10b614 View commit details
    Browse the repository at this point in the history
  79. dts: vendor-prefixes: sort the vendor list

    Sort the list alphabetically.
    
    Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com>
    fabiobaltieri authored and carlescufi committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    50f0bf0 View commit details
    Browse the repository at this point in the history
  80. dts: vendor-prefixes: add keep-sorted markers

    Add the keep sorted marker to the list so it's kept sorter by the
    compliance check.
    
    Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com>
    fabiobaltieri authored and carlescufi committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    af9aa65 View commit details
    Browse the repository at this point in the history
  81. boards: sync up the vendor tags and vendor-list

    Add various board vendor prefixes to vendor-prefixes.txt and fix up all
    board.yml file to only use the prefixes from that file.
    
    Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com>
    fabiobaltieri authored and carlescufi committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    a90f53a View commit details
    Browse the repository at this point in the history
  82. scripts: ci: check_compliance: add a check for board yml file

    Add a check for board.yml file, just check for valid vendor prefixes for
    now.
    
    Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com>
    fabiobaltieri authored and carlescufi committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    84e1c17 View commit details
    Browse the repository at this point in the history
  83. gitignore: update the compliance file list

    Update the list of gitignore file with the current list of compliance
    checks.
    
    Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com>
    fabiobaltieri authored and carlescufi committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    3a7aa2f View commit details
    Browse the repository at this point in the history
  84. soc: Add include guards

    Adds include guards to prevent contamination of bleeding
    Kconfigs from irrelevent devices
    
    Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
    nordicjm authored and carlescufi committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    64e3e81 View commit details
    Browse the repository at this point in the history
  85. twister: tests: test with slashes in platform names

    Use mps2/an385 for testing the hwmv2 board names.
    
    Signed-off-by: Anas Nashif <anas.nashif@intel.com>
    nashif authored and carlescufi committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    477c8b8 View commit details
    Browse the repository at this point in the history
  86. twister: normalize platform name when storing files/data

    Convert slashes into underscores to allow saving of data related to
    platforms on disk.
    
    Signed-off-by: Anas Nashif <anas.nashif@intel.com>
    nashif authored and carlescufi committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    01942f1 View commit details
    Browse the repository at this point in the history
  87. soc: nxp: rt5xx: convert RT5xx SOC to HWMv2

    Convert NXP iMX RT5xx SOC to hardware model V2. This core is dual
    architecture, so both the ARM Cortex M33 and Xtensa Fusion F1 DSP have
    been unified within one SOC port folder.
    
    Signed-off-by: Daniel DeGrasse <daniel.degrasse@nxp.com>
    danieldegrasse authored and carlescufi committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    e7a4fd2 View commit details
    Browse the repository at this point in the history
  88. boards: nxp: convert mimxrt595_evk to hardware model v2

    Convert mimxrt595_evk to hardware model v2. Both the CM33 and Fusion F1
    DSP devicetrees are moved to reside in the same board folder
    
    Signed-off-by: Daniel DeGrasse <daniel.degrasse@nxp.com>
    danieldegrasse authored and carlescufi committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    1f93394 View commit details
    Browse the repository at this point in the history
  89. boards: 96boards: Drop duplicate prefix

    Drops the prefix since the parent folder has it already
    
    Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
    nordicjm authored and carlescufi committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    5506338 View commit details
    Browse the repository at this point in the history
  90. boards: actinius: Drop duplicate prefix

    Drops the prefix since the parent folder has it already
    
    Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
    nordicjm authored and carlescufi committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    296acfb View commit details
    Browse the repository at this point in the history
  91. boards: adafruit: Drop duplicate prefix

    Drops the prefix since the parent folder has it already
    
    Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
    nordicjm authored and carlescufi committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    2252036 View commit details
    Browse the repository at this point in the history
  92. boards: adi: Drop duplicate prefix

    Drops the prefix since the parent folder has it already
    
    Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
    nordicjm authored and carlescufi committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    36b920e View commit details
    Browse the repository at this point in the history
  93. boards: altera: Drop duplicate prefix

    Drops the prefix since the parent folder has it already
    
    Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
    nordicjm authored and carlescufi committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    f0176fc View commit details
    Browse the repository at this point in the history
  94. boards: arduino: Drop duplicate prefix

    Drops the prefix since the parent folder has it already
    
    Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
    nordicjm authored and carlescufi committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    71c0344 View commit details
    Browse the repository at this point in the history
  95. boards: bbc: Drop duplicate prefix

    Drops the prefix since the parent folder has it already
    
    Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
    nordicjm authored and carlescufi committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    1a3316e View commit details
    Browse the repository at this point in the history
  96. boards: blue_clover: Drop duplicate prefix

    Drops the prefix since the parent folder has it already
    
    Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
    nordicjm authored and carlescufi committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    b632acc View commit details
    Browse the repository at this point in the history
  97. boards: circuit_dojo: Drop duplicate prefix

    Drops the prefix since the parent folder has it already
    
    Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
    nordicjm authored and carlescufi committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    9094fea View commit details
    Browse the repository at this point in the history
  98. boards: contextual_electronics: Drop duplicate prefix

    Drops the prefix since the parent folder has it already
    
    Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
    nordicjm authored and carlescufi committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    f7fe431 View commit details
    Browse the repository at this point in the history
  99. boards: dragino: Drop duplicate prefix

    Drops the prefix since the parent folder has it already
    
    Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
    nordicjm authored and carlescufi committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    44fbc68 View commit details
    Browse the repository at this point in the history
  100. boards: ebyte: Drop duplicate prefix

    Drops the prefix since the parent folder has it already
    
    Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
    nordicjm authored and carlescufi committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    d5128f4 View commit details
    Browse the repository at this point in the history
  101. boards: google: Drop duplicate prefix

    Drops the prefix since the parent folder has it already
    
    Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
    nordicjm authored and carlescufi committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    11c2af0 View commit details
    Browse the repository at this point in the history
  102. boards: holyiot: Drop duplicate prefix

    Drops the prefix since the parent folder has it already
    
    Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
    nordicjm authored and carlescufi committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    25f04d5 View commit details
    Browse the repository at this point in the history
  103. boards: intel: Drop duplicate prefix

    Drops the prefix since the parent folder has it already
    
    Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
    nordicjm authored and carlescufi committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    169bf8a View commit details
    Browse the repository at this point in the history
  104. boards: khados: Drop duplicate prefix

    Drops the prefix since the parent folder has it already
    
    Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
    nordicjm authored and carlescufi committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    3608054 View commit details
    Browse the repository at this point in the history
  105. boards: mikroe: Drop duplicate prefix

    Drops the prefix since the parent folder has it already
    
    Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
    nordicjm authored and carlescufi committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    fd4ae6f View commit details
    Browse the repository at this point in the history
  106. boards: olimex: Drop duplicate prefix

    Drops the prefix since the parent folder has it already
    
    Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
    nordicjm authored and carlescufi committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    4ea79d1 View commit details
    Browse the repository at this point in the history
  107. boards: particle: Drop duplicate prefix

    Drops the prefix since the parent folder has it already
    
    Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
    nordicjm authored and carlescufi committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    433d7e9 View commit details
    Browse the repository at this point in the history
  108. boards: qemu: Drop duplicate prefix

    Drops the prefix since the parent folder has it already
    
    Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
    nordicjm authored and carlescufi committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    80db4c8 View commit details
    Browse the repository at this point in the history
  109. boards: raytac: Drop duplicate prefix

    Drops the prefix since the parent folder has it already
    
    Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
    nordicjm authored and carlescufi committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    a9f7f30 View commit details
    Browse the repository at this point in the history
  110. boards: ronoth: Drop duplicate prefix

    Drops the prefix since the parent folder has it already
    
    Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
    nordicjm authored and carlescufi committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    a1335ca View commit details
    Browse the repository at this point in the history
  111. boards: ruuvi: Drop duplicate prefix

    Drops the prefix since the parent folder has it already
    
    Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
    nordicjm authored and carlescufi committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    4eaf69f View commit details
    Browse the repository at this point in the history
  112. boards: segger: Drop duplicate prefix

    Drops the prefix since the parent folder has it already
    
    Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
    nordicjm authored and carlescufi committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    505494c View commit details
    Browse the repository at this point in the history
  113. boards: sparkfun: Drop duplicate prefix

    Drops the prefix since the parent folder has it already
    
    Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
    nordicjm authored and carlescufi committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    737cfb5 View commit details
    Browse the repository at this point in the history
  114. boards: weact: Drop duplicate prefix

    Drops the prefix since the parent folder has it already
    
    Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
    nordicjm authored and carlescufi committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    cf50e95 View commit details
    Browse the repository at this point in the history
  115. boards: waveshare: Drop duplicate prefix

    Drops the prefix since the parent folder has it already
    
    Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
    nordicjm authored and carlescufi committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    a34a364 View commit details
    Browse the repository at this point in the history
  116. boards: wurth_elektronik: Drop duplicate prefix

    Drops the prefix since the parent folder has it already
    
    Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
    nordicjm authored and carlescufi committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    eb5c3e6 View commit details
    Browse the repository at this point in the history
  117. boards: Update documentation links

    Updates documentation links for shortened paths
    
    Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
    nordicjm authored and carlescufi committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    0d719e0 View commit details
    Browse the repository at this point in the history
  118. maintainers: Fix paths

    Updates paths from hwmv2 changes
    
    Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
    nordicjm authored and carlescufi committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    a1480cf View commit details
    Browse the repository at this point in the history
  119. samples: Fix invalid links

    Fixes links that are invalid
    
    Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
    nordicjm authored and carlescufi committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    aa9e0de View commit details
    Browse the repository at this point in the history
  120. soc: arm: designstart: Fix SOC_SERIES and SOC mismatch

    Fixes mismatch between values and names
    
    Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
    nordicjm authored and carlescufi committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    59cb580 View commit details
    Browse the repository at this point in the history
  121. soc: raspberry_pi: Fix SOC_SERIES and SOC mismatch

    Fixes mismatch between values and names
    
    Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
    nordicjm authored and carlescufi committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    cc5c2fb View commit details
    Browse the repository at this point in the history
  122. soc: riscv_renode_virtual: Port to HWMv2

    Ports the SoC configuration to hardware model version 2
    
    Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
    nordicjm authored and carlescufi committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    484b7f1 View commit details
    Browse the repository at this point in the history
  123. boards: arm: riscv32_virtual: Convert to v2

    Converts the board to hwmv2
    
    Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
    nordicjm authored and carlescufi committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    2291ff4 View commit details
    Browse the repository at this point in the history
  124. boards: renode: Add documentation index

    Adds a documentation index file
    
    Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
    nordicjm authored and carlescufi committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    cb8ffc7 View commit details
    Browse the repository at this point in the history
  125. soc: nordic_nrf: Rename to nordic

    Renames to align with the vendor prefix
    
    Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
    nordicjm authored and carlescufi committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    09a398d View commit details
    Browse the repository at this point in the history
  126. boards: nordic_nrf: Rename to nordic

    Aligns with the vendor prefix
    
    Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
    nordicjm authored and carlescufi committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    9e34666 View commit details
    Browse the repository at this point in the history
  127. modules: tf-m: Rename from nordic_nrf to nordic

    Aligns with the vendor prefix
    
    Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
    nordicjm authored and carlescufi committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    e25730b View commit details
    Browse the repository at this point in the history
  128. various: Change SOC_FAMILY_NRF to SOC_FAMILY_NORDIC_NRF

    Fixes the name to include the vendor in it
    
    Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
    nordicjm authored and carlescufi committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    bf2fb5e View commit details
    Browse the repository at this point in the history
  129. boards: altera: Rename to altr

    Aligns with the vendor prefix
    
    Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
    nordicjm authored and carlescufi committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    e7869ca View commit details
    Browse the repository at this point in the history
  130. boards: andes: Rename to andestech

    Aligns with vendor prefix
    
    Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
    nordicjm authored and carlescufi committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    9f9f221 View commit details
    Browse the repository at this point in the history
  131. boards: beagleboard: Change to beagle

    Aligns with vendor prefix
    
    Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
    nordicjm authored and carlescufi committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    0a47b94 View commit details
    Browse the repository at this point in the history
  132. boards: broadcom: Rename to brcm

    Aligns with vendor prefix
    
    Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
    nordicjm authored and carlescufi committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    95db897 View commit details
    Browse the repository at this point in the history
  133. boards: cadence: Rename to cdns

    Aligns with vendor prefix
    
    Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
    nordicjm authored and carlescufi committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    291c7cd View commit details
    Browse the repository at this point in the history
  134. boards: laird_connect: Rename to lairdconnect

    Aligns with vendor prefix
    
    Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
    nordicjm authored and carlescufi committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    3c1cdc2 View commit details
    Browse the repository at this point in the history
  135. boards: raspberry_pi: Rename to raspberrypi

    Aligns with the vendor prefix
    
    Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
    nordicjm authored and carlescufi committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    a992785 View commit details
    Browse the repository at this point in the history
  136. boards: seeed_studio: Rename to seeed

    Aligns with vendor prefix
    
    Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
    nordicjm authored and carlescufi committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    4b5bd7a View commit details
    Browse the repository at this point in the history
  137. boards: space_cubics: Rename to sc

    Aligns with vendor prefix
    
    Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
    nordicjm authored and carlescufi committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    cabdd4a View commit details
    Browse the repository at this point in the history
  138. boards: ublox: Rename to u-blox

    Aligns with vendor prefix
    
    Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
    nordicjm authored and carlescufi committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    cdc3ef4 View commit details
    Browse the repository at this point in the history
  139. boards: wurth_elektronik: Rename to we

    Aligns with the vendor prefix
    
    Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
    nordicjm authored and carlescufi committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    4b4c3ca View commit details
    Browse the repository at this point in the history
  140. soc: altera: Rename to altr

    Aligns with vendor prefix
    
    Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
    nordicjm authored and carlescufi committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    0101216 View commit details
    Browse the repository at this point in the history
  141. soc: andes: Rename to andestech

    Aligns with vendor prefix
    
    Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
    nordicjm authored and carlescufi committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    2b9db15 View commit details
    Browse the repository at this point in the history
  142. soc: broadcom: Rename to brcm

    Aligns with vendor prefix
    
    Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
    nordicjm authored and carlescufi committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    8cb0c51 View commit details
    Browse the repository at this point in the history
  143. soc: cadence: Rename to cdns

    Aligns with vendor prefix
    
    Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
    nordicjm authored and carlescufi committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    71317d6 View commit details
    Browse the repository at this point in the history
  144. soc: raspberry_pi: Rename to raspberrypi

    Aligns with the vendor prefix
    
    Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
    nordicjm authored and carlescufi committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    813ed00 View commit details
    Browse the repository at this point in the history
  145. soc: xenvm: Rename to xen

    Aligns with vendor prefix
    
    Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
    nordicjm authored and carlescufi committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    a1393a0 View commit details
    Browse the repository at this point in the history
  146. soc: xilinx: Rename to xlnx

    Aligns with vendor prefix
    
    Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
    nordicjm authored and carlescufi committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    a37ddce View commit details
    Browse the repository at this point in the history
  147. MAINTAINERS: Update for renamed folders

    Updates for folders renamed to have their vendor prefix names
    
    Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
    nordicjm authored and carlescufi committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    cc1dabc View commit details
    Browse the repository at this point in the history
  148. boards: nordic: Fix board names

    Fixes some board names in documentation that wasn't updated
    
    Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
    nordicjm authored and carlescufi committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    32ae491 View commit details
    Browse the repository at this point in the history
  149. boards: Add yaml files for boards missing revisions

    Adds dedicated yaml files for board that have revisions
    
    Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
    nordicjm authored and carlescufi committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    b766876 View commit details
    Browse the repository at this point in the history
  150. samples/tests: Use board revisions

    Updates boards so that the correct revision/revisions is/are tested
    
    Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
    nordicjm authored and carlescufi committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    5ee6058 View commit details
    Browse the repository at this point in the history
  151. 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>
    golowanow authored and carlescufi committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    f2b536d View commit details
    Browse the repository at this point in the history
  152. soc: nxp: convert LPC SOC family to hardware model V2

    Move LPC family to HWMv2
    
    Signed-off-by: David Leach <david.leach@nxp.com>
    
    soc: nxp: convert LPC SOC family to hardware model V2
    
    Move LPC family to HWMv2
    
    Signed-off-by: David Leach <david.leach@nxp.com>
    dleach02 authored and carlescufi committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    1a9c405 View commit details
    Browse the repository at this point in the history
  153. boards: nxp: convert lpcxpresso11u68 to hwmv2

    Convert lpcxpresso11u68
    
    Signed-off-by: David Leach <david.leach@nxp.com>
    dleach02 authored and carlescufi committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    82cf44b View commit details
    Browse the repository at this point in the history
  154. boards: nxp: convert lpcxpresso51u68 to hwmv2

    Convert lpcxpresso51u68
    
    Signed-off-by: David Leach <david.leach@nxp.com>
    dleach02 authored and carlescufi committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    5650c83 View commit details
    Browse the repository at this point in the history
  155. boards: nxp: convert lpcxpresso55s06 to hwmv2

    Convert lpcxpresso55s06
    
    Signed-off-by: David Leach <david.leach@nxp.com>
    dleach02 authored and carlescufi committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    9e5a10e View commit details
    Browse the repository at this point in the history
  156. boards: nxp: convert lpcxpresso55s16 to hwmv2

    Convert lpcxpresso55s16
    
    Signed-off-by: David Leach <david.leach@nxp.com>
    dleach02 authored and carlescufi committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    ad30c94 View commit details
    Browse the repository at this point in the history
  157. boards: nxp: convert lpcxpresso55s28 to hwmv2

    Convert lpcxpresso55s28
    
    Signed-off-by: David Leach <david.leach@nxp.com>
    dleach02 authored and carlescufi committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    88cfd3d View commit details
    Browse the repository at this point in the history
  158. boards: nxp: convert lpcxpresso55s36 to hwmv2

    Convert lpcxpresso55s36
    
    Signed-off-by: David Leach <david.leach@nxp.com>
    dleach02 authored and carlescufi committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    c29ed22 View commit details
    Browse the repository at this point in the history
  159. boards: nxp: convert lpcxpresso54114 to hwmv2

    Convert lpcxpresso54114
    
    Signed-off-by: David Leach <david.leach@nxp.com>
    dleach02 authored and carlescufi committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    d8cfa6f View commit details
    Browse the repository at this point in the history
  160. hwmv2: Global fix of lpc54114_m4 overlay and conf files

    Global fixup of overlay and conf files
    
    Signed-off-by: David Leach <david.leach@nxp.com>
    dleach02 authored and carlescufi committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    097205b View commit details
    Browse the repository at this point in the history
  161. boards: nxp: convert lpcxpresso55s69 to hwmv2

    Convert lpcxpresso55s69
    
    Signed-off-by: David Leach <david.leach@nxp.com>
    dleach02 authored and carlescufi committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    067c690 View commit details
    Browse the repository at this point in the history
  162. hwmv2: lpc: updated overlay and conf files in samples and tests

    Fixup for LPC54114 and LPC55S69
    
    Signed-off-by: Emilio Benavente <emilio.benavente@nxp.com>
    Signed-off-by: David Leach <david.leach@nxp.com>
    EmilioCBen authored and carlescufi committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    b4d1c04 View commit details
    Browse the repository at this point in the history
  163. hwmv2: nxp: update MAINTAINER paths for hwmv2

    Update for hwmv2
    
    Signed-off-by: David Leach <david.leach@nxp.com>
    dleach02 authored and carlescufi committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    dd8f842 View commit details
    Browse the repository at this point in the history
  164. hwmv2: Convert Seagate Faze board to hwmv2

    Convert Faze board
    
    Signed-off-by: David Leach <david.leach@nxp.com>
    dleach02 authored and carlescufi committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    06dac41 View commit details
    Browse the repository at this point in the history
  165. tests: drivers: flash: Renamed missed board rename

    Fixes a test which missed the rename of a board
    
    Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
    nordicjm authored and carlescufi committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    08708c9 View commit details
    Browse the repository at this point in the history
  166. boards: weact: stm32g431_core: Add wrongly deleted file back

    Adds a file back that was wrongly deleted in an unrelated
    commit
    
    Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
    nordicjm authored and carlescufi committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    550399e View commit details
    Browse the repository at this point in the history
  167. hwmv2: boards: intel: adsp: Fix runner after paths renamed

    Fix intel_adsp runner unable to find boards for flash after
    'drop duplicate prefix' folder renames zephyrproject-rtos#69505
    
    Signed-off-by: Dmitrii Golovanov <dmitrii.golovanov@intel.com>
    golowanow authored and carlescufi committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    e8f3e64 View commit details
    Browse the repository at this point in the history
  168. soc: Fix SOC_FAMILY name mismatches

    Fixes mismatches or missing SOC_FAMILY entries
    
    Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
    nordicjm authored and carlescufi committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    576b43a View commit details
    Browse the repository at this point in the history
  169. soc: brcm: bcm_vk: Rename to bcnvk

    Fixes a name mismatch with a family
    
    Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
    nordicjm authored and carlescufi committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    041cb52 View commit details
    Browse the repository at this point in the history
  170. soc: nxp: imxrt: move FLASH_MCUX_FLEXSPI_XIP_MEM_TARGET to SOC level

    FLASH_MCUX_FLEXSPI_XIP_MEM_TARGET definition is required to relocate SOC
    level files, as well as Flash and MEMC drivers. Therefore, move the
    Kconfig definition to the SOC level, and update the dependencies to
    better reflect when the definition is needed.
    
    Signed-off-by: Daniel DeGrasse <daniel.degrasse@nxp.com>
    danieldegrasse authored and carlescufi committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    bc8424d View commit details
    Browse the repository at this point in the history
  171. boards: nxp: update selection of FLASH_MCUX_FLEXSPI_XIP_MEM_TARGET

    Update selection of FLASH_MCUX_FLEXSPI_XIP_MEM_TARGET to now depend on
    FLASH_MCUX_FLEXSPI_XIP, as this is the symbol that drives the need to
    relocate critical FlexSPI files to RAM.
    
    Signed-off-by: Daniel DeGrasse <daniel.degrasse@nxp.com>
    danieldegrasse authored and carlescufi committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    da3e49d View commit details
    Browse the repository at this point in the history
  172. samples: blinky_pwm: enable pwm_leds in rpi_pico overlay

    Twister skips the blinky_pwm sample for the rpi_pico board because the
    pwm-leds compatible is disabled.
    
    Enable /pwm_leds node so that twister build the sample for the rpi_pico
    board.
    
    Signed-off-by: Torsten Rasmussen <Torsten.Rasmussen@nordicsemi.no>
    tejlmand authored and carlescufi committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    7277cae View commit details
    Browse the repository at this point in the history
  173. boards: Raspberry Pi pico pwm led adjustment

    The Raspberry Pi pico defines PWM leds, but on the Raspberry Pi pico
    w-variant the gpio to the led is routed to the WiFi/Bluetooth module,
    thus the led is not available.
    
    Introduce a HAS_DT_PWM_LED define which allows devicetree overlays for
    the rpi_pico board to distinguish between board variants with a pwm
    controlled led, and those without.
    
    Signed-off-by: Torsten Rasmussen <Torsten.Rasmussen@nordicsemi.no>
    tejlmand authored and carlescufi committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    037a3b5 View commit details
    Browse the repository at this point in the history
  174. soc: espressif_esp32: Port to HWMv2

    Ports the SoC configuration to hardware model version 2
    
    Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
    nordicjm authored and carlescufi committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    5e6c621 View commit details
    Browse the repository at this point in the history
  175. vendors: update vendors lists

    Add esp32-based board vendors.
    
    Signed-off-by: Sylvio Alves <sylvio.alves@espressif.com>
    sylvioalves authored and carlescufi committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    be1ee1c View commit details
    Browse the repository at this point in the history
  176. boards: riscv: esp32c3_devkitm: Convert to v2

    Converts the board to hwmv2
    
    Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
    nordicjm authored and carlescufi committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    0a96dcb View commit details
    Browse the repository at this point in the history
  177. boards: riscv: esp32c3_luatos_core: Convert to v2

    Converts the board to hwmv2
    
    Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
    nordicjm authored and carlescufi committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    22c2edb View commit details
    Browse the repository at this point in the history
  178. boards: riscv: stamp_c3: Convert to v2

    Converts the board to hwmv2
    
    Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
    nordicjm authored and carlescufi committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    fc7c6a0 View commit details
    Browse the repository at this point in the history
  179. boards: riscv: xiao_esp32c3: Convert to v2

    Converts the board to hwmv2
    
    Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
    nordicjm authored and carlescufi committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    3c670e4 View commit details
    Browse the repository at this point in the history
  180. boards: riscv: icev_wireless: Convert to v2

    Converts the board to hwmv2
    
    Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
    nordicjm authored and carlescufi committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    e23a412 View commit details
    Browse the repository at this point in the history
  181. boards: xtensa: esp32_devkitc_wroom: Convert to v2

    Converts the board to hwmv2
    
    Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
    nordicjm authored and carlescufi committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    32104db View commit details
    Browse the repository at this point in the history
  182. boards: xtensa: esp32_devkitc_wrover: Convert to v2

    Converts the board to hwmv2
    
    Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
    nordicjm authored and carlescufi committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    f910b7a View commit details
    Browse the repository at this point in the history
  183. boards: xtensa: esp32_ethernet_kit: Convert to v2

    Converts the board to hwmv2
    
    Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
    nordicjm authored and carlescufi committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    2335ae7 View commit details
    Browse the repository at this point in the history
  184. boards: xtensa: esp_wrover_kit: Convert to v2

    Converts the board to hwmv2
    
    Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
    nordicjm authored and carlescufi committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    5543040 View commit details
    Browse the repository at this point in the history
  185. boards: xtensa: esp32s2_franzininho: Convert to v2

    Converts the board to hwmv2
    
    Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
    nordicjm authored and carlescufi committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    4fa1ae8 View commit details
    Browse the repository at this point in the history
  186. boards: xtensa: esp32s2_lolin_mini: Convert to v2

    Converts the board to hwmv2
    
    Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
    nordicjm authored and carlescufi committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    ed854e0 View commit details
    Browse the repository at this point in the history
  187. boards: xtensa: esp32s2_saola: Convert to v2

    Converts the board to hwmv2
    
    Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
    nordicjm authored and carlescufi committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    cc96061 View commit details
    Browse the repository at this point in the history
  188. boards: xtensa: esp32s3_devkitm: Convert to v2

    Converts the board to hwmv2
    
    Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
    nordicjm authored and carlescufi committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    a78b255 View commit details
    Browse the repository at this point in the history
  189. boards: xtensa: esp32s3_luatos_core: Convert to v2

    Converts the board to hwmv2
    
    Signed-off-by: Sylvio Alves <sylvio.alves@espressif.com>
    sylvioalves authored and carlescufi committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    db1fd4d View commit details
    Browse the repository at this point in the history
  190. boards: xtensa: heltec_wifi_lora32_v2: Convert to v2

    Converts the board to hwmv2
    
    Signed-off-by: Sylvio Alves <sylvio.alves@espressif.com>
    sylvioalves authored and carlescufi committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    ca48c17 View commit details
    Browse the repository at this point in the history
  191. boards: xtensa: heltec_wireless_stick_lite_v3: Convert to v2

    Converts the board to hwmv2
    
    Signed-off-by: Sylvio Alves <sylvio.alves@espressif.com>
    sylvioalves authored and carlescufi committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    5afba78 View commit details
    Browse the repository at this point in the history
  192. boards: xtensa: kincony_kc868_a32: Convert to v2

    Converts the board to hwmv2
    
    Signed-off-by: Sylvio Alves <sylvio.alves@espressif.com>
    sylvioalves authored and carlescufi committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    d32828f View commit details
    Browse the repository at this point in the history
  193. boards: xtensa: m5stack_atoms3: Convert to v2

    Converts the board to hwmv2
    
    Signed-off-by: Sylvio Alves <sylvio.alves@espressif.com>
    sylvioalves authored and carlescufi committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    fe37eba View commit details
    Browse the repository at this point in the history
  194. boards: xtensa: m5stack_atoms3_lite: Convert to v2

    Converts the board to hwmv2
    
    Signed-off-by: Sylvio Alves <sylvio.alves@espressif.com>
    sylvioalves authored and carlescufi committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    fada12a View commit details
    Browse the repository at this point in the history
  195. boards: xtensa: m5stack_core2: Convert to v2

    Converts the board to hwmv2
    
    Signed-off-by: Sylvio Alves <sylvio.alves@espressif.com>
    sylvioalves authored and carlescufi committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    c296672 View commit details
    Browse the repository at this point in the history
  196. boards: xtensa: m5stack_stamps3: Convert to v2

    Converts the board to hwmv2
    
    Signed-off-by: Sylvio Alves <sylvio.alves@espressif.com>
    sylvioalves authored and carlescufi committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    9d81e41 View commit details
    Browse the repository at this point in the history
  197. boards: xtensa: m5stickc_plus: Convert to v2

    Converts the board to hwmv2
    
    Signed-off-by: Sylvio Alves <sylvio.alves@espressif.com>
    sylvioalves authored and carlescufi committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    b8340b0 View commit details
    Browse the repository at this point in the history
  198. boards: xtensa: odroid_go: Convert to v2

    Converts the board to hwmv2
    
    Signed-off-by: Sylvio Alves <sylvio.alves@espressif.com>
    sylvioalves authored and carlescufi committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    c1067c1 View commit details
    Browse the repository at this point in the history
  199. boards: xtensa: olimex_esp32_evb: Convert to v2

    Converts the board to hwmv2
    
    Signed-off-by: Sylvio Alves <sylvio.alves@espressif.com>
    sylvioalves authored and carlescufi committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    b6a11cc View commit details
    Browse the repository at this point in the history
  200. boards: xtensa: xiao_esp32s3: Convert to v2

    Converts the board to hwmv2
    
    Signed-off-by: Sylvio Alves <sylvio.alves@espressif.com>
    sylvioalves authored and carlescufi committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    a62278f View commit details
    Browse the repository at this point in the history
  201. boards: xtensa: yd_esp32: Convert to v2

    Converts the board to hwmv2
    
    Signed-off-by: Sylvio Alves <sylvio.alves@espressif.com>
    sylvioalves authored and carlescufi committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    914362b View commit details
    Browse the repository at this point in the history
  202. MAINTAINERS: update Espressif entries

    Make sure there is no invalid folder.
    
    Signed-off-by: Sylvio Alves <sylvio.alves@espressif.com>
    sylvioalves authored and carlescufi committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    3eba827 View commit details
    Browse the repository at this point in the history
  203. boards: legacy: remove index entry for xtensa/riscv boards.

    There are no documents to be build within this
    board_legacy folder.
    
    Signed-off-by: Sylvio Alves <sylvio.alves@espressif.com>
    sylvioalves authored and carlescufi committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    7752f69 View commit details
    Browse the repository at this point in the history
  204. samples: ipm_esp32: fix board labels and skip testing

    This sample code is currently not yet read for HWMv2 and sysbuild.
    Skip this test for now and have a fix later.
    
    Make sure sample code uses HWMv2 for board
    naming convention.
    
    Signed-off-by: Sylvio Alves <sylvio.alves@espressif.com>
    sylvioalves authored and carlescufi committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    615fcab View commit details
    Browse the repository at this point in the history
  205. boards: shields: m5stack_core2_ext: update board name

    Update documentation to meet HWMv2 naming convention.
    
    Signed-off-by: Sylvio Alves <sylvio.alves@espressif.com>
    sylvioalves authored and carlescufi committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    a4fe97b View commit details
    Browse the repository at this point in the history
  206. samples: tests: remove platform_exclude of esp32 boards

    Those related tests are automatically filtered out and
    the boards can be removed from there.
    
    Signed-off-by: Sylvio Alves <sylvio.alves@espressif.com>
    sylvioalves authored and carlescufi committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    9aeab17 View commit details
    Browse the repository at this point in the history
  207. samples: tests: update esp32-based board naming

    Make sure all those samples and tests use cpu cluster naming.
    
    Signed-off-by: Sylvio Alves <sylvio.alves@espressif.com>
    sylvioalves authored and carlescufi committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    2e816a8 View commit details
    Browse the repository at this point in the history
  208. boards: qemu: x86: Remove pointless file

    Removes a pointless file
    
    Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
    nordicjm authored and carlescufi committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    bb47243 View commit details
    Browse the repository at this point in the history
  209. boards/soc: Add missing copyright headers

    Adds missing copyright headers
    
    Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
    nordicjm authored and carlescufi committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    66ce5c0 View commit details
    Browse the repository at this point in the history
  210. maintainers: Fix xen path

    Fixes a path which was not updated for the xen soc
    
    Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
    nordicjm authored and carlescufi committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    58cc401 View commit details
    Browse the repository at this point in the history
  211. boards: up: Fix spaces

    Fixes compliance issue
    
    Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
    nordicjm authored and carlescufi committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    b1b85e2 View commit details
    Browse the repository at this point in the history
  212. maintainers: Fix invalid paths

    Fixes invalid paths
    
    Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
    nordicjm authored and carlescufi committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    8e02c08 View commit details
    Browse the repository at this point in the history
  213. soc: nxp: lpc: Move wrong configurations

    Moves wrong configuration items to the correct files
    
    Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
    nordicjm authored and carlescufi committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    dbc366c View commit details
    Browse the repository at this point in the history
  214. dts: bindings: vendor-prefixes: Sort entries

    Fixes out of order entries
    
    Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
    nordicjm authored and carlescufi committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    14ecafc View commit details
    Browse the repository at this point in the history
  215. workflow: compliance: Add rename limit

    Adds a rename limit to allow CI checks to run
    
    Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
    nordicjm authored and carlescufi committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    fdc76c4 View commit details
    Browse the repository at this point in the history
  216. bluetooth: controller: Fix openisa checks

    Fixes openisa checks which has been renamed
    
    Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
    nordicjm authored and carlescufi committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    b21a455 View commit details
    Browse the repository at this point in the history
  217. scripts: ci: check_compliance: improve the "not sorted" command

    Add a message to the KeepSorted error message with a oneline command to
    sort the block failing the check.
    
    Looks something like:
    
    KeepSorted:sorted block is not sorted, sort by running:
    "ex -s -c '14,757 sort i|x' dts/bindings/vendor-prefixes.txt"
    
    Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com>
    fabiobaltieri authored and carlescufi committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    f88f211 View commit details
    Browse the repository at this point in the history
  218. twister: add unit_testing soc and board

    Create board.yml and soc.yml for the unit_testing board so that
    list_board.py can correctly find those boards for twister unit test
    test-cases.
    
    Signed-off-by: Torsten Rasmussen <Torsten.Rasmussen@nordicsemi.no>
    tejlmand authored and carlescufi committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    fe25709 View commit details
    Browse the repository at this point in the history
  219. boards: riscv: esp32c3_luatos_core: make usb variant

    Converts the board above to use variant option.
    
    Signed-off-by: Sylvio Alves <sylvio.alves@espressif.com>
    sylvioalves authored and carlescufi committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    7aa36e6 View commit details
    Browse the repository at this point in the history
  220. scripts: utils: board_v1_to_v2: drop board_legacy prefix

    So that script can be used for out of tree boards from now on. All
    in-tree boards have been already ported, so the prefix no longer makes
    sense.
    
    Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com>
    gmarull authored and carlescufi committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    b774cdd View commit details
    Browse the repository at this point in the history
  221. boards: Drop revision from twister identifiers for default revisions

    Drops default revisions for twister usage for the default board
    revisions
    
    Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
    nordicjm authored and carlescufi committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    6ec6b1d View commit details
    Browse the repository at this point in the history
  222. tests/samples: Drop default revision identifiers

    Drops default identifiers
    
    Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
    nordicjm authored and carlescufi committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    196cfda View commit details
    Browse the repository at this point in the history
  223. boards: Fix variants and revisions

    Fixes revisions and variants which do not have the soc name in
    the filenames
    
    Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
    nordicjm authored and carlescufi committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    651a437 View commit details
    Browse the repository at this point in the history
  224. boards: firefly: roc_rk3568_pc: Fix SMP configuration

    Fixes the build configuration
    
    Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
    nordicjm authored and carlescufi committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    1c44588 View commit details
    Browse the repository at this point in the history
  225. hwmv2: MAINTAINERS: Fix NXP maintainer yaml

    Fix orphaned areas and wrong assigns of NXP platform areas,
    add MPU area, and clean up files patterns using regex
    
    Signed-off-by: Declan Snyder <declan.snyder@nxp.com>
    decsny authored and carlescufi committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    69bb0eb View commit details
    Browse the repository at this point in the history
  226. soc: nxp: imxrt11xx: only set CONFIG_CPU_HAS_FPU_DOUBLE_PRECISION for M7

    Only set CONFIG_CPU_HAS_FPU_DOUBLE_PRECISION for Cortex M7 cores, as the
    M4 core on iMXRT11xx parts does have a double precision FPU
    
    Signed-off-by: Daniel DeGrasse <daniel.degrasse@nxp.com>
    danieldegrasse authored and nordicjm committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    1e59b7a View commit details
    Browse the repository at this point in the history
  227. soc: nxp: convert iMX6 SoloX core to HWMv2

    Convert iMX6 SoloX core to HWMv2. This port currently only supports the
    M4 core (as it did in HWMv1)
    
    Signed-off-by: Daniel DeGrasse <daniel.degrasse@nxp.com>
    danieldegrasse authored and nordicjm committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    fd49b17 View commit details
    Browse the repository at this point in the history
  228. boards: udoo_neo_full: convert to HWMv2

    Convert udoo_neo_full board to HWMv2.
    
    Signed-off-by: Daniel DeGrasse <daniel.degrasse@nxp.com>
    danieldegrasse authored and nordicjm committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    29ef2f2 View commit details
    Browse the repository at this point in the history
  229. soc: nxp: convert iMX7 Dual core to HWMv2

    Convert iMX7 Dual core to HWMv2. As in HWMv1, Only M4 core is supported
    by this port.
    
    Signed-off-by: Daniel DeGrasse <daniel.degrasse@nxp.com>
    danieldegrasse authored and nordicjm committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    fc835d8 View commit details
    Browse the repository at this point in the history
  230. boards: colibri_imx7d: port to HWMv2

    Port Colibri iMX7D board to HWMv2. This port only supports the M4 core
    of the iMX7D SOC.
    
    Signed-off-by: Daniel DeGrasse <daniel.degrasse@nxp.com>
    danieldegrasse authored and nordicjm committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    e3629c6 View commit details
    Browse the repository at this point in the history
  231. boards: meerkat96: port to HWMv2

    Port 96boards meerkat96b board to HWMv2. This board port only supports
    the M4 core present on the iMX7D SOC.
    
    Signed-off-by: Daniel DeGrasse <daniel.degrasse@nxp.com>
    danieldegrasse authored and nordicjm committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    ae443d1 View commit details
    Browse the repository at this point in the history
  232. boards: warp7: convert to HWMv2

    Convert warp7 board to HWMv2. This board was originally ported
    using the iMX7D SOC (despite the fact that board uses an iMX7S
    SOC). For HWMv2, this board continues to use the IMX7D SOC port,
    since only the M4 core is enabled.
    
    Signed-off-by: Daniel DeGrasse <daniel.degrasse@nxp.com>
    danieldegrasse authored and nordicjm committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    84484e6 View commit details
    Browse the repository at this point in the history
  233. boards: pico_pi: convert to HVMv2

    Convert pico_pi board to HWMv2. This board port only supports the M4
    core on the SOC
    
    Signed-off-by: Daniel DeGrasse <daniel.degrasse@nxp.com>
    danieldegrasse authored and nordicjm committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    6987b2e View commit details
    Browse the repository at this point in the history
  234. soc: nxp: imx8mm: port iMX8MM M4 core to HVMv2

    Port iMX8MM M4 core of iMX8MM SOC  to HVMv2. The A53 core has already
    been ported, so this port adds to that SOC definition.
    
    Signed-off-by: Daniel DeGrasse <daniel.degrasse@nxp.com>
    danieldegrasse authored and nordicjm committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    f82c961 View commit details
    Browse the repository at this point in the history
  235. boards: imx8mm_evk: port CM4 core to HWMv2

    Port CM4 core to HVMv2. This core is merged with the existing board
    definition, which supported the A53 target.
    
    Signed-off-by: Daniel DeGrasse <daniel.degrasse@nxp.com>
    danieldegrasse authored and nordicjm committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    204372d View commit details
    Browse the repository at this point in the history
  236. boards: mimx8mm_phyboard: convert to HVMv2

    Convert mimx8mm_phyboard to HVMv2. This port only enables the M4 core of
    the iMX8MM SOC present on this board.
    
    Signed-off-by: Daniel DeGrasse <daniel.degrasse@nxp.com>
    danieldegrasse authored and nordicjm committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    3f9e706 View commit details
    Browse the repository at this point in the history
  237. soc: nxp: imx8mp: port M7 core to HWMv2

    Port M7 core of imx8mp to HWMv2
    
    Signed-off-by: Daniel DeGrasse <daniel.degrasse@nxp.com>
    danieldegrasse authored and nordicjm committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    06ad037 View commit details
    Browse the repository at this point in the history
  238. boards: nxp: mimx8mp_evk: port M7 core to HWMv2

    Port M7 core of mimx8mp_evk to HWMv2
    
    Signed-off-by: Daniel DeGrasse <daniel.degrasse@nxp.com>
    danieldegrasse authored and nordicjm committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    ab509a5 View commit details
    Browse the repository at this point in the history
  239. boards: phyboard_pollux: move to HVMv2

    Move phyboard_pollux to HWMv2
    
    Signed-off-by: Daniel DeGrasse <daniel.degrasse@nxp.com>
    danieldegrasse authored and nordicjm committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    f2eb765 View commit details
    Browse the repository at this point in the history
  240. boards: verdin_imx8mp: convert to HVMv2

    Convert verdin_imx8mp to HWMv2. Only the M7 core of the iMX8MP is
    currently supported
    
    Signed-off-by: Daniel DeGrasse <daniel.degrasse@nxp.com>
    danieldegrasse authored and nordicjm committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    8ea02f4 View commit details
    Browse the repository at this point in the history
  241. soc: nxp: port imx8mq SOC to HWMv2

    Port IMX8M Quad SOC to HWMv2. Only the M4 core is enabled.
    
    Signed-off-by: Daniel DeGrasse <daniel.degrasse@nxp.com>
    danieldegrasse authored and nordicjm committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    3ec2299 View commit details
    Browse the repository at this point in the history
  242. boards: mimx8mq_evk: port to HWMv2

    Port mimx8mq_evk to HWMv2. As this is the final SOC in the legacy
    boards folder, that folder is also removed
    
    Signed-off-by: Daniel DeGrasse <daniel.degrasse@nxp.com>
    danieldegrasse authored and nordicjm committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    1807bcf View commit details
    Browse the repository at this point in the history
  243. scripts: ci: check_compliance: remove HWMv1 checks

    Remove HWMv1 check compliance code, since no HWMv1 boards or SOCs
    now exist in tree
    
    Signed-off-by: Daniel DeGrasse <daniel.degrasse@nxp.com>
    Co-authored-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
    danieldegrasse and nordicjm committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    f12cb09 View commit details
    Browse the repository at this point in the history
  244. soc: Remove soc_legacy folder and move ARM Kconfig

    Removes the soc_legacy folder which is left over from the
    transition to hwmv2 and moves the Kconfig for ARM to arch
    
    Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
    nordicjm committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    57302b5 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2024

  1. boards: starfive: add visionfive2_jh7110 board

    added VisionFive2 defconfig for JH7110 SoC.
    
    Signed-off-by: Pratik Farkase <pratik.farkase@wsisweden.com>
    pfarwsi committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    676812b View commit details
    Browse the repository at this point in the history
  2. soc: starfive: jh71xx: add jh7110 soc support

    These list of files add Kconfig support for
    Starfive JH7110 SOC support.
    
    Signed-off-by: Pratik Farkase <pratik.farkase@wsisweden.com>
    pfarwsi committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    6381585 View commit details
    Browse the repository at this point in the history
  3. dts: riscv: starfive: add DT includes for JH7110 SOC

    These list of files add basic support for StarFive
    JH7110 SOC Device Tree includes for VisionFive2
    board.
    
    Signed-off-by: Pratik Farkase <pratik.farkase@wsisweden.com>
    pfarwsi committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    5917c40 View commit details
    Browse the repository at this point in the history
  4. CODEOWNERS: update CODEOWNERS/MAINTAINERS file

    Update the CODEOWNERS/MAINTAINERS file with StarFive
    VisionFive2 board maintainers.
    
    Signed-off-by: Pratik Farkase <pratik.farkase@wsisweden.com>
    pfarwsi committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    9783bc1 View commit details
    Browse the repository at this point in the history
  5. boards: starfive: add visionfive2_jh7110 board

    added VisionFive2 Board files based on JH7110 SoC.
    this is basic board support. Board can be built using
    `visionfive2_jh7110`
    
    Signed-off-by: Kanak Shilledar <kanakshilledar111@protonmail.com>
    kanakshilledar committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    6700a41 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d33d5ba View commit details
    Browse the repository at this point in the history