-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Description
Currently, osd_memory_write() is fire-and-forget; the software does not know when MAM has finished writing data to the memory. This causes problems when memory loading must be finished before CPUs can be started.
We therefore should
- Add an write acknowledgement event to MAM which is sent out if a write request has finished.
- Make the OSD software block until this write ACK has arrived.
Metadata
Metadata
Assignees
Labels
No labels