-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main-structure-change' into main
- Loading branch information
Showing
79 changed files
with
53 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
This is a place holder |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
This is a placeholder |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,51 @@ | ||
Bare metal platform source code. | ||
# 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](https://github.com/polarfire-soc/polarfire-soc-documentation/blob/master/bare-metal-project-structure/bare-metal-software-project-structure.md) |