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