[roll] Roll fuchsia [ftl] Diagnosis tool to forward ECC failure information to FTL.

Instead of skipping the failed ECC pages and leaving them blank, set the
ECC failure status in the ndm so that it will fail when the FTL reads
it. This will more closely emulate the behaviour on the prod device.

Also "continues" on failed reads instead of breaking while diagnosing
PBR, since read failures are actually expected to happen sometimes now
and have nothing to do with PBR.

Original-Bug: b/240347573
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/704663
Original-Revision: a7f2c43548dc735e511a83adba97f47c0b58aa9f
GitOrigin-RevId: 7619618dd586b16266f4e44efc6ac65c82c314ae
Change-Id: If982051555e15e07a3ccdf6758e6a2670e9c5695
1 file changed
tree: a10ef6b3d91c992a3522cfb91821dab6199e1802
  1. infra/
  2. third_party/
  3. cts
  4. firmware
  5. flower
  6. jiri.lock
  7. minimal
  8. prebuilts
  9. README.md
  10. stem
  11. test_durations
  12. 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 via the IRC channel #fuchsia on Freenode.

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.