[roll] Roll fuchsia [legacy-boot-shim] Use UartItem

This is because the ACPI tables are now parsed on InitMemory,
and gLegacyBoot.acpi_rsdp && gLegacyBoot.uart are set at that point.

Move LegacyBootShim to use boot_shim::UartItem, instead of AcpiUartItem,
now that the ACPI tables are parsed and the relevant information is
within LegacyBoot.

Removed acpi.cc/.h and updated tests to verify that the boot shims
propagates the values from LegacyBoot.

Original-Bug: 97896
Test: fx test -v -o legacy-boot-shim-tests
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/666942
Original-Revision: 0c447a631dd0138248aa8e3a7e7189a9947ee2a7
GitOrigin-RevId: 14ed3a663bfeb24da8a8eda711cec9c630540b3a
Change-Id: I0735e9fa115b82a9e7aec3f8c9f1908797c2db08
1 file changed
tree: 7f91617c39cad510d615c7539cc5f3a2e48fc251
  1. infra/
  2. third_party/
  3. cts
  4. firmware
  5. flower
  6. jiri.lock
  7. minimal
  8. prebuilts
  9. README.md
  10. stem
  11. test_durations
  12. 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.