mirror of
git://nv-tegra.nvidia.com/device/hardware/nvidia/t23x-public-dts.git
synced 2025-12-22 09:12:02 +03:00
dts: optee: Update fTPM v2.0 nodes
This patch updates the fTPM nodes in Tegra234 OP-TEE dts to conform to the fTPM v2.0 design. Bug 200771475 Bug 4610123 Change-Id: I6a620f7097b9b7a3b6698f50c3cc0e8b83c7c7f8 Reviewed-on: https://git-master.nvidia.com/r/c/device/hardware/nvidia/t23x-public-dts/+/3193965 Reviewed-by: Bibek Basu <bbasu@nvidia.com> GVS: buildbot_gerritrpt <buildbot_gerritrpt@nvidia.com> Tested-by: Joseph Lo <josephl@nvidia.com> Reviewed-by: Jimmy Zhang <jimmzhang@nvidia.com> Reviewed-by: Joseph Lo <josephl@nvidia.com>
This commit is contained in:
committed by
mobile promotions
parent
ab9b7d747f
commit
a082494d45
@@ -96,25 +96,20 @@
|
|||||||
secure-status = "disabled";
|
secure-status = "disabled";
|
||||||
};
|
};
|
||||||
|
|
||||||
/* This is the Silicon ID public key. */
|
/*
|
||||||
silicon-id-pubkey@0 {
|
* This is the Firmware ID private key.
|
||||||
compatible = "nvidia,ftpm-silicon-id-pubkey";
|
* OP-TEE needs it to sign the EK CSR.
|
||||||
|
*/
|
||||||
|
firmware-id-privkey@0 {
|
||||||
|
compatible = "nvidia,ftpm-firmware-id-privkey";
|
||||||
reg = <0 0 0 0>;
|
reg = <0 0 0 0>;
|
||||||
status = "disabled";
|
status = "disabled";
|
||||||
secure-status = "disabled";
|
secure-status = "disabled";
|
||||||
};
|
};
|
||||||
|
|
||||||
/* This is the signature of the MB2 measurement. */
|
/* This is the Firmware ID certificate. */
|
||||||
mb2-event-log-sig@0 {
|
firmware-id-certificate@0 {
|
||||||
compatible = "nvidia,ftpm-mb2-event-log-sig";
|
compatible = "nvidia,ftpm-firmware-id-certificate";
|
||||||
reg = <0 0 0 0>;
|
|
||||||
status = "disabled";
|
|
||||||
secure-status = "disabled";
|
|
||||||
};
|
|
||||||
|
|
||||||
/* This is the signature of the TOS image measurement. */
|
|
||||||
tos-event-log-sig@0 {
|
|
||||||
compatible = "nvidia,ftpm-tos-event-log-sig";
|
|
||||||
reg = <0 0 0 0>;
|
reg = <0 0 0 0>;
|
||||||
status = "disabled";
|
status = "disabled";
|
||||||
secure-status = "disabled";
|
secure-status = "disabled";
|
||||||
|
|||||||
Reference in New Issue
Block a user