aboutsummaryrefslogtreecommitdiff
path: root/libflash
AgeCommit message (Expand)AuthorFilesLines
2023-09-12hw: Move lpc firmware space helpersChristophe Lombard4-126/+138
2021-10-19flash: AST BMC endian fixesNicholas Piggin2-2/+2
2020-06-17test: Do gcov builds as a seperate passOliver O'Halloran1-1/+1
2020-03-12Re-license IBM written files as Apache 2.0 OR GPLv2+Stewart Smith25-25/+25
2019-12-16add more sparse endian annotationsNicholas Piggin1-4/+4
2019-12-16libflash: ecc endian conversionsNicholas Piggin2-20/+24
2019-12-16io: endian conversions for io accessorsNicholas Piggin3-14/+57
2019-12-04libflash: ipmi-hiomap: Document error handling strategy in write pathAndrew Jeffery1-0/+9
2019-10-14blocklevel: smart_write: Fix unaligned writes to ECC partitionsAndrew Jeffery1-7/+26
2019-10-14blocklevel: smart_write: Tidy local variable declarationsAndrew Jeffery1-4/+7
2019-10-14blocklevel: smart_write: Avoid reuse of formal parametersAndrew Jeffery1-6/+13
2019-10-14blocklevel: smart_write: Deny writes intersecting ECC protected regionsAndrew Jeffery1-1/+9
2019-10-14blocklevel: smart_write: Avoid indirectly testing formal parametersAndrew Jeffery1-1/+1
2019-10-14blocklevel: smart_write: Rename size variable for clarityAndrew Jeffery1-8/+9
2019-10-14blocklevel: smart_write: Rename write bufferAndrew Jeffery1-7/+7
2019-10-14blocklevel: smart_write: Terminate line for debug output in no-change caseAndrew Jeffery1-0/+2
2019-08-15HIOMAP: Reset bmc mbox in MPIPL pathVasant Hegde7-4/+232
2019-07-26SPDX-ify all skiboot codeStewart Smith26-363/+74
2019-07-16libflash: Fix broken continuationsOliver O'Halloran1-5/+5
2019-05-20include/mem_region-malloc: Define calloc for CCAN HeapJordan Niethe1-8/+0
2019-04-09test-ipmi-hiomap: Add read-one-byte testVasant Hegde1-0/+40
2019-04-09test-ipmi-hiomap: Fix lpc-read-successVasant Hegde1-1/+3
2019-04-09test-ipmi-hiomap: Add write-one-byte testVasant Hegde1-0/+38
2019-04-09test-ipmi-hiomap: Assert if size is zeroVasant Hegde1-1/+2
2019-04-09libflash/ipmi-hiomap: Fix blocks count issueVasant Hegde1-3/+18
2019-03-20libffs: Fix string truncation gcc warning.Michal Suchanek1-1/+1
2019-02-24test-ipmi-hiomap: Add erase-one-block-twice testAndrew Jeffery1-0/+61
2019-02-24test-ipmi-hiomap: Add write-one-block-twice testAndrew Jeffery1-0/+65
2019-02-24test-ipmi-hiomap: Add read-one-block-twice testAndrew Jeffery1-0/+33
2019-02-24test-ipmi-hiomap: Add protocol-recovery-get-flash-info-failure testAndrew Jeffery1-0/+195
2019-02-24test-ipmi-hiomap: Add protocol-recovery-failure-get-info testAndrew Jeffery1-0/+191
2019-02-24test-ipmi-hiomap: Add protocol-recovery-failure-ack testAndrew Jeffery1-0/+170
2019-02-24test-ipmi-hiomap: Add erase-malformed testsAndrew Jeffery1-0/+92
2019-02-24test-ipmi-hiomap: Add flush-malformed testsAndrew Jeffery1-0/+95
2019-02-24test-ipmi-hiomap: Add mark-dirty-malformed testsAndrew Jeffery1-0/+101
2019-02-24test-ipmi-hiomap: Add create-write-window-malformed testsAndrew Jeffery1-0/+95
2019-02-24test-ipmi-hiomap: Add create-read-window-malformed testsAndrew Jeffery1-0/+95
2019-02-24test-ipmi-hiomap: Add get-flash-info-malformed testsAndrew Jeffery1-0/+64
2019-02-24test-ipmi-hiomap: Add get-info-malformed testsAndrew Jeffery1-0/+64
2019-02-24test-ipmi-hiomap: Add ack-malformed testsAndrew Jeffery1-0/+60
2019-02-24test-ipmi-hiomap: Add erase-error testAndrew Jeffery1-0/+41
2019-02-24test-ipmi-hiomap: Add ack-error testAndrew Jeffery1-0/+7
2019-02-24test-ipmi-hiomap: Add flush-error testAndrew Jeffery1-0/+42
2019-02-24test-ipmi-hiomap: Add mark-dirty-error testAndrew Jeffery1-0/+45
2019-02-24test-ipmi-hiomap: Add create-write-window-error testAndrew Jeffery1-0/+42
2019-02-24test-ipmi-hiomap: Add create-read-window-error testAndrew Jeffery1-0/+42
2019-02-24test-ipmi-hiomap: Add get-flash-info-error testAndrew Jeffery1-0/+30
2019-02-24test-ipmi-hiomap: Add get-info-error testAndrew Jeffery1-0/+29
2019-02-24test-ipmi-hiomap: Add get-flash-info testAndrew Jeffery1-0/+46
2019-02-24test-ipmi-hiomap: Add action-error testAndrew Jeffery1-0/+30