aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/dm3730-am3715-evm.conf
AgeCommit message (Collapse)Author
2010-07-19dm3730-am3715-evm: split machine type into twoChase Maupin
* Split the dm3730-am3715-evm machine type into two separate machines. These are dm37x-evm and am37x-evm. * This split will allow for being able to distiguish different MACHINE_FEATURES in the future such as whether the machine has a DSP or not. This will allow for cleaner task creation. * In order to be able to choose the proper collateral and software such as documentation and codecs we need machine types that differentiate product lines (i.e. AM vs DM) and product families (i.e. 37x vs 35x). This change allows enough differentiation to chose proper collateral without requiring a machine type for every derivative chip. Signed-off-by: Chase Maupin <chase.maupin@ti.com> Acked-by: Denys Dmytriyenko <denys@ti.com> Signed-off-by: Denys Dmytriyenko <denis@denix.org>
2010-07-01dm3730-am3715-evm: Add x-loader MACHINE nameRoger Monk
Signed-off-by: Roger Monk <r-monk@ti.com> Signed-off-by: Koen Kooi <k-kooi@ti.com>
2010-05-18dm3730-am3715-evm: disable virtual console, set JFFS2 erase blockDenys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denis@denix.org>
2010-04-16dm3730-am3715-evm: Add dm3730-am3715-evm machineChase Maupin
* Create the machine configuration file for the dm3730-am3715-evm machine type. This machine type supports EVMs based on the DM37xx or AM37xx SoCs. * Specified the PREFERRED_PROVIDER and VERSION for u-boot Signed-off-by: Koen Kooi <koen@openembedded.org>