You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
![]() |
10 months ago | |
---|---|---|
.. | ||
boards/icicle-kit-es | 10 months ago | |
drivers | 10 months ago | |
hal | 10 months ago | |
mpfs_hal | 10 months ago | |
platform_config_reference | 10 months ago | |
soc_config_generator | 10 months ago | |
CMakeLists.txt | 10 months ago | |
readme.md | 10 months ago |
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