[roll] Roll fuchsia [kernel][lib/arch] Update LBR code

This change:
* Updates miscellany for style and clarity.
* Removes the dependency of lib/arch on fbl
* Rewrites all of the LBR tests. They were made overly convoluted in
aiming for maximal coverage of the iteration mechanics across the legacy
LBR formats, which ultimately has lead to poor RoI and readability. We
now exercise the logic that is directly a function of the legacy formats
in more direct unit tests and greatly simplify the scope of the iteration
tests. Further simplification is made in replacing the use of
hwreg::MockIo with arch::testing::FakeMsrIo.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/477484
Original-Revision: 6e951092b211962e857ea3a8b6180a82398b3da1
GitOrigin-RevId: f3843bce8053e0f04318ffa0837311ab5ec235dd
Change-Id: I5829899e4dc0ccb76e16bc938bda3d6255c972ba
1 file changed
tree: e9bd43c7103b03e3da9ac72a9f110a97b1bdef80
  1. garnet/
  2. infra/
  3. peridot/
  4. third_party/
  5. topaz/
  6. zircon/
  7. flower
  8. jiri.lock
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. 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.