diff options
author | Denys Dmytriyenko <denys@ti.com> | 2011-08-10 20:12:58 -0400 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-08-16 09:27:05 +0200 |
commit | 96260395c833d18d0017bd9b98d4ad5f19ffc5e6 (patch) | |
tree | ff5ece87460420c72569f1b5a7249a13b548e427 /conf | |
parent | 234cab508a13548355d4c60dc54f3e1a2cce0c5e (diff) | |
download | meta-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')
-rw-r--r-- | conf/machine/am180x-evm.conf | 17 |
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 | |||
5 | require conf/machine/include/davinci.inc | ||
6 | require conf/machine/include/omapl138.inc | ||
7 | |||
8 | UBOOT_MACHINE = "da850evm_config" | ||
9 | UBOOT_ENTRYPOINT = "0xc0008000" | ||
10 | UBOOT_LOADADDRESS = "0xc0008000" | ||
11 | |||
12 | MACHINE_FEATURES = "kernel26 serial ethernet" | ||
13 | |||
14 | SERIAL_CONSOLE = "115200 ttyS2" | ||
15 | |||
16 | PREFERRED_PROVIDER_virtual/kernel = "linux-omapl138-psp" | ||
17 | PREFERRED_PROVIDER_virtual/bootloader = "u-boot" | ||