Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: warpBytes/multizone-secure-iot-stack
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: danielRep/multizone-secure-iot-stack
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 20 commits
  • 41 files changed
  • 4 contributors

Commits on Mar 10, 2019

  1. Configuration menu
    Copy the full SHA
    a3d4b28 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2019

  1. Update JEDEC ID for X300 v1.0.1

    hexfive-kern 63bbae4
    hexfive-conf 46bf849
    cgarlati committed Mar 11, 2019
    Configuration menu
    Copy the full SHA
    a49cb73 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b47770a View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2019

  1. Refactor xemaclite driver

    Make it more generic by passing the address at creation time and
    extracting the control structure. Tidy up the code and reduce the number
    of warnings as well.
    borancar authored and Boran Car committed Mar 12, 2019
    Configuration menu
    Copy the full SHA
    cc3f3f2 View commit details
    Browse the repository at this point in the history
  2. Fix asn warning in zone3

    Needed an include for wc_EccPrivateKeyDecode.
    Boran Car committed Mar 12, 2019
    Configuration menu
    Copy the full SHA
    568bfba View commit details
    Browse the repository at this point in the history
  3. Disable WolfSSL memory callbacks

    They were used for memory measurements previously, but they're no longer
    needed.
    Boran Car committed Mar 12, 2019
    Configuration menu
    Copy the full SHA
    921b739 View commit details
    Browse the repository at this point in the history
  4. Skip wolfSSL misc.c

    misc.c is only needed when defining NO_INLINE, otherwise, it generates a
    warning.
    Boran Car committed Mar 12, 2019
    Configuration menu
    Copy the full SHA
    b80a304 View commit details
    Browse the repository at this point in the history
  5. Remove debug information from zone2

    Boran Car committed Mar 12, 2019
    Configuration menu
    Copy the full SHA
    9c2203e View commit details
    Browse the repository at this point in the history
  6. Update multizone to 462715c

    Changes:
    - Fix 64-bit retval in rv32
    - Removed version info from multizone.jar output
    - Enhanced ECALL_SEND() / ECALL_RECEIVE()
    - Fix soft-timer issue
    
    Hashes:
    - hexfive-kern 63bbae4
    - hexfive-lib 944a095
    - hexfive-conf 0017ba2
    Boran Car committed Mar 12, 2019
    Configuration menu
    Copy the full SHA
    a8afa7c View commit details
    Browse the repository at this point in the history
  7. Change mzmsg and zone2<->zone3 for new InterZone

    New InterZone provides a return value whether the message was sent/read
    so we can use it.
    Boran Car committed Mar 12, 2019
    Configuration menu
    Copy the full SHA
    1898373 View commit details
    Browse the repository at this point in the history
  8. Use X300 JEDEC ID in zone CLIs

    Report the Vendor as Hex Five, Inc. both in zone1 and zone4.
    Boran Car committed Mar 12, 2019
    Configuration menu
    Copy the full SHA
    c2474c2 View commit details
    Browse the repository at this point in the history
  9. Ignore .envrc

    Developers can use .envrc to have local environment variables. This is
    quite customized for each developer, so ignore it while tracking
    changes.
    Boran Car committed Mar 12, 2019
    Configuration menu
    Copy the full SHA
    43af61d View commit details
    Browse the repository at this point in the history
  10. Add ECALL_YIELD in mzmsg_read

    taskYIELD will not call ECALL_YIELD so we need to do it here to keep
    previous behavior.
    Boran Car committed Mar 12, 2019
    Configuration menu
    Copy the full SHA
    53b64bd View commit details
    Browse the repository at this point in the history
  11. Increase mzmsg queue to 128 bytes

    Since we're transferring up to 16 chars at a time, need to make sure
    that our typical line fits within 64-16 chars.
    Boran Car committed Mar 12, 2019
    Configuration menu
    Copy the full SHA
    71ff482 View commit details
    Browse the repository at this point in the history
  12. Rename mzmsg to msg

    And clarify for zone 1 send/recv to/from 2 that it's used for CLI
    access. This removes all mention of mzmsg.
    Boran Car committed Mar 12, 2019
    Configuration menu
    Copy the full SHA
    6269239 View commit details
    Browse the repository at this point in the history
  13. Merge pull request #56 from hex-five/hexfive-boran-wip

    Post Embedded World 2019 Cleanups
    cgarlati authored Mar 12, 2019
    Configuration menu
    Copy the full SHA
    820f21e View commit details
    Browse the repository at this point in the history
  14. Update hexfive-conf v1.0.1

    cgarlati committed Mar 12, 2019
    Configuration menu
    Copy the full SHA
    d9ee627 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2019

  1. Solve Telnet disconnection issue and add PLIC (#58)

    * Solve Telnet disconnection issue
    
    * Add minor improvements to Zone1
    
    * Add PLIC support
    
    * Add minor improves to Zone4
    
    * Add minor change for Telnet disconnection issue
    sandro2pinto authored and cgarlati committed Mar 27, 2019
    Configuration menu
    Copy the full SHA
    2eaee24 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2019

  1. Configuration menu
    Copy the full SHA
    5f4d4cc View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2019

  1. Configuration menu
    Copy the full SHA
    bc0219e View commit details
    Browse the repository at this point in the history
Loading