mbox series

[next,0/4] rockchip: imply ARMV8_CRYPTO on px30 + px30-ringneck/rk3399-puma defconfig changes

Message ID 20240614-ringneck-no-gadget-v1-0-d3bc6e5088de@cherry.de
Headers show
Series rockchip: imply ARMV8_CRYPTO on px30 + px30-ringneck/rk3399-puma defconfig changes | expand

Message

Quentin Schulz June 14, 2024, 11:04 a.m. UTC
This implies ARMV8_CRYPTO + CONFIG_ARMV8_SET_SMPEN for cache
coherency on PX30.

Disable USB gadget support on PX30 as I've never been able to make it
work in either Linux upstream or Rockchip's downstream 5.10, and while
it exposes a device when executing the ums command in U-Boot, it never
works. So disable for now to not mislead users.

Additionally, add full fit support in SPL for PX30 Ringneck.

Finally, add button support for Puma since its Haikou devkit exposes 4
over GPIO.

Signed-off-by: Quentin Schulz <quentin.schulz@cherry.de>
---
Quentin Schulz (4):
      rockchip: ringneck-px30: disable broken USB gadget
      rockchip: ringneck-px30: enable FIT verification in SPL
      rockchip: px30: imply ARMV8_CRYPTO
      rockchip: puma-rk3399: add button support

 arch/arm/mach-rockchip/Kconfig  |  2 ++
 configs/puma-rk3399_defconfig   |  2 ++
 configs/ringneck-px30_defconfig | 10 ++++------
 3 files changed, 8 insertions(+), 6 deletions(-)
---
base-commit: ae4aaa44977cbe522e9f38f2ac2ac07a784bf867
change-id: 20240613-ringneck-no-gadget-848400043608

Best regards,