replace stuff from samsung source

This commit is contained in:
SaschaNes
2025-08-13 08:42:30 +02:00
parent 162770809f
commit f91aec16a0
37 changed files with 208981 additions and 1038 deletions

View File

@@ -26,10 +26,6 @@ properties:
$ref: '/schemas/types.yaml#/definitions/uint32'
description: Peripheral authentication ID of the subsystem.
qcom,guest-cpus:
$ref: '/schemas/types.yaml#/definitions/string'
description: Guest CPUs.
qcom,firmware-name:
$ref: '/schemas/types.yaml#/definitions/string'
description: Virtual machine name.
@@ -46,7 +42,6 @@ required:
- compatible
- qcom,pas-id
- qcom,vmid
- qcom,guest-cpus
- qcom,firmware-name
- memory-region
- virtio-backends
@@ -59,7 +54,6 @@ examples:
compatible = "qcom,gh-secure-vm-loader";
qcom,pas-id = <28>;
qcom,vmid = <45>;
qcom,guest-cpus = "5-6";
qcom,firmware-name = "trustedvm";
memory-region = <&trust_ui_vm_mem>;
virtio-backends = <&trust_ui_vm_virt_be0>;