Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Darjeeling updates #55

Merged

Commits on Feb 6, 2024

  1. [ot] hw/opentitan: ot_ibex_wrapper: extend DV_SIM_STATUS to support e…

    …rror codes
    
    Signed-off-by: Emmanuel Blot <[email protected]>
    rivos-eblot authored and loiclefort committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    95eb440 View commit details
    Browse the repository at this point in the history
  2. [ot] scripts/opentitan: pyot.py: report a test as failed on worker error

    If a worker reports an error, the test should be declared as failed, as
    the worker may detect an unexpected behavior/result.
    
    Signed-off-by: Emmanuel Blot <[email protected]>
    rivos-eblot authored and loiclefort committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    a420b84 View commit details
    Browse the repository at this point in the history
  3. [ot] jtag: TAP configuration should not be tied to DMI

    Signed-off-by: Emmanuel Blot <[email protected]>
    rivos-eblot authored and loiclefort committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    0171fd0 View commit details
    Browse the repository at this point in the history
  4. [ot] hw/riscv: ot_darjeeling: configure TAP controller from machine

    Signed-off-by: Emmanuel Blot <[email protected]>
    rivos-eblot authored and loiclefort committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    afc878e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ce5f5af View commit details
    Browse the repository at this point in the history
  6. [ot] docs/opentitan: document how to drive the JTAG mailbox remotely

    Signed-off-by: Emmanuel Blot <[email protected]>
    rivos-eblot authored and loiclefort committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    4f94f47 View commit details
    Browse the repository at this point in the history
  7. [ot] hw/opentitan: Reuse existing declared variable

    Fixes variable shadowing.
    
    Signed-off-by: Rob Bradford <[email protected]>
    rbradford authored and loiclefort committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    8c090b1 View commit details
    Browse the repository at this point in the history
  8. [ot] hw/opentitan: Reuse existing variable

    The command variable already contains the command - there is no need to
    peek it again. This avoids variable shadowing.
    
    Signed-off-by: Rob Bradford <[email protected]>
    rbradford authored and loiclefort committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    f5af149 View commit details
    Browse the repository at this point in the history
  9. [ot] hw/opentitan: add missing __func__ to qemu_log messages

    Signed-off-by: Emmanuel Blot <[email protected]>
    rivos-eblot authored and loiclefort committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    43df028 View commit details
    Browse the repository at this point in the history
  10. [ot] hw/opentitan: ensure item strings are always zeroed

    Signed-off-by: Emmanuel Blot <[email protected]>
    rivos-eblot authored and loiclefort committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    ff3c35c View commit details
    Browse the repository at this point in the history
  11. [ot] hw/opentitan: ot_common: add functions for MultiBitBool & W1C/W1…

    …S/W0C
    
    Signed-off-by: Loïc Lefort <[email protected]>
    rivos-eblot authored and loiclefort committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    eca4988 View commit details
    Browse the repository at this point in the history
  12. [ot] hw/opentitan: ot_dma: update with latest HW changes

    Signed-off-by: Emmanuel Blot <[email protected]>
    rivos-eblot authored and loiclefort committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    18e87fb View commit details
    Browse the repository at this point in the history
  13. [ot] scripts/opentitan: pyot: add configurable startup delay

    Signed-off-by: Emmanuel Blot <[email protected]>
    rivos-eblot authored and loiclefort committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    9326470 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    3d65395 View commit details
    Browse the repository at this point in the history