summaryrefslogtreecommitdiffstats
path: root/conf/machine/beagleboard.conf
Commit message (Collapse)AuthorAgeFilesLines
* 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-4/+0
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* beagleboard: switch default u-boot preference to machine-specific treeDenys Dmytriyenko2013-03-181-0/+2
| | | | | | | 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-16/+2
| | | | | | | * 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>
* beagleboard.conf: add additional sound modulesCliff Brake2013-01-241-1/+2
| | | | | | | require for audio to function Signed-off-by: Cliff Brake <cbrake@bec-systems.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>
* beagleboard: switch to linux-mainline and drag in more modulesKoen Kooi2012-05-031-1/+4
| | | | | | | also bump MACHINE_KERNEL_PR to force rebuild of external modules like sgx and dsp. Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* beagleboard: remove x-load from IMAGE_DEPENDS, we're SPL based nowKoen Kooi2011-11-291-0/+3
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* beagleboard: switch to 3.0 kernelKoen Kooi2011-07-261-1/+1
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* machine files: start removing TARGET_ARCHKoen Kooi2011-07-221-1/+0
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* beagleboard: add comment about rev C5 NAND sizeKoen Kooi2011-06-071-0/+2
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* beagleboard: move console from ttyS2 to ttyO2Koen Kooi2011-05-271-1/+1
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* linux-omap 2.6.39: add cpufreq support and tweak beagleboard expansionboard ↵Koen Kooi2011-05-231-1/+1
| | | | | | | | patches make it the default for beagleboard Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* BSP: rename beagleboard to TIKoen Kooi2011-01-021-0/+44
linux-omap 2.6.37rc: sync with OE