eep

Overview

configure, read and write the eep rom

Python Class & Methods Index

class pyfabil.plugins.tpm_1_6.eep.Tpm_1_6_EEP(board, **kwargs)[source]

Tpm_1_6_EEP tests class

check_passwd()[source]
get_field(key)[source]
poll_reg(reg, exit_condition, exception_val)[source]
rd16(offset)[source]
rd32(offset)[source]
rd8(offset, use_password=False)[source]

Read 8-bit value from EEP ROM

rd_string(partition)[source]
remove_passwd()[source]
set_field(key, value, override_protected=False)[source]
set_passwd()[source]
wr32(offset, data)[source]
wr8(offset, data)[source]

Write 8-bit value to EEP ROM

wr_string(partition, string)[source]