[RESEND PATCH v2 0/3] net: fm: Add support for loading firmware from filesystem
Sean Anderson
sean.anderson at seco.com
Thu Nov 17 22:29:05 CET 2022
On 8/14/22 16:48, Ramon Fried wrote:
> On Sat, Aug 13, 2022 at 9:15 AM Sean Anderson <sean.anderson at seco.com> wrote:
>>
>> On 4/22/22 1:30 PM, Sean Anderson wrote:
>> > This adds support for loading Fman firmware from a filesystem using the
>> > firmware loader subsystem. It was originally part of [1], but has been
>> > split off because it is conceptually separate.
>> >
>> > [1] https://lore.kernel.org/u-boot/20220324182306.2037094-1-sean.anderson@seco.com/
>> >
>> > Changes in v2:
>> > - Split series into two
>> >
>> > Sean Anderson (3):
>> > misc: fs_loader: Add function to get the chosen loader
>> > net: fm: Add firmware name parameter
>> > net: fm: Support loading firmware from a filesystem
>> >
>> > arch/arm/mach-k3/common.c | 2 +-
>> > arch/arm/mach-omap2/boot-common.c | 2 +-
>> > drivers/fpga/socfpga_arria10.c | 24 ++-----------------
>> > drivers/misc/fs_loader.c | 27 +++++++++++++++++++++
>> > drivers/net/fm/fm.c | 40 +++++++++++++++++++++++++++----
>> > drivers/net/fm/fm.h | 2 +-
>> > drivers/net/fm/init.c | 4 ++--
>> > drivers/qe/Kconfig | 4 ++++
>> > include/fs_loader.h | 12 ++++++++++
>> > 9 files changed, 86 insertions(+), 31 deletions(-)
>> >
>>
>> ping
> Pong, sorry, was lost in the mailbox.
ping again
Looks like this got reviewed but never applied. Does it still apply
cleanly? If not I can rebase and resend.
--Sean
More information about the U-Boot
mailing list