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

Generate MRx values according to DRAM chip specs #15

Open
jeanthom opened this issue Jun 23, 2020 · 1 comment
Open

Generate MRx values according to DRAM chip specs #15

jeanthom opened this issue Jun 23, 2020 · 1 comment
Labels
enhancement New feature or request libgram
Milestone

Comments

@jeanthom
Copy link
Owner

Currently we use hardcoded values of the MR registers that only work on the ECPIX-5. We should either:

  • set MR registers at compile time (leaner code, smaller ROM footprint)
  • allow loading MR registers from a struct of some sort (needs a bit more code but could allow for a single firmware image to work on multiple boards with different RAM chips)
@jeanthom jeanthom added enhancement New feature or request libgram labels Jun 23, 2020
@jeanthom jeanthom added this to the Cleaner gram milestone Jun 23, 2020
@jeanthom
Copy link
Owner Author

jeanthom commented Jul 30, 2020

This has been partially fixed in bae4da5, we now have to generate those MRx values.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request libgram
Projects
None yet
Development

No branches or pull requests

1 participant