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

For bd devregs #8

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

1udo6arre
Copy link

hello

This pull request adds:

  • Tools for generate dat file from svd file
  • An additional method to define the dat file from device-tree compatible

Regards
Ludo

This patch adds an additional method to defined the file name
based on the device-tree compatible.
dt compatible format:
 <manufacturer>,<soc_name>-<board_extension>

try to find:
/etc/devregs_<soc_name>.dat

Signed-off-by: Ludovic Barre <[email protected]>
The CMSIS System View Description format(CMSIS-SVD) formalizes
the description of the system contained in Arm, in particular,
the memory mapped registers of peripherals.

This script allows to generate dat file from SVD file.
SVD files are available on vendor site or https://github.com/posborne/cmsis-svd

Signed-off-by: Ludovic Barre <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant