aboutsummaryrefslogtreecommitdiff
path: root/util/rockchip/description.md
diff options
context:
space:
mode:
authorYilin Yang <kerker@google.com>2020-09-16 16:01:40 +0800
committerHung-Te Lin <hungte@chromium.org>2020-09-18 13:30:05 +0000
commit46eaa5a1bac3c1fbd7c84bd2f609736eb6aa50fb (patch)
tree7c9773e58710180c2956ec2ae440be3d9ded31fa /util/rockchip/description.md
parent12beaea5e21e0e4db2608840cc78b8bee04320c8 (diff)
util/rockchip: Port make_idb.py to python3
BUG=chromium:1023662 TEST=buildbot pass TEST=1. Use python2 script 2. Run `emerge-kevin coreboot` twice, so we get bootblock.bin.1 and bootblock.bin.2 3. Run `xxd` on these two bootblock so we get bootblock.bin.1.hex and bootblock.bin.2.hex 4. `diff bootblock.bin.1.hex bootblock.bin.2.hex` and record the difference. (at least, the time info changes) 5. Migrate to python3 6. Similar steps, we get bootblock.bin.py3.hex 7. `diff bootblock.bin.1.hex bootblock.bin.py3.hex`, the difference is similar. (time info, git hash changes) Signed-off-by: Yilin Yang <kerker@google.com> Change-Id: I04253084ec9b65310c52598b629390051cd2172b Reviewed-on: https://review.coreboot.org/c/coreboot/+/45447 Reviewed-by: Yu-Ping Wu <yupingso@google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'util/rockchip/description.md')
-rw-r--r--util/rockchip/description.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/rockchip/description.md b/util/rockchip/description.md
index 3eed7a6899..e482d1eb1e 100644
--- a/util/rockchip/description.md
+++ b/util/rockchip/description.md
@@ -1 +1 @@
-Generate Rockchip idblock bootloader. `Python2`
+Generate Rockchip idblock bootloader. `Python3`