51 Commits (34c32d3a9d92ad52f5b5d85b8d023bb4f392b3c5)

Author SHA1 Message Date
Florian Fainelli 486d54bf05 mtd: define MTDREFRESH if not defined (external kernel) 13 years ago
Jo-Philipp Wich 3a794cde8c mtd: external toolchains usually do not know about MTDREFRESH, so search in $(LINUX_DIR)/include first, fixes compilation with external CodeSourcery toolchain 13 years ago
Jonas Gorski f53128f79b target: linux: mtd: fix MTDREFRESH to an arbitrary high number 13 years ago
Gabor Juhos 091ea63719 package/mtd: don't append jffs2 data multiple times 13 years ago
Gabor Juhos 9abe5cf110 package/mtd: make fixtrx available on ar71xx as well 14 years ago
Daniel Dickinson fc3a1d0ba3 Added OpenWRT-specific field to imagetag so that we can record the real root length, so that when the CRC fixup is applied and the root length is recorded as zero we can still calculate the rootfs mtd partition size. 14 years ago
Daniel Dickinson b3bcc483b2 mtd: Added trx_fixup for brcm63xx imagetag, and made references to fix_trx use the weak reference rather than the brcm47xx ifdef. This fixes a bug in which sysupgrade failed due to changing bad CRC on reboot. 14 years ago
Daniel Dickinson daa854ee2d mtd: Added fixtrx for brcm63xx imagetag. This allows brcm63xx boards which experience a CRC on second boot due to the JFFS2 creation / DEADC0DE deletion to work correctly when mtd fixtrx is run on first boot 14 years ago
Daniel Dickinson b1362f94bc mtd: Changed mtd_fixtrx and related functions to be weak references. The weak references only lead to actual functions for brcm47xx 14 years ago
Jo-Philipp Wich 2c63c1543e mtd: whitespace cleanup 14 years ago
Jo-Philipp Wich 04b604704b mtd: fix r24132 14 years ago
Alexandros C. Couloumbis f5a54d6601 package/mtd: (enhancement) add option to prevent erase when writing to flash. (closes #8308) 14 years ago
Gabor Juhos 2a541325d3 package/mtd: write remaining data after adding file to the jffs2 partition 14 years ago
Jo-Philipp Wich 2dcfed2eff mtd: request locked pages when mmap'ing the FIS table, cures random segfaults in table rewrite until http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commitdiff;h=2d4dc890b5c8fabd818a8586607e6843c4375e62 is added. 14 years ago
Gabor Juhos ebab30b7c7 package/mtd: fix automatic partition size detection in fis_remap 14 years ago
Gabor Juhos 37712c70c5 package/mtd: add fixtrx command 14 years ago
Gabor Juhos 6758494897 package/mtd: reuse existing crc32 stuff in the trx code 14 years ago
Felix Fietkau 91dc246123 mtd: fix typo (thx, Plouj) 15 years ago
Jo-Philipp Wich c8e7192064 mtd: treat failure to open FIS partition as fatal when a fis_layout is given, aborts mtd write if reformat is needed and FIS table not available 15 years ago
Felix Fietkau 5b02773940 mtd: fix wrong open() return code checks 15 years ago
Felix Fietkau 9474d99dc0 mtd: bump release 15 years ago
Felix Fietkau a512be592f mtd: update copyright headers 15 years ago
Felix Fietkau 63c91af404 mtd: add support for rewriting the fis table layout on redboot based systems 15 years ago
Andy Boyett a5f80019ef bump some revisions and update copyrights 15 years ago
Felix Fietkau 40e46b9830 fix jffs2 eof marker search in mtd (patch by Daniel Dickinson) 15 years ago
Felix Fietkau 34939cad39 get rid of $Id$ - it has never helped us and it has broken too many patches ;) 15 years ago
Felix Fietkau 0d71217695 remove accidentally committed debug message 16 years ago
Felix Fietkau 8f567ff728 mtd: fix image check on non-broadcom platforms 16 years ago
Felix Fietkau a38c409d6a fix some warnings 16 years ago
Felix Fietkau 5a0a3cbc00 mtd: improve support for reading input from a pipe. fixes sysupgrade 16 years ago
Felix Fietkau bbd9eb4669 clean up mtd, fix up trx header when integrating jffs2 data on broadcom devices 16 years ago
Felix Fietkau d374e28a2b mtd: use broadcom specific code on linux 2.6 as well 16 years ago
Felix Fietkau 413b45df85 fix mtd target define for brcm-2.4 16 years ago
Felix Fietkau 4ac7d33b7a mtd: add jffs2 cleanmarker for big endian systems 16 years ago
Felix Fietkau 753e5b492d add support for appending a file to jffs2 during reflash on the fly 16 years ago
Nicolas Thill 34bb4638e7 move package description to a separate definition, remove it when DESCRIPTION=TITLE 17 years ago
Felix Fietkau 1e38527a52 add sysupgrade script for config preserving system upgrades. only implemented for x86-2.6 at the moment, but can be ported to other platforms easily 17 years ago
Felix Fietkau ff917433fb oops. forgot one file 17 years ago
Felix Fietkau a91350732c cleanup mtd, implement jffs2write - one step closer to config preserving system upgrades 17 years ago
Felix Fietkau 5307d511aa add 'mtd refresh' command 17 years ago
Mike Baker 9a66abf108 Add a "Rebooting ..." message to the mtd util 17 years ago
Mike Baker 653cfd2ff9 change handling of non-trx files 17 years ago
Mike Baker 99c848c555 fallback when devfs names aren't found 18 years ago
Felix Fietkau 97b0e81658 add reboot fix for mtd (thanks, wbx) 18 years ago
Felix Fietkau c2211dc51e replace lots of manual install commands with INSTALL_* variables 18 years ago
Felix Fietkau 105a602ecf implement target profiles in menuconfig 18 years ago
Felix Fietkau 0f4a0fa10a fix mtd compile 18 years ago
Felix Fietkau 97e54a1932 ignore mtd erase errors (will probably be required for nand flash) 18 years ago
Felix Fietkau 426ecdecef turn target runtime check of mtd into a compile-time check 18 years ago
Felix Fietkau 4f9190d1c8 improve mtd image check - don't check trx header if the target partition is not 'linux', don't display image check messages with -qq and -f, fixes #850 18 years ago