summaryrefslogtreecommitdiffstats
path: root/op-flasher
Commit message (Collapse)AuthorAgeFilesLines
* op-flasher: use dynamic libflashBrad Bishop2016-09-122-100/+20
| | | | | | | | | Replace the old statically linked snapshot of libflash with the real shared library. Resolves: openbmc/openbmc#542 Change-Id: I3b6f634d17951c714ebc571518ad5067eaf44e97 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* libopenbmc_intf include path updateBrad Bishop2016-06-271-2/+2
| | | | | | | | | Remove the interfaces prefix from applications including openbmc_intf.h. Use brackets rather than quotes in prep for a libopenbmc_intf SDK package. Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* Merge pull request #107 from bradbishop/deadPatrick Williams2016-06-211-0/+0
|\ | | | | Remove dead code
| * Remove built-in.o from repositoryBrad Bishop2016-06-211-0/+0
| | | | | | | | | | | | Added by mistake when pflash was originally imported. Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* | Enable user-overriable CFLAGSBrad Bishop2016-06-211-3/+3
|/ | | | | | | | | Put required CFLAGS (ie pkg-config --cflags) in ALL_CFLAGS and append user specified CFLAGS to that. Use CFLAGS during link. Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* Reorganize directory structureBrad Bishop2016-06-1058-0/+6639
Moving to directory per-application layout. This facilitates building single applications which is useful in the Yocto build environment since different applications satisfy different OpenBMC build requirements. A number of issues are also addressed: - All applications were pulling in libsystemd and the gdbus libs irrespective of whether or not they were needed. - gpio.o duplicated in every application - moved to libopenbmc_intf - Added install target Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
OpenPOWER on IntegriCloud