Stephen Molfetta
d2568081f8
dra7xx-evm.conf: removing am57xx SOCS from PDK
...
opencl-monitor does not distinguish between dra7xx and am57xx devices,
treating both as the same and attempting to build for am57xx regardless.
However, this is dependent on common-csl-ip-rtos, a component of PDK,
which in general does handle these devices differently. The definition
of am57xx SOCs in the PDK list from omap-15.conf gets inherited by
dra7xx-evm.conf, thereby creating a rule that all dra7xx PDK recipes
must build am57xx libraries. This results in a dra7xx image which is
much larger than necessary, and more severely, creates an artifical
dependency link between these two devices and introduces build failures
for various PDK recipes.
Instead, we now override the PDK SOC definition in dra7xx-evm.conf, and
only in the CSL RTOS recipe do we append the am57xx SOCS for dra7xx-evm
machine build. This allows for opencl-monitor to build successfully for
dra7xx while preventing any other PDK recipes from attempting to build
libraries for am57xx devices.
This is a workaround that must stay in place until opencl build can
properly comprehend am57xx and dra7xx independently, and/or omap-a15
is not implied to be synonymous with am57xx in various recipes.
Signed-off-by: Stephen Molfetta <sjmolfetta@ti.com >
Signed-off-by: Jacob Stiffler <j-stiffler@ti.com >
Signed-off-by: Denys Dmytriyenko <denys@ti.com >
2018-01-29 14:20:24 -05:00
Mahesh Radhakrishnan
30fa91cdc1
am57xx-evm.conf: Adding PDK support for AM574x
...
Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com >
Signed-off-by: Denys Dmytriyenko <denys@ti.com >
2017-12-21 11:17:23 -05:00
Hongmei Gou
6ae3a940a7
am57xx-evm.conf: add am574x-idk-pru-excl-uio.dtb to the KERNEL_DEVICETREE list
...
Signed-off-by: Hongmei Gou <a0271529@ti.com >
Signed-off-by: Denys Dmytriyenko <denys@ti.com >
2017-12-04 20:07:17 -05:00
Denys Dmytriyenko
c98c0b7767
dra7xx-evm.conf: add dra76-evm-tfp410.dtb
...
Signed-off-by: Denys Dmytriyenko <denys@ti.com >
2017-11-28 15:52:40 -05:00
Denys Dmytriyenko
351ccf1928
am57xx-evm.conf: add am574x-idk-lcd-osd101t2587.dtb to the list
...
Signed-off-by: Denys Dmytriyenko <denys@ti.com >
2017-10-30 17:45:47 -04:00
Denys Dmytriyenko
a7849a82f1
linux-ti-staging: update to 4.9.52 and add new AM5 DTBs
...
Signed-off-by: Denys Dmytriyenko <denys@ti.com >
2017-10-02 19:58:58 -04:00
Hongmei Gou
2c63df2dd5
conf/machine: add pru-uio dtbs in KERNEL_DEVICETREE for am3/am4/am5/k2g
...
Signed-off-by: Hongmei Gou <a0271529@ti.com >
Signed-off-by: Denys Dmytriyenko <denys@ti.com >
2017-09-26 13:38:42 -04:00
Denys Dmytriyenko
a5a102ff0e
dra7xx-evm.conf: add new dra76-evm.dtb
...
Signed-off-by: Denys Dmytriyenko <denys@ti.com >
2017-08-29 01:51:37 -04:00
Denys Dmytriyenko
cf51fca6ca
am57xx-hs, dra7xx-hs: add setting for OPTEE pager config
...
Signed-off-by: Denys Dmytriyenko <denys@ti.com >
2017-07-17 13:53:39 -04:00
Denys Dmytriyenko
40df8872df
am437x-hs-evm: add OPTEE related configs
...
Signed-off-by: Denys Dmytriyenko <denys@ti.com >
2017-06-19 17:13:42 -04:00
Jacob Stiffler
334ec802eb
omapl137, omapl137-evm: add SOC family and machine configuration
...
* The omapl137 family does not have linux support and is only
supported by baremetal and TI RTOS.
Signed-off-by: Jacob Stiffler <j-stiffler@ti.com >
Signed-off-by: Denys Dmytriyenko <denys@ti.com >
2017-06-15 18:02:10 -04:00
Jacob Stiffler
e1462d6a49
omapl138, omapl138-lcdk: add ti-pdk class configuration
...
Signed-off-by: Jacob Stiffler <j-stiffler@ti.com >
Signed-off-by: Denys Dmytriyenko <denys@ti.com >
2017-06-15 18:02:06 -04:00
Denys Dmytriyenko
da9ea468c8
ti-soc: add generic "ti-soc" SOC family for BSP overrides
...
Signed-off-by: Denys Dmytriyenko <denys@ti.com >
2017-06-15 17:58:26 -04:00
Denys Dmytriyenko
0e73adf449
omapl138, omapl1: add "omapl1" SOC family as superset of omapl138
...
Signed-off-by: Denys Dmytriyenko <denys@ti.com >
Acked-by: Jacob Stiffler <j-stiffler@ti.com >
2017-06-15 17:58:22 -04:00
Jacob Stiffler
63a5ab8564
c66x: add basic machine configuration
...
* The c66x SOCs (e.g. c665x-evm and c667x-evm) are DSP-only devices,
and therefore do not have a supported kernel nor an integrated
toolchain.
* Add these machines to allow the creation of baremetal and TI RTOS
packages.
Signed-off-by: Jacob Stiffler <j-stiffler@ti.com >
Signed-off-by: Denys Dmytriyenko <denys@ti.com >
2017-06-10 14:38:09 -04:00
Jacob Stiffler
b00044c43e
machines: add ti-pdk class variables
...
* 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 >
2017-06-10 14:38:01 -04:00
Denys Dmytriyenko
5c31b7d23a
am335x-hs-evm: produce both mmc and uart configs
...
Signed-off-by: Denys Dmytriyenko <denys@ti.com >
2017-06-08 14:22:07 -04:00
Denys Dmytriyenko
41d6fdc0fe
am57xx-evm.conf: add new DTB entries for camera modules
...
Signed-off-by: Denys Dmytriyenko <denys@ti.com >
2017-05-16 13:57:06 -04:00
Denys Dmytriyenko
9df1e2af34
conf/machine, recipes: introduce k2hk SOC family
...
Signed-off-by: Denys Dmytriyenko <denys@ti.com >
2017-04-24 18:28:24 -04:00
Dan Murphy
502757879a
k2hk-hs-evm: add new machine config
...
Signed-off-by: Dan Murphy <dmurphy@ti.com >
Signed-off-by: Denys Dmytriyenko <denys@ti.com >
2017-03-30 14:12:25 -04:00
Denys Dmytriyenko
ae9edd5f1e
beaglebone: setup wic to produce SD card image
...
Signed-off-by: Denys Dmytriyenko <denys@ti.com >
2017-03-21 21:17:54 -04:00
Denys Dmytriyenko
3d731d4004
beagle-x15: add separate config for BeagleBoard X15
...
Signed-off-by: Denys Dmytriyenko <denys@ti.com >
2017-03-21 21:14:06 -04:00
Denys Dmytriyenko
fbe3f7f6e5
omapl138: rename old am180x platform into new generic omapl138-lcdk
...
Updated all corresponding defconfigs as well.
Signed-off-by: Denys Dmytriyenko <denys@ti.com >
2017-03-20 16:42:52 -04:00
Denys Dmytriyenko
b8cfbcdb0f
am57xx-evm: fix description
...
Signed-off-by: Denys Dmytriyenko <denys@ti.com >
2017-03-20 16:42:48 -04:00
Denys Dmytriyenko
e32835a8bf
k2g-hs-evm: add new machine config
...
Signed-off-by: Denys Dmytriyenko <denys@ti.com >
2017-03-20 16:42:42 -04:00
Denys Dmytriyenko
f86641d4b5
omap-a15.conf: enable uImage as alternative image type to zImage
...
Signed-off-by: Denys Dmytriyenko <denys@ti.com >
2017-03-06 14:18:02 -05:00
Denys Dmytriyenko
f8d3107a3b
conf/machine: simplify console settings, deprecate ttyO use
...
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 >
2017-03-06 14:17:54 -05:00
Denys Dmytriyenko
5a8ca1452f
conf/machine: deprecate opencl feature, introduce dsp feature
...
Signed-off-by: Denys Dmytriyenko <denys@ti.com >
2017-03-01 21:03:35 -05:00
Denys Dmytriyenko
c94f0e9626
k2g-ice: remove separate config in favor of generic k2g-evm
...
Signed-off-by: Denys Dmytriyenko <denys@ti.com >
2017-03-01 21:03:12 -05:00
Dan Murphy
4c76c98d2a
conf: am43: Add hdmi dtb file to Device tree files
...
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 >
2017-02-27 13:15:31 -05:00
Denys Dmytriyenko
3fe8ffe67c
conf/machine: bump max_leb_cnt for am3
...
Previous commit meant to increase it more than just by 200...
Signed-off-by: Denys Dmytriyenko <denys@ti.com >
2017-02-18 19:21:04 -05:00
Denys Dmytriyenko
75f58488d8
conf/machine: bump max_leb_cnt for am3 and am4
...
Signed-off-by: Denys Dmytriyenko <denys@ti.com >
2017-02-17 13:25:23 -05:00
Denys Dmytriyenko
c7c35e3a27
conf/machine: add LCD-specific DTB entries for dra7/am57/k2g
...
Signed-off-by: Denys Dmytriyenko <denys@ti.com >
2017-02-15 14:39:01 -05:00
Denys Dmytriyenko
0ea919c009
am180x-evm: update machine config to work with latest BSP
...
Signed-off-by: Denys Dmytriyenko <denys@ti.com >
2017-02-15 14:38:33 -05:00
Denys Dmytriyenko
19a884c127
am335x-hs-evm: update UBOOT_MACHINE var for latest u-boot version
...
Signed-off-by: Denys Dmytriyenko <denys@ti.com >
2017-02-06 13:16:33 -05:00
Denys Dmytriyenko
ca30444d72
conf/machine: set KERNEL_DEVICETREE dtb list per machine
...
Signed-off-by: Denys Dmytriyenko <denys@ti.com >
2017-02-02 18:34:13 -05:00
Denys Dmytriyenko
c7835c1768
machine: update max_leb_cnt across the board
...
Signed-off-by: Denys Dmytriyenko <denys@ti.com >
2017-01-20 17:41:31 -05:00
Denys Dmytriyenko
f78085faf7
beaglebone: add check for potential conflicts with meta-yocto-bsp
...
Signed-off-by: Denys Dmytriyenko <denys@ti.com >
2017-01-20 17:41:26 -05:00
Denys Dmytriyenko
6597647a52
am57xx-hs-evm, dra7xx-hs-evm: update OPTEEFLAVOR to match latest OPTEE code
...
Signed-off-by: Denys Dmytriyenko <denys@ti.com >
2016-12-09 17:26:18 -05:00
Denys Dmytriyenko
07b8724fbe
conf/machine: split SECDEV use for am5x and dra7 machines
...
Signed-off-by: Denys Dmytriyenko <denys@ti.com >
2016-12-08 17:42:30 -05:00
Denys Dmytriyenko
8be700838f
am335x-evm, am437x-evm: increase leb count for ubi
...
Signed-off-by: Denys Dmytriyenko <denys@ti.com >
2016-12-06 19:45:45 -05:00
Denys Dmytriyenko
47178cf77a
am335x-evm, am437x-evm: increase leb count for ubi
...
Signed-off-by: Denys Dmytriyenko <denys@ti.com >
2016-11-16 14:33:04 -05:00
Denys Dmytriyenko
d435c2a374
dra7xx-hs-evm: add DRA71x OPTEE flavor to the list
...
Signed-off-by: Denys Dmytriyenko <denys@ti.com >
2016-10-31 17:21:41 -04:00
Denys Dmytriyenko
fd78bce5ba
conf/recipes: add k2g-ice machine and k2g SOC family
...
Signed-off-by: Denys Dmytriyenko <denys@ti.com >
2016-10-25 18:53:25 -04:00
Denys Dmytriyenko
018d6239ea
conf/machine: update OPTEE OS flavor names slightly
...
Signed-off-by: Denys Dmytriyenko <denys@ti.com >
2016-09-23 18:46:58 -04:00
Denys Dmytriyenko
939b243286
conf/machine,recipes: introduce k2e SOC family
...
Signed-off-by: Denys Dmytriyenko <denys@ti.com >
2016-09-20 15:31:41 -04:00
Denys Dmytriyenko
6e43afafb5
conf/machine, u-boot-ti-staging: add am335x-hs-evm platform
...
Signed-off-by: Denys Dmytriyenko <denys@ti.com >
2016-09-19 18:59:36 -04:00
Denys Dmytriyenko
e4f34457ca
conf/machine: rename SECDEV variables for additional platforms
...
Signed-off-by: Denys Dmytriyenko <denys@ti.com >
2016-09-19 18:59:33 -04:00
Denys Dmytriyenko
c554a8735a
k2e-hs-evm: add K2E HS EVM config
...
Signed-off-by: Denys Dmytriyenko <denys@ti.com >
2016-09-12 22:26:35 -04:00
Denys Dmytriyenko
71db7c8915
machines: add OPTEE config for dra7 and am57 machines
...
Signed-off-by: Denys Dmytriyenko <denys@ti.com >
2016-09-12 22:26:31 -04:00