From 7783c606a4694c39d2da26d10cf6b3ad036dfa81 Mon Sep 17 00:00:00 2001 From: T Michael Turney Date: Wed, 9 Oct 2019 07:04:54 -0700 Subject: sc7180: Provide initial SoC support Change-Id: Iddcef560c1987486436b73ca1d5fc83cee2f713c Signed-off-by: T Michael Turney Reviewed-on: https://review.coreboot.org/c/coreboot/+/35494 Tested-by: build bot (Jenkins) Reviewed-by: Julius Werner --- Documentation/soc/qualcomm/index.md | 7 +++++++ Documentation/soc/qualcomm/sc7180/index.md | 19 +++++++++++++++++++ 2 files changed, 26 insertions(+) create mode 100644 Documentation/soc/qualcomm/index.md create mode 100644 Documentation/soc/qualcomm/sc7180/index.md (limited to 'Documentation/soc/qualcomm') diff --git a/Documentation/soc/qualcomm/index.md b/Documentation/soc/qualcomm/index.md new file mode 100644 index 0000000000..5cd79819bd --- /dev/null +++ b/Documentation/soc/qualcomm/index.md @@ -0,0 +1,7 @@ +# Qualcomm SOC-specific documentation + +This section contains documentation about coreboot on specific Qualcomm SOCs. + +## Platforms + +- [SC7180 series](sc7180/index.md) diff --git a/Documentation/soc/qualcomm/sc7180/index.md b/Documentation/soc/qualcomm/sc7180/index.md new file mode 100644 index 0000000000..8f5d33d8c4 --- /dev/null +++ b/Documentation/soc/qualcomm/sc7180/index.md @@ -0,0 +1,19 @@ +# Qualcomm SC7180 documentation + +## SOC code + +The SOC folder contains functions for: +* MMU +* CLOCK +* GPIO +* QUPv3 FW (provides a bridge to serial interfaces) +* UART +* SPI-NOR +* AOP FW +* USB + +## Notes about the hardware + +The timer is used from the ARMv8 architecture specific code. + + -- cgit v1.2.3