summaryrefslogtreecommitdiffstats
path: root/targeting.hpp
Commit message (Collapse)AuthorAgeFilesLines
* add .clang-formatPatrick Venture2018-11-021-141/+139
| | | | | | | Add .clang-format for automatic style. Change-Id: I6d240009370179b5b8f1f646b0476a059ec6aa85 Signed-off-by: Patrick Venture <venture@google.com>
* Fix FSI hub pathEdward A. James2017-07-061-1/+1
| | | | | | | | | Targeting wasn't picking up the second proc FSI master. Resolves openbmc/openbmc#1901 Change-Id: I5571c2291e2c555b64ab1b20520a4bf686267c0f Signed-off-by: Edward A. James <eajames@us.ibm.com>
* Change FSI behavior for 4.10Edward A. James2017-04-271-5/+29
| | | | | | | | | Latest FSI code changes paths and endianness, so we need to update Targeting and flip the CFAM data endian when necessary. Also update the test case to use the new 4.10 path style. Change-Id: I35cdedf4b9723ee0f8291d0abf4467dbfd99b334 Signed-off-by: Edward A. James <eajames@us.ibm.com>
* P9 CFAM register override procedureMichael Tritz2017-04-141-0/+5
| | | | | | | | | This new procedure will allow users to provide P9 CFAM register overrides before the P9 SBE is started. Change-Id: If3658f9a6ede9a3682c4ed7888e9acb328c67709 Signed-off-by: Michael Tritz <mtritz@us.ibm.com>
* Fix path for FSI slavesMatt Spinler2017-03-171-1/+1
| | | | | | | The FSI path moved for the 2nd processor. Change-Id: Ic462dc7648a68abc7de178e2312bc2368fc06d40 Signed-off-by: Matt Spinler <spinler@us.ibm.com>
* Have the Target class manage the file descriptorMatt Spinler2017-03-141-6/+18
| | | | | | | | The sysfs file descriptor will now stay open from first use until the Target class is destroyed. Change-Id: Ib9803a527115cc75ecc9a5351d1e748ccd54a993 Signed-off-by: Matt Spinler <spinler@us.ibm.com>
* Add Target and Targeting classesMatt Spinler2017-03-141-0/+137
These classes are used to target certain processors for operations. Change-Id: Iab7a9fc0f1b0a901963e4e899ded370435cfb418 Signed-off-by: Matt Spinler <spinler@us.ibm.com>
OpenPOWER on IntegriCloud