Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | tune flash twice | Norman James | 2015-10-28 | 1 | -0/+3 | |
| | | ||||||
* | | do not exit object | Norman James | 2015-10-28 | 2 | -3/+3 | |
| | | ||||||
* | | fix interrupt handling | Norman James | 2015-10-28 | 1 | -9/+30 | |
| | | ||||||
* | | changed object path for led | Norman James | 2015-10-28 | 1 | -1/+1 | |
| | | ||||||
* | | fixed gpio | Norman James | 2015-10-28 | 2 | -29/+45 | |
| | | ||||||
* | | fixed interrupt handling | Norman James | 2015-10-28 | 2 | -2/+5 | |
| | | ||||||
* | | fix polarity | Norman James | 2015-10-28 | 1 | -4/+4 | |
| | | ||||||
* | | correct for gpio numbering change | Norman James | 2015-10-28 | 1 | -1/+4 | |
| | | ||||||
* | | cleaned up object names | Norman James | 2015-10-28 | 5 | -36/+28 | |
| | | ||||||
* | | changed name of console | Norman James | 2015-10-28 | 1 | -0/+2 | |
| | | ||||||
* | | cleaned up object names | Norman James | 2015-10-28 | 2 | -77/+96 | |
| | | ||||||
* | | refactored | Norman James | 2015-10-28 | 1 | -75/+76 | |
| | | ||||||
* | | updated gpio table | Norman James | 2015-10-28 | 2 | -382/+235 | |
| | | ||||||
* | | add user_data to cmdline struct | Norman James | 2015-10-28 | 1 | -1/+2 | |
| | | ||||||
* | | remove temp sensor | Norman James | 2015-10-28 | 2 | -191/+1 | |
| | | ||||||
* | | stop tty service before starting screen | Norman James | 2015-10-28 | 1 | -0/+1 | |
| | | ||||||
* | | change gpio nums for new kernel scheme | Norman James | 2015-10-28 | 2 | -64/+65 | |
| | | ||||||
* | | added support for partial bmc flash | Norman James | 2015-10-28 | 2 | -6/+16 | |
| | | ||||||
* | | removed ipmi_example.py | Norman James | 2015-10-27 | 1 | -137/+0 | |
| | | ||||||
* | | new gpio utility | Norman James | 2015-10-27 | 3 | -21/+169 | |
|/ | ||||||
* | new property manager | Norman James | 2015-10-26 | 1 | -0/+117 | |
| | ||||||
* | changed to where property mgr does caching | Norman James | 2015-10-26 | 2 | -86/+23 | |
| | ||||||
* | changed interface name of setAll | Norman James | 2015-10-26 | 1 | -2/+3 | |
| | ||||||
* | remote extra printf | Norman James | 2015-10-26 | 1 | -1/+0 | |
| | ||||||
* | fixed inventorytest handling bug | Norman James | 2015-10-26 | 1 | -1/+4 | |
| | ||||||
* | new utility | Norman James | 2015-10-26 | 1 | -0/+167 | |
| | ||||||
* | remove error message | Norman James | 2015-10-26 | 1 | -1/+0 | |
| | ||||||
* | disable watchdog for now | Norman James | 2015-10-26 | 1 | -9/+8 | |
| | ||||||
* | moved to using dbus properties | Norman James | 2015-10-26 | 3 | -2/+38 | |
|\ | ||||||
| * | Merge pull request #7 from anoo1/watchdogpoweron | nkskjames | 2015-10-22 | 1 | -0/+11 | |
| |\ | | | | | | | Start watchdog with 30s timeout on poweron | |||||
| | * | Start watchdog with 30s timeout on poweron | Adriana Kobylak | 2015-10-22 | 1 | -0/+11 | |
| | | | | | | | | | | | | | | | | | | Per the OpenPower Host IPMI Spec, start the watchdog from the BMC with a 30s timeout at power on. Once the host starts booting, it will reset it and refresh it. | |||||
| * | | Merge pull request #6 from anoo1/watchdog | nkskjames | 2015-10-22 | 2 | -2/+27 | |
| |\ \ | | | | | | | | | Support for stop watchdog | |||||
| | * | | Support for stop watchdog | Adriana Kobylak | 2015-10-22 | 2 | -2/+27 | |
| | |/ | | | | | | | | | | Add interface to stop the currently running watchdog if any. | |||||
* | | | change /dev path to bt | Norman James | 2015-10-26 | 7 | -58/+65 | |
| | | | ||||||
* | | | ipmid.py | Norman James | 2015-10-26 | 1 | -5/+5 | |
|/ / | ||||||
* | | new devmems for barreleye | Norman James | 2015-10-22 | 1 | -0/+213 | |
| | | ||||||
* | | add -u to python to not buffer stdout | Norman James | 2015-10-22 | 8 | -193/+10 | |
| | | ||||||
* | | update Barreleye config | Norman James | 2015-10-22 | 1 | -238/+227 | |
|/ | ||||||
* | Merge remote-tracking branch 'origin' | Norman James | 2015-10-22 | 2 | -1/+12 | |
|\ | ||||||
| * | Merge pull request #5 from anoo1/master | nkskjames | 2015-10-20 | 2 | -1/+12 | |
| |\ | | | | | | | Add UUID support | |||||
| | * | Add UUID support | Adriana Kobylak | 2015-10-20 | 2 | -1/+12 | |
| |/ | ||||||
* | | changed initial watchout timeout to 30s | Norman James | 2015-10-22 | 1 | -3/+3 | |
| | | ||||||
* | | added download and flashing status | Norman James | 2015-10-22 | 1 | -0/+6 | |
| | | ||||||
* | | added download and flashing status | Norman James | 2015-10-22 | 5 | -148/+652 | |
| | | ||||||
* | | added devmem to setup serial port | Norman James | 2015-10-22 | 1 | -1/+0 | |
| | | ||||||
* | | new | Norman James | 2015-10-20 | 2 | -0/+22 | |
| | | ||||||
* | | added devmem for sol | Norman James | 2015-10-20 | 1 | -2/+2 | |
|/ | ||||||
* | fixed xml syntax error for watchdog | Norman James | 2015-10-20 | 3 | -1549/+3 | |
| | ||||||
* | Merge remote-tracking branch 'origin/master' | Norman James | 2015-10-20 | 17 | -2066/+1809 | |
|\ | ||||||
| * | Merge pull request #4 from anoo1/master | nkskjames | 2015-10-19 | 6 | -5/+1771 | |
| |\ | | | | | | | Add set watchdog timer value |