summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * Read preferences and allow custom library directorynjames2016-09-041-1/+62
| | | | | | Signed-off-by: Norman James <nkskjames@gmail.com>
| * Add git directory to git ignore.njames2016-09-021-0/+4
| | | | | | | | | | The git directory is where serverwiz will download xml repositories Signed-off-by: Norman James <nkskjames@gmail.com>
| * Move XML library to it's own repositorynjames2016-09-0281-66645/+7
| | | | | | Signed-off-by: Norman James <nkskjames@gmail.com>
| * Add Git Client for xml library managementnjames2016-09-026-80/+871
| | | | | | Signed-off-by: Norman James <nkskjames@gmail.com>
| * Keep track of already loaded librariesnjames2016-09-021-6/+53
| | | | | | | | | | Reloading a library can cause duplicates in library model Signed-off-by: Norman James <nkskjames@gmail.com>
| * Move the combining of attributes and global settings to modelnjames2016-09-021-3/+9
| | | | | | Signed-off-by: Norman James <nkskjames@gmail.com>
| * Include jgit jars in buildnjames2016-09-021-3/+4
| | | | | | Signed-off-by: Norman James <nkskjames@gmail.com>
| * Add dependent git client jarsnjames2016-09-027-0/+0
| |
| * Remove unused importsnjames2016-09-021-0/+1
| | | | | | Signed-off-by: Norman James <nkskjames@gmail.com>
| * Remove commented codenjames2016-08-311-3/+0
|/ | | Signed-off-by: Norman James <nkskjames@gmail.com>
* Add better comments in build scriptnjames2016-08-291-1/+6
| | | Signed-off-by: Norman James <nkskjames@gmail.com>
* Corrected ant build script to build on any platformnjames2016-08-292-5/+6
| | | | | | Build script had hardcoded paths needed for one-jar. Include one-jar and change to relative paths. Signed-off-by: Norman James <nkskjames@gmail.com>
* increase height of show hidden checkboxnjames2016-08-261-6/+1
| | | Signed-off-by: Norman James <nkskjames@gmail.com>
* Add psu redundancy ipmi sensornjames2016-08-262-0/+58
| | | Signed-off-by: Norman James <nkskjames@gmail.com>
* Fix the Widget is disposed exception under Linuxnjames2016-08-261-20/+5
| | | | | Listener that expanding column was not checking if widget was disposed Signed-off-by: Norman James <nkskjames@gmail.com>
* Removed carriage returns from attribute description.njames2016-08-261-2/+10
| | | | | Linux was wrapping cell and making rows very tall. Signed-off-by: Norman James <nkskjames@gmail.com>
* load library files in alphabetical order so dependencies can be enforcednjames2016-08-261-4/+9
|
* update button sizesnjames2016-08-251-6/+22
|
* Major refactor for P9:njames2016-08-25124-16849/+65313
| | | | | | | | - cleaned up package organization - added html summary - breakout parts library into seperate files - added support for external parts library - cleaned up MVC cheats - removed unused methods
* Merge pull request #18 from alvintpwang/P8NVLinknkskjames2016-04-122-4/+124
|\ | | | | P8NVLink support
| * P8NVLink supportalvinwang2016-04-122-4/+124
|/
* add -X flag for Macnjames2015-11-121-3/+3
|
* fix syntax in xmlnjames2015-11-121-1/+0
|
* support for mac OSnjames2015-11-122-2/+24
|
* Start using hostboot attribute_types.xml and attribute_types_hb.xmlnjames2015-10-247-17389/+6
| | | directly in build
* Changed HashMaps to TreeMaps so saved XML will be sorted by keynjames2015-10-244-16/+18
| | | therefore making diffs and merges easier
* Merge pull request #13 from rjknight/masternkskjames2015-10-205-559/+1506
|\ | | | | Update Targets.pm and target_types_mrw.xml
| * Add event reading type to .rpt fileRichard J. Knight2015-10-201-11/+40
| | | | | | | | | | -Updated processMrw.pl to include the sensor event reading type when printing the report file.
| * Update scripts and xml files to the latest levels.Richard J. Knight2015-09-145-543/+1463
| |
| * Update Targets.pm and target_types_mrw.xmlRichard J. Knight2015-08-032-14/+12
|/ | | | | | -Enable ALL_MCS_IN_INTERLEAVING_GROUP and MSS_INTERLEAVE_ENABLE in Targets.pm -Move MSS_INTERLEAVE_ENABLE to the processor target
* Merge pull request #11 from Erich-Hauptli/masterErich Hauptli2015-05-201-17/+33
|\ | | | | Fixed 32 bit machine address overflow problem and added support for 3…
| * Fixed 32 bit machine address overflow problem and added support for 3rd IOP ↵Erich Hauptli2015-05-201-17/+33
| | | | | | | | (Naples).
* | Merge pull request #9 from Erich-Hauptli/masterErich Hauptli2015-05-081-3/+19
|\| | | | | Fixed ProcessXbus, so it generates PEER Attributes.
| * Fixed ProcessXbus, so it generates PEER Attributes.Erich J. Hauptli2015-05-081-3/+19
| |
* | removed check for library target for cardsnjames2015-05-081-2/+2
| |
* | fixed syntax errornjames2015-05-071-1/+1
| |
* | added versionnjames2015-05-071-1/+1
| |
* | support jarsnjames2015-05-075-0/+0
| |
* | organized importsnjames2015-05-074-35/+13
| |
* | Merge pull request #8 from Erich-Hauptli/masternkskjames2015-05-071-93/+136
|\| | | | | Fixed Napples instances to use unique ids with p8p tag.
| * Fixed Napples instances to use unique ids with p8p tag. Added 2nd capp and ↵Erich Hauptli2015-05-071-93/+136
|/ | | | 3rd x8 PHB.
* msbswap fixnjames2015-03-262-15/+48
|
* added vpd assoc to motherboardnjames2015-03-261-0/+1
|
* added vpd association to motherboardnjames2015-03-261-1/+6
|
* Merge pull request #3 from bofferdn/patch-1nkskjames2015-03-261-24/+48
|\ | | | | Move load line attributes to proc target
| * Move load line attributes to proc targetNick Bofferding2015-03-251-24/+48
|/
* Merge pull request #1 from Erich-Hauptli/patch-1nkskjames2015-03-231-13/+365
|\ | | | | Update target_types_mrw.xml
| * Update target_types_mrw.xmlErich Hauptli2015-03-091-13/+365
| | | | | | Added Napples Support
* | Merge pull request #2 from Erich-Hauptli/patch-2nkskjames2015-03-231-0/+534
|\ \ | |/ |/| Update target_instances_v3.xml
| * Update target_instances_v3.xmlErich Hauptli2015-03-091-0/+534
|/ | | Added Naples.
OpenPOWER on IntegriCloud