index
:
u-boot.git
dependabot/pip/doc/sphinx/pygments-2.20.0
dependabot/pip/doc/sphinx/requests-2.33.0
dependabot/pip/tools/patman/aiohttp-3.13.4
master
next
origin
u-boot-2009.11.y
u-boot-2013.01.y
u-boot-2016.09.y
u-boot-2023.07.y
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
ubi_uboot.h
Age
Commit message (
Expand
)
Author
2024-08-08
drivers: introduce UBI block abstraction
Alexey Romanov
2024-08-08
ubi: allow to write to volume with offset
Alexey Romanov
2024-08-08
ubi: allow to read from volume with offset
Alexey Romanov
2023-11-07
include: Drop <common.h> from include lists
Tom Rini
2022-12-23
mtd: ubi: Finish moving configuration to Kconfig
Tom Rini
2018-09-28
cmd: ubifs: Factor out some checking codes into cmd_ubifs_mount()
Tien Fong Chee
2018-09-28
cmd: ubifs: Move ubifs_initialized checking into cmd_ubifs_umount()
Tien Fong Chee
2016-09-26
kconfig: introduce kconfig for UBI
Heiko Schocher
2016-09-23
treewide: replace #include <asm/errno.h> with <linux/errno.h>
Masahiro Yamada
2014-11-19
ubi: enable error reporting in initialization
Andrew Ruder
2014-08-25
lib, linux: move linux specific defines to linux/compat.h
Heiko Schocher
2013-04-11
ubi: Expose a few simple functions from the cmd_ubi
Joe Hershberger
2011-07-27
common: move BUILD_BUG_ON define to common.h
Heiko Schocher
2010-05-19
UBI: Fix problem in UBI/Linux "compatibility layer"
Stefan Roese
2009-09-04
Move uninitialized_var() macro from ubi_uboot.h to compiler.h
Anton Vorontsov
2009-03-20
UBIFS: Implement read-only UBIFS support in U-Boot
Stefan Roese
2008-12-16
Coding style cleanup, update CHANGELOG.
Wolfgang Denk
2008-12-09
UBI: Enable re-initializing of the "ubi part" command
Stefan Roese
2008-11-19
UBI: Add basic UBI support to U-Boot (Part 6/8)
Kyungmin Park