> From: Peter Crosthwaite [mailto:crosthwaitepe...@gmail.com] > Sent: Sunday, 6 December 2015 22:37 > On Thu, Dec 3, 2015 at 10:01 PM, Andrew Baumann > <andrew.baum...@microsoft.com> wrote: > > This adds the system mailboxes which are used to communicate with a > > number of GPU peripherals on Pi/Pi2. > > > > Are there any publically available specs for this? I found the > peripheral manual which documents the interrupts controller but I > couldnt easily find a doc to cover this. I can review without docs, > but it is a little harder. A few top level sentances about how it > works and what it does would help in commit message if we can't get a > doc.
The only docs I could find are: https://github.com/raspberrypi/firmware/wiki/Mailboxes https://github.com/raspberrypi/firmware/wiki/Accessing-mailboxes It probably doesn't hurt to add these links to either a header comment or commit message. I'll do that in v2. Andrew