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-11-21
libflash: Don't merge ECC-protected ranges
Samuel Mendoza-Jonas
2
-41
/
+3
2018-11-21
libflash: Restore blocklevel tests
Samuel Mendoza-Jonas
1
-0
/
+5
2018-11-08
hiomap: quieten warning on failing to move a window
Stewart Smith
1
-1
/
+1
2018-11-08
libflash/ipmi-hiomap: Respect daemon presence and flash control
Andrew Jeffery
2
-1
/
+326
2018-11-08
libflash/ipmi-hiomap: Add support for unit tests
Andrew Jeffery
6
-31
/
+374
2018-11-08
libflash/ipmi-hiomap: Fix argument type warning on x86-64
Andrew Jeffery
1
-1
/
+1
2018-11-08
libflash/test: Rewrite Makefile.check to improve scalability
Andrew Jeffery
1
-26
/
+137
2018-11-01
libflash/ipmi-hiomap: Use error codes rather than abort()
Andrew Jeffery
1
-6
/
+10
2018-11-01
libflash/ipmi-hiomap: Restore window state on window/protocol reset
Andrew Jeffery
1
-3
/
+39
2018-11-01
libflash/ipmi-hiomap: Improve event handling
Andrew Jeffery
1
-4
/
+3
2018-11-01
libflash/ipmi-hiomap: Cleanup allocation on init failure
Andrew Jeffery
1
-4
/
+12
2018-10-30
hiomap: fix missing newline at end of 'Flushing writes' prlog()
Stewart Smith
1
-1
/
+1
2018-10-25
hiomap: free ipmi message in callback
Stewart Smith
1
-0
/
+3
2018-10-11
platform: Restructure bmc_platform type
Andrew Jeffery
1
-15
/
+16
2018-10-11
astbmc: Prefer ipmi-hiomap for PNOR access
Andrew Jeffery
2
-0
/
+10
2018-10-11
libflash: Add ipmi-hiomap
Andrew Jeffery
3
-1
/
+884
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
[next]