[roll] Roll fuchsia [kernel] Ensure monotonicity of timelines during early-boot

Dlog timestamps in early boot logs sometimes contained arbitrarily
large values. This was caused by some kernel code that sampled the
current boot time before the timer hardware had been initialized.
See the attached bug for more details.

This CL fixes the issue by ensuring that the timer register reads
on ARM always return 0 until the timer hardware is initialized.
The other architectures already return 0 during this interval, so
no changes are required on x86 or RISC-V.

Original-Fixed: 403329769
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1253654
Original-Revision: f50d675ac0db3aba77596a5ff398f713481f7029
GitOrigin-RevId: 7b2dfddcf7d584372a3c25fac5b63049f55a0abc
Change-Id: I5eccdb9483eac5716f8d1d7028963e4782073723
1 file changed
tree: 231c36218cf79447ae0ccd4dd01e80f1ee1a085a
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. 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 in one of the communication channels documented at get involved.

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.