[roll] Roll fuchsia [kernel][boot-shim] Skip malformed devicetree CPU nodes

This change updates the CPU topology devicetree items to skip malformed
CPU nodes instead of short-circuiting. This is more resilient - allowing
the kernel possibly to boot with the well-formed entries - and
simplifies subsequent processing (e.g., in AppendItems()) to rely on
only well-formed data.

Original-Bug: 124336
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/959566
Original-Revision: a6b40885fe9b7480ef5709791f009c2cd514f207
GitOrigin-RevId: 8f710bdc18700de8c197381f8f4baff0a96da3e1
Change-Id: Ie085208da228d6bab7a236cc259af8a0658ac6c8
1 file changed
tree: ebc9d0cb374887e1245de366e4b2f9718fe36efd
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
  14. 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.