This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Is there a list of direct addressing in assembler ?

Hello,

Although I fear already knowing the answer to my question I'm asking anyway who knows may be someone will have a good answer

Is there a standardized list of addresses corresponding to all GPIO on boards ?

If so where there find , otherwise what is the best way to find it for you?

Regard,

Parents
  • Isn't this what all the device tree support work is about, to stick a standard description of the devices on a board into the boot rom so any later code can use them without having to have constants built in? Linus Torvalds  had a rant about this very point a couple of years ago and it is one of the jobs Linaro has done a lot of work to solve.

Reply
  • Isn't this what all the device tree support work is about, to stick a standard description of the devices on a board into the boot rom so any later code can use them without having to have constants built in? Linus Torvalds  had a rant about this very point a couple of years ago and it is one of the jobs Linaro has done a lot of work to solve.

Children