diff options
Diffstat (limited to 'conf/machine/include/omap-a15.inc')
-rw-r--r-- | conf/machine/include/omap-a15.inc | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/conf/machine/include/omap-a15.inc b/conf/machine/include/omap-a15.inc new file mode 100644 index 00000000..fa2037a7 --- /dev/null +++ b/conf/machine/include/omap-a15.inc | |||
@@ -0,0 +1,25 @@ | |||
1 | SOC_FAMILY = "omap-a15" | ||
2 | require conf/machine/include/soc-family.inc | ||
3 | |||
4 | require conf/machine/include/tune-cortexa15.inc | ||
5 | |||
6 | # Increase this everytime you change something in the kernel | ||
7 | MACHINE_KERNEL_PR = "r0" | ||
8 | |||
9 | PREFERRED_PROVIDER_virtual/kernel = "linux-ti-staging" | ||
10 | PREFERRED_PROVIDER_virtual/bootloader = "u-boot-ti-staging" | ||
11 | |||
12 | KERNEL_IMAGETYPE = "uImage" | ||
13 | |||
14 | UBOOT_ARCH = "arm" | ||
15 | UBOOT_ENTRYPOINT = "0x80008000" | ||
16 | UBOOT_LOADADDRESS = "0x80008000" | ||
17 | |||
18 | EXTRA_IMAGEDEPENDS += "virtual/bootloader" | ||
19 | |||
20 | PREFERRED_PROVIDER_virtual/xserver = "xserver-xorg" | ||
21 | XSERVER = "xserver-xorg \ | ||
22 | xf86-input-evdev \ | ||
23 | xf86-video-fbdev" | ||
24 | |||
25 | GUI_MACHINE_CLASS = "smallscreen" | ||