summaryrefslogtreecommitdiffstats
path: root/conf/machine/am3517-evm.conf
Commit message (Collapse)AuthorAgeFilesLines
* conf/machine: use xz over gz for imagesAndrew F. Davis2020-01-311-1/+1
| | | | | | | | This compresses better and most machines use this now, lets switch these remaining machines over. Signed-off-by: Andrew F. Davis <afd@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* conf/machine: deprecate use of SERIAL_CONSOLEDenys Dmytriyenko2018-10-171-1/+1
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* machines: remove references to xf86-input-tslib from meta-oeDenys Dmytriyenko2018-03-011-2/+0
| | | | | | It is still mentioned in the commend, in case someone needs it. Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* conf/machine: simplify console settings, deprecate ttyO useDenys Dmytriyenko2017-03-061-1/+1
| | | | | | | Now, that 4.9 finally switched from ttyO to ttyS and all issues were addressed, no need to try all possible combinations in most cases. Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* conf/machine: set KERNEL_DEVICETREE dtb list per machineDenys Dmytriyenko2017-02-021-0/+2
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* conf: change GUI_MACHINE_CLASS to MACHINE_GUI_CLASSThomas Perrot2016-02-081-1/+1
| | | | | | | | Correct the name of the variable used to define the size of the logo: GUI_MACHINE_CLASS renamed MACHINE_GUI_CLASS. Signed-off-by: Thomas Perrot <thomas.perrot@tupi.fr> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* conf/machine: update legacy machines to use latest mainline kernel and u-bootDenys Dmytriyenko2014-06-241-5/+0
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* u-boot: Add am3517 u-boot recipeFranklin S. Cooper Jr2013-04-221-3/+2
| | | | | | | * Add correct u-boot recipe for am3517. Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* am3517-evm: switch default u-boot preference to machine-specific treeDenys Dmytriyenko2013-03-181-0/+4
| | | | | | | SDKs or other users of meta-ti can still use one of the other recipes for stability or featureset, by setting PREFERRED_PROVIDER in their config. Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* omap3, am37x, am3517, beagleboard: unify and cleanup configsDenys Dmytriyenko2013-03-081-18/+4
| | | | | | | * Centralize common/SoC settings in omap3.inc SOC_FAMILY config. * Set/override uncommon specifics in machine configs. Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* machine configs: Add SGX to MACHINE_FEATURESFranklin S. Cooper Jr2013-02-251-1/+1
| | | | | | | | | | | | | * Add sgx to MACHINE_FEATURES to indicate that a particular machine supports sgx. * TI chips are available in multiple variants including some that supports sgx while others do not. * By adding sgx as a machine feature other layers can create generic packagegroups or images for a particular soc but will only include sgx dependencies if the particular machine has sgx support. Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* machine config: Correct SERIAL_CONSOLE variable for am3517-evm and am37x-evmFranklin S. Cooper Jr2013-02-121-1/+1
| | | | | | | | | | | | | * When testing on am37x-evm I noticed that no prompt to login was ever shown when connected via serial port. * I finally noticed that the SERIAL_CONSOLE variable was set incorrectly and didn't match the value in the old Arago layer. * After using the values specific in the machine file in the Arago layer I was able to login via serial port. * This has been verified on both the am37x-evm and am3517-evm. Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* conf/machine: Update the FSTYPES for AMSDK machinesChase Maupin2012-11-151-1/+1
| | | | | | | | | | * Updated the IMAGE_FSTYPES to ubi and tar.gz for the AMSDK machine types as the base file system type. * This was done to speed up compression/decompression time at the expense of file size. Signed-off-by: Chase Maupin <Chase.Maupin@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* machine files: start removing TARGET_ARCHKoen Kooi2011-07-221-1/+0
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* add machine config for am3517-evmKoen Kooi2011-07-201-0/+52
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>