Skip to content

Commit

Permalink
Merge branch 'main-structure-change' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
con-pax committed Jun 25, 2021
2 parents 6710ffc + 4639366 commit 7ae5ae3
Show file tree
Hide file tree
Showing 79 changed files with 53 additions and 1 deletion.
1 change: 1 addition & 0 deletions drivers/fpga_ip/README.md
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.
1 change: 1 addition & 0 deletions drivers/off_chip/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
This is a placeholder
52 changes: 51 additions & 1 deletion readme.md
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)

0 comments on commit 7ae5ae3

Please sign in to comment.