summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Stabilize 18 core aggressive clocksHEADmasterRaptor Engineering Development Team2018-06-131-1/+1
|
* Allow voltage to be pushed up to process limitsRaptor Engineering Development Team2018-06-121-1/+7
|
* Add 4-core settingsRaptor Engineering Development Team2018-06-121-0/+4
|
* Stabilize 18 core overclock with voltage bumpRaptor Engineering Development Team2018-06-101-1/+1
|
* Make sure CPU voltage never exceeds 1.1VRaptor Engineering Development Team2018-06-071-5/+21
|
* Add 8-core overclock settingsRaptor Engineering Development Team2018-06-071-0/+4
|
* Load I2C driver before bus scanRaptor Engineering Development Team2018-06-061-6/+6
|
* Use shell redirect for stderror on i2c commandsRaptor Engineering Development Team2018-06-041-1/+1
| | | | This is a continuation of the prior commit
* Fix write_vpd i2cset callsRaptor Engineering Development Team2018-06-041-2/+1
| | | | This suppresses the spurious write failure messages
* Add BiasClock utilityRaptor Engineering Development Team2018-06-044-0/+816
|
* Add MVPD cache note to WoFerClock READMERaptor Engineering Development Team2018-06-041-0/+4
|
* Update WoFerClock to apply voltage offset where neededRaptor Engineering Development Team2018-06-043-9/+42
|
* Fix bucket validity length checkRaptor Engineering Development Team2018-06-031-1/+1
|
* Suppress transient I2C failure messagesRaptor Engineering Development Team2018-06-032-12/+13
|
* Add WoFerClock READMETimothy Pearson2018-06-031-0/+15
|
* Skip invalid buckets in WoFerClock printoutTimothy Pearson2018-06-031-1/+8
|
* Add WoFerClock utilityTimothy Pearson2018-06-0310-0/+1280
|
* Updated link to VPD specJason Albert2017-12-121-1/+1
| | | | | - Now hosted on IP4OP - Completely open to the public
* Merge pull request #13 from youhour/masterJason Albert2017-08-307-9/+292
|\ | | | | Updating generic FRU VPD templates
| * Creating a generic OpenBMC FRU VPD templateMichael Y. Lim2017-08-306-0/+289
| | | | | | | | | | | | | | bug: NA branch: master Signed-off-by: Michael Y. Lim <youhour@us.ibm.com>
| * Remove UD keyword from OSYS record in system VPD templateMichael Y. Lim2017-08-301-9/+3
|/ | | | | | | | | Revert commit ec7ec2b13bcaa30dc85c454479a60d5b7631d019 bug: NA branch: master Signed-off-by: Michael Y. Lim <youhour@us.ibm.com>
* README update with record only mode exampleJason Albert2017-08-241-12/+22
|
* Tweak to stage 3 output messageJason Albert2017-08-241-1/+1
|
* Added support for record only modeJason Albert2017-08-241-45/+70
| | | | | | | - Allow the user to input a record only file for processing - The output is the record only file with all data references pulled inline to the output - No binary vpd image is created in this mode
* xmllint update to README and reverseVpd.pyJason Albert2017-08-232-5/+8
| | | | | - xmllint now only called in reverseVpd.py if installed warning thrown if not installed
* Only call xmllint if xmllint is installedJason Albert2017-08-221-4/+7
| | | | | - A warning is put to the screen that xmllint wasn't installed and couldn't be called
* Added warn function to out moduleJason Albert2017-08-221-0/+3
|
* Added file origination comments for all included files + cleanupJason Albert2017-08-221-6/+29
| | | | | | | - Added comments for rtvpdfile and ktvpdfile giving original input file name. - xml indenting can get messed up with comment additions and file includes. Added call to xmllint to cleanup xml after writing
* Inline bin file data into output tvpd fileJason Albert2017-08-221-28/+39
| | | | | | | | | | | | - binary data files are read in and converted to hex kwdata This is done early in the run, allowing for hex data to be written to the output tvpd file - This inline is done so the tvpd file contains all data to recreate the image if needed - no external dependent files - Added a comment to the xml stating which file the data came from in the input - As a result of the early change to hex data, bin data handling downstream in the code was removed since it's now dead
* Merge pull request #10 from youhour/masterJason Albert2017-08-151-1/+10
|\ | | | | Add UD keyword to OSYS Record
| * Add UD keyword to OSYS RecordMichael Y. Lim2017-08-151-1/+10
|/ | | | | | | | | | OpenBMC team requests UD keyword to store UUID (aka Machine ID) RTC story 178386 bug: NA branch: master Signed-off-by: Michael Y. Lim <youhour@us.ibm.com>
* Merge branch 'master' of github.com:open-power/vpdtoolsJason Albert2017-07-191-1/+8
|\
| * Merge pull request #9 from youhour/masterJason Albert2017-07-051-1/+8
| |\ | | | | | | Add NV keyword to VNDR record per hostboot request
| | * Add NV keyword to VNDR RecordMichael Y. Lim2017-07-051-1/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Hostboot has the need to add nvlink configuration data to support multiple nvlink on a system planar. NV keyword was created and include in VNDR record to meet this requirement. bug: NA branch: master Signed-off-by: Michael Y. Lim <youhour@us.ibm.com>
| | * Update P9 memd record to meet P9SO_FRU-VPD_Oct3.pdfMichael Y. Lim2016-10-041-1/+78
| | | | | | | | | | | | | | | | | | | | | | | | | | | Add CK, Q0-Q9 keyword to memd record for P9 system planar bug: NA branch: master Signed-off-by: Michael Y. Lim <youhour@us.ibm.com>
| | * Merge pull request #1 from open-power/masterMichael Lim2016-10-0488-70/+1389
| | |\ | | | | | | | | update
* | | | Increased eeprom size in reversed tvpd'sJason Albert2017-07-191-1/+1
|/ / /
* | | Merge pull request #8 from open-power/ktvpdfileJason Albert2016-10-199-245/+452
|\ \ \ | | | | | | | | Tests clean
| * | | Another documentation example fixJason Albert2016-10-191-2/+2
| | | |
| * | | Fix for formatting issueJason Albert2016-10-191-1/+1
| | | |
| * | | Updated formatting doc with new ktvpdfile infoJason Albert2016-10-191-0/+11
| | | |
| * | | Changed checking to verifying in outputJason Albert2016-10-191-1/+1
| | | |
| * | | Comment cleanup and bug fixes from new testcaseJason Albert2016-10-185-94/+155
| | | | | | | | | | | | | | | | | | | | - Cleaned up comments throughout file - Added new testcase and fixed bugs in createVpd.py it exposed
| * | | Comment cleanupJason Albert2016-10-181-6/+1
| | | |
| * | | Added example for ktvpdfileJason Albert2016-10-182-0/+30
| | | |
| * | | Put invalid data into testcaseJason Albert2016-10-181-1/+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
|/ / / | | | | | | | | | | | | | | | - The logic is working, but the code is messy now and needs to be refactored - Fixed inconsistent spacing in some cases (3 vs 4) - Checkpoint commit to save working logic before refactor
* | | Update P9 memd record to meet P9SO_FRU-VPD_Oct3.pdfMichael Y. Lim2016-10-061-1/+78
| |/ |/| | | | | | | | | | | | | | | Add CK, Q0-Q9 keyword to memd record for P9 system planar bug: NA branch: master Signed-off-by: Michael Y. Lim <youhour@us.ibm.com>
OpenPOWER on IntegriCloud