diff options
author | Manel Caro <mcaro@iseebcn.com> | 2019-03-09 21:38:10 +0100 |
---|---|---|
committer | Manel Caro <mcaro@iseebcn.com> | 2019-03-09 21:38:10 +0100 |
commit | fa1e1822769d735745869ef02671408d006f2b13 (patch) | |
tree | ed36d7f424d7535eff2bf5d089847dc1fe3a31be /test-cli/test/helpers/get_dieid.py | |
parent | e4366bb1f2dc3a43a1289f6f76967f1005278954 (diff) | |
download | board-fa1e1822769d735745869ef02671408d006f2b13.zip board-fa1e1822769d735745869ef02671408d006f2b13.tar.gz board-fa1e1822769d735745869ef02671408d006f2b13.tar.bz2 |
Change some test
Update some tests
Diffstat (limited to 'test-cli/test/helpers/get_dieid.py')
-rw-r--r-- | test-cli/test/helpers/get_dieid.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test-cli/test/helpers/get_dieid.py b/test-cli/test/helpers/get_dieid.py index 029ddb5..b20f143 100644 --- a/test-cli/test/helpers/get_dieid.py +++ b/test-cli/test/helpers/get_dieid.py @@ -21,6 +21,8 @@ def read(addr): def getRegisters(model): if model.find("IGEP0046") == 0: registers = [0x021BC420, 0x021BC410] + elif model.find("IGEP0000") == 0: + registers = [0x021BC420, 0x021BC410] elif model.find("IGEP0034") == 0 or model.find("SOPA0000") == 0: registers = [0x44e10630, 0x44e10634, 0x44e10638, 0x44e1063C] elif model.find("OMAP3") == 0: |