summaryrefslogtreecommitdiffstats
path: root/conf/machine/include/socfpga.inc
diff options
context:
space:
mode:
Diffstat (limited to 'conf/machine/include/socfpga.inc')
-rw-r--r--conf/machine/include/socfpga.inc27
1 files changed, 27 insertions, 0 deletions
diff --git a/conf/machine/include/socfpga.inc b/conf/machine/include/socfpga.inc
new file mode 100644
index 0000000..60ba002
--- /dev/null
+++ b/conf/machine/include/socfpga.inc
@@ -0,0 +1,27 @@
1SOC_FAMILY = "socfpga"
2
3require conf/machine/include/tune-cortexa9.inc
4
5# this variable specifies the kernel to be built: linux-altera or linux-altera-ltsi
6# this affects the PREFERRED_PROVIDER of virtual/kernel
7# it can be overriden from the environment, using BB_ENV_EXTRAWHITE
8KERNEL_PROVIDER?="linux-altera-ltsi"
9PREFERRED_PROVIDER_virtual/kernel = "${KERNEL_PROVIDER}"
10
11PREFERRED_PROVIDER_virtual/bootloader = "u-boot-socfpga"
12
13# Increase this everytime you change something in the kernel
14MACHINE_KERNEL_PR = "r1"
15
16UBOOT_ENTRYPOINT = "0x80008000"
17UBOOT_LOADADDRESS = "0x80008000"
18
19SERIAL_CONSOLE = "115200 ttyS0"
20
21KERNEL_IMAGETYPE = "zImage"
22MACHINE_EXTRA_RRECOMMENDS = " kernel-modules"
23MACHINE_FEATURES = "kernel26"
24
25# file system images required
26IMAGE_FSTYPES ?= "cpio ext3 tar.gz"
27