index
:
blackbird-skiboot
04-16-2019
Blackbird™ skiboot sources
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libflash
Commit message (
Expand
)
Author
Age
Files
Lines
*
mbox: Reduce default BMC timeouts
Cyril Bur
2018-03-27
1
-4
/
+3
*
mbox: Harden against BMC daemon errors
Cyril Bur
2018-03-27
1
-0
/
+8
*
build: use thin archives rather than incremental linking
Nicholas Piggin
2018-02-28
1
-1
/
+1
*
libflash/blocklevel: Correct miscalculation in blocklevel_smart_erase()
Cyril Bur
2018-02-28
1
-1
/
+1
*
libflash/mbox-flash: fallback to requesting lower MBOX versions from BMC
Stewart Smith
2017-12-20
1
-0
/
+7
*
libflash/mbox-flash: only wait for MBOX_DEFAULT_POLL_MS if busy
Stewart Smith
2017-12-18
1
-1
/
+2
*
libflash/test: Add tests for mbox-flash
Cyril Bur
2017-12-18
7
-7
/
+968
*
libflash/mbox-flash: Add the ability to lock flash
Cyril Bur
2017-12-14
2
-5
/
+66
*
libflash/mbox-flash: Understand v3
Cyril Bur
2017-12-14
1
-32
/
+75
*
libflash/mbox-flash: Use static arrays of function pointers
Cyril Bur
2017-12-14
1
-32
/
+81
*
libflash/mbox-flash: Use BMC suggested timeout value
Cyril Bur
2017-12-14
1
-11
/
+26
*
libflash/mbox-flash: Simplify message sending
Cyril Bur
2017-12-14
1
-92
/
+31
*
libflash/mbox-flash: Allow mbox-flash to tell the driver msg timeouts
Cyril Bur
2017-12-14
1
-8
/
+9
*
libflash/mbox-flash: Move sequence handling to driver level
Cyril Bur
2017-12-14
1
-10
/
+0
*
libflash/mbox-flash: Always close windows before opening a new window
Cyril Bur
2017-12-14
1
-0
/
+3
*
pflash: Support for clean_on_ecc_error flag
Adriana Kobylak
2017-12-13
3
-2
/
+3
*
external/pflash: Fix erasing within a single erase block
Cyril Bur
2017-11-20
2
-4
/
+4
*
libflash: Fix parity calculation on ARM
Oliver O'Halloran
2017-11-20
1
-1
/
+1
*
pflash: Support for volatile flag
Adriana Kobylak
2017-11-09
3
-1
/
+5
*
libflash/blocklevel: suppress debug printout
Stewart Smith
2017-10-06
1
-1
/
+0
*
libflash/file: Handle short read()s and write()s correctly
Cyril Bur
2017-09-27
1
-2
/
+4
*
libflash/test/test-blocklevel: fix memory leak on exit
Stewart Smith
2017-08-24
1
-0
/
+2
*
libflash: fix memory leak on flash_exit()
Stewart Smith
2017-08-24
1
-2
/
+5
*
libflash/test/test-flash.c: fix memory leak on exit
Stewart Smith
2017-08-24
1
-0
/
+1
*
libflash/blocklevel: Fix theoretical use after free (CID 145924)
Cyril Bur
2017-08-15
1
-0
/
+1
*
libflash/libflash: Remove logicially dead code (CID 97821)
Cyril Bur
2017-08-15
1
-2
/
+0
*
libflash/mbox-flash: Fix unintentional integer overflow (CID 142226)
Cyril Bur
2017-08-15
1
-2
/
+2
*
external/pflash: tests: Move the test-miscprint to pflash tests
Cyril Bur
2017-08-01
3
-32
/
+2
*
libflash/libffs: Don't require 'part' size to be known by callers
Cyril Bur
2017-08-01
3
-13
/
+22
*
libflash/file: Break up MTD erase ioctl() calls
Cyril Bur
2017-08-01
1
-25
/
+35
*
libflash/file: Fix bad subtraction in file erase path
Cyril Bur
2017-08-01
1
-1
/
+1
*
libflash: Adding debugging output
Cyril Bur
2017-08-01
5
-21
/
+77
*
pflash: build with skiboot HOSTCFLAGS warnings
Stewart Smith
2017-07-19
1
-0
/
+1
*
pflash option to retrieve PNOR partition flags
Michael Tritz
2017-07-19
5
-5
/
+44
*
libflash/libffs: Zero checksum words
Cyril Bur
2017-06-26
1
-0
/
+16
*
libffs: Fix ffs_lookup_part() return value
Benjamin Herrenschmidt
2017-06-26
1
-4
/
+6
*
libflash/libffs: Correctly update the actual size of the partition
Cyril Bur
2017-06-21
1
-1
/
+1
*
libflash: Initialise entries list earlier
Oliver O'Halloran
2017-05-26
1
-1
/
+1
*
libflash/mbox-flash: Implement MARK_WRITE_ERASED mbox call
Suraj Jitindar Singh
2017-05-26
1
-4
/
+59
*
libflash/mbox-flash: Update to V2 of the protocol
Cyril Bur
2017-05-26
2
-135
/
+559
*
libflash/mbox-flash: Minor fixups before V2
Cyril Bur
2017-05-26
1
-1
/
+7
*
libflash/file: Only use 64bit MTD erase ioctl() when needed
Cyril Bur
2017-04-20
1
-6
/
+38
*
libflash: Add tests for blocklevel_smart_erase()
Cyril Bur
2017-04-07
1
-2
/
+225
*
libflash/blocklevel: Add blocklevel_smart_erase()
Cyril Bur
2017-04-07
2
-2
/
+130
*
libflash: Fix pflash -i
Michael Neuling
2017-03-27
1
-2
/
+3
*
libffs: Understand how to create FFS partition TOCs and entries.
Cyril Bur
2017-03-24
3
-14
/
+393
*
libflash/libffs: Rework libffs
Cyril Bur
2017-03-24
3
-200
/
+368
*
libflash: blocklevel backend for MBOX flash access
Cyril Bur
2017-02-23
3
-1
/
+601
*
libflash: fix integer type in printf
Patrick Williams
2017-01-10
1
-1
/
+1
*
libflash/libffs: Fix possible NULL dereference
Cyril Bur
2016-11-11
1
-0
/
+2
[next]