summaryrefslogtreecommitdiffstats
path: root/createVpd.py
Commit message (Expand)AuthorAgeFilesLines
* Tweak to stage 3 output messageJason Albert2017-08-241-1/+1
* Added support for record only modeJason Albert2017-08-241-45/+70
* Only call xmllint if xmllint is installedJason Albert2017-08-221-4/+7
* Added file origination comments for all included files + cleanupJason Albert2017-08-221-6/+29
* Inline bin file data into output tvpd fileJason Albert2017-08-221-28/+39
* Changed checking to verifying in outputJason Albert2016-10-191-1/+1
* Comment cleanup and bug fixes from new testcaseJason Albert2016-10-181-94/+97
* Comment cleanupJason Albert2016-10-181-6/+1
* Put in clean error handling for novpdtag fail caseJason Albert2016-10-181-2/+7
* Refactor code to reduce redundancy an improve flowJason Albert2016-10-181-173/+215
* Initial support for ktvpfile supportJason Albert2016-10-181-164/+227
* Converted to using os.path.joinJason Albert2016-08-311-40/+40
* Added another level of comment supportJason Albert2016-08-311-28/+32
* Merge branch 'master' into comment-supportJason Albert2016-08-311-10/+76
|\
| * Added support for "mixed" kwformat typeJason Albert2016-08-301-10/+76
* | Added support for comment preservation in output filesJason Albert2016-08-301-4/+37
|/
* Merge branch 'master' of github.com:open-power/vpdtoolsJason Albert2016-01-041-1/+2
|\
| * Add windows system supportalvinwang2015-12-241-1/+2
* | Cleaned up code commentsJason Albert2015-09-021-2/+4
* | Cleaned up code commentsJason Albert2015-09-021-6/+1
|/
* Modified help handling code to be have much betterJason Albert2015-07-011-7/+1
* Fixed a bug in bad path handling for output pathJason Albert2015-06-251-2/+2
* Removed old help() function and added more commentsJason Albert2015-06-251-22/+6
* Added examples to new argparse help formatterJason Albert2015-06-251-1/+7
* Moved over to using argparse from cmdline to handle optionsJason Albert2015-06-251-38/+28
* Added license statements to all source code filesJason Albert2015-06-251-0/+23
* Added size checking and appropriate test casesDavid Nickel2015-06-221-0/+40
* Updated help text and fixed bug in finding filesJason Albert2015-03-261-1/+6
* Fixed bug using bindata where findFile wasn't employedJason Albert2015-03-161-1/+3
* Added r and k respectively onto record and keyword output vpd filesJason Albert2015-03-161-4/+4
* Forced the CWD onto the user given input pathJason Albert2015-03-161-1/+2
* Added in support for the special input name FILENAMEJason Albert2015-03-161-0/+3
* Cleaned up comments and some formatting. Also fixed recently added rdesc che...Jason Albert2015-03-161-31/+44
* Added a check to make sure rdesc was givenJason Albert2015-03-161-0/+5
* more cleanup in new tvpd xml codeJason Albert2015-03-111-9/+10
* Added -i to helpJason Albert2015-03-111-0/+1
* Removed now redundant check in stage 2. More cleanup of error checking in pa...Jason Albert2015-03-111-32/+22
* First pass at validating the input xml to not allow for extra keywords, etc..Jason Albert2015-03-111-45/+112
* Added support for searchable input path for file names. This will allow for ...Jason Albert2015-03-101-26/+73
* Added support for binary input dataJason Albert2015-03-091-5/+33
* Added support for creating binary keyword files. Also added support for read...Jason Albert2015-03-091-119/+178
* Added checking to make sure the keyword is only 2 characters long. Also fixe...Jason Albert2015-03-091-2/+10
* Fix to allow the script to be called from outside the containing directoryJason Albert2015-03-091-2/+4
* Changed the rtvpd tag to rtvpdfileJason Albert2015-03-091-5/+5
* Switch the TOC entrie value packing from big endian to little endianJason Albert2015-03-091-8/+8
* Added more checks to reference record vpd fileJason Albert2015-03-061-6/+29
* Added writing of binary files for each recordJason Albert2015-03-061-4/+14
* Cleaned up output clasJason Albert2015-03-061-57/+63
* Added a little more printing to runtime. Added duplicate keyword check. Add...Jason Albert2015-03-061-3/+30
* Added checking to make sure the output path exists. It's up to the user to c...Jason Albert2015-03-061-1/+7
OpenPOWER on IntegriCloud