aboutsummaryrefslogtreecommitdiff
path: root/libflash/mbox-flash.c
AgeCommit message (Expand)AuthorFilesLines
2017-12-20libflash/mbox-flash: fallback to requesting lower MBOX versions from BMCStewart Smith1-0/+7
2017-12-18libflash/mbox-flash: only wait for MBOX_DEFAULT_POLL_MS if busyStewart Smith1-1/+2
2017-12-18libflash/test: Add tests for mbox-flashCyril Bur1-0/+2
2017-12-14libflash/mbox-flash: Add the ability to lock flashCyril Bur1-5/+65
2017-12-14libflash/mbox-flash: Understand v3Cyril Bur1-32/+75
2017-12-14libflash/mbox-flash: Use static arrays of function pointersCyril Bur1-32/+81
2017-12-14libflash/mbox-flash: Use BMC suggested timeout valueCyril Bur1-11/+26
2017-12-14libflash/mbox-flash: Simplify message sendingCyril Bur1-92/+31
2017-12-14libflash/mbox-flash: Allow mbox-flash to tell the driver msg timeoutsCyril Bur1-8/+9
2017-12-14libflash/mbox-flash: Move sequence handling to driver levelCyril Bur1-10/+0
2017-12-14libflash/mbox-flash: Always close windows before opening a new windowCyril Bur1-0/+3
2017-08-15libflash/mbox-flash: Fix unintentional integer overflow (CID 142226)Cyril Bur1-2/+2
2017-05-26libflash/mbox-flash: Implement MARK_WRITE_ERASED mbox callSuraj Jitindar Singh1-4/+59
2017-05-26libflash/mbox-flash: Update to V2 of the protocolCyril Bur1-135/+557
2017-05-26libflash/mbox-flash: Minor fixups before V2Cyril Bur1-1/+7
2017-02-23libflash: blocklevel backend for MBOX flash accessCyril Bur1-0/+576