summaryrefslogtreecommitdiff
path: root/include/ubi_uboot.h
AgeCommit message (Expand)AuthorFilesLines
2018-09-29cmd: ubifs: Factor out some checking codes into cmd_ubifs_mount()Tien Fong Chee1-0/+1
2018-09-29cmd: ubifs: Move ubifs_initialized checking into cmd_ubifs_umount()Tien Fong Chee1-0/+1
2016-09-26kconfig: introduce kconfig for UBIHeiko Schocher1-7/+0
2016-09-24treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada1-1/+1
2014-11-19ubi: enable error reporting in initializationAndrew Ruder1-0/+8
2014-08-26lib, linux: move linux specific defines to linux/compat.hHeiko Schocher1-155/+10
2013-04-11ubi: Expose a few simple functions from the cmd_ubiJoe Hershberger1-0/+3
2011-07-28common: move BUILD_BUG_ON define to common.hHeiko Schocher1-3/+0
2010-05-19UBI: Fix problem in UBI/Linux "compatibility layer"Stefan Roese1-1/+1
2009-09-05Move uninitialized_var() macro from ubi_uboot.h to compiler.hAnton Vorontsov1-3/+1
2009-03-21UBIFS: Implement read-only UBIFS support in U-BootStefan Roese1-1/+8
2008-12-16Coding style cleanup, update CHANGELOG.Wolfgang Denk1-1/+1
2008-12-09UBI: Enable re-initializing of the "ubi part" commandStefan Roese1-0/+1
2008-11-19UBI: Add basic UBI support to U-Boot (Part 6/8)Kyungmin Park1-0/+217