summaryrefslogtreecommitdiffstats
path: root/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* Release v2018.05.0v2018.05.0Roland Hieber2018-06-051-3/+3
| | | | Signed-off-by: Roland Hieber <r.hieber@pengutronix.de>
* Makefile.am: add a reminder comment for library versioningRoland Hieber2018-06-051-0/+8
| | | | | | See https://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html Signed-off-by: Roland Hieber <r.hieber@pengutronix.de>
* Release v2017.03.0v2017.03.0Sascha Hauer2017-03-311-1/+1
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* state: Drop cache bucketSascha Hauer2017-03-311-1/+0
| | | | | | | | | | | | | | The cache bucket sits between the storage functions and the backend storage. We only read from the storage once, so there is no need to cache anything. The real purpose of the cache bucket is to keep the -EUCLEAN information when a NAND block needs to be rewritten and to keep the read buffers as long as the backend iterates over all buckets trying to find the one we want to use. This can be coded easier and more obvious in the backend code, so drop the cache bucket. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* state: merge backend.c into state.cSascha Hauer2017-03-311-1/+0
| | | | | | | The code in backend.c is too small to justify an extra file. Merge it into state.c. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* dtblint: Add dtblint.h to sourcesMarkus Pargmann2016-07-121-1/+1
| | | | Signed-off-by: Markus Pargmann <mpa@pengutronix.de>
* dtblint: split out imx-pinmux checksUwe Kleine-König2016-07-081-1/+1
|
* Update barebox-stateMarkus Pargmann2016-07-051-0/+2
| | | | | | Fixed direct bucket Signed-off-by: Markus Pargmann <mpa@pengutronix.de>
* barebox-state: Import updated state codeMarkus Pargmann2016-05-271-3/+22
| | | | Signed-off-by: Markus Pargmann <mpa@pengutronix.de>
* keystore: add imx6 caam based keystore implementationMarc Kleine-Budde2015-10-161-1/+1
| | | | Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* barebox-state: make state_get() state_get_var() non staticMarc Kleine-Budde2015-10-161-0/+1
| | | | Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* base64: import from bareboxMarc Kleine-Budde2015-10-161-0/+2
| | | | Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* makefile: add missing header files for make distMarc Kleine-Budde2015-06-151-1/+12
| | | | Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* dtblint: new tool to check device tree blobsUwe Kleine-König2015-05-291-1/+5
| | | | | Currently it checks iomux nodes on i.MX25 only, but adding other i.MX SoCs is just a matter of adding the corresponding table
* barebox-state: add hmac supportMarc Kleine-Budde2015-05-251-0/+1
| | | | Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* crypto: import crypto layer from bareboxMarc Kleine-Budde2015-05-251-1/+6
| | | | Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* Makefile: install missing dt/common.hMarc Kleine-Budde2015-05-251-1/+2
| | | | Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* barebox-mark-successful-boot: add example scriptMarc Kleine-Budde2015-05-081-0/+2
| | | | Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* package+lib: rename dt -> dt-utils, state -> barebox-stateMarc Kleine-Budde2015-04-281-19/+19
| | | | Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* makefile: add missing common.hMarc Kleine-Budde2015-04-281-2/+3
| | | | Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* Makefile.am: remove non existing testsSascha Hauer2014-11-271-6/+0
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* Makefile.am: remove non existing src/libdt-private.hSascha Hauer2014-11-271-1/+0
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* 2nd commitv0.2.0Sascha Hauer2014-01-271-0/+78
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>