summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-02-06mkubootenv: Autodetect flags in reverse modeHEADmasterTobias Klauser1-27/+37
2013-02-06mkubootenv: Simplify handling of redundant flagsTobias Klauser1-26/+25
2013-02-06mkubootenv: Rename flag_size/FLAG_SIZE to flags_size/FLAGS_SIZETobias Klauser1-16/+16
2013-02-06mkbootenv: Move file format descriptions to READMETobias Klauser2-12/+8
2011-03-08add support for redundant environmentUrs Ritzmann1-15/+53
2009-12-15crc32: constify argumentsTobias Klauser2-3/+5
2009-12-14Add README and example directory, correct usageTobias Klauser4-1/+56
2009-12-14Typo in copyright header correctedTobias Klauser1-1/+1
2009-12-10crc32: Remove useless BIT_MASK macro and replace only user by constantTobias Klauser1-3/+1
2009-11-10Remove old option from usage (never implemented)Tobias Klauser1-1/+1
2009-10-27crc32: Coding styleTobias Klauser1-1/+1
2009-10-26Disable debugging, update commentTobias Klauser1-15/+6
2009-10-26Support specifying image size in hexTobias Klauser1-5/+15
2009-10-26Add .gitignoreTobias Klauser1-0/+4
2009-10-26Emit warning in case no end of data is encounteredTobias Klauser1-0/+3
2009-10-26Rework Makfile, add install/uninstall targetsTobias Klauser1-8/+18
2009-10-23Implement CRC checking in reverese modeTobias Klauser1-1/+4
2009-10-23Implement reverse operationTobias Klauser1-102/+196
2009-10-23Use C99 type for byte in crc32.cTobias Klauser1-4/+3
2009-10-23More verbose comments, simplify copying code a bitTobias Klauser1-8/+24
2009-10-23Remove -t commandline parameter, cleanupTobias Klauser1-16/+5
2009-10-23Initial import of U-Boot environment image creatorTobias Klauser4-0/+329