summaryrefslogtreecommitdiff
path: root/mkubootenv.c
AgeCommit message (Collapse)AuthorFilesLines
2013-02-06mkubootenv: Autodetect flags in reverse modeHEADmasterTobias Klauser1-27/+37
Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
2013-02-06mkubootenv: Simplify handling of redundant flagsTobias Klauser1-26/+25
Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
2013-02-06mkubootenv: Rename flag_size/FLAG_SIZE to flags_size/FLAGS_SIZETobias Klauser1-16/+16
Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
2013-02-06mkbootenv: Move file format descriptions to READMETobias Klauser1-12/+2
Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
2011-03-08add support for redundant environmentUrs Ritzmann1-15/+53
Specify the -f command line option for flags in header.
2009-12-14Add README and example directory, correct usageTobias Klauser1-1/+1
2009-12-14Typo in copyright header correctedTobias Klauser1-1/+1
2009-11-10Remove old option from usage (never implemented)Tobias 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-26Emit warning in case no end of data is encounteredTobias Klauser1-0/+3
2009-10-23Implement CRC checking in reverese modeTobias Klauser1-1/+4
2009-10-23Implement reverse operationTobias Klauser1-102/+196
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 Klauser1-0/+224