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

Regroup hardware addresses and remove them from the code itself #78

Open
9 tasks
artart78 opened this issue Jan 19, 2021 · 1 comment
Open
9 tasks

Regroup hardware addresses and remove them from the code itself #78

artart78 opened this issue Jan 19, 2021 · 1 comment
Labels
bug quality Making the code beautiful™

Comments

@artart78
Copy link
Member

Affected modules:

  • audio
  • ge
  • loadexec
  • me_wrapper?
  • exceptionman
  • sysmem
  • syscon
  • loadcore
  • lowio

Note this can also help resolving bugs, for example, from lowio/nand.c:

./lowio/nand.c:                 _sw(eccbuf[0], 0xBFF0900);
./lowio/nand.c:                 _sw(eccbuf[1], 0xBFF0904);
./lowio/nand.c:                 _sw(eccval, 0xBFF0908);
@artart78 artart78 added bug quality Making the code beautiful™ labels Jan 19, 2021
@John-K
Copy link
Contributor

John-K commented Jan 29, 2021

I've got a bunch of this work on my WIP lowio branch, in particular this commit

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug quality Making the code beautiful™
Projects
None yet
Development

No branches or pull requests

2 participants