[roll] Roll fuchsia [av400][aml-cpu] Add Amlogic A113X2 cpu module

1. Run `runtests -n device-enumeration-test`.
2. Run `cpuctl`
  $ cpuctl list
    Domain 000

  $ cpuctl describe
    Domain 000
    4 logical cores
     + pstate: 0
       - freq: 2016000000hz
     ...
     + pstate: 12
       - freq: 100000000hz
       - volt: 769000uv

  $ cpuctl pstate 000 0
  $ clkctl measure -idx 6
    [   6][ 126 MHz] sys_cpu_clk_div16 (2016MHz / 16 = 126)

  ...
  $ cpuctl pstate 000 12
  $ clkctl measure -idx 6
    [   6][   6 MHz] sys_cpu_clk_div16 (100MHz / 16 = 6)

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/709423
Original-Revision: f601a426b2d63b4f81a09f657134040b86a3e481
GitOrigin-RevId: 32be7efe71322e6a8d36ca5e6c177a442da7a66e
Change-Id: I24aa3181fd038c6f78463752d3cc157f5228432d
1 file changed
tree: 9f9a3f9e5810a44229153ae801177c7d4ef9cbb5
  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.