| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Add base FAPI2 attribute definitions | Joe McGill | 2015-12-11 | 6 | -0/+547 |
| * | FAPI2 - Error/FFDC work related updates | Thi Tran | 2015-12-11 | 11 | -312/+382 |
| * | parseAttributeInfo: Minor typos. | Patrick Williams | 2015-12-11 | 1 | -2/+2 |
| * | Build Sequencer for one initfile, parse attr ovd, target resolution | Prachi Gupta | 2015-12-11 | 3 | -97/+122 |
| * | set default length of bits to clear to one | Matt K. Light | 2015-12-11 | 1 | -1/+1 |
| * | change putSpy inputs to be const, fixed incorrect assert comment | Matt K. Light | 2015-12-11 | 1 | -358/+352 |
| * | Infra: Regenerate plat_attribute_service.H using Cronus script. | Patrick Williams | 2015-12-11 | 1 | -0/+33 |
| * | FAPI2: Add extra includes to fapi2.H | Patrick Williams | 2015-12-11 | 1 | -1/+3 |
| * | Infra: Refactor fapi2 library to use ecmd base. | Patrick Williams | 2015-12-11 | 1 | -0/+2 |
| * | Infra: Build FAPI2. | Patrick Williams | 2015-12-11 | 4 | -0/+190 |
| * | FAPI2: Fix various header files in generated files. | Patrick Williams | 2015-12-11 | 2 | -2/+19 |
| * | FAPI2: Fix various missing header files. | Patrick Williams | 2015-12-11 | 2 | -265/+318 |
| * | Fixed overflow problem in buffers | Brian Silver | 2015-12-11 | 2 | -546/+579 |
| * | FAPI2: Fix argument count in createIfAttrService.pl | Patrick Williams | 2015-12-11 | 1 | -1/+26 |
| * | moved mvpd record and keyword definition to mvpd_access_defs.H | Matt K. Light | 2015-12-11 | 2 | -84/+117 |
| * | JET: Enable search option in documentation generated by Doxygen | Bilicon Patil | 2015-12-11 | 1 | -1/+1 |
| * | made const extract methods | Matt K. Light | 2015-12-11 | 1 | -84/+158 |
| * | Reverse class ReturnCode bool() logic | Thi Tran | 2015-12-11 | 1 | -39/+47 |
| * | Change fapi2::delay interface to include DFT fixed identification | Brian Silver | 2015-12-11 | 1 | -65/+62 |
| * | added module vpd get/set interfaces | Matt K. Light | 2015-12-11 | 2 | -2/+180 |
| * | Add additional __PPE protection for currently unsupported PPE functions | Greg Still | 2015-12-11 | 1 | -1/+2 |
| * | Ensure FFDC return code is set even if using empty classes | Brian Silver | 2015-12-11 | 1 | -4/+10 |
| * | Add TARGET_TYPE_CAPP | Brian Silver | 2015-12-11 | 1 | -1/+1 |
| * | Have Attribute enum under namespace fapi2 | Thi Tran | 2015-12-11 | 1 | -3/+3 |
| * | Additional FAPI migration to fapi2 | Brian Silver | 2015-12-11 | 5 | -6/+13 |
| * | FAPI2 Direct attribute access support | Thi Tran | 2015-12-11 | 9 | -91/+1257 |
| * | Add support for ranges of bits in bit operators | Brian Silver | 2015-12-11 | 1 | -24/+32 |
| * | Add variable_buffer get<OT>() | Brian Silver | 2015-12-11 | 2 | -4/+21 |
| * | Add variable_buffer shiftLeft(), shiftRight() | Brian Silver | 2015-12-11 | 1 | -6/+129 |
| * | Add missing ifdef doxygen for putSpy | Brian Silver | 2015-12-11 | 1 | -8/+8 |
| * | Add support for variable_buffer setBit/clearBit | Richard Knight | 2015-12-11 | 1 | -15/+68 |
| * | Add support for isBitClear() to variable_buffer | Richard Knight | 2015-12-11 | 1 | -13/+15 |
| * | Add isBitSet() support | Richard Knight | 2015-12-11 | 1 | -12/+67 |
| * | JET: Updating the documentation of error code | Bilicon Patil | 2015-12-11 | 1 | -18/+15 |
| * | Change target types MIS/MIA to MI | Brian Silver | 2015-12-11 | 1 | -2/+2 |
| * | Swap arguments to extract API to match ecmd buffers | Brian Silver | 2015-12-11 | 1 | -9/+9 |
| * | Extend fapi2::buffer parametric interfaces | Brian Silver | 2015-12-11 | 1 | -34/+191 |
| * | Update FFDC mechanism to better handle targets, buffers | Brian Silver | 2015-12-11 | 8 | -349/+436 |
| * | FAPI_TRY will now add trace as an ERR type instead of DBG type. | Bilicon Patil | 2015-12-11 | 2 | -6/+2 |
| * | Remove buffer_base.H | Brian Silver | 2015-12-11 | 3 | -353/+526 |
| * | Migrate headers to support platform specializations | Brian Silver | 2015-12-11 | 9 | -85/+1125 |
| * | Add fapi2.H | Brian Silver | 2015-12-11 | 1 | -0/+60 |
| * | Make variable_buffer::set() overflow checking more precise | Brian Silver | 2015-12-11 | 2 | -2/+27 |
| * | Add variable_buffer::pointer() | Brian Silver | 2015-12-11 | 3 | -1/+13 |
| * | FFDC collection for buffers, exectue() takes a sev parameter | Brian Silver | 2015-12-11 | 5 | -30/+29 |
| * | Change clean_up label to fapi_try_exit | Brian Silver | 2015-12-11 | 1 | -3/+3 |
| * | Add fapi2::array | Brian Silver | 2015-12-11 | 2 | -0/+305 |
| * | Fix flush, invert, and reverse buffer chaining | Brian Silver | 2015-12-11 | 3 | -8/+85 |
| * | FFDC class generation changes for caps, errors | Brian Silver | 2015-12-11 | 4 | -33/+52 |
| * | Buffer, targeting updates | Brian Silver | 2015-12-11 | 8 | -115/+331 |