tree: cd939edb74628c485e3f9132022e903d2db2c581 [path history] [tgz]
  1. arm64/
  2. common/
  3. emac/
  4. emulation/
  5. kernel_cmdline/
  6. partitions/
  7. qemu-arm64/
  8. riscv64/
  9. vim3/
  10. x64/
  11. arm64.gni
  12. BUILD.bazel
  13. BUILD.gn
  14. emac.gni
  15. OWNERS
  16. qemu-arm64.gni
  17. qemu-x64.gni
  18. README.md
  19. riscv64.gni
  20. vim3-devicetree.gni
  21. vim3-reduced-perf-variation.gni
  22. vim3.gni
  23. x64-reduced-perf-variation.gni
  24. x64.gni
boards/README.md

Boards

The concept of a board comes from a circuit board with various integrated circuits mounted on it and the usage herein generally refers to a System on a Chip (SoC) board. This concept also extends to logical (or virtual) boards for which there is no physical board.

Common boards are based on arm64 or x64 CPUs. For convenience, this directory contains arm64.gni and x64.gni which are imported into other <board>.gni files.

Further details can be found at Boards and Products