summaryrefslogtreecommitdiffstats
path: root/conf/machine/include/ti43x.inc
Commit message (Collapse)AuthorAgeFilesLines
* conf/machine: Use weak assignment for preferred virtual/kernelDaniel D?az2020-05-061-1/+1
| | | | | | | | | A user of the meta-ti layer may choose to use a combination of the machines herein with another kernel, not necessarily the one from the machine definition. Signed-off-by: Daniel Díaz <daniel.diaz@linaro.org> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* wic: create SD card with 3 partitions for testingDenys Dmytriyenko2020-03-231-1/+1
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* conf/machine: add dependency for wic to package deployed SPLDenys Dmytriyenko2020-02-131-0/+1
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* conf/machine: generalize wic usage by moving settings to SOC filesDenys Dmytriyenko2020-02-111-0/+4
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* conf/machine: rename "sgx" flag to "gpu" in MACHINE_FEATURESDenys Dmytriyenko2019-06-251-1/+1
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti43x.inc: add back am43x-epos-evm-hdmi.dtbDenys Dmytriyenko2019-03-041-3/+5
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti43x.inc: re-enable HDMI specific DTB for AM437x GPDenys Dmytriyenko2019-02-261-1/+1
| | | | | | This reverts commit 517864fb4f37b424877a823da76ea7b780e5a45d. Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti43x.inc: HDMI specific DTBs are not ready yetDenys Dmytriyenko2019-02-071-2/+2
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* conf/machine: define UBOOT_SUFFIX and SPL_BINARY in machine configsDenys Dmytriyenko2018-10-171-0/+3
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* machines: update DTBs and other cleanupsDenys Dmytriyenko2018-03-011-1/+5
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* conf/machine: deprecate use of base_conditional()Denys Dmytriyenko2018-02-051-1/+1
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* conf/machine: add pru-uio dtbs in KERNEL_DEVICETREE for am3/am4/am5/k2gHongmei Gou2017-09-281-1/+1
| | | | | Signed-off-by: Hongmei Gou <a0271529@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti-soc: add generic "ti-soc" SOC family for BSP overridesDenys Dmytriyenko2017-06-151-2/+2
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* machines: add ti-pdk class variablesJacob Stiffler2017-06-111-0/+4
| | | | | | | | * Set the ti-pdk class variables which sets the list of devices and boards supported. Signed-off-by: Jacob Stiffler <j-stiffler@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* conf: am43: Add hdmi dtb file to Device tree filesDan Murphy2017-02-271-1/+1
| | | | | | | | | AM43x was missing the hdmi dtb file in the KERNEL_DEVICETREE variable. Adding this in allows for a copy to deploy directory. Signed-off-by: Dan Murphy <dmurphy@ti.com> 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: set lower DEFAULTTUNE across machinesDenys Dmytriyenko2016-07-271-1/+1
| | | | | | | | | | | | Set DEFAULTTUNE optimization in BSP from specific Cortex level to more generic armv7a, but keep thumb, neon and hard-float options enabled due to numerous BSP components requiring them. While enabling additional Cortex optimization might gain a tiny performance improvement, it makes binary feeds incompatible between A8, A9 and A15 machines, leads to unnecessary rebuilds and hides potential packaging or recipe issues. Hence the decision to enable Cortex optimization should be left to the Distro. 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>
* machine configs: set optimized hardfp DEFAULTTUNE if not setDenys Dmytriyenko2014-06-231-1/+2
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux-ti-staging: remove initscript dependencyChase Maupin2014-01-171-1/+1
| | | | | | | | | | | | | * Remove the RDEPENDS for the am33x-cm3-initscript package since the latest kernel source use the hotplug functionality to load the firmware. * Updated the SRCREV to the latest kernel sources which include the hotplug fix. * Bump the MACHINE_KERNEL_PR for the am335x and am437x devices which are affected. Signed-off-by: Chase Maupin <Chase.Maupin@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti43x.inc: Add SGX as MACHINE_FEATURESFranklin S. Cooper Jr2013-11-221-1/+1
| | | | | | | * New Graphics SDK with am43x support has been added. Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux-ti-staging: Update for AM437x GP EVM DTBChase Maupin2013-10-251-1/+1
| | | | | Signed-off-by: Chase Maupin <Chase.Maupin@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* machine conf: Set correct default ubi volume name for 335x and 437xFranklin S. Cooper Jr2013-10-131-0/+4
| | | | | | | | | | * For am335x and am437x, the kernel and u-boot expects the ubifs volume name to be set to "rootfs". * Set UBI_VOLNAME variable to "rootfs" so that the ubifs files generated by OE will work. Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti43x, omap-a15: switch KERNEL_IMAGETYPE to zImage by defaultDenys Dmytriyenko2013-09-251-1/+1
| | | | | | | | * To be used with latest u-boot, that prefers zImage over uImage * ti33x will follow as soon as u-boot changes its default for that platform Signed-off-by: Denys Dmytriyenko <denys@ti.com> Cc: Tom Rini <trini@ti.com>
* ti43x: disable sgx for nowDenys Dmytriyenko2013-08-281-1/+1
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti43x: add new SOC family for Sitara AM43xx Cortex-A9 processorsDenys Dmytriyenko2013-08-261-0/+37
Signed-off-by: Denys Dmytriyenko <denys@ti.com> Acked-by: Chase Maupin <chase.maupin@ti.com>