1. 6c4d8ba mboxctl: Fix Control.Resume argument type by Andrew Jeffery · 6 years ago
  2. 5f86227 configure: Update from c++14 to c++17 by William A. Kennington III · 6 years ago
  3. d5f1d40 clang-format: Pull the format rules from the openbmc/docs repo by William A. Kennington III · 6 years ago
  4. b7c49b2 format-code: Use the provided clang format by William A. Kennington III · 6 years ago
  5. 93c8edc Documentation: Rewrite protocol specification by Andrew Jeffery · 6 years ago
  6. cc65061 vpnor: pnor_partition: Debugging for Request.fulfil() by Andrew Jeffery · 6 years ago
  7. cda2964 control: Add FIXME in reset handling by Andrew Jeffery · 6 years ago
  8. c84b8f8 test: Add windows_equally_evictable by Andrew Jeffery · 6 years ago
  9. b5fd0a4 windows: Include stdbool.h by Andrew Jeffery · 6 years ago
  10. ea5400f transport: dbus: Implement erase by Andrew Jeffery · 6 years ago
  11. d66af2a transport: dbus: Implement flush by Andrew Jeffery · 6 years ago
  12. 40ef67b transport: dbus: Implement mark_dirty by Andrew Jeffery · 6 years ago
  13. c2cbb3d transport: dbus: Implement close by Andrew Jeffery · 6 years ago
  14. 0e785f4 transport: dbus: Implement create_write_window by Andrew Jeffery · 6 years ago
  15. b9d72d0 transport: dbus: Implement create_read_window by Andrew Jeffery · 6 years ago
  16. 9c62717 transport: dbus: Implement get_flash_info by Andrew Jeffery · 6 years ago
  17. bcc3399 transport: dbus: Implement ack by Andrew Jeffery · 6 years ago
  18. 7255d26 transport: dbus: Implement reset by Andrew Jeffery · 6 years ago
  19. 0453aa4 transport: Rework BMC event handling by Andrew Jeffery · 6 years ago
  20. a6ca7a9 transport: dbus: Handle events by Andrew Jeffery · 6 years ago
  21. 4414fb8 transport: Retain knowledge of setting and clearing of events by Andrew Jeffery · 6 years ago
  22. 2ebfd20 daemon: Remove the concept of triggering or suppressing events by Andrew Jeffery · 6 years ago
  23. 23a4821 transport: Switch transports as required on GET_MBOX_INFO by Andrew Jeffery · 6 years ago
  24. 23140be transport: dbus: Add get_info by Andrew Jeffery · 6 years ago
  25. 41c337e windows: Always allocate a default-size dirty byte map by Andrew Jeffery · 6 years ago
  26. 26558db mboxd: Refactor and rename mbox.h to mboxd.h by Andrew Jeffery · 6 years ago
  27. 55260ce transport: mbox: Rename free_mbox_dev to transport_mbox_free by Andrew Jeffery · 6 years ago
  28. b2466ee transport: mbox: Rename *init_mbox_dev to *transport_mbox_init by Andrew Jeffery · 6 years ago
  29. d86141b transport: mbox: Rename dispatch_mbox to transport_mbox_dispatch by Andrew Jeffery · 6 years ago
  30. 5335f09 protocol: Provide abstraction over event notification by Andrew Jeffery · 6 years ago
  31. c48d070 flash: Move access rate estimate from transport header by Andrew Jeffery · 6 years ago
  32. f21c81c transport: mbox: Drop handler functions from header by Andrew Jeffery · 6 years ago
  33. 8eab215 mboxd: Cleanup errnos not captured by tests by Andrew Jeffery · 6 years ago
  34. 2f1477c transport: mbox: Centralise errno translation by Andrew Jeffery · 6 years ago
  35. c7d1947 vpnor: Hijack protocol rather than transport by Andrew Jeffery · 6 years ago
  36. c5c8304 protocol: Add ack by Andrew Jeffery · 6 years ago
  37. 093eda5 protocol: Add close by Andrew Jeffery · 6 years ago
  38. 9b920cf protocol: Add flush by Andrew Jeffery · 6 years ago
  39. 62a3daa protocol: Add erase by Andrew Jeffery · 6 years ago
  40. a336e43 protocol: Add mark_dirty by Andrew Jeffery · 6 years ago
  41. 4bcec8e protocol: Add create_write_window by Andrew Jeffery · 6 years ago
  42. 22fa500 protocol: Add create_read_window by Andrew Jeffery · 6 years ago
  43. 91a8745 protocol: Add get_flash_info by Andrew Jeffery · 6 years ago
  44. ab666a5 protocol: Add reset by Andrew Jeffery · 6 years ago
  45. 1e531af protocol: Add get_info by Andrew Jeffery · 6 years ago
  46. 457a6e5 mboxd: Rename mboxd_msg to transport_mbox by Andrew Jeffery · 6 years ago
  47. ebbfce5 windows: Rename create_map_window to windows_create_map by Andrew Jeffery · 6 years ago
  48. 17c477a windows: Rename search_windows to windows_search by Andrew Jeffery · 6 years ago
  49. d8c12e1 windows: Rename find_largest_window to windows_find_largest by Andrew Jeffery · 6 years ago
  50. 9412f05 windows: Rename find_oldest_window to windows_find_oldest by Andrew Jeffery · 6 years ago
  51. d6a7426 windows: Rename reset_all_windows to windows_reset_all by Andrew Jeffery · 6 years ago
  52. 5dc9f95 windows: Rename reset_window to window_reset by Andrew Jeffery · 6 years ago
  53. b65bb4c windows: Rename close_current_window to windows_close_current by Andrew Jeffery · 6 years ago
  54. 7d5ada6 windows: Rename set_window_bytemap to window_set_bytemap by Andrew Jeffery · 6 years ago
  55. 348ea79 windows: Rename alloc_window_dirty_bytemap to windows_alloc_dirty_bytemap by Andrew Jeffery · 6 years ago
  56. 3200c07 windows: Rename write_from_window* to window_flush* by Andrew Jeffery · 6 years ago
  57. f5f5142 windows: Rename free_windows to windows_free by Andrew Jeffery · 6 years ago
  58. c1a67fa windows: Rename init_windows to windows_init by Andrew Jeffery · 6 years ago
  59. 651ff9d windows: Add WINDOWS prefix to FLUSH macros by Andrew Jeffery · 6 years ago
  60. a66bcea windows: Rename header guard by Andrew Jeffery · 6 years ago
  61. f593b1b mboxd: Rename windows files by Andrew Jeffery · 6 years ago
  62. 17971e4 lpc: Rename reset_lpc to lpc_reset by Andrew Jeffery · 6 years ago
  63. 17079d1 lpc: Rename point_to_memory to lpc_map_memory by Andrew Jeffery · 6 years ago
  64. ec0f230 lpc: Rename point_to_flash lpc_map_flash by Andrew Jeffery · 6 years ago
  65. 2e2df28 lpc: Rename free_lpc_dev to lpc_dev_free by Andrew Jeffery · 6 years ago
  66. cb9b210 lpc: Rename init_lpc_dev to lpc_dev_init by Andrew Jeffery · 6 years ago
  67. 856c717 lpc: Drop __cplusplus guard by Andrew Jeffery · 6 years ago
  68. 1714e4f lpc: Rename header-guard by Andrew Jeffery · 6 years ago
  69. cd18611 mboxd: Rename lpc source files by Andrew Jeffery · 6 years ago
  70. 0293f2f flash: Rename write_flash to flash_write by Andrew Jeffery · 6 years ago
  71. 4f5d29c flash: Rename erase_flash to flash_erase by Andrew Jeffery · 6 years ago
  72. f953f79 flash: Rename set_flash_bytemap to flash_set_bytemap by Andrew Jeffery · 6 years ago
  73. e0cdd3e flash: Rename copy_flash to flash_copy by Andrew Jeffery · 6 years ago
  74. dec6ca6 flash: Rename free_flash_dev to flash_dev_free by Andrew Jeffery · 6 years ago
  75. d6b09bc flash: Rename init_flash_dev to flash_dev_init by Andrew Jeffery · 6 years ago
  76. 71eaa73 flash: Drop __cplusplus guard by Andrew Jeffery · 6 years ago
  77. f2587b0 flash: Rename header guard by Andrew Jeffery · 6 years ago
  78. eebc6bd mboxd: Rename flash files by Andrew Jeffery · 6 years ago
  79. 6a0e2de windows: Make set_window_bytemap return standard errno by Andrew Jeffery · 6 years ago
  80. ef9e62d mboxd: Clean up dbus objects by Andrew Jeffery · 6 years ago
  81. fbf7454 mboxctl: Switch to new DBus interface by Andrew Jeffery · 6 years ago
  82. 55f4d6f dbus: Use new bus name, object and interface by Andrew Jeffery · 6 years ago
  83. 6802307 dbus: Mark current command set as legacy by Andrew Jeffery · 6 years ago
  84. ba0bbab dbus: Use consistent prefix for dbus function symbols by Andrew Jeffery · 6 years ago
  85. b5685b3 test: bmc_event_ack_v2 must negotiate v2 by Andrew Jeffery · 6 years ago
  86. 939bd38 mboxctl: Remove redundant includes by Andrew Jeffery · 6 years ago
  87. 25863af common: Include what we use in the header by Andrew Jeffery · 6 years ago
  88. 78847ae mboxd_lpc_reset: Use SPDX licence header by Andrew Jeffery · 6 years ago
  89. c5578d8 make: Improve cscope database quality by Andrew Jeffery · 6 years ago
  90. 7a03b07 format-code: Look for clang-format-6.0 as well by Andrew Jeffery · 6 years ago
  91. acdbdd1 Unfork phosphor-mboxd from mboxbridge by Andrew Jeffery · 6 years ago
  92. 7f0c1c2 mboxd: Drop unused sdbusplus configuration by Andrew Jeffery · 6 years ago
  93. aff2de6 README: Add build documentation by Andrew Jeffery · 6 years ago
  94. 5e81cfd configure: Don't enable the virtual PNOR by default by Andrew Jeffery · 6 years ago
  95. 5b7b018 mbox: Forward-declare struct mbox_context by Andrew Jeffery · 6 years ago
  96. fd7e0d9 tests: Ensure we don't disable asserts by Andrew Jeffery · 6 years ago
  97. 6e36ef5 Add MAINTAINERS file by Andrew Jeffery · 6 years ago
  98. 406ee26 Add MAINTAINERS file by Andrew Jeffery · 6 years ago
  99. 8fe809e vpnor: Catch ReasonedError in vpnor_copy_bootloader_partition by Andrew Jeffery · 6 years ago
  100. dda8e38 vpnor: Honour return codes in reset_lpc() by Andrew Jeffery · 6 years ago