hal_microchip/mpfs
Conor Paxton 5d079f1683 mpfs:CMakeLists.txt: Adding mss_gpio directory to build
Adding the PolarFire SoC Icicle Kit mss_gpio driver to the
zephyr build

Signed-off-by: Conor Paxton <conor.paxton@microchip.com>
2022-04-08 15:33:15 -04:00
..
boards/icicle-kit-es modules: microchip: mpfs: Adding Polarfire SoC mpfs hal 2022-04-08 15:33:15 -04:00
drivers modules: microchip: mpfs: Adding Polarfire SoC mpfs hal 2022-04-08 15:33:15 -04:00
hal modules: microchip: mpfs: Adding Polarfire SoC mpfs hal 2022-04-08 15:33:15 -04:00
mpfs_hal modules: microchip: mpfs: Adding Polarfire SoC mpfs hal 2022-04-08 15:33:15 -04:00
platform_config_reference modules: microchip: mpfs: Adding Polarfire SoC mpfs hal 2022-04-08 15:33:15 -04:00
soc_config_generator modules: microchip: mpfs: Adding Polarfire SoC mpfs hal 2022-04-08 15:33:15 -04:00
CMakeLists.txt mpfs:CMakeLists.txt: Adding mss_gpio directory to build 2022-04-08 15:33:15 -04:00
readme.md modules: microchip: mpfs: Adding Polarfire SoC mpfs hal 2022-04-08 15:33:15 -04:00

readme.md

PolarFire® SoC platform source code

Repo organization

<platform>
  |
  |-- drivers
  |     |- fpga_ip
  |     |     | .
  |     |     | .  
  |     |-  mss
  |     |     |- mss-ethernet-mac
  |     |     |- mss-can
  |     |     |- mss-gpio
  |     |     |     .
  |     |     |     .
  |     |     |     .
  |     |     |- mss-mmc
  |     |     |- mss-watchdog  
  |     |           |- mss-watchdog.c
  |     |           |- mss-watchdog.h
  |     |
  |     |- off_chip
  |     |     |  .
  |     |     |  .
  |     |
  |-- hal
  |     |
  |-- mpfs_hal
  |     |
  |-- platform_config_reference
  |     |     |- linker
  |     |     |     |- mpfs-ddr-loaded-by-boot-loader.ld                
  |     |     |     |- mpfs-envm-lma-scratchpad-vma.ld
  |     |     |     |- mpfs-envm.ld                
  |     |     |     |- mpfs-lim-lma-scratchpad-vma.ld
  |     |     |     |- mpfs-lim.ld
  |     |     |
  |     |     |
  |     |     |- mpfs_hal_config
  |     |           |- mss_sw_config.h 
  |     | 
  |-- soc_config_generator
  |           |
  |           |- mpfs_configuration_generator.py
  

For detailed description about the contents of the platform sub-directories and the overall bare metal software project folder structure, please refer to the Bare Metal Software Projects Structure