diff options
author | pancake <none@none> | 2012-06-23 10:43:20 +0200 |
---|---|---|
committer | pancake <none@none> | 2012-06-23 10:43:20 +0200 |
commit | 34c8fb057dd04a62131410d607d5d605f27115f1 (patch) | |
tree | f0a1c18b777883fe6dea5a63761e8fe796468e6f /src/fpid.c | |
parent | 04f9369aceb27c678de09cc080d088ca5a372629 (diff) | |
download | 0xFFFF-34c8fb057dd04a62131410d607d5d605f27115f1.tar.bz2 |
* Apply Pali Rohár patch - Add support for device and hw revisions specified in hw pieces - Updated documentation - Fixed problems when unpacking - Ready for mmc and cold flashing
Diffstat (limited to 'src/fpid.c')
-rw-r--r-- | src/fpid.c | 11 |
1 files changed, 8 insertions, 3 deletions
@@ -1,6 +1,7 @@ /* * 0xFFFF - Open Free Fiasco Firmware Flasher * Copyright (C) 2007 pancake <pancake@youterm.com> + * Copyright (C) 2012 Pali Rohár <pali.rohar@gmail.com> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -23,12 +24,16 @@ /* global structs */ char *pieces[] = { "xloader", // xloader.bin - "2nd", // 2nd + "2nd", // 2nd.bin "secondary", // secondary.bin "kernel", // zImage - "initfs", // jffs'd initfs - "rootfs", // 80mB of blob + "initfs", // initfs + "rootfs", // rootfs "omap-nand", // 8kB of food for the nand + "mmc", // raw eMMC image + "cmt-2nd", // cmt-2nd + "cmt-algo", // cmt-algo + "cmt-mcusw", // cmt-mcusw "fiasco", // FIASCO IMAGE NULL }; |