Skip to content

MAM: Acknowledge writes #30

@imphil

Description

@imphil

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions