summaryrefslogtreecommitdiffstats
path: root/op-flasher/flasher_obj.c
Commit message (Collapse)AuthorAgeFilesLines
* flasher: Remove unused blocklevel_get_infoJoel Stanley2016-11-041-8/+0
| | | | | | | We retrieve the parameters but don't do anything with them. Change-Id: I5689fb04d6a9f201a6aff6235925b86c77500823 Signed-off-by: Joel Stanley <joel@jms.id.au>
* flasher: Use flash via MTD deviceJoel Stanley2016-10-311-1/+1
| | | | | | | | Now that we have a kernel driver for the NOR, switch do doing all operations via the MTD device. Change-Id: Iff760b79f0779665b44d9118643486900ea8946c Signed-off-by: Joel Stanley <joel@jms.id.au>
* flasher: Add copyright headerJoel Stanley2016-10-311-0/+16
| | | | | Change-Id: I100c00f1d0d19ef32ef45cb97e33eacee0962c3c Signed-off-by: Joel Stanley <joel@jms.id.au>
* op-flasher: use dynamic libflashBrad Bishop2016-09-121-89/+19
| | | | | | | | | 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>
* Reorganize directory structureBrad Bishop2016-06-101-0/+420
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