[roll] Roll fuchsia [vmm] Pass ZBI_TYPE_MEM_CONFIG item to the x86 zircon guest

zbi_mem_range_t is now the preferred memory range metadata format and
early boot logic will soon take a hard dependency on it.

A ZbiMemRanges abstraction is introduced to encapsulate the
arch-specific manner in which ranges are specified, and in order to
share code with the E820 logic on the x86 side.

Original-Bug: 65091
Original-Bug: 80006
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/552763
Original-Revision: 7f15ddf8731ae81e7c90be04fd1206cba3fd1e2c
GitOrigin-RevId: 76ee01b124454278e73b38df9c25ddf2149c8cb3
Change-Id: I03063863abe1919ec39c5c4ba734395a11183bd2
1 file changed
tree: fa7bcabe0d1bb8b3bece4d00ceba09d89db07401
  1. garnet/
  2. infra/
  3. peridot/
  4. third_party/
  5. topaz/
  6. zircon/
  7. firmware
  8. flower
  9. jiri.lock
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
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.