[roll] Roll fuchsia [boot-shim] Introduce DevicetreeMemoryItem

This device item is in charge of digesting memory items within a
devicetree. That is, memory nodes, reserved-memory nodes and memreserve
ranges.

Test include individual case parsing, and a mixed case that includes
checking the verified ZBI image.

This Item is meant to be used as a bootstrapping item, that will allow
general matchers to perform allocations.

Original-Bug: 78675
Test: fx test boot-shim-unittests
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/858118
Original-Revision: 6227d6a487163aa36955081e057d34910214d3d3
GitOrigin-RevId: 0857833bbcff5f36a4040d1b3af6e653a7827e78
Change-Id: Ia4fc0c53d3b0614b6e8d8dc86452b274091d9efe
1 file changed
tree: 1d2927d888f875b5c59055c6dc3d3345aa2631bb
  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.