index
:
riscv-gnu-toolchain/qemu/roms/skiboot.git
benh-wip
coverity_scan
gh-pages
master
skiboot-5.1.x
skiboot-5.10.x
skiboot-5.3.x
skiboot-5.4.x
skiboot-5.9.x
skiboot-6.0.x
skiboot-6.2.x
skiboot-6.3.x
skiboot-6.5.x
skiboot-6.6.x
skiboot-6.7.x
skiboot-6.8.x
skiboot-next
skiboot-op940.x
staging
ultravisor
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libflash
Age
Commit message (
Expand
)
Author
Files
Lines
2018-06-18
libflash: quieten our logging
Stewart Smith
2
-3
/
+1
2018-06-05
libflash: fix gcov build
Stewart Smith
1
-1
/
+1
2018-05-24
libflash/blocklevel.c: Remove unused store to ecc_len
Balbir singh
1
-1
/
+1
2018-05-24
libflash/blocklevel_write: Fix missing error handling
Balbir singh
1
-0
/
+2
2018-05-24
mbox/flash: Remove dead code
Balbir singh
1
-3
/
+0
2018-05-04
libflash/ecc: Remove hand rolled parity asm
Joel Stanley
1
-17
/
+1
2018-04-15
libflash/blocklevel: Add missing newline to debug messages
Pridhiviraj Paidipeddi
1
-2
/
+2
2018-04-09
libflash/blocklevel: Make read/write be ECC agnostic for callers
Cyril Bur
2
-36
/
+350
2018-04-09
libflash/blocklevel: Return region start from ecc_protected()
Cyril Bur
2
-22
/
+63
2018-04-09
libflash/ecc: Add helpers to align a position within an ecc buffer
Cyril Bur
2
-0
/
+36
2018-04-09
libflash/ecc: Add functions to deal with unaligned ECC memcpy
Cyril Bur
2
-17
/
+234
2018-04-09
libffs: Fix bad checks for partition overlap
Cyril Bur
1
-9
/
+20
2018-04-09
external/ffspart: Use new interface
Cyril Bur
1
-1
/
+4
2018-04-09
libflash/libffs: Allow caller to specifiy header partition
Cyril Bur
3
-10
/
+21
2018-04-09
libflash/libffs: Refcount ffs entries
Cyril Bur
3
-8
/
+36
2018-04-09
libflash/libffs: Switch to storing header entries in an array
Cyril Bur
2
-66
/
+70
2018-04-09
libflash/libffs: Remove backup partition from TOC generation code
Cyril Bur
3
-55
/
+1
2018-04-09
libflash/libffs: Remove the 'sides' from the FFS TOC generation code
Cyril Bur
3
-78
/
+4
2018-04-09
libflash/libffs: Always add entries to the end of the TOC
Cyril Bur
1
-19
/
+1
2018-04-09
libflash/libffs: ffs_close() should use ffs_hdr_free()
Cyril Bur
1
-20
/
+20
2018-04-09
libflash/libffs: Add setter for a partitions actual size
Cyril Bur
2
-0
/
+15
2018-04-09
libffs: Standardise ffs partition flags
Cyril Bur
3
-1
/
+114
2018-03-27
mbox: Reduce default BMC timeouts
Cyril Bur
1
-4
/
+3
2018-03-27
mbox: Harden against BMC daemon errors
Cyril Bur
1
-0
/
+8
2018-02-28
build: use thin archives rather than incremental linking
Nicholas Piggin
1
-1
/
+1
2018-02-28
libflash/blocklevel: Correct miscalculation in blocklevel_smart_erase()
Cyril Bur
1
-1
/
+1
2017-12-20
libflash/mbox-flash: fallback to requesting lower MBOX versions from BMC
Stewart Smith
1
-0
/
+7
2017-12-18
libflash/mbox-flash: only wait for MBOX_DEFAULT_POLL_MS if busy
Stewart Smith
1
-1
/
+2
2017-12-18
libflash/test: Add tests for mbox-flash
Cyril Bur
7
-7
/
+968
2017-12-14
libflash/mbox-flash: Add the ability to lock flash
Cyril Bur
2
-5
/
+66
2017-12-14
libflash/mbox-flash: Understand v3
Cyril Bur
1
-32
/
+75
2017-12-14
libflash/mbox-flash: Use static arrays of function pointers
Cyril Bur
1
-32
/
+81
2017-12-14
libflash/mbox-flash: Use BMC suggested timeout value
Cyril Bur
1
-11
/
+26
2017-12-14
libflash/mbox-flash: Simplify message sending
Cyril Bur
1
-92
/
+31
2017-12-14
libflash/mbox-flash: Allow mbox-flash to tell the driver msg timeouts
Cyril Bur
1
-8
/
+9
2017-12-14
libflash/mbox-flash: Move sequence handling to driver level
Cyril Bur
1
-10
/
+0
2017-12-14
libflash/mbox-flash: Always close windows before opening a new window
Cyril Bur
1
-0
/
+3
2017-12-13
pflash: Support for clean_on_ecc_error flag
Adriana Kobylak
3
-2
/
+3
2017-11-20
external/pflash: Fix erasing within a single erase block
Cyril Bur
2
-4
/
+4
2017-11-20
libflash: Fix parity calculation on ARM
Oliver O'Halloran
1
-1
/
+1
2017-11-09
pflash: Support for volatile flag
Adriana Kobylak
3
-1
/
+5
2017-10-06
libflash/blocklevel: suppress debug printout
Stewart Smith
1
-1
/
+0
2017-09-27
libflash/file: Handle short read()s and write()s correctly
Cyril Bur
1
-2
/
+4
2017-08-24
libflash/test/test-blocklevel: fix memory leak on exit
Stewart Smith
1
-0
/
+2
2017-08-24
libflash: fix memory leak on flash_exit()
Stewart Smith
1
-2
/
+5
2017-08-24
libflash/test/test-flash.c: fix memory leak on exit
Stewart Smith
1
-0
/
+1
2017-08-15
libflash/blocklevel: Fix theoretical use after free (CID 145924)
Cyril Bur
1
-0
/
+1
2017-08-15
libflash/libflash: Remove logicially dead code (CID 97821)
Cyril Bur
1
-2
/
+0
2017-08-15
libflash/mbox-flash: Fix unintentional integer overflow (CID 142226)
Cyril Bur
1
-2
/
+2
2017-08-01
external/pflash: tests: Move the test-miscprint to pflash tests
Cyril Bur
3
-32
/
+2
[next]