sc7180: Provide initial SoC support
Change-Id: Iddcef560c1987486436b73ca1d5fc83cee2f713c Signed-off-by: T Michael Turney <mturney@codeaurora.org> Reviewed-on: https://review.coreboot.org/c/coreboot/+/35494 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Julius Werner <jwerner@chromium.org>
This commit is contained in:
committed by
Patrick Georgi
parent
511a8f5538
commit
7783c606a4
@@ -7,3 +7,4 @@ This section contains documentation about coreboot on specific SOCs.
|
||||
- [AMD](amd/index.md)
|
||||
- [Cavium](cavium/index.md)
|
||||
- [Intel](intel/index.md)
|
||||
- [Qualcomm](qualcomm/index.md)
|
||||
|
7
Documentation/soc/qualcomm/index.md
Normal file
7
Documentation/soc/qualcomm/index.md
Normal file
@@ -0,0 +1,7 @@
|
||||
# Qualcomm SOC-specific documentation
|
||||
|
||||
This section contains documentation about coreboot on specific Qualcomm SOCs.
|
||||
|
||||
## Platforms
|
||||
|
||||
- [SC7180 series](sc7180/index.md)
|
19
Documentation/soc/qualcomm/sc7180/index.md
Normal file
19
Documentation/soc/qualcomm/sc7180/index.md
Normal file
@@ -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.
|
||||
|
||||
|
Reference in New Issue
Block a user