mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-06-02 09:46:37 +03:00
Merge branch 'casey/qcom-main-13Apr2026' of https://source.denx.de/u-boot/custodians/u-boot-snapdragon
Various Qualcomm additions this cycle: * USB superspeed support for 1 platform * Initial support for the Milos platform and the Fairphone Gen 6 (chainloaded from ABL) * Improved support for booting with OP-TEE on supported platforms * Initial basic power domain support Notably there is a generic change to the device core, missing power domains will no longer cause a device to fail probe and instead will just print a warning. This shouldn't affect any existing platforms.
This commit is contained in:
5
board/qualcomm/debug-milos.config
Normal file
5
board/qualcomm/debug-milos.config
Normal file
@@ -0,0 +1,5 @@
|
||||
CONFIG_DEBUG_UART=y
|
||||
CONFIG_DEBUG_UART_ANNOUNCE=y
|
||||
CONFIG_DEBUG_UART_BASE=0xa94000
|
||||
CONFIG_DEBUG_UART_MSM_GENI=y
|
||||
CONFIG_DEBUG_UART_CLOCK=14745600
|
||||
4
board/qualcomm/tfa-optee.config
Normal file
4
board/qualcomm/tfa-optee.config
Normal file
@@ -0,0 +1,4 @@
|
||||
# Enables support for TF-A based OP-TEE as the open
|
||||
# source TrustZone stack on Qcom platforms
|
||||
CONFIG_TEE=y
|
||||
CONFIG_OPTEE=y
|
||||
Reference in New Issue
Block a user