Files
u-boot-krane/cmd
Weijie GaoandHeiko Schocher 14fe02ac5e cmd: ubi: export more APIs to public
Export the following functions to public:

- ubi_detach(): this is paired with ubi_part(). One may call this function
  to completely clean up the ubi subsystem after using ubi_part().

- ubi_{create,find,remove}_vol: this is a set of functions for volume
  management.

The original ubi_remove_vol is renamed to __ubi_remove_vol to allow the new
ubi_remove_vol() being used as a wrapper for __ubi_remove_vol() with volume
name.

Also, comments are added for all exported functions.

Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Weijie Gao <weijie.gao@mediatek.com>
2026-07-08 11:34:12 +02:00
..
2026-06-25 14:13:34 -06:00
2026-06-26 11:12:22 +02:00
2026-04-27 11:26:40 -06:00
2026-05-12 15:52:01 +02:00
2026-07-08 11:34:12 +02:00