summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2011-01-02 20:19:03 +0100
committerKoen Kooi <koen@dominion.thruhere.net>2011-01-03 09:01:08 +0100
commite6be6e52577c50cc13e9434b297b077820474cf4 (patch)
tree6512c0856955243a31b8377674f68de78d7e8ab8 /conf
parent13a25a08f2d3b6b00d0cf33855978b215390e710 (diff)
downloadmeta-ti-e6be6e52577c50cc13e9434b297b077820474cf4.tar.gz
TI BSP: add hawkboard support
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'conf')
-rw-r--r--conf/machine/hawkboard.conf29
1 files changed, 29 insertions, 0 deletions
diff --git a/conf/machine/hawkboard.conf b/conf/machine/hawkboard.conf
new file mode 100644
index 00000000..b6e7f2d0
--- /dev/null
+++ b/conf/machine/hawkboard.conf
@@ -0,0 +1,29 @@
1#@TYPE: Machine
2#@NAME: OMAP-L138 based board
3#@DESCRIPTION: Machine configuration for the TI Hawkboard
4
5require conf/machine/include/davinci.inc
6require conf/machine/include/omapl138.inc
7
8UBOOT_MACHINE = "da850_omapl138_evm_config"
9UBOOT_ENTRYPOINT = "0xc0008000"
10UBOOT_LOADADDRESS = "0xc0008000"
11
12MACHINE_FEATURES = "kernel26 serial ethernet ide screen"
13
14# do ubiattach /dev/ubi_ctrl -m 4
15# From dmesg:
16# UBI: smallest flash I/O unit: 2048
17# UBI: logical eraseblock size: 126976 bytes
18# from ubiattach stdout:
19# UBI device number 0, total 971 LEBs (123293696 bytes, 117.6 MiB), available 958 LEBs (121643008 bytes, 116.0 MiB), LEB size 126976 bytes (124.0 KiB)
20MKUBIFS_ARGS = "-m 2048 -e 126976 -c 948"
21
22# do ubiattach /dev/ubi_ctrl -m 4
23# from dmesg:
24# UBI: smallest flash I/O unit: 2048
25# UBI: physical eraseblock size: 131072 bytes (128 KiB)
26# UBI: sub-page size: 512
27UBINIZE_ARGS = "-m 2048 -p 128KiB -s 512"
28
29SERIAL_CONSOLE = "115200 ttyS2"