1. 733cbe6 test: vpnor: Rename write_flash_pnor to write_patch and clean up by Andrew Jeffery · 6 years ago
  2. 24f4459 test: vpnor: Extract write_rw from write_flash_vpnor by Andrew Jeffery · 6 years ago
  3. f050fcf test: vpnor: Extract write_ro from write_flash_vpnor by Andrew Jeffery · 6 years ago
  4. ad341a2 test: vpnor: Extract write_prsv from write_flash_vpnor by Andrew Jeffery · 6 years ago
  5. a658253 test: vpnor: Reduce clutter by defining VPNOR_LDADD by Andrew Jeffery · 6 years ago
  6. 09cff3a test: write_flash_vpnor: Remove unused macro by Andrew Jeffery · 6 years ago
  7. 32476cb test: tmpd: Populate path members under struct mbox_context by Andrew Jeffery · 6 years ago
  8. e4cf6ac mboxd_pnor_partition_table: Avoid using strcpy by Andrew Jeffery · 6 years ago
  9. fe5cc8f test: write_flash_vpnor: Integrate VpnorRoot by Andrew Jeffery · 6 years ago
  10. 097495c test: tmpd: Make VpnorRoot the parent of ro/rw/prsv/patch by Andrew Jeffery · 6 years ago
  11. 0b657f4 create_read_window_vpnor: Integrate VpnorRoot by Andrew Jeffery · 6 years ago
  12. 812923d test: tmpd: Replace createVpnorRoot() with VpnorRoot class by Andrew Jeffery · 6 years ago
  13. d083efd test: Add temporary directory helper for virtual PNOR tests by Andrew Jeffery · 6 years ago
  14. 9ecef79 create_pnor_partition_table: Extract helper for vpnor trees by Andrew Jeffery · 6 years ago
  15. 4fe996c misc: Replace license blurb with kernel-style SPDX markers by Andrew Jeffery · 6 years ago
  16. acee683 misc: Add license blurb to unlicensed files by Andrew Jeffery · 6 years ago
  17. 8598591 test: Move related tests to vpnor directory by Andrew Jeffery · 6 years ago
  18. 5345c51 test: Move tests to a separate Makefile fragment by Andrew Jeffery · 6 years ago
  19. 7f9c343 pnor_partition_table: Rework semantics of Table::size() by Andrew Jeffery · 6 years ago
  20. b87aa32 pnor_partition_table: Log errors for invalid properties by Andrew Jeffery · 6 years ago
  21. e8a79ff pnor_partition{,_table}: Conform to logging requirements by Andrew Jeffery · 6 years ago
  22. f96bd16 pnor_partition_table: Make parseTocLine throw exceptions by Andrew Jeffery · 6 years ago
  23. d976c9c pnor_partition_table: Drop Table ctor with default location by Andrew Jeffery · 6 years ago
  24. d394a78 pnor_partition_table: Move parseTocLine() out of Table class by Andrew Jeffery · 6 years ago
  25. 4859540 pnor_partition_table: Make writeSizes() private to namespace by Andrew Jeffery · 6 years ago
  26. faaa71c pnor_partition_table: Hoist partition existence check from parseTocLine() by Andrew Jeffery · 6 years ago
  27. a76199b pnor_partition_table: Make writeUserdata() private to namespace by Andrew Jeffery · 6 years ago
  28. 4cc2e8f pnor_partition_table: Make writeDefaults() private to namespace by Andrew Jeffery · 6 years ago
  29. 54e9122 pnor_partition_table: Make writeNameAndId() private to namespace by Andrew Jeffery · 6 years ago
  30. 62de1aa pnor_partition_table: Return early in parseTocLine() by Andrew Jeffery · 6 years ago
  31. 581a4f2 pnor_partition_table: Extract preparePartitions() loop body by Andrew Jeffery · 6 years ago
  32. f34db31 Format C++ files according to OpenBMC style guide by Andrew Jeffery · 6 years ago
  33. 25eca77 README: Begin documenting development style rules by Andrew Jeffery · 6 years ago
  34. c2c0868 test: system: Return memory size rather than mtd size in LPC ioctl by Andrew Jeffery · 6 years ago
  35. ee7af88 test: mbox: Type buf parameter to dump_buf() as `const void *` by Andrew Jeffery · 6 years ago
  36. c314404 test: Update tmpf to store data in /tmp, reformat names by Andrew Jeffery · 6 years ago
  37. baea36d gitignore: Ignore all cscope files by Andrew Jeffery · 6 years ago
  38. 44ac078 common: Improve readability and utility of MSG_*() macros by Andrew Jeffery · 6 years ago
  39. 7a3814b common: Ensure helpers are endian-safe by Andrew Jeffery · 6 years ago
  40. cafb002 test: Fix memory leak in write_flash_vpnor by Andrew Jeffery · 6 years ago
  41. e570740 pnor_partition_table: Fix printf() format specifier for size_t by Andrew Jeffery · 6 years ago
  42. acb32ef pnor_partition_table: Parse all miscellaneous user flags from TOC by Adriana Kobylak · 7 years ago
  43. 2ad2132 vpnor table: Set base address to actual offset by Adriana Kobylak · 7 years ago
  44. 0a2cc95 mboxd_flash_virtual.cpp: Fix variable name for checking mmap rc by Adriana Kobylak · 7 years ago
  45. 6c3ccf8 Point mailbox daemon documentation to mboxbridge by Brandon Wyman · 7 years ago
  46. 987672a Point mailbox control protocol to mboxbridge by Brandon Wyman · 7 years ago
  47. 08b0a89 Fix up InternalFailure to include metadata by Marri Devender Rao · 7 years ago
  48. 59ce099 Fix for mboxd segfault during flash read by Jayanth Othayoth · 7 years ago
  49. 8493c33 vpnor: Fix unable to read unaligned partition override files by Suraj Jitindar Singh · 7 years ago
  50. 5cd1a43 phosphor-mboxd: Define mboxd dbus properties and methods by Leonel Gonzalez · 7 years ago
  51. 6e6aa3a vpnor: gracefully handle missing HBB partition by Deepak Kodihalli · 7 years ago
  52. 1e1bdc7 pnor_partition_table: Handle toc addresses starting with 0x by Adriana Kobylak · 7 years ago
  53. eb08355 Set partition actual size to file size if patch file present by Adriana Kobylak · 7 years ago
  54. c71dfd7 vpnor: Add patch location by Adriana Kobylak · 7 years ago
  55. 88c7406 vpnor: mboxd reset: reconstruct TOC by Deepak Kodihalli · 7 years ago
  56. f9abed0 vpnor: return appropriate return code by Deepak Kodihalli · 7 years ago
  57. 64ec3e4 vpnor: rename APIs by Deepak Kodihalli · 7 years ago
  58. aee7389 vpnor: correct offset alignment by Deepak Kodihalli · 7 years ago
  59. e8b0e8a vpnor: add partition version check to the TOC by Deepak Kodihalli · 7 years ago
  60. b100fb8 vpnor copy_flash: remove incorrect size check by Deepak Kodihalli · 7 years ago
  61. 7ee307c copy_flash: update window size by Deepak Kodihalli · 7 years ago
  62. 017e45c vpnor: create hostboot bootloader partition by Deepak Kodihalli · 7 years ago
  63. 8a89969 vpnor: add API to get partition entry by name by Deepak Kodihalli · 7 years ago
  64. d1d7930 vpnor: make PNOR block size configurable by Deepak Kodihalli · 7 years ago
  65. abd52a7 vpnor: implement init_flash_dev by Deepak Kodihalli · 7 years ago
  66. 96acf16 vpnor: fix partition file path passed to open() by Deepak Kodihalli · 7 years ago
  67. b9cdcd2 vpnor partition table: fix checksums by Deepak Kodihalli · 7 years ago
  68. 2407f15 test: write the vpnor file(flash) by Ratan Gupta · 7 years ago
  69. dc50ce5 Implement write flash function for vpnor by Ratan Gupta · 7 years ago
  70. 6a98e18 Read the partition file from the vpnor. by Ratan Gupta · 7 years ago
  71. c0ef987 Read/write window property defines FFS partition file location. by Ratan Gupta · 7 years ago
  72. b032758 Add dependency on phosphor logging and sdbusplus by Ratan Gupta · 7 years ago
  73. 3214b51 test: read window from partition file by Ratan Gupta · 7 years ago
  74. 8441a39 Load the partitions into virtual pnor by Ratan Gupta · 7 years ago
  75. 99551ef test: Add SDK testcase flags by Ratan Gupta · 7 years ago
  76. 6c2fa90 msg: handle partition table read request by Deepak Kodihalli · 7 years ago
  77. b6a446f pnor: provide "C" interface to partition table by Deepak Kodihalli · 7 years ago
  78. 393821d pnor : generate partition table by Deepak Kodihalli · 7 years ago
  79. 90b92fe Make the code compatible with c++ compiler by Ratan Gupta · 7 years ago
  80. b3d88c4 autotools: check for C++ compiler by Deepak Kodihalli · 7 years ago
  81. b49e1b8 Enable conditional compilation flag for virtual pnor by Ratan Gupta · 7 years ago
  82. 72b854b bootstrap: Use strict behaviour by Andrew Jeffery · 7 years ago
  83. 81589cc ax_code_coverage: Ubuntu Zesty: Enable use of lcov 1.13 by Andrew Jeffery · 7 years ago
  84. bcefd40 bootstrap: Set CXXFLAGS as well as CFLAGS in dev mode by Andrew Jeffery · 7 years ago
  85. 58b3cc0 bootstrap: Allow ./configure options on the commandline for dev mode by Andrew Jeffery · 7 years ago
  86. a037075 Documentation: Point to canonical protocol documentation by Andrew Jeffery · 7 years ago
  87. 8d65bb4 version: Update to version 2.1.0 by Suraj Jitindar Singh · 7 years ago
  88. 6f3197d test: Set mbox_vlog in tests so we don't segfault by Suraj Jitindar Singh · 7 years ago
  89. 29b3e8a tests: Add test for timeout argument in GET_MBOX_INFO by Suraj Jitindar Singh · 7 years ago
  90. 2851959 mboxd: Introduce a new DEBUG log level by Suraj Jitindar Singh · 7 years ago
  91. 5a3a066 mboxd: Implement timeout return value in GET_MBOX_INFO by Suraj Jitindar Singh · 7 years ago
  92. 6479ed4 docs: Add suggested timeout response argument to GET_MBOX_INFO by Suraj Jitindar Singh · 7 years ago
  93. a92f175 docs: Stipulate register 13 must be written last when writing a response by Suraj Jitindar Singh · 7 years ago
  94. 5a26e02 docs: Stipulate that block size must be >= 4K and a power-of-2 by Suraj Jitindar Singh · 7 years ago
  95. faeb88c docs: Reword create_{read/write}_window command spec by Suraj Jitindar Singh · 7 years ago
  96. fd09c85 configure: Download aspeed-lpc-ctrl.h if not present by Andrew Jeffery · 7 years ago
  97. cbbc13c test: Add sequence_numbers by Andrew Jeffery · 7 years ago
  98. b34cc54 test: Add read_window_cycle by Andrew Jeffery · 7 years ago
  99. 9d4b888 test: Add invalid_command by Andrew Jeffery · 7 years ago
  100. 4edb58c test: Add write_window_dirty_erase by Andrew Jeffery · 7 years ago