Go to file
Stewart Smith 3ec70fbc45 Don't redefine __const
This would break compiling on RHEL6/CentOS6

Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
2017-12-01 13:50:03 +11:00
clib Don't redefine __const 2017-12-01 13:50:03 +11:00
ecc remove custom assert implementation and exception.c 2015-12-15 18:59:00 +11:00
fcp fix high memory usage during any operation with '--buffer' 2017-11-30 18:52:23 +11:00
ffs Remove references to removed clib/assert.h 2017-11-30 19:03:52 +11:00
fpart Remove references to removed clib/assert.h 2017-11-30 19:03:52 +11:00
.gitignore Add .gitignore 2017-11-30 16:09:26 +11:00
.travis.yml use trusty travis env 2015-12-15 19:30:14 +11:00
LICENSE Use correct (Apache) license. 2015-01-07 20:45:40 -05:00
Makefile.am Fix make distcheck 2015-12-15 21:19:31 +11:00
NOTICE Use correct (Apache) license. 2015-01-07 20:45:40 -05:00
README.md README: add build instructions 2017-11-30 19:10:34 +11:00
configure.ac remove AC_CHECK_HEADER_STDBOOL 2015-12-15 19:05:03 +11:00

README.md

OpenPOWER FFS Utilities

FFS is the FSP Flash File Structure which is also currently used on OpenPOWER machines for the flash layout.

Building

autoreconf -i && ./configure && make