Revisions of OpenCSD

buildservice-autocommit accepted request 1155203 from Martin Pluskal's avatar Martin Pluskal (pluskalm) (revision 28)
baserev update by copy to link target
Martin Pluskal's avatar Martin Pluskal (pluskalm) accepted request 1155123 from Guillaume GARDET's avatar Guillaume GARDET (Guillaume_G) (revision 27)
- Update 1.5.1:
  * Update: ETE: Add support for Arch 9.5 FEAT_PAUTH_LR. 
  Add new instructions to disassembler to recognise RETASPPC
  variants as indirect branches. Adds new test snapshots.
buildservice-autocommit accepted request 1142172 from Martin Pluskal's avatar Martin Pluskal (pluskalm) (revision 26)
baserev update by copy to link target
Martin Pluskal's avatar Martin Pluskal (pluskalm) accepted request 1142112 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 25)
- update to 1.4.2:
  * Decoder memory access - add debug features and cacheing to
    improve performance of decode.
    Caching controllable by API or environment variables.
  * Decode debug options to control potential runaway debug when
    incorrect memory images input to decoder.
    a) aarch64 instruction check for invalid instruction opcode.
       (any opcode with 0x0000 as top 16 bits).
    b) optional instruction range maximum run limit.
  * Memory spaces: ensure that decoder memory requests are
    correctly labelled with Realm and root characteristics when
    appropriate.
  * M class tail chained interrupts now correctly handled.
  * STM: - fix master and channel ID initialisation
  * Test: update README.md and perf-test-script.base for new paths
    (github issue #60 from yuxy-c)
  * build: Fix GCC version dir handling for versions of GCC > 9.

  * Test: Update test program trc_pkt_lister with option to have
    (github issues #53, #58 from yabinc)
    - Bugfix: Add header file in snapshot parser - fix build for
  - __New Decode Protocol__: Support added for the ETE protocol, used by ARM PEs that implement the FEAT_ETE
                             feature. Supports new architectural features in this trace, including FEAT_TME.
  - __Update__: Output Elememts: New protocol defines two new output elements.
                declares future features ahead of architecture versions to allow support to be added.
  - __Update__: docs: Add linux 'man' file and installation.
  - __Bugfix__: build: Fix clean install, and remove static lib build test from main makefile to
  * __Update__: makefile: Add DESTDIR to install targets.
  * __Update__: docs: update to location of ARM coresight driver
- New SUSE package for opencsd library v0.14.2
buildservice-autocommit accepted request 1110837 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 24)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) accepted request 1110624 from Guillaume GARDET's avatar Guillaume GARDET (Guillaume_G) (revision 23)
- update to 1.4.1:
  * Test: Update test program trc_pkt_lister with option to have 
    no logging output - final stats only.
  * Bugfix: ETM4x: ETE: Fix memory leak / use after free
    (github issues #53, #58 from yabinc) 
  * Bugfix: C-API: Fix memory leak with output sink object.
    (github issue #55)
buildservice-autocommit accepted request 1073737 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 22)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) accepted request 1073724 from Guillaume GARDET's avatar Guillaume GARDET (Guillaume_G) (revision 21)
- update to 1.4.0:
  * Update: ETE: Add support for Arch v9.4 FEAT_ITE. ETE v1p3,
    sw trace instrumentation. Adds in new generic output packet
    type: OCSD_GEN_TRC_ELEM_INSTRUMENTATION.
  * Bugfix: Fix memory leak in mispredict handling (github issue
    #52 from yabinc)
buildservice-autocommit accepted request 1061798 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 20)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 19)
- update to 1.3.3:
  * Update: Add test program for Coresight Frame Demux code
  * Bugfix: PTM: Fix incorrect extraction of Waypoint Address packet
  * Bugfix: Frame Demux: Fix HSYNC, FSYNC and 4xFSYNC handling that
    was causing out-of-bounds reads on invalid data input.
  * Fixed error handling for incorrect number of FSYNC packets in 4xFSYNC
    frame reset code that was not triggering an error and allowing fun
    with mis-aligned input data.
  * Bugfix: Fix silent failure if incorrect config flags set when setting up
    frame demux modes.
buildservice-autocommit accepted request 1002785 from Yousaf Kaukab's avatar Yousaf Kaukab (ykaukab) (revision 18)
baserev update by copy to link target
Yousaf Kaukab's avatar Yousaf Kaukab (ykaukab) accepted request 1002760 from Guillaume GARDET's avatar Guillaume GARDET (Guillaume_G) (revision 17)
- Update to 1.3.2:
    - Bugfix: ETM4x / ETE - 64 bit timestamp value - MS bit
      incorrectly masked to 1b0 during extraction from packet.
buildservice-autocommit accepted request 992533 from Martin Pluskal's avatar Martin Pluskal (pluskalm) (revision 16)
baserev update by copy to link target
Martin Pluskal's avatar Martin Pluskal (pluskalm) accepted request 992453 from Guillaume GARDET's avatar Guillaume GARDET (Guillaume_G) (revision 15)
- Update to 1.3.1:
    - Bugfix: Add header file in snapshot parser - fix build for 
      certain libc++ libs (github issue #43 from manojgupta)
    - Bugfix: Fix typo in comment (github issue #42 from nothatDinger)
buildservice-autocommit accepted request 967022 from Yousaf Kaukab's avatar Yousaf Kaukab (ykaukab) (revision 14)
baserev update by copy to link target
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 928985 from Jiri Slaby's avatar Jiri Slaby (jirislaby) (revision 12)
- Update to 1.2.0
    - __Bugfix__: Fix include and install for ETE decoder headers.
    - __Update__: Add API for counting packet decode statistics, and Frame debmux statistics.
    - __Update__: Update test scripts to allow additional command line options to be passed.
    - __Bugfix__: Fix various build warnings.
    - __Bugfix__: Remove unused variable (github issue #38 from Yi Kong)
    - __Bugfix__: Remove noisy printf (James Clark)
    - __Bugfix__: Fix documentation issues (github issues #39 & #40 from rbresalier)
buildservice-autocommit accepted request 900578 from Martin Pluskal's avatar Martin Pluskal (pluskalm) (revision 11)
baserev update by copy to link target
Martin Pluskal's avatar Martin Pluskal (pluskalm) accepted request 900553 from Guillaume GARDET's avatar Guillaume GARDET (Guillaume_G) (revision 10)
- Update to 1.1.0:
  - __Update__: ETM v4.6 support.
  - __Update__: C-API - add API functions to get last error and convert error code to string.
  - __Bugfix__: ETMv4/ETE - fix loop problem in commit elements.
  - __Bugfix__: ETMv4/ETE - make error handling consistent.
  - __Bugfix__: Add Pull request #36 from github (Ross Burton)
  - __Bugfix__: Add Pull request #37 from github (Ian Rogers)
buildservice-autocommit accepted request 865163 from Martin Pluskal's avatar Martin Pluskal (pluskalm) (revision 9)
baserev update by copy to link target
Displaying revisions 1 - 20 of 28
openSUSE Build Service is sponsored by