summaryrefslogtreecommitdiffstats
path: root/platforms/microblaze.in
blob: d43fc51db1fbc47b07a0cf45bf4127c19343c1f0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
## SECTION=architecture_options

menu "microblaze options            "
depends on ARCH_MICROBLAZE

config ARCH_MICROBLAZE_HAVE_XLBSP
	prompt "Xilinx BSP (TPOS)"
	bool
	default y
	help
	  The Xilinx BSP (shortly "xlbsp") is part of a specific OSELAS.BSP()
	  and consits of different automatically generated files from the
	  Xilinx FPGA design. All files for the xlbsp have to be copied from
	  Xilinx FPGA design project into the OSELAS.BSP() platforms directory
	  ${PTXDIST_PLATFORMCONFIGDIR}/platforms/xlbsp. Then make a link in
	  OSELAS.BSP() platforms directory:

		xlbsp_softcpu.in -> xlbsp/Kconfig.auto

	  You have to copy all auto generated files from Xilinx BSP "Third
	  Party OS (TPOS)" to xlbsp in your OSELAS.BSP(). To get TPOS you have
	  to include the EDK user repository from MB-Ref into your Xilinx FPGA
	  design flow.

	  See: http://gitorious.org/mbref/mbref
	   or: http://www.li-pro.de/xilinx_mb/mbref/start

if ARCH_MICROBLAZE_HAVE_XLBSP

menu "SoftCPU features"
source "generated/xlbsp_softcpu.in"
endmenu

endif

endmenu