Re: [PATCH] firmware: socfpga: Add parameter "programmed" to fpgamgr driver

2015-11-10 Thread Sascha Hauer
On Tue, Nov 10, 2015 at 10:27:23PM +, Trent Piepho wrote: > This boolean parameter tells you if the FPGA is programmed or not. It > can be accessed from the shell as "$fpga.programmed". One could use > this to not program the FPGA if it's already programmed. > > There is an annoying limitati

[PATCH] firmware: socfpga: Add parameter "programmed" to fpgamgr driver

2015-11-10 Thread Trent Piepho
This boolean parameter tells you if the FPGA is programmed or not. It can be accessed from the shell as "$fpga.programmed". One could use this to not program the FPGA if it's already programmed. There is an annoying limitation of the way barebox puts parameters into the shell env: it requires th