summaryrefslogtreecommitdiffstats
path: root/meta-phosphor
Commit message (Collapse)AuthorAgeFilesLines
* Revup linuxraptor-v1.0706-04-2018Raptor Engineering Development Team2018-06-061-2/+2
|
* Officially switch to 4.13 kernelRaptor Engineering Development Team2018-05-202-6/+6
|
* Revup phosphor-hwmonRaptor Engineering Development Team2018-05-201-1/+1
|
* Revup phosphor-dbus-interfacesRaptor Engineering Development Team2018-05-201-2/+2
|
* Revup phosphor-hwmonRaptor Engineering Development Team2018-05-161-2/+2
|
* Revup kernel to 4.13Raptor Engineering Development Team2018-05-161-3/+3
|
* kernel: Move to 4.13 kernel (backport)Joel Stanley2018-05-166-15/+44
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We have 236 commits, 127 files changed, 17766 insertions(+), 2128 deletions(-). Some of these are backports from upstream. This list does not include patches from the 4.13 stable releases, but we do include those in the dev-4.13 branch. 1 Alexey Khoroshilov 34 Andrew Jeffery 1 Arnd Bergmann 1 Benjamin Herrenschmidt 1 Bhumika Goyal 1 Brad Bishop 1 Brendan Higgins 11 Christopher Bostic 1 Cyril Bur 14 Cédric Le Goater 49 Edward A. James 3 Gavin Shan 1 Guenter Roeck 8 Ivan Mikhaylov 1 Jacek Anaszewski 1 James Feist 7 Jeremy Kerr 72 Joel Stanley 2 Julia Lawall 1 Ken Chen 6 Lei YU 3 Milton Miller 1 Mykola Kostenok 1 Patrick Venture 2 Philipp Zabel 1 Rick Altherr 11 Samuel Mendoza-Jonas 2 Wei Yongjun 1 Xo Wang 1 Yong Li Note that the 4.13 branch is EOL'd by the Linux community, and as such should not be used for any products beyond development. React to removal of occ hwmon instances from device trees with a new startup/shutdown mechanism for phosphor-hwmon. To fix this, a helper script will be used to start the service that will pass the service the device tree name if it is present, or the udev device path if it isn't. This script will still run from the udev rule as before, but it will stop and start the service itself without using the SYSTEMD_WANTS attribute. As the path to the hwmon environment file matches the service template argument, the paths for the OCC .conf files need to change to match the device path instead of the previous device tree path. Note that the pure device path would have the hwmon instance number in it, but since that can't be known ahead of time it is stripped off by the script that starts the service. In addition, the pure device path for the OCCs contain several ':'s, meaning the associated environment files would also need to. However, Yocto/Bitbake cannot handle a ':' in a file path, so they are converted to '--'s by the script that starts the service and phosphor-hwmon will convert them back internally when it starts. The service file also needed some changes now that the service lifetime is no longer controlled by systemd via SYSTEMD_WANTS. This script will be called by a udev rule to start and stop phosphor-hwmon when the hwmon device driver is started and stopped. It is passed both the device path and the OF_FULLNAME device tree attribute. If OF_FULLNAME is present, it will start the service with that as its template argument, otherwise it will use the device path. This is to handle devices that aren't in the device tree so they won't have OF_FULLNAME. If a '/hwmon/hwmonN' is in the path it is removed, as this path is also used as a path to an environment file and so must be known ahead of time, which the hwmon instance N is not. If there is a ':' in the path name, it is converted to a '--'. Yocto/Bitbake cannot handle a ':' in file paths. Resolves openbmc/openbmc#2953 Change-Id: I815be4d6d9e1cbea8428bb1bb8c332776ee71ece Signed-off-by: Joel Stanley <joel@jms.id.au> Signed-off-by: Matt Spinler <spinler@us.ibm.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* Revup linux-obmcRaptor Engineering Development Team2018-05-141-1/+1
|
* Prevent FSI scan during initial chassis power on and host startRaptor Engineering Development Team2018-05-132-0/+2
|
* Revup phosphor-ipmi-hostRaptor Engineering Development Team2018-05-121-1/+1
|
* Revup phosphor-ipmi-hostRaptor Engineering Development Team2018-05-121-2/+2
|
* Revup skeletonRaptor Engineering Development Team2018-05-121-2/+2
|
* Force OCC disable script to have completed execution before host can power onRaptor Engineering Development Team2018-05-122-0/+2
|
* Block chassis poweron and host start on completion of shutdown scriptsRaptor Engineering Development Team2018-05-122-0/+2
|
* Redirect serverwiz to Raptor Computing Systems repositoriesRaptor Engineering Development Team2018-05-091-1/+1
|
* Revup phosphor-net-ipmidRaptor Engineering Development Team2018-05-091-1/+1
|
* Revup ipmi-fru-parserRaptor Engineering Development Team2018-05-091-1/+1
|
* Revup phosphor-host-ipmidRaptor Engineering Development Team2018-05-091-1/+1
|
* Revup phosphor-inventory-managerRaptor Engineering Development Team2018-05-091-1/+1
|
* Revup phosphor-dbus-interfacesRaptor Engineering Development Team2018-05-091-1/+1
|
* Revup phosphor-mrw-toolsRaptor Engineering Development Team2018-05-091-1/+1
|
* phosphor-ipmi-host: Add channel config defaultPatrick Venture2018-05-084-0/+36
| | | | | | | | To provide a custom channel configuration, provide a virtual phosphor-ipmi-channel-config. Change-Id: I00d8e8aed11a18d193a9066a098611784600da56 Signed-off-by: Patrick Venture <venture@google.com>
* sensor: Modify config for sensor to add additional fieldsTom Joseph2018-05-082-0/+216
| | | | | | | | | | Added entity ID, entity instance and sensor naming pattern to the generated sensor yaml. Resolves openbmc/openbmc#2612 Change-Id: Ie4dc9548833cb30126e873a7597b2be9b1ea7f79 Signed-off-by: Tom Joseph <tomjoseph@in.ibm.com>
* Redirect IPMI parser to Raptor Computing Systems repositoriesRaptor Engineering Development Team2018-05-081-1/+1
|
* Revup phosphor-fanRaptor Engineering Development Team2018-05-041-2/+2
|
* Revup skeletonRaptor Engineering Development Team2018-05-041-2/+2
|
* Revup linuxraptor-v1.0304-30-2018Raptor Engineering Development Team2018-04-301-1/+1
|
* Revup fan control and switch to branchRaptor Engineering Development Team2018-04-291-2/+2
|
* Revup fan controlRaptor Engineering Development Team2018-04-281-2/+2
|
* ipmi: Add missing build dependencyraptor-v1.0204-19-2018Brad Bishop2018-04-201-0/+1
| | | | | | | | | Add a missing pyyaml dependency to the phosphor-ipmi-sensor-inventory-mrw-native recipe. Tested: Built a Witherspoon image Change-Id: Ia85eb4da107f855d8f2dd9483b4dd34b71674f24 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* Revup phosphor-hwmon and switch to release 1.02 branchRaptor Engineering Development Team2018-04-201-2/+2
|
* Switch u-boot to branchraptor-v1.0104-13-2018Raptor Engineering Development Team2018-04-141-1/+1
|
* Switch phosphor-hwmon to branchRaptor Engineering Development Team2018-04-141-1/+1
|
* Switch phsphor-fan to branchRaptor Engineering Development Team2018-04-141-1/+1
|
* Revup skeletonRaptor Engineering Development Team2018-04-141-2/+2
| | | | Switch skeleton to branch
* Revup skeletonraptor-v1.0003-26-2018Raptor Engineering Development Team2018-03-261-1/+1
|
* Revup linux-obmcRaptor Engineering Development Team2018-03-071-1/+1
|
* Revup skeletonRaptor Engineering Development Team2018-03-031-1/+1
|
* Work around upstream BMC bug 2946Raptor Engineering Development Team2018-03-031-1/+10
|
* Revup skeletonRaptor Engineering Development Team2018-02-191-1/+1
|
* Revup skeletonRaptor Engineering Development Team2018-02-191-1/+1
|
* Revup u-bootRaptor Engineering Development Team2018-02-191-1/+1
|
* Revup skeletonRaptor Engineering Development Team2018-02-191-1/+1
|
* Revup skeletonRaptor Engineering Development Team2018-01-261-1/+1
|
* Revup obmc-linuxRaptor Engineering Development Team2018-01-251-1/+1
|
* Revup phosphor-fan-presenceRaptor Engineering Development Team2018-01-251-1/+1
|
* Add obmc-hardbeep packaging filesRaptor Engineering Development Team2018-01-251-0/+9
|
* Revup skeletonRaptor Engineering Development Team2018-01-251-1/+1
|
* Revup phosphor-fan-presenceRaptor Engineering Development Team2018-01-241-1/+1
|
* Revup phosphor-fanRaptor Engineering Development Team2018-01-231-1/+1
|
OpenPOWER on IntegriCloud