Age | Commit message (Expand) | Author | Files | Lines |
2013-02-06 | mkubootenv: Autodetect flags in reverse modeHEADmaster | Tobias Klauser | 1 | -27/+37 |
2013-02-06 | mkubootenv: Simplify handling of redundant flags | Tobias Klauser | 1 | -26/+25 |
2013-02-06 | mkubootenv: Rename flag_size/FLAG_SIZE to flags_size/FLAGS_SIZE | Tobias Klauser | 1 | -16/+16 |
2013-02-06 | mkbootenv: Move file format descriptions to README | Tobias Klauser | 2 | -12/+8 |
2011-03-08 | add support for redundant environment | Urs Ritzmann | 1 | -15/+53 |
2009-12-15 | crc32: constify arguments | Tobias Klauser | 2 | -3/+5 |
2009-12-14 | Add README and example directory, correct usage | Tobias Klauser | 4 | -1/+56 |
2009-12-14 | Typo in copyright header corrected | Tobias Klauser | 1 | -1/+1 |
2009-12-10 | crc32: Remove useless BIT_MASK macro and replace only user by constant | Tobias Klauser | 1 | -3/+1 |
2009-11-10 | Remove old option from usage (never implemented) | Tobias Klauser | 1 | -1/+1 |
2009-10-27 | crc32: Coding style | Tobias Klauser | 1 | -1/+1 |
2009-10-26 | Disable debugging, update comment | Tobias Klauser | 1 | -15/+6 |
2009-10-26 | Support specifying image size in hex | Tobias Klauser | 1 | -5/+15 |
2009-10-26 | Add .gitignore | Tobias Klauser | 1 | -0/+4 |
2009-10-26 | Emit warning in case no end of data is encountered | Tobias Klauser | 1 | -0/+3 |
2009-10-26 | Rework Makfile, add install/uninstall targets | Tobias Klauser | 1 | -8/+18 |
2009-10-23 | Implement CRC checking in reverese mode | Tobias Klauser | 1 | -1/+4 |
2009-10-23 | Implement reverse operation | Tobias Klauser | 1 | -102/+196 |
2009-10-23 | Use C99 type for byte in crc32.c | Tobias Klauser | 1 | -4/+3 |
2009-10-23 | More verbose comments, simplify copying code a bit | Tobias Klauser | 1 | -8/+24 |
2009-10-23 | Remove -t commandline parameter, cleanup | Tobias Klauser | 1 | -16/+5 |
2009-10-23 | Initial import of U-Boot environment image creator | Tobias Klauser | 4 | -0/+329 |