summaryrefslogtreecommitdiff
path: root/util/README.md
diff options
context:
space:
mode:
authorIru Cai <mytbk920423@gmail.com>2020-05-13 10:00:28 +0800
committerIru Cai <mytbk920423@gmail.com>2020-05-14 13:29:21 +0800
commita7683e92c5bf3ed62f473b903d8fdb4a4c22037d (patch)
treef0966318990dc2fe1ff3e0249dfdf2a59a5da928 /util/README.md
parent6b95507ec5b087658178a325bdc68570bc48bb20 (diff)
downloadcoreboot-mec1322.tar.xz
util: add a tool to dump and insert MEC1322 firmwaremec1322
Refer to chip/mec1322/util/pack_ec.py in chromeec project for MEC1322 firmware format. Tested on the backup files of the system and private flashes of HP EliteBook 820 G1. This tool can dump the EC firmware from both flashes and insert the EC firmware to the original ROM file and make the ROM unchanged. It needs to be tested on real hardware to see if a modified ROM with a re-inserted EC firmware works. Change-Id: I999bf0289216bf72c4f8f19182c7670d7008b5f9 Signed-off-by: Iru Cai <mytbk920423@gmail.com>
Diffstat (limited to 'util/README.md')
-rw-r--r--util/README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/util/README.md b/util/README.md
index 8b05f6f729..672d1da342 100644
--- a/util/README.md
+++ b/util/README.md
@@ -63,6 +63,7 @@ embedded controller and insert them to the firmware image. `C`
* __marvell__ - Add U-Boot boot loader for Marvell ARMADA38X `C`
* __[me_cleaner](https://github.com/corna/me_cleaner)__ - Tool for
partial deblobbing of Intel ME/TXE firmware images `Python`
+* __mec1322__ - Dumps and inserts MEC1322 EC firmware `C`
* __mma__ - Memory Margin Analysis automation tests `Bash`
* __msrtool__ - Dumps chipset-specific MSR registers. `C`
* __mtkheader__ - Generate MediaTek bootload header. `Python2`