Angel Pons uploaded patch set #3 to this change.

View Change

nb/intel/x4x: Relocate read to TPM base address

Other northbridges do it at the start of raminit. Also, since the TPM
access register is 8 bits wide, use 8-bit ops instead of 32-bit ops.

This register works the same for all TXT-enabled northbridges: If the
TPM access register is valid, and the establishment bit (bit 0) is set,
then a DRTM has not been established on the platform (or the TPM is not
present), and the memory will be unlocked. If bit 0 is clear, then the
memory may remain locked depending on whether it could contain secrets.

Change-Id: Ic36a2810a861758ce733fe80c4e555439e2ffb7b
Signed-off-by: Angel Pons <th3fanbus@gmail.com>
---
M src/northbridge/intel/x4x/bootblock.c
M src/northbridge/intel/x4x/raminit.c
2 files changed, 4 insertions(+), 4 deletions(-)

git pull ssh://review.coreboot.org:29418/coreboot refs/changes/90/45390/3

To view, visit change 45390. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Ic36a2810a861758ce733fe80c4e555439e2ffb7b
Gerrit-Change-Number: 45390
Gerrit-PatchSet: 3
Gerrit-Owner: Angel Pons <th3fanbus@gmail.com>
Gerrit-Reviewer: Damien Zammit
Gerrit-Reviewer: Patrick Rudolph <siro@das-labor.org>
Gerrit-Reviewer: build bot (Jenkins) <no-reply@coreboot.org>
Gerrit-CC: Paul Menzel <paulepanter@users.sourceforge.net>
Gerrit-MessageType: newpatchset