From: Sascha Hauer <s.hauer@pengutronix.de>
To: barebox@lists.infradead.org
Cc: jbe@pengutronix.de
Subject:
Date: Tue, 12 Nov 2013 15:31:37 +0100 [thread overview]
Message-ID: <1384266701-12608-1-git-send-email-s.hauer@pengutronix.de> (raw)
v2 of the firmware programming framework.
Changes since v1:
- Create a device file under /dev/ and let the firmwareload command
use it. This way the user has a choice whether to cp directly to
the device or to use the provided command
- Rename everything from 'fpga' to 'firmware' since the stuff is useful
for DSPs and other devices needing firmware aswell.
- Add a SoCFPGA FPGA firmware driver as second user
Sascha
----------------------------------------------------------------
Juergen Beisert (2):
Add a Firmware programming framework
Firmware: provide a handler to program Altera FPGAs
Sascha Hauer (2):
DT: Add binding for Altera FPGAs in passive-serial mode
Firmware: socfpga: Add SoCFPGA FPGA program support
.../bindings/firmware/altr,passive-serial.txt | 13 +
arch/arm/dts/socfpga_cyclone5.dtsi | 5 +
arch/arm/mach-socfpga/Makefile | 1 +
arch/arm/mach-socfpga/include/mach/socfpga-regs.h | 2 +
commands/Kconfig | 8 +
commands/Makefile | 1 +
commands/firmwareload.c | 67 ++++
common/Kconfig | 3 +
common/Makefile | 1 +
common/firmware.c | 207 ++++++++++
drivers/Kconfig | 1 +
drivers/Makefile | 1 +
drivers/firmware/Kconfig | 14 +
drivers/firmware/Makefile | 2 +
drivers/firmware/altera_serial.c | 307 +++++++++++++++
drivers/firmware/socfpga.c | 437 +++++++++++++++++++++
include/firmware.h | 42 ++
17 files changed, 1112 insertions(+)
create mode 100644 Documentation/devicetree/bindings/firmware/altr,passive-serial.txt
create mode 100644 commands/firmwareload.c
create mode 100644 common/firmware.c
create mode 100644 drivers/firmware/Kconfig
create mode 100644 drivers/firmware/Makefile
create mode 100644 drivers/firmware/altera_serial.c
create mode 100644 drivers/firmware/socfpga.c
create mode 100644 include/firmware.h
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
next reply other threads:[~2013-11-12 14:32 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-11-12 14:31 Sascha Hauer [this message]
2013-11-12 14:31 ` [PATCH 1/4] Add a Firmware programming framework Sascha Hauer
2013-11-12 14:31 ` [PATCH 2/4] Firmware: provide a handler to program Altera FPGAs Sascha Hauer
2013-11-12 14:46 ` Jürgen Beisert
2013-11-12 16:03 ` Jean-Christophe PLAGNIOL-VILLARD
2013-11-13 10:23 ` Sascha Hauer
2013-11-13 13:36 ` Jean-Christophe PLAGNIOL-VILLARD
2013-11-12 14:31 ` [PATCH 3/4] DT: Add binding for Altera FPGAs in passive-serial mode Sascha Hauer
2013-11-12 14:51 ` Jürgen Beisert
2013-11-12 16:21 ` Kumar Gala
2013-11-12 22:02 ` Sascha Hauer
2013-11-12 14:31 ` [PATCH 4/4] Firmware: socfpga: Add SoCFPGA FPGA program support Sascha Hauer
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1384266701-12608-1-git-send-email-s.hauer@pengutronix.de \
--to=s.hauer@pengutronix.de \
--cc=barebox@lists.infradead.org \
--cc=jbe@pengutronix.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox