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

Merge python3-rc2 branch into master #656

Merged
merged 40 commits into from Aug 15, 2019

Commits on Aug 7, 2019

  1. Configuration menu
    Copy the full SHA
    4642052 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c3685be View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4980337 View commit details
    Browse the repository at this point in the history
  4. update copyright info

    BrentHoltsclaw committed Aug 7, 2019
    Configuration menu
    Copy the full SHA
    164aca4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    005eb88 View commit details
    Browse the repository at this point in the history
  6. cleanup

    BrentHoltsclaw committed Aug 7, 2019
    Configuration menu
    Copy the full SHA
    5f97ea8 View commit details
    Browse the repository at this point in the history
  7. Changed more files

    BrentHoltsclaw committed Aug 7, 2019
    Configuration menu
    Copy the full SHA
    d948ec2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f5b0c43 View commit details
    Browse the repository at this point in the history
  9. minor cleanup

    BrentHoltsclaw committed Aug 7, 2019
    Configuration menu
    Copy the full SHA
    45e872d View commit details
    Browse the repository at this point in the history
  10. change hal.spi

    BrentHoltsclaw committed Aug 7, 2019
    Configuration menu
    Copy the full SHA
    782ade3 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    97cd395 View commit details
    Browse the repository at this point in the history
  12. Edits made to satisfy comments

    Also fixed cases where join was used (previously unaddressed)
    BrentHoltsclaw committed Aug 7, 2019
    Configuration menu
    Copy the full SHA
    95a430e View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    fbe509a View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    beac2c8 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    d51eb62 View commit details
    Browse the repository at this point in the history
  16. Cleanup modules so that chipsec_util.py can be run

    Will be reworking util commands within a separate pull request
    BrentHoltsclaw committed Aug 7, 2019
    Configuration menu
    Copy the full SHA
    77e7f57 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    4d3af6b View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    efedaf1 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    dffc5d9 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    8be0888 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    b5c3cd7 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    a33d7e4 View commit details
    Browse the repository at this point in the history
  23. Fix chipsec_util command UEFI

    Also depends upon merging in PR chipsec#524
    BrentHoltsclaw committed Aug 7, 2019
    Configuration menu
    Copy the full SHA
    a63096a View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    9d3461e View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    d17d265 View commit details
    Browse the repository at this point in the history
  26. Fixes to get things working after rebase with master

      still need to do necessary testing on all OS
      there are current issues with decompress
    BrentHoltsclaw committed Aug 7, 2019
    Configuration menu
    Copy the full SHA
    c6e5e5b View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    350332a View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    b8e0769 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    b3c552b View commit details
    Browse the repository at this point in the history
  30. fix exception handling, tuple isn't allowed anymore. Also, pywintypes…

    ….Unicode() crashes on python3, use str instead
    NicholasArmour authored and BrentHoltsclaw committed Aug 7, 2019
    Configuration menu
    Copy the full SHA
    fe7a202 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    671f5a7 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    69ab324 View commit details
    Browse the repository at this point in the history
  33. rename nested exception

    NicholasArmour authored and BrentHoltsclaw committed Aug 7, 2019
    Configuration menu
    Copy the full SHA
    5e727f1 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    919224a View commit details
    Browse the repository at this point in the history
  35. Pylint cleanup of hal modules

    Fixed and pylint errors within the hal modules (mostly python3 syntax errors)
    
    Signed-off-by: user <brent.holtsclaw@intel.com>
    User942blib authored and BrentHoltsclaw committed Aug 7, 2019
    Configuration menu
    Copy the full SHA
    35233f5 View commit details
    Browse the repository at this point in the history
  36. Update hal.paging to pass pylint

    added necessary functions within classes
    removed unnecessary code
    fixed up formatted string
    
    Signed-off-by: BrentHoltsclaw <brent.holtsclaw@intel.com>
    BrentHoltsclaw committed Aug 7, 2019
    Configuration menu
    Copy the full SHA
    aae3746 View commit details
    Browse the repository at this point in the history
  37. Fix pylint errors within utilcmds

    mainly syntax and namespace errors
    
    Signed-off-by: BrentHoltsclaw <brent.holtsclaw@intel.com>
    User942blib authored and BrentHoltsclaw committed Aug 7, 2019
    Configuration menu
    Copy the full SHA
    93a1659 View commit details
    Browse the repository at this point in the history
  38. Cleanup pylint errors within the chipsec/helper directory

    - Fix import errors
    - Fix python3 syntax changes
    
    Signed-off-by: BrentHoltsclaw <brent.holtsclaw@intel.com>
    User942blib authored and BrentHoltsclaw committed Aug 7, 2019
    Configuration menu
    Copy the full SHA
    b4beadc View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    fdb0e86 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2019

  1. Changes to update code based upon feedback

    Signed-off-by: BrentHoltsclaw <brent.holtsclaw@intel.com>
    BrentHoltsclaw committed Aug 15, 2019
    Configuration menu
    Copy the full SHA
    cc7b050 View commit details
    Browse the repository at this point in the history