Skip to content
Snippets Groups Projects
Commit 47ae6693 authored by Kyungmin Park's avatar Kyungmin Park Committed by Stefan Roese
Browse files

UBI: Add basic UBI support to U-Boot (Part 7/8)


This patch adds basic UBI (Unsorted Block Image) support to U-Boot.
It's based on the Linux UBI version and basically has a "OS"
translation wrapper that defines most Linux specific calls
(spin_lock() etc.) into no-ops. Some source code parts have been
uncommented by "#ifdef UBI_LINUX". This makes it easier to compare
this version with the Linux version and simplifies future UBI
ports/bug-fixes from the Linux version.

Signed-off-by: default avatarKyungmin Park <kyungmin.park@samsung.com>
Signed-off-by: default avatarStefan Roese <sr@denx.de>
parent 7e6ee7ad
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment