summaryrefslogtreecommitdiff
path: root/util/README.md
diff options
context:
space:
mode:
authorYilin Yang <kerker@google.com>2020-09-17 09:14:11 +0800
committerHung-Te Lin <hungte@chromium.org>2020-09-18 08:00:39 +0000
commit1502494cbac65282f5344b2b0b7ca5ea03cd0c76 (patch)
tree4ef5d42d60ff0d184b5b2086ef4d93e45930aaf4 /util/README.md
parentf944e619dd2739d268fc7eaea85d8acdf91bbfb8 (diff)
downloadcoreboot-1502494cbac65282f5344b2b0b7ca5ea03cd0c76.tar.xz
util/exynos: Port *_cksum.py to python3
BUG=chromium:1023662 TEST=1. Create a tiny file `in.txt` as input 2. Run `fixed_cksum.py in.txt out.txt 20` with py2 and py3 version, the output is the same 3. Run `variable_cksum.py in.txt out.txt` with py2 and py3 version, the output is the same Signed-off-by: Yilin Yang <kerker@google.com> Change-Id: I9428269dfb826a3a95fffef9ea3f7c1a7107ef84 Reviewed-on: https://review.coreboot.org/c/coreboot/+/45460 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Hung-Te Lin <hungte@chromium.org> Reviewed-by: Yu-Ping Wu <yupingso@google.com>
Diffstat (limited to 'util/README.md')
-rw-r--r--util/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/README.md b/util/README.md
index 5ed4e758a3..4b2fe385e3 100644
--- a/util/README.md
+++ b/util/README.md
@@ -32,7 +32,7 @@ _coreboot.org-status_ and _docs.coreboot.org_
* __ectool__ - Dumps the RAM of a laptop's Embedded/Environmental
Controller (EC). `C`
* __exynos__ - Computes and fills Exynos ROM checksum (for BL1 or BL2).
-`Python2`
+`Python3`
* __find_usbdebug__ - Help find USB debug ports
* __futility__ - Firmware utility for signing ChromeOS images `Make`
* __fuzz-tests__ - Create test cases that crash the jpeg code. `C`