aboutsummaryrefslogtreecommitdiff
path: root/libflash/mbox-flash.c
AgeCommit message (Expand)AuthorFilesLines
2021-10-19flash: AST BMC endian fixesNicholas Piggin1-1/+1
2020-03-12Re-license IBM written files as Apache 2.0 OR GPLv2+Stewart Smith1-1/+1
2019-12-16add more sparse endian annotationsNicholas Piggin1-4/+4
2019-12-16io: endian conversions for io accessorsNicholas Piggin1-6/+14
2019-08-15HIOMAP: Reset bmc mbox in MPIPL pathVasant Hegde1-1/+28
2019-07-26SPDX-ify all skiboot codeStewart Smith1-15/+2
2018-10-11astbmc: Prefer ipmi-hiomap for PNOR accessAndrew Jeffery1-0/+6
2018-06-18libflash: quieten our loggingStewart Smith1-2/+0
2018-05-24mbox/flash: Remove dead codeBalbir singh1-3/+0
2018-03-27mbox: Reduce default BMC timeoutsCyril Bur1-4/+3
2018-03-27mbox: Harden against BMC daemon errorsCyril Bur1-0/+8
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