[roll] Roll fuchsia [gigaboot] Synthesise EFI memory attributes table.

On some systems, the EFI memory attributes table does not accurately
reflect all of the regions the EFI runtime services actually need.

For instance, on NUC11 the GetTime() call which we use to test EFI
relies on a MMIO region which is not included in the memory attributes
table.

This CL makes gigaboot synthesise an EFI memory attributes table by
combining the memory map returned by GetMemoryMap() and the memory
attributes table.

Original-Bug: 113304
Test: k ut efi on NUC11.
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/748288
Original-Revision: ce22348113c345e7136ff4e812b0874cc1a05e1b
GitOrigin-RevId: 25affb60a825205d4e358b05639b89a688b372bb
Change-Id: If4b9547132cfe40f15d7e9af5c809dbf5b44f0df
1 file changed
tree: abbe28620e4614781ffe03b81f2b65939ee76daf
  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.