
On Sat, Aug 6, 2016 at 4:41 AM, Simon Glass sjg@chromium.org wrote:
On 5 August 2016 at 17:00, Max Filippov jcmvbkbc@gmail.com wrote:
From: Chris Zankel chris@zankel.net
The 'xtfpga' board is actually a set of FPGA evaluation boards that can be configured to run an Xtensa processor.
- Avnet Xilinx LX60
- Avnet Xilinx LX110
- Avnet Xilinx LX200
- Xilinx ML605
- Xilinx KC705
These boards share the same components (open-ethernet, ns16550 serial, lcd display, flash, etc.).
Signed-off-by: Chris Zankel chris@zankel.net Signed-off-by: Max Filippov jcmvbkbc@gmail.com
Reviewed-by: Simon Glass sjg@chromium.org
nit: Your reset driver should really go in drivers/. Perhaps you could create a new drivers/sysreset and put it there (in a follow-on patch maybe). The existing sandbox, snapdragon and sysreset uclass could move also.
Ok. I've sent the patch that groups existing sysreset drivers under drivers/sysreset.