[roll] Roll fuchsia [gigaboot] Use libzbi for appending zbi items.

This CL switches gigaboot from prepending additional zbi items before
the ramdisk to appending zbi items after the ramdisk, which enables us
to use libzbi instead of using the custom add_bootdata() function.

Also remove boot_kernel(), which seems to have no users left.

Test: can still boot zircon
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/530745
Original-Revision: f1cd3e9a2adfca01f324279ef49cb7263bf8d5a9
GitOrigin-RevId: 1d833b09a0b69bdb244747ccadcddc4b8fb79975
Change-Id: I7482df1875e275876f43e5f218bc951c355f21b3
1 file changed
tree: 29908ba087c55942d69bc58772039069295e5da5
  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.