commit | b55b75037f1dc44f2720c01d8964df8a0d6f2b70 | [log] [tgz] |
---|---|---|
author | Sean Anderson <sean.anderson@seco.com> | Thu Dec 29 11:53:01 2022 -0500 |
committer | Tom Rini <trini@konsulko.com> | Thu Jan 12 14:06:16 2023 -0500 |
tree | b98d01f4747bca8190e3b6d1337eb6bf661731d3 | |
parent | 394b4efd60d6e85127897682e93366b38f32b2d6 [diff] |
net: fm: Support loading firmware from a filesystem This adds a new method to load Fman firmware from a filesystem. This allows users to use regular files instead of hard-coded offsets for the firmware. Signed-off-by: Sean Anderson <sean.anderson@seco.com> Reviewed-by: Ramon Fried <rfried.dev@gmail.com>