[roll] Roll fuchsia [gigaboot++] Fix a few CI/CQ errors

Fix a few issues discovered in CI/CQ testing of gigaboot++:

1. Always enable serial console print. Some CI/CQs need to read from
   serial to get device status.
2. Add memory attribute zbi items. Zircon efi service activation fails
   without it.
3. Move the adding of memory map, memory attribute zbi items to
   immediately before booting and add ExitBootService. This makes sure
   the memory map is accurate when handing off to zircon.
4. Reset reboot mode after querying. This prevents repetitively
   rebooting into recovery in warmboot.

Original-Bug: b/268532862

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/802269
Original-Revision: 02f8806af8fca721b2809b55900db72730a957cd
GitOrigin-RevId: f81c37de5b11ca7389a6437338e682c6251f4bc8
Change-Id: Ibc3684a869e5ce141295b19d6e80668a869374ed
1 file changed
tree: 9b3b10ee3a6d9cc14e32573fbc29a3d56298e079
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
  13. 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.