aboutsummaryrefslogtreecommitdiff
path: root/libflash
AgeCommit message (Expand)AuthorFilesLines
2019-02-24test-ipmi-hiomap: Add event-before-erase testAndrew Jeffery1-0/+18
2019-02-24test-ipmi-hiomap: Add erase-two-blocks testAndrew Jeffery1-0/+64
2019-02-24test-ipmi-hiomap: Add erase-one-block testAndrew Jeffery1-0/+54
2019-02-24test-ipmi-hiomap: Add event-during-write testAndrew Jeffery1-0/+41
2019-02-24test-ipmi-hiomap: Add event-before-write testAndrew Jeffery1-0/+15
2019-02-24test-ipmi-hiomap: Add write-two-blocks testAndrew Jeffery1-0/+118
2019-02-24test-ipmi-hiomap: Add write-one-block testAndrew Jeffery1-0/+92
2019-02-24test-ipmi-hiomap: Add event-during-read testAndrew Jeffery1-0/+41
2019-02-24test-ipmi-hiomap: Add event-before-readAndrew Jeffery1-0/+30
2019-02-24test-ipmi-hiomap: Add read-two-blocks testAndrew Jeffery1-7/+98
2019-02-24test-ipmi-hiomap: Add read-one-block testAndrew Jeffery1-3/+68
2019-02-24test-ipmi-hiomap: Add protocol-persistent-error testAndrew Jeffery1-0/+33
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 Jeffery2-64/+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
2019-02-21test-ipmi-hiomap: Print some information on early scenario_exit()Andrew Jeffery1-1/+6
2019-02-21test-ipmi-hiomap: Ensure the completion code is setAndrew Jeffery1-0/+2
2019-02-21test-ipmi-hiomap: Dump unexpected IPMI messagesAndrew Jeffery1-0/+3
2019-02-21test-ipmi-hiomap: Add ability to delay some IPMI messagesAndrew Jeffery1-1/+24
2019-02-21ffspart, libflash: Fix stack size warningsAndrew Jeffery1-1/+1
2019-02-21libflash/test: Generate header dependencies for testsAndrew Jeffery1-1/+4
2019-02-18libflash/ecc: Fix compilation warningVasant Hegde1-1/+1
2018-12-11libflash/file: greatly increase perf of file_erase()Stewart Smith1-3/+5
2018-11-21libflash: Don't merge ECC-protected rangesSamuel Mendoza-Jonas2-41/+3
2018-11-21libflash: Restore blocklevel testsSamuel Mendoza-Jonas1-0/+5
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 Jeffery2-1/+326
2018-11-08libflash/ipmi-hiomap: Add support for unit testsAndrew Jeffery6-31/+374
2018-11-08libflash/ipmi-hiomap: Fix argument type warning on x86-64Andrew Jeffery1-1/+1
2018-11-08libflash/test: Rewrite Makefile.check to improve scalabilityAndrew Jeffery1-26/+137
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-11astbmc: Prefer ipmi-hiomap for PNOR accessAndrew Jeffery2-0/+10
2018-10-11libflash: Add ipmi-hiomapAndrew Jeffery3-1/+884
2018-06-18libflash: quieten our loggingStewart Smith2-3/+1
2018-06-05libflash: fix gcov buildStewart Smith1-1/+1
2018-05-24libflash/blocklevel.c: Remove unused store to ecc_lenBalbir singh1-1/+1
2018-05-24libflash/blocklevel_write: Fix missing error handlingBalbir singh1-0/+2
2018-05-24mbox/flash: Remove dead codeBalbir singh1-3/+0
2018-05-04libflash/ecc: Remove hand rolled parity asmJoel Stanley1-17/+1
2018-04-15libflash/blocklevel: Add missing newline to debug messagesPridhiviraj Paidipeddi1-2/+2
2018-04-09libflash/blocklevel: Make read/write be ECC agnostic for callersCyril Bur2-36/+350
2018-04-09libflash/blocklevel: Return region start from ecc_protected()Cyril Bur2-22/+63