summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorosm0sis <osm0sis@outlook.com>2017-05-26 22:39:34 -0300
committerosm0sis <osm0sis@outlook.com>2017-05-26 22:39:34 -0300
commite8c2006d8a040df5357083b9bc791fb6c3a53ead (patch)
treefe9233fcb8b24fdbc95cdfb4bac9921e4b5b7831 /README.md
parent2fcc7e6c218a86c0ae736e0659f7263eb1d060d6 (diff)
update README
- document added support for U-Boot uImage devices (e.g. LG Optimus 3D), and Marvell PXA1088 board devices (e.g. Samsung Galaxy Core Mini 4G, Samsung Galaxy Tab 4 7.0 & Samsung Galaxy Xcover 3)
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index f7242c1..b1e5435 100644
--- a/README.md
+++ b/README.md
@@ -74,6 +74,8 @@ https://forum.xda-developers.com/showthread.php?t=2239421 (Odds and Ends thread)
Optional supported binaries which may be placed in /tools to enable built-in expanded functionality are as follows:
* `mkbootfs` - for broken recoveries, or, booted flash support for a script or app via bind mounting to a /tmp directory
* `flash_erase`, `nanddump`, `nandwrite` - MTD block device support for devices where the `dd` command is not sufficient
+* `pxa1088-unpackbootimg`, `pxa1088-mkbootimg` - Samsung/Marvell PXA1088 boot.img format variant support
+* `dumpimage`, `mkimage` - DENX U-Boot uImage format support
* `unpackelf` - Sony ELF kernel.elf format support, repacking as AOSP standard boot.img for unlocked bootloaders
* `mkmtkhdr` - MTK device boot image section headers support
* `futility` + `chromeos` test keys directory - Google ChromeOS signature support