[roll] Roll fuchsia [driver][sdk] Improve mock-mmio/globally-ordered-region diagnostics.

This CL

1. Adds messages to the ZX_ASSERT() checks. The messages include details
   about the expected memory access and the received memory access, to
   help driver developers debug their code and tests.

2. Adds two missing checks: operation size for memory reads, operation
   type for memory writes.

Test: Tested against in-development driver.
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/711448
Original-Revision: 536671404203cdb273d43502b15d71bb845b5252
GitOrigin-RevId: 03c14fc0e2a2ad9ad86c531a53b192244b9273a4
Change-Id: I58f5772c8fbbbb2fa97bd7f86bddc50ed98fd00c
1 file changed
tree: 8e7700904d2a7249380ab95d218d7669c8eb06f3
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. toolchain
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance in one of the communication channels documented at get involved.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.