summaryrefslogtreecommitdiffstats
path: root/include/bbu.h
Commit message (Expand)AuthorAgeFilesLines
* bbu: create a standard bbu handler for eMMC bootSascha Hauer2024-02-131-1/+12
* include: provide linux/errno.hAhmad Fatoum2023-11-231-1/+1
* imx-bbu-nand-fcb: extend for i.MX7 supportJohannes Zink2022-10-051-0/+5
* bbu: export bbu_std_file_handler for use in custom handlersAhmad Fatoum2022-06-031-0/+3
* bbu: add flag for enabling eMMC boot ackAhmad Fatoum2022-06-031-0/+1
* bbu: move barebox_update eMMC boot handling into common codeAhmad Fatoum2022-06-031-0/+3
* bbu: add function to directly add handlers into file_listAhmad Fatoum2021-05-121-1/+9
* include: add SPDX GPL-2.0-only license tags for files without licensing infor...Roland Hieber2020-02-171-0/+1
* bbu: bbu_register_std_file_update should take const char*Sascha Hauer2019-05-101-2/+2
* bbu: Add "handler" parameter to barebox_update()Andrey Smirnov2018-10-081-1/+1
* bbu: Expose bbu_find_handler_by_*() functionsAndrey Smirnov2018-10-081-1/+2
* bbu: reserve upper 16 bits for handler specific flagsSascha Hauer2018-07-021-0/+4
* bbu: Make pointer to image constSascha Hauer2018-01-301-1/+1
* imd: Make all pointers into image constSascha Hauer2018-01-301-1/+1
* bbu: Add function to iterate over registered handlersSascha Hauer2017-09-271-0/+2
* Merge branch 'for-next/imx-bbu-nand-fcb'Sascha Hauer2016-04-081-0/+1
|\
| * bbu: Allow to refresh/repair imagesSascha Hauer2016-04-081-0/+1
* | bbu: print and evaluate image MetadataSascha Hauer2016-04-061-0/+1
|/
* bbu: Add function to check if an update handler existsMarkus Pargmann2016-02-181-0/+2
* Merge branch 'for-next/imx-bbu-nand-fcb'Sascha Hauer2015-07-031-0/+14
|\
| * imx-bbu-nand-fcb: make available for i.MX28 aswellSascha Hauer2015-06-121-0/+5
| * ARM: i.MX6: bbu nand: Move to common placeSascha Hauer2015-06-121-0/+9
* | bbu: Add a standard file-to-device-copy handlerSascha Hauer2015-07-011-0/+9
|/
* bbu: include necessary headersLucas Stach2015-03-041-0/+2
* include/bbu: Add missing include errno.hMarkus Pargmann2014-07-291-0/+2
* Add in-system barebox update infrastructureSascha Hauer2012-10-171-0/+49