summaryrefslogtreecommitdiff
path: root/include/ubi_uboot.h
Commit message (Expand)AuthorAgeFilesLines
* cmd: ubifs: Factor out some checking codes into cmd_ubifs_mount()Tien Fong Chee2018-09-281-0/+1
* cmd: ubifs: Move ubifs_initialized checking into cmd_ubifs_umount()Tien Fong Chee2018-09-281-0/+1
* kconfig: introduce kconfig for UBIHeiko Schocher2016-09-261-7/+0
* treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada2016-09-231-1/+1
* ubi: enable error reporting in initializationAndrew Ruder2014-11-191-0/+8
* lib, linux: move linux specific defines to linux/compat.hHeiko Schocher2014-08-251-155/+10
* ubi: Expose a few simple functions from the cmd_ubiJoe Hershberger2013-04-111-0/+3
* common: move BUILD_BUG_ON define to common.hHeiko Schocher2011-07-271-3/+0
* UBI: Fix problem in UBI/Linux "compatibility layer"Stefan Roese2010-05-191-1/+1
* Move uninitialized_var() macro from ubi_uboot.h to compiler.hAnton Vorontsov2009-09-041-3/+1
* UBIFS: Implement read-only UBIFS support in U-BootStefan Roese2009-03-201-1/+8
* Coding style cleanup, update CHANGELOG.Wolfgang Denk2008-12-161-1/+1
* UBI: Enable re-initializing of the "ubi part" commandStefan Roese2008-12-091-0/+1
* UBI: Add basic UBI support to U-Boot (Part 6/8)Kyungmin Park2008-11-191-0/+217