nios2: add nios2-generic board
This is a generic approach to port u-boot for nios2 boards. You may find the usage of this approach on the nioswiki, http://nioswiki.com/DasUBoot A fpga parameter file, which contains base address information and drivers declaration, is generated from Altera's hardware system description sopc file using tools. The example fpga parameter file is compatible with EP1C20, EP1S10 and EP1S40 boards. So these boards can be removed after this commit. Though epcs controller is removed to cut the dependency of altera_spi driver. Signed-off-by:Thomas Chou <thomas@wytron.com.tw> Signed-off-by:
Scott McNutt <smcnutt@psyent.com>
Showing
- MAINTAINERS 1 addition, 0 deletionsMAINTAINERS
- MAKEALL 1 addition, 0 deletionsMAKEALL
- Makefile 6 additions, 0 deletionsMakefile
- board/altera/nios2-generic/Makefile 59 additions, 0 deletionsboard/altera/nios2-generic/Makefile
- board/altera/nios2-generic/config.mk 34 additions, 0 deletionsboard/altera/nios2-generic/config.mk
- board/altera/nios2-generic/custom_fpga.h 66 additions, 0 deletionsboard/altera/nios2-generic/custom_fpga.h
- board/altera/nios2-generic/nios2-generic.c 68 additions, 0 deletionsboard/altera/nios2-generic/nios2-generic.c
- board/altera/nios2-generic/text_base.S 21 additions, 0 deletionsboard/altera/nios2-generic/text_base.S
- board/altera/nios2-generic/u-boot.lds 136 additions, 0 deletionsboard/altera/nios2-generic/u-boot.lds
- include/configs/nios2-generic.h 153 additions, 0 deletionsinclude/configs/nios2-generic.h
Loading
Please register or sign in to comment