summaryrefslogtreecommitdiffstats
path: root/conf/machine
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2011-08-10 20:12:58 -0400
committerKoen Kooi <koen@dominion.thruhere.net>2011-08-16 09:27:05 +0200
commit96260395c833d18d0017bd9b98d4ad5f19ffc5e6 (patch)
treeff5ece87460420c72569f1b5a7249a13b548e427 /conf/machine
parent234cab508a13548355d4c60dc54f3e1a2cce0c5e (diff)
downloadmeta-ti-96260395c833d18d0017bd9b98d4ad5f19ffc5e6.tar.gz
am180x-evm: add config for AM180x machine
Signed-off-by: Denys Dmytriyenko <denys@ti.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'conf/machine')
-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"