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

Add ASRockRack provider #196

Merged
merged 42 commits into from
Mar 23, 2021
Merged

Add ASRockRack provider #196

merged 42 commits into from
Mar 23, 2021

Commits on Mar 8, 2021

  1. Configuration menu
    Copy the full SHA
    a9e2dff View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d7ddf5d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    323d4d6 View commit details
    Browse the repository at this point in the history
  4. lint fixes

    joelrebel committed Mar 8, 2021
    Configuration menu
    Copy the full SHA
    096dd80 View commit details
    Browse the repository at this point in the history
  5. asrockrack: firmware updates

    - Fix up bmclib v2 interface implementation
    - Firmware update method fixes
    - Firmware update test fixes
    joelrebel committed Mar 8, 2021
    Configuration menu
    Copy the full SHA
    7307fa0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9ba38e6 View commit details
    Browse the repository at this point in the history
  7. asrockrack: update info logging

    non-even logr k/v fields results in empty logging lines with just the
    prefix 'INFO' being logged, here we ensure all values are in pairs.
    joelrebel committed Mar 8, 2021
    Configuration menu
    Copy the full SHA
    3d049a5 View commit details
    Browse the repository at this point in the history
  8. asrockrack: add skipLogout bool to ignore Close() invocation

    requests after a firmware flash, since the BMC is resetting at that
    point
    joelrebel committed Mar 8, 2021
    Configuration menu
    Copy the full SHA
    04bd8fd View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    08f6ec4 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    4e6ac59 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    acb54b4 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    6b41052 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    d2c1eaa View commit details
    Browse the repository at this point in the history
  14. client: Add remaining FirmwareBIOS* interface methods

    - purge unused driver registry
    joelrebel committed Mar 8, 2021
    Configuration menu
    Copy the full SHA
    a51c581 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    c7a10f6 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    2dcefc2 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    22835e5 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    8422ccd View commit details
    Browse the repository at this point in the history
  19. Add context paramter to Close()

    This enables the existing codebase to be implemented by both the current
    and newer interfaces.
    
    the current interface (bmclib v0)
    https://github.com/bmc-toolbox/bmclib/blob/c1fed9df833628df57796245d085c97187f06f9a/devices/interfaces.go
    
    the newer interface (bmclib v2)
    https://github.com/bmc-toolbox/bmclib/blob/c1fed9df833628df57796245d085c97187f06f9a/bmc/connection.go#L17
    joelrebel committed Mar 8, 2021
    Configuration menu
    Copy the full SHA
    d311fd6 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    6441553 View commit details
    Browse the repository at this point in the history
  21. lint fixes

    joelrebel committed Mar 8, 2021
    Configuration menu
    Copy the full SHA
    5c150f7 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    01f8923 View commit details
    Browse the repository at this point in the history
  23. providers/asrockrack: various linting fixes

    based on feedback in PR#196
    joelrebel committed Mar 8, 2021
    Configuration menu
    Copy the full SHA
    2b52025 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    39b616a View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    9070351 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    f099ec7 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    a688310 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    a09e661 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    fa8e5f5 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    7e81b00 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    f574d21 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    2081cd9 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    bb6568f View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    3bb9a04 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    229dca9 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    c0c4dfc View commit details
    Browse the repository at this point in the history
  37. go mod tidy

    joelrebel committed Mar 8, 2021
    Configuration menu
    Copy the full SHA
    56ed33d View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    a514cb6 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2021

  1. Configuration menu
    Copy the full SHA
    bb18bfe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    09da9d4 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2021

  1. Configuration menu
    Copy the full SHA
    3a22d5e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8c2ffa9 View commit details
    Browse the repository at this point in the history