commit | a5d1e04a532b1fccd9c4f0a1d4ed6410664a9424 | [log] [tgz] |
---|---|---|
author | Maxime Ripard <maxime.ripard@free-electrons.com> | Thu Oct 15 14:34:14 2015 +0200 |
committer | Tom Rini <trini@konsulko.com> | Thu Nov 12 13:17:31 2015 -0500 |
tree | 561fecb1a34ffb3de34b542236184b254adb6610 | |
parent | 3c8f98f5fed5c6f03bb185b79191477885748b14 [diff] |
sparse: Implement storage abstraction The current sparse image parser relies heavily on the MMC layer, and doesn't allow any other kind of storage medium to be used. Rework the parser to support any kind of storage medium, as long as there is an implementation for it. Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com> Reviewed-by: Tom Rini <trini@konsulko.com>