- 28 Nov, 2024 1 commit
-
-
Raptor Engineering Development Team authored
Move common Redfish strings to global constants in an effort to avoid future typos / errors due to lack of adherence to DRY for specification-controlled strings.
-
- 21 Nov, 2024 1 commit
-
-
Raptor Engineering Development Team authored
Use RTC time for Redfish event logs Show current RTC time and boot time on Web portal
-
- 20 Nov, 2024 2 commits
-
-
Raptor Engineering Development Team authored
-
Raptor Engineering Development Team authored
-
- 12 Nov, 2024 1 commit
-
-
Raptor Engineering Development Team authored
-
- 11 Nov, 2024 1 commit
-
-
Raptor Engineering Development Team authored
-
- 08 Nov, 2024 1 commit
-
-
Raptor Engineering Development Team authored
The Zephyr minimal C library is missing a number of useful floating point functions including some basic ones like fabs(). Implement fabs() in the Raptor utility add-on file.
-
- 05 Nov, 2024 33 commits
-
-
Raptor Engineering Development Team authored
-
Raptor Engineering Development Team authored
-
Raptor Engineering Development Team authored
-
Raptor Engineering Development Team authored
This requires the current v1.0.1 hardware version to operate correctly, though it will still function in fixed-frequency mode on the old v1.0.0 hardware.
-
Raptor Engineering Development Team authored
-
Raptor Engineering Development Team authored
The NVRAM interface stores its settings in a plain text JSON file in the LFS configuration interface. It is designed to store parameters that are intended to be changed at runtime or during individial system personalization, vs. the VPD files also stored in LFS that contain immutable system-specific configuration data.
-
Raptor Engineering Development Team authored
-
Raptor Engineering Development Team authored
-
Raptor Engineering Development Team authored
65k LFS blocks are massive, and don't allow enough LFS blocks for read/write use of the filesystem. Use 4k blocks as the underlying Flash devices support 4k erase accesses.
-
Raptor Engineering Development Team authored
Not all fans automatically deactivate when their minimum (zero) drive setting is reached. Explicitly deactivate when a zero is passed on the command line, and show the deactivation on the Web portal and in Redfish responses.
-
Raptor Engineering Development Team authored
-
Raptor Engineering Development Team authored
Don't divide by zero if integrator coefficient is zero
-
Raptor Engineering Development Team authored
-
Raptor Engineering Development Team authored
-
Raptor Engineering Development Team authored
-
Raptor Engineering Development Team authored
-
Raptor Engineering Development Team authored
-
Raptor Engineering Development Team authored
-
Raptor Engineering Development Team authored
-
Raptor Engineering Development Team authored
-
Raptor Engineering Development Team authored
-
Raptor Engineering Development Team authored
-
Raptor Engineering Development Team authored
-
Raptor Engineering Development Team authored
-
Raptor Engineering Development Team authored
-
Raptor Engineering Development Team authored
* Support fan and tach configuration in VPD files * Support offset and scaled fan curves (min/max PWM) * Allow arbitrary PWM / tach channel association * Support multiple PWM / tach drivers * Smooth out tach RPM readings by simple moving average
-
Raptor Engineering Development Team authored
-
Raptor Engineering Development Team authored
Add opaque driver data pointer to thermal sensor struct Only update OneWire sensors in the OneWire read loop
-
Raptor Engineering Development Team authored
Fix out of bounds memory write during sensor description copy process in Redfish thermal handler
-
Raptor Engineering Development Team authored
-
Raptor Engineering Development Team authored
-
Raptor Engineering Development Team authored
-
Raptor Engineering Development Team authored
On larger systems, the Thermal object can return a string that is significantly larger than the HTTP request size. Add support for multiple transmission callbacks to the Web service layer, and Convert the Thermal object handler to use this new support.
-