Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
openbmc
/
phosphor-power
/
fcc2a2fb58966f5367bc86be5b50720c209fb965
fcc2a2f
regulators: Add test cases for object 'sensor_monitoring'.
by Bob King
· 5 years ago
e9260b5
regulators: Add test cases for object 'rail'.
by Bob King
· 5 years ago
4c67a3a
regulators: Add test cases for object 'configuration'.
by Bob King
· 4 years, 11 months ago
99d8fa1
regulators: Add test cases for object 'presence_detection'.
by Bob King
· 5 years ago
b38da99
regulators: Implement i2c_compare_byte action
by Shawn McCarney
· 4 years, 11 months ago
a0f33ce
psu: Introduce the PowerSupply class
by Brandon Wyman
· 5 years ago
dc8e931
Add OE-SDK option to Meson
by Brandon Wyman
· 4 years, 11 months ago
ff48143
Only build tests if -Dtests=enabled specified
by Shawn McCarney
· 4 years, 11 months ago
8f0d142
regulators: Create ActionError class
by Shawn McCarney
· 5 years ago
8a3db36
regulators: Add toString() method to Action class
by Shawn McCarney
· 5 years ago
2bac860
psu: Update to use Power Supply Manager class
by Brandon Wyman
· 5 years ago
57939e8
psu: Add command line argument for JSON config file
by Brandon Wyman
· 5 years ago
d13feab
regulators: Add/install config files
by Matthew Barth
· 5 years ago
bd1c4ff
psu: Add phosphor-psu-monitor.service
by Brandon Wyman
· 5 years ago
ca93f1f
regulators: Add test cases for object 'i2c_interface'.
by Bob King
· 5 years ago
a2ba2df
regulators: Add test cases for object 'device'.
by Bob King
· 5 years ago
3a6d373
Remove openpower-dbus-interfaces dependency
by Matt Spinler
· 5 years ago
3728f56
regulators: Add test cases for object 'chassis'.
by Bob King
· 5 years ago
68230aa
regulators: Add test cases for object 'set_device'.
by Bob King
· 5 years ago
e86c2e5
regulators: Add test cases for object 'run_rule'.
by Bob King
· 5 years ago
02179c6
regulators: Add test cases for object 'pmbus_write_vout_command'.
by Bob King
· 5 years ago
d661809
regulators: Add test cases for object 'pmbus_read_sensor'.
by Bob King
· 5 years ago
cfc29d0
regulators: Add test cases for object 'or'.
by Bob King
· 5 years ago
bfe9fe7
regulators: Add test cases for object 'not'.
by Bob King
· 5 years ago
ead0b05
regulators: Add test cases for object 'if'.
by Bob King
· 5 years ago
fb162bb
regulators: Add test cases for object 'i2c_compare_bytes'.
by Bob King
· 5 years ago
514023d
regulators: Add test cases for object 'i2c_compare_byte'.
by Bob King
· 5 years ago
4ab8cbb
regulators: Add test cases for object 'i2c_compare_bit'.
by Bob King
· 5 years ago
f8b77a0
regulators: Add test cases for object 'compare_vpd'.
by Bob King
· 5 years ago
bf1cbea
regulators: Add test cases for object 'compare_presence'.
by Bob King
· 5 years ago
beaf653
regulators: Add test cases for object 'and'.
by Bob King
· 5 years ago
95b796a
regulators: Add check duplicate ID function.
by Bob King
· 5 years ago
afb7fc3
Add I2C interface to Device class
by Shawn McCarney
· 5 years ago
b1216b9
Create libi2c_dev_mock.a to solve linker errors
by Shawn McCarney
· 5 years ago
2ad76bd
Add basic phosphor-psu-monitor application
by Brandon Wyman
· 5 years ago
c974649
Create phosphor-power-supply source directory
by Brandon Wyman
· 5 years ago
0dcbdf5
Update format cause .clang-format file updates.
by Bob King
· 5 years ago
3d1ebcb
power-supply: Remove version interface
by Lei YU
· 5 years ago
5cc0128
Add validate-regulators-config.py validation tool.
by Bob King
· 5 years ago
386d33f
Create validate-regulators-config_tests.cpp.
by Bob King
· 5 years ago
e83604b
Add feature Cold Redundancy
by Cheng C Yang
· 5 years ago
dcb4b3b
Add schema file for phosphor-regulators JSON.
by Bob King
· 5 years ago
d1bc4ce
Update .clang-format to latest version from docs
by Brandon Wyman
· 5 years ago
994a873
Modify README.md for folders change under phosphor-regulators and link.
by Bob King
· 5 years ago
4c94bc7
Create phosphor-regulators application
by Shawn McCarney
· 5 years ago
38ed88d
i2c: Cache adapter functionality
by Shawn McCarney
· 5 years ago
d45a9a6
i2c: Support explicit open/close and re-open
by Shawn McCarney
· 5 years ago
1d10342
i2c: Add i2c block transaction support
by Lei YU
· 5 years ago
34fb8bd
i2c: Implement write function
by Lei YU
· 5 years ago
92e89eb
i2c: Implement read function
by Lei YU
· 5 years ago
7c2fbbb
power-utils: Initially use i2c in updater
by Lei YU
· 5 years ago
9af82a5
i2c: Implement open and close
by Lei YU
· 5 years ago
ab1327c
tools: Initially add i2c tool and mock
by Lei YU
· 5 years ago
e8c9cd6
power-utils: Implement isReadyToUpdate
by Lei YU
· 5 years ago
575ed13
power-utils: Initially add isReadyToUpdate
by Lei YU
· 5 years ago
6d59773
Create regulators IfAction class
by Shawn McCarney
· 5 years ago
d3bbfe2
Create regulators OrAction class
by Shawn McCarney
· 5 years ago
74538a6
Create regulators AndAction class
by Shawn McCarney
· 5 years ago
6aac414
Create regulators NotAction class
by Shawn McCarney
· 5 years ago
8122eee
Only build regulator tests when option enabled
by Shawn McCarney
· 5 years ago
2134ca6
Create regulators RunRuleAction class
by Shawn McCarney
· 5 years ago
9fc08e7
Enhance regulators Rule class
by Shawn McCarney
· 5 years ago
494ef03
Remove circular dependencies in regulator includes
by Shawn McCarney
· 5 years ago
ea7385b
Use C++17 format for nested namespace definitions
by Shawn McCarney
· 5 years ago
78488f6
Create regulators action_utils namespace
by Shawn McCarney
· 5 years ago
f2aa59d
Replace regulators StubAction with MockAction
by Shawn McCarney
· 5 years ago
6b2ebaf
Combine regulator tests into one executable
by Shawn McCarney
· 5 years ago
623f5a8
Create regulators StubAction class
by Shawn McCarney
· 5 years ago
1e5f993
Create regulators SetDeviceAction class
by Shawn McCarney
· 5 years ago
7a7a29e
Create regulators Action class
by Shawn McCarney
· 5 years ago
c69a275
Create regulators ActionEnvironment class
by Shawn McCarney
· 5 years ago
cfc040c
Refactor: Move isPoweredOn to utility
by Lei YU
· 5 years ago
9ab6d75
power-utils: Initially add Updater class
by Lei YU
· 5 years ago
d19df25
power-utils: Initially add --update option
by Lei YU
· 5 years ago
093b591
power-utils: Add --compare option
by Lei YU
· 5 years ago
00ff910
power-supply-monitor: fix systemd unit syntax
by Andrew Geissler
· 5 years ago
5ea8b55
Update sensor-architecture.md link
by Gunnar Mills
· 5 years ago
ad8d454
Update example power sequencer YAML
by Jim Wright
· 5 years ago
5a94c9d
Make GPIOAnalysis section optional in power sequencer YAML
by Jim Wright
· 5 years ago
3daeb91
Create regulators IDMap class
by Shawn McCarney
· 5 years ago
36d8b7d
Add explicit keyword to regulator constructors
by Shawn McCarney
· 5 years ago
4afb285
Conform regulator methods to acronym conventions
by Shawn McCarney
· 5 years ago
a2461b3
Create stubs for regulator Device, Rail, and Rule
by Shawn McCarney
· 5 years ago
aff6548
README: Add description for psu json config
by Lei YU
· 5 years ago
0bf1b78
Add power-utils
by Lei YU
· 5 years ago
bd4b86d
Update MAINTAINERS
by Lei YU
· 5 years ago
bd3bd82
Move services into repo
by Lei YU
· 5 years ago
f94b113
Document utility actions in regulator config file
by Shawn McCarney
· 5 years ago
aebb3ee
Document logic actions in regulator config file
by Shawn McCarney
· 5 years ago
2181434
Document PMBus actions in regulator config file
by Shawn McCarney
· 5 years ago
29decbe
Document I2C actions in regulator config file
by Shawn McCarney
· 5 years ago
f5ef0f9
Document rule and action in regulator config file
by Shawn McCarney
· 5 years ago
e60a2fb
Document operations in regulator config file
by Shawn McCarney
· 5 years ago
876ae81
Document hardware objects in regulator config file
by Shawn McCarney
· 5 years ago
310d864
Initial documentation for regulator config files
by Shawn McCarney
· 5 years ago
a41f3d3
Add Shawn McCarney as a maintainer
by Shawn McCarney
· 5 years ago
4070546
Refactor: move get pmbus access type to utility
by Lei YU
· 5 years ago
ab09332
Refactor: rename namespace witherspoon to phosphor
by Lei YU
· 5 years ago
690e780
Update to get PSU Asset information from parsing JSON file
by George Liu
· 5 years ago
7dc31bb
Add loadJSONFromFile() in utility
by Lei YU
· 5 years ago
Next »