summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--conf/machine/am180x-evm.conf17
1 files changed, 17 insertions, 0 deletions
diff --git a/conf/machine/am180x-evm.conf b/conf/machine/am180x-evm.conf
new file mode 100644
index 00000000..fb57f6e8
--- /dev/null
+++ b/conf/machine/am180x-evm.conf
@@ -0,0 +1,17 @@
1#@TYPE: Machine
2#@NAME: AM180x CPUs on an AM180x EVM board
3#@DESCRIPTION: Machine configuration for the TI AM180x EVM board
4
5require conf/machine/include/davinci.inc
6require conf/machine/include/omapl138.inc
7
8UBOOT_MACHINE = "da850evm_config"
9UBOOT_ENTRYPOINT = "0xc0008000"
10UBOOT_LOADADDRESS = "0xc0008000"
11
12MACHINE_FEATURES = "kernel26 serial ethernet"
13
14SERIAL_CONSOLE = "115200 ttyS2"
15
16PREFERRED_PROVIDER_virtual/kernel = "linux-omapl138-psp"
17PREFERRED_PROVIDER_virtual/bootloader = "u-boot"