summaryrefslogtreecommitdiffstats
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* build: pkg anti-pattern: use defaultsPatrick Venture2019-02-131-4/+4
| | | | | | | | Use the defaults in the pkg check where the default error message is sufficient to identify which package is missing. Change-Id: Ib3c000db8dc8c4f9efedb66464c86d8d8c25bacb Signed-off-by: Patrick Venture <venture@google.com>
* p9: pcie-workaround: Add service file to repoAnthony Wilson2018-11-091-0/+17
| | | | | | | | | | | systemd unit file distribution is typically done by the application build process. Testing: Verified service runs after obmc-power-stop-pre and before op-power-stop. Change-Id: I1c4eb81430a3bcd7784011f5f8fe50aa058384f7 Signed-off-by: Anthony Wilson <wilsonan@us.ibm.com>
* openpower-proc-control: use c++17Vernon Mauery2018-10-041-1/+1
| | | | | | | Update configure.ac to choose the c++17 standard Change-Id: Ic782f5ca1a8435ecce99a92c5261d98eeac23647 Signed-off-by: Vernon Mauery <vernon.mauery@linux.intel.com>
* Add FSI scan procedureMatt Spinler2017-10-041-2/+4
| | | | | | | | | | | | | | | | | This procedure will perform both the FSI master and FSI hub scans. It replaces doing the scans by writing to sysfs using the echo command so that real errors can be created on failures. Currently the only way to tell if the master scan fails is by checking for missing sysfs files, and this code will do that by checking for the hub scan file. Change-Id: Id4b91592b8c8b9a5fc9f1a56f4d89e142a6c6b74 Signed-off-by: Matt Spinler <spinler@us.ibm.com>
* Replacing runtime exceptions with elogDhruvaraj Subhashchandran2017-05-171-1/+1
| | | | | | | Resolves openbmc/openbmc#1323 Change-Id: Ia93d1f0036341c26fdc6c5e3133d4a05346090be Signed-off-by: Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com>
* Pass source dir into makefile generator scriptMatt Spinler2017-03-171-1/+1
| | | | | | | The script runs in build/, the source is in git/. Change-Id: I3f6804f3a83013bc0afe7bfba8da585d2fd24413 Signed-off-by: Matt Spinler <spinler@us.ibm.com>
* Conditional compilation of proceduresMatt Spinler2017-03-141-0/+8
| | | | | | | | Only compile in the procedures for chips specified during configure. Change-Id: Ie069f472b86bfbe8ad5d00bc6db8def573f86b4b Signed-off-by: Matt Spinler <spinler@us.ibm.com>
* Add gtest for Targeting classMatt Spinler2017-03-141-1/+22
| | | | | Change-Id: I10d00d56561c52c479052d2e04630cc326091aa0 Signed-off-by: Matt Spinler <spinler@us.ibm.com>
* Add startHost and vcsWorkaround stubsMatt Spinler2017-03-141-0/+22
Change-Id: Id696a7735930806373c214da50660ee0ee830598 Signed-off-by: Matt Spinler <spinler@us.ibm.com>
OpenPOWER on IntegriCloud