[roll] Roll fuchsia [devicetree-boot-shim] Introduce BootShimHelper

This object drives the entirety of PhysMain, giving a couple of spots to
inject custom code when forking the shim for new boards.

After the constructore and before initializing items is where one would
add custom items and initialize them. After Init but before Boot one
could inspect existing items and generate additional information, such
as programmatically generate data for another item.

Boot is a noreturn function that will append the contents of the items.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1259504
Original-Revision: d52edd8a35cdd7ba024c3f5edcb6fe7d90f75015
GitOrigin-RevId: 497bb39e2dd7fb1d3ad7bf7e0e40a89818fc507a
Change-Id: I43fd1cdee40716ea2a1b9e99966a3403813bfd68
1 file changed
tree: 7ad54ea34f5ffa65c4a8fd450cb34c0a43dabfc4
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. flower
  6. jiri.lock
  7. MILESTONE
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. 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 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.