1. 017e45c vpnor: create hostboot bootloader partition by Deepak Kodihalli · 7 years ago
  2. 8a89969 vpnor: add API to get partition entry by name by Deepak Kodihalli · 7 years ago
  3. d1d7930 vpnor: make PNOR block size configurable by Deepak Kodihalli · 7 years ago
  4. abd52a7 vpnor: implement init_flash_dev by Deepak Kodihalli · 7 years ago
  5. 96acf16 vpnor: fix partition file path passed to open() by Deepak Kodihalli · 7 years ago
  6. b9cdcd2 vpnor partition table: fix checksums by Deepak Kodihalli · 7 years ago
  7. 2407f15 test: write the vpnor file(flash) by Ratan Gupta · 7 years ago
  8. dc50ce5 Implement write flash function for vpnor by Ratan Gupta · 7 years ago
  9. 6a98e18 Read the partition file from the vpnor. by Ratan Gupta · 7 years ago
  10. c0ef987 Read/write window property defines FFS partition file location. by Ratan Gupta · 7 years ago
  11. b032758 Add dependency on phosphor logging and sdbusplus by Ratan Gupta · 7 years ago
  12. 3214b51 test: read window from partition file by Ratan Gupta · 7 years ago
  13. 8441a39 Load the partitions into virtual pnor by Ratan Gupta · 7 years ago
  14. 99551ef test: Add SDK testcase flags by Ratan Gupta · 7 years ago
  15. 6c2fa90 msg: handle partition table read request by Deepak Kodihalli · 7 years ago
  16. b6a446f pnor: provide "C" interface to partition table by Deepak Kodihalli · 7 years ago
  17. 393821d pnor : generate partition table by Deepak Kodihalli · 7 years ago
  18. 90b92fe Make the code compatible with c++ compiler by Ratan Gupta · 7 years ago
  19. b3d88c4 autotools: check for C++ compiler by Deepak Kodihalli · 7 years ago
  20. b49e1b8 Enable conditional compilation flag for virtual pnor by Ratan Gupta · 7 years ago
  21. 72b854b bootstrap: Use strict behaviour by Andrew Jeffery · 7 years ago
  22. 81589cc ax_code_coverage: Ubuntu Zesty: Enable use of lcov 1.13 by Andrew Jeffery · 7 years ago
  23. bcefd40 bootstrap: Set CXXFLAGS as well as CFLAGS in dev mode by Andrew Jeffery · 7 years ago
  24. 58b3cc0 bootstrap: Allow ./configure options on the commandline for dev mode by Andrew Jeffery · 7 years ago
  25. a037075 Documentation: Point to canonical protocol documentation by Andrew Jeffery · 7 years ago
  26. 8d65bb4 version: Update to version 2.1.0 by Suraj Jitindar Singh · 7 years ago
  27. 6f3197d test: Set mbox_vlog in tests so we don't segfault by Suraj Jitindar Singh · 7 years ago
  28. 29b3e8a tests: Add test for timeout argument in GET_MBOX_INFO by Suraj Jitindar Singh · 7 years ago
  29. 2851959 mboxd: Introduce a new DEBUG log level by Suraj Jitindar Singh · 7 years ago
  30. 5a3a066 mboxd: Implement timeout return value in GET_MBOX_INFO by Suraj Jitindar Singh · 7 years ago
  31. 6479ed4 docs: Add suggested timeout response argument to GET_MBOX_INFO by Suraj Jitindar Singh · 7 years ago
  32. a92f175 docs: Stipulate register 13 must be written last when writing a response by Suraj Jitindar Singh · 7 years ago
  33. 5a26e02 docs: Stipulate that block size must be >= 4K and a power-of-2 by Suraj Jitindar Singh · 7 years ago
  34. faeb88c docs: Reword create_{read/write}_window command spec by Suraj Jitindar Singh · 7 years ago
  35. fd09c85 configure: Download aspeed-lpc-ctrl.h if not present by Andrew Jeffery · 7 years ago
  36. cbbc13c test: Add sequence_numbers by Andrew Jeffery · 7 years ago
  37. b34cc54 test: Add read_window_cycle by Andrew Jeffery · 7 years ago
  38. 9d4b888 test: Add invalid_command by Andrew Jeffery · 7 years ago
  39. 4edb58c test: Add write_window_dirty_erase by Andrew Jeffery · 7 years ago
  40. aed3a5f test: Add read_window_mark_write_erased by Andrew Jeffery · 7 years ago
  41. acdb4b3 test: Add read_window_write_flush by Andrew Jeffery · 7 years ago
  42. ea469b0 test: Add mark_read_dirty by Andrew Jeffery · 7 years ago
  43. bcacb4e test: Add request_low_version by Andrew Jeffery · 7 years ago
  44. 4510a19 test: Add request_high_version by Andrew Jeffery · 7 years ago
  45. d4a5fc8 test: Add implicit_flush by Andrew Jeffery · 7 years ago
  46. efc6ada test: Add create_zero_size_window by Andrew Jeffery · 7 years ago
  47. 5f374bc test: Add create_oversize_window by Andrew Jeffery · 7 years ago
  48. 1770ce8 test: Add bmc_event_ack_v2 by Andrew Jeffery · 7 years ago
  49. c5da148 test: Add mark_write_erased_v2 by Andrew Jeffery · 7 years ago
  50. 1a03647 test: Add write_flush_v2 by Andrew Jeffery · 7 years ago
  51. 4397af9 test: Add mark_write_dirty_v2 by Andrew Jeffery · 7 years ago
  52. d8f24ef test: Add close_window_v2 by Andrew Jeffery · 7 years ago
  53. ccaec50 test: Add create_write_window_v2 by Andrew Jeffery · 7 years ago
  54. 3e3cf28 test: Add create_read_window_v2 by Andrew Jeffery · 7 years ago
  55. 182d4fe test: Add get_flash_info_v2 by Andrew Jeffery · 7 years ago
  56. 16be9f6 test: Add reset_state by Andrew Jeffery · 7 years ago
  57. c1e7db3 test: Add get_mbox_info_v2 by Andrew Jeffery · 7 years ago
  58. 9fc7923 test: Add system interface to define MTD and LPC characteristics by Andrew Jeffery · 7 years ago
  59. 5ab4e3e test: Add mbox helpers for unit/integration tests by Andrew Jeffery · 7 years ago
  60. 26b3567 test: Add write_flash by Andrew Jeffery · 7 years ago
  61. f37ae02 test: Add erase_flash by Andrew Jeffery · 7 years ago
  62. 0484c75 test: Add copy_flash by Andrew Jeffery · 7 years ago
  63. 62af1ba test: Add NDEBUG sanity check by Andrew Jeffery · 7 years ago
  64. 56b2aa3 bootstrap: Add 'dev' parameter to run ./configure with additional CFLAGS by Andrew Jeffery · 7 years ago
  65. 65e2162 autotools: Add code coverage support by Andrew Jeffery · 7 years ago
  66. 093d65a mboxd_lpc: Make subjective improvements to log messages by Andrew Jeffery · 7 years ago
  67. 4f88bfb mboxd_flash: strerror() requires errno for argument by Andrew Jeffery · 7 years ago
  68. 33640b3 mboxd_flash: Initialise flash size if necessary by Andrew Jeffery · 7 years ago
  69. 45cfc38 test: Add temporary file helper by Andrew Jeffery · 7 years ago
  70. 07a7684 mboxd_lpc: Split init_lpc_dev() to accomodate custom paths by Andrew Jeffery · 7 years ago
  71. 41f211b common: Move get_dev_mtd() to mtd.c by Andrew Jeffery · 7 years ago
  72. 2c461f0 gitignore: Update to cover test output by Andrew Jeffery · 7 years ago
  73. 2f342ef mboxd_windows: Include mbox.h to make header self-contained by Andrew Jeffery · 7 years ago
  74. 1a5f8b9 mboxd_flash: Include mbox.h to make header self-contained by Andrew Jeffery · 7 years ago
  75. 8ecbdb5 mbox: Add includes to header for used types by Andrew Jeffery · 7 years ago
  76. 36a39f6 common: Add includes for used types by Andrew Jeffery · 7 years ago
  77. 9aa5ff7 mboxd_flash: Fix infinite loop on EOF by Andrew Jeffery · 7 years ago
  78. f1982e4 mboxd_msg: Remove unreachable break statement by Andrew Jeffery · 7 years ago
  79. 913740f mboxd_msg: Split init function to enable testing by Andrew Jeffery · 7 years ago
  80. 55dede6 mbox: Clarify sequence number constraints by Andrew Jeffery · 7 years ago
  81. 121dc0d mbox_msg: Cleanup error strings and whitespace by Andrew Jeffery · 7 years ago
  82. 591b817 mbox: 'regsiter' typo in protocol documentation by Andrew Jeffery · 7 years ago
  83. fb25aa7 mbox: Clarify protocol version negotion by Andrew Jeffery · 7 years ago
  84. ac243b4 configure.ac: Update repository URL by Andrew Jeffery · 7 years ago
  85. ded91bc mboxd_dbus: Handle errors in reply path by Andrew Jeffery · 7 years ago
  86. 0aff80c mboxd: Check that window size is indeed a power of 2 by Suraj Jitindar Singh · 7 years ago
  87. c29172e mboxd: Make window size and number optional command line parameters by Suraj Jitindar Singh · 7 years ago
  88. 04e8ffd docs: Create Documentation folder and add mboxd and mboxctl documentation by Suraj Jitindar Singh · 7 years ago
  89. f6e0cf0 README: Change open window commands to return actual flash offset by Suraj Jitindar Singh · 7 years ago
  90. 888ab85 gitignore: Update .gitignore to include mboxctl by Suraj Jitindar Singh · 7 years ago
  91. ddf0edb mboxctl: Implement mboxctl to facilitate dbus control of the daemon by Suraj Jitindar Singh · 7 years ago
  92. e39c916 mboxd: Update mboxd to implement protocol V2 and add dbus support by Suraj Jitindar Singh · 7 years ago
  93. 2dff340 README: Update README to describe version 2 of the mbox protocol by Suraj Jitindar Singh · 7 years ago
  94. 1974c6f mboxd: Fix MBOX_C_GET_FLASH_INFO to return size specified on command line by Suraj Jitindar Singh · 7 years ago
  95. 57b0bca README: Add general overview information by Andrew Jeffery · 7 years ago
  96. 2304290 README: Move autotools comment away from introduction by Andrew Jeffery · 7 years ago
  97. 9dd93cf README: Update protocol notes by Cyril Bur · 7 years ago
  98. f0409b9 mboxd: Workaround buggy kernel flash driver by Cyril Bur · 7 years ago
  99. 465c676 gitignore: Add m4 directory, libtool and *.swp files by Cyril Bur · 7 years ago
  100. ef315c1 mboxd: Zero ioctl() map struct by Cyril Bur · 7 years ago