Skip to content

Commit ed6f068

Browse files
Eddie Jamesshenki
authored andcommitted
ARM: dts: aspeed: everest: Add reserved memory for TPM event log
Trusted boot support requires the platform event log passed up from the bootloader. In U-Boot, this can now be accomplished with a reserved memory region, so add a region for this purpose to the Everest BMC devicetree. Signed-off-by: Eddie James <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Joel Stanley <[email protected]>
1 parent 695cb11 commit ed6f068

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

arch/arm/boot/dts/aspeed-bmc-ibm-everest.dts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,11 @@
162162
#size-cells = <1>;
163163
ranges;
164164

165+
event_log: tcg_event_log@b3d00000 {
166+
no-map;
167+
reg = <0xb3d00000 0x100000>;
168+
};
169+
165170
ramoops@b3e00000 {
166171
compatible = "ramoops";
167172
reg = <0xb3e00000 0x200000>; /* 16 * (4 * 0x8000) */
@@ -1887,6 +1892,7 @@
18871892
tpm@2e {
18881893
compatible = "nuvoton,npct75x", "tcg,tpm-tis-i2c";
18891894
reg = <0x2e>;
1895+
memory-region = <&event_log>;
18901896
};
18911897
};
18921898

0 commit comments

Comments
 (0)