aboutsummaryrefslogtreecommitdiff
path: root/libflash/ipmi-hiomap.c
AgeCommit message (Expand)AuthorFilesLines
2023-09-12hw: Move lpc firmware space helpersChristophe Lombard1-64/+2
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-16io: endian conversions for io accessorsNicholas Piggin1-6/+14
2019-12-04libflash: ipmi-hiomap: Document error handling strategy in write pathAndrew Jeffery1-0/+9
2019-08-15HIOMAP: Reset bmc mbox in MPIPL pathVasant Hegde1-1/+31
2019-07-26SPDX-ify all skiboot codeStewart Smith1-15/+2
2019-04-09libflash/ipmi-hiomap: Fix blocks count issueVasant Hegde1-3/+18
2019-02-24libflash/ipmi-hiomap: Enforce message size for empty responseAndrew Jeffery1-0/+6
2019-02-24libflash/ipmi-hiomap: Remove unused close handlingAndrew Jeffery1-5/+0
2019-02-24libflash/ipmi-hiomap: Overhaul event handlingAndrew Jeffery1-63/+58
2019-02-24libflash/ipmi-hiomap: Overhaul error handlingAndrew Jeffery1-107/+197
2019-02-24libflash/ipmi-hiomap: Fix leak of msg in callbackAndrew Jeffery1-0/+1
2018-11-08hiomap: quieten warning on failing to move a windowStewart Smith1-1/+1
2018-11-08libflash/ipmi-hiomap: Respect daemon presence and flash controlAndrew Jeffery1-1/+1
2018-11-08libflash/ipmi-hiomap: Add support for unit testsAndrew Jeffery1-31/+1
2018-11-08libflash/ipmi-hiomap: Fix argument type warning on x86-64Andrew Jeffery1-1/+1
2018-11-01libflash/ipmi-hiomap: Use error codes rather than abort()Andrew Jeffery1-6/+10
2018-11-01libflash/ipmi-hiomap: Restore window state on window/protocol resetAndrew Jeffery1-3/+39
2018-11-01libflash/ipmi-hiomap: Improve event handlingAndrew Jeffery1-4/+3
2018-11-01libflash/ipmi-hiomap: Cleanup allocation on init failureAndrew Jeffery1-4/+12
2018-10-30hiomap: fix missing newline at end of 'Flushing writes' prlog()Stewart Smith1-1/+1
2018-10-25hiomap: free ipmi message in callbackStewart Smith1-0/+3
2018-10-11platform: Restructure bmc_platform typeAndrew Jeffery1-15/+16
2018-10-11libflash: Add ipmi-hiomapAndrew Jeffery1-0/+855