Merge pull request #1647 from equipter/master

Update hf_14a_i2crevive.lua
This commit is contained in:
Iceman 2022-03-30 18:00:15 +02:00 committed by GitHub
commit 1b0bac5663
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 4 deletions

View file

@ -3,6 +3,7 @@ All notable changes to this project will be documented in this file.
This project uses the changelog in accordance with [keepchangelog](http://keepachangelog.com/). Please use this to write notable changes, which is not the same as git commit log...
## [unreleased][unreleased]
- Updated hf_14a_i2crevive.lua - fixed broken apdus (@Equipter)
- Use 128 bit slices whenever ARM NEON is available to speed up hardnested (@Doridian)
- Fixed compilation of mfd_aes_brute on Apple M1 based Macs (@Doridian)
- Changed calculation of companion ARM firmware hash to be uniform accross platforms (@Doridian)

View file

@ -34,14 +34,17 @@ local function i2cR()
return {
[0] = 'hf 14a raw -k -a -b 7 40',
[1] = 'hf 14a raw -k -a 43',
[2] = 'hf 14a raw -c -a A2005380712A',
[2] = 'hf 14a raw -c -a A203E1106D00',
[3] = 'hf 14a raw -k -a -b 7 40',
[4] = 'hf 14a raw -k -a 43',
[5] = 'hf 14a raw -c -a A2010200D980',
[5] = 'hf 14a raw -c -a A20244000F00',
[6] = 'hf 14a raw -k -a -b 7 40',
[7] = 'hf 14a raw -k -a 43',
[8] = 'hf 14a raw -c -a A2025B480000',
[9] = 'hf 14a raw -c -a 5000',
[8] = 'hf 14a raw -c -a A2E20000FF00',
[9] = 'hf 14a raw -k -a -b 7 40',
[10] = 'hf 14a raw -k -a 43',
[11] = 'hf 14a raw -c -a A2E3000000E3',
[12] = 'hf 14a raw -c -a 5000',
}
end