diff options
| author | Maupin, Chase <chase.maupin@ti.com> | 2014-07-01 19:36:07 +0000 |
|---|---|---|
| committer | Denys Dmytriyenko <denys@ti.com> | 2014-07-02 15:42:10 -0400 |
| commit | 14ae4fa5a3ebb9ca52dec2c016ffc325bda52cc9 (patch) | |
| tree | 9c13fb289dfc6d2240f91192abd2d53157c4d0ac | |
| parent | d85e008dec29d30c08e77516c62563c2bcfa4bc5 (diff) | |
| download | meta-ti-14ae4fa5a3ebb9ca52dec2c016ffc325bda52cc9.tar.gz | |
am57xx-evm: Add the AM57xx machine type
* Add the AM57xx machine type which is used to differentiate
between the AM57xx and the DRA7xx which are derivative devices
with different HW platforms and SoC capabilities.
Signed-off-by: Chase Maupin <Chase.Maupin@ti.com>
Acked-by: Franklin Cooper Jr. <fcooper@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
| -rw-r--r-- | conf/machine/am57xx-evm.conf | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/conf/machine/am57xx-evm.conf b/conf/machine/am57xx-evm.conf new file mode 100644 index 00000000..7069b44b --- /dev/null +++ b/conf/machine/am57xx-evm.conf | |||
| @@ -0,0 +1,36 @@ | |||
| 1 | #@TYPE: Machine | ||
| 2 | #@NAME: DRA7xx EVM | ||
| 3 | #@DESCRIPTION: Machine configuration for the TI DRA7xx EVM | ||
| 4 | |||
| 5 | require conf/machine/include/dra7xx.inc | ||
| 6 | |||
| 7 | IMAGE_FSTYPES += "ubi tar.gz" | ||
| 8 | |||
| 9 | SERIAL_CONSOLE = "115200 ttyO0" | ||
| 10 | |||
| 11 | UBOOT_MACHINE = "dra7xx_evm_config" | ||
| 12 | |||
| 13 | # UBI information. Note that this is board and kernel specific. Changes | ||
| 14 | # in your kernel port may require changes in these variables. For more | ||
| 15 | # details about this board please see | ||
| 16 | # http://processors.wiki.ti.com/index.php/UBIFS_Support | ||
| 17 | |||
| 18 | # do ubiattach /dev/ubi_ctrl -m 7 -O 2048 | ||
| 19 | # From dmesg: | ||
| 20 | # UBI: smallest flash I/O unit: 2048 | ||
| 21 | # UBI: logical eraseblock size: 126976 bytes | ||
| 22 | # from ubiattach stdout: | ||
| 23 | # UBI device number 0, total 1988 LEBs | ||
| 24 | MKUBIFS_ARGS = "-F -m 2048 -e 126976 -c 3836" | ||
| 25 | |||
| 26 | # do ubiattach /dev/ubi_ctrl -m 7 -O 2048 | ||
| 27 | # from dmesg: | ||
| 28 | # UBI: smallest flash I/O unit: 2048 | ||
| 29 | # UBI: physical eraseblock size: 131072 bytes (128 KiB) | ||
| 30 | # UBI: sub-page size: 512 | ||
| 31 | # UBI: VID header offset: 2048 (aligned 2048) | ||
| 32 | UBINIZE_ARGS = "-m 2048 -p 128KiB -s 512 -O 2048" | ||
| 33 | |||
| 34 | # Currently removing the sgx machine feature because there is no SGX package | ||
| 35 | # available for omap5 | ||
| 36 | MACHINE_FEATURES = "kernel26 apm usbgadget usbhost vfat ext2 screen touchscreen" | ||
