aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/imx7dsabresd.conf
AgeCommit message (Collapse)Author
2017-01-23Update machine description fieldsAlexandra Safta
Change description fields from Freescale to NXP in machine files to align to 2016 corporate transfer to NXP. Signed-off-by: Alexandra Safta <alexandra-ioana.safta@nxp.com> Signed-off-by: Lauren Post <lauren.post@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2016-09-08Convert SOC_FAMILY to MACHINEOVERRIDESOtavio Salvador
The SOC_FAMILY is an indirection which makes the understanding, from OpenEmbedded versed developers and users, more difficult. Instead of using the SOC_FAMILY indirection which is rarely used, we now move to the MACHINEOVERRIDES mechanism as this is in fact what is in use. Change-Id: Ic6e58b79bdc990ac853c87761c3fff635786e4e5 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2016-08-23imx7dsabresd: Install WiFi and Bluetooth by defaultDaiane Angolini
This machine has the ZP_BCM4339 chip, so install the firmware by default. Signed-off-by: Daiane Angolini <daiane.angolini@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2016-08-23machine: Change maintainer email to nxp.com for Lauren PostLauren Post
Signed-off-by: Lauren Post <lauren.post@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2016-08-05imx7dsabresd: Add mipi-dsi device treeLauren Post
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2016-07-15imx7dsabresd: Fix the boot of a NXP kernelOtavio Salvador
Booting a NXP kernel with mainline U-boot leads to the following kernel crash: ,---- | caam: probe of 30900000.caam failed with error -11 | Unable to handle kernel NULL pointer dereference at virtual address 00000004 | pgd = 80004000 | [00000004] *pgd=00000000 | Internal error: Oops: 805 [#1] PREEMPT SMP ARM `---- This happens because NXP kernel expects MX7 to boot in secure mode, so introduce mx7dsabresd_secure_defconfig that selects CONFIG_MX7_SEC and allows booting a NXP provided kernel successfully. Change-Id: Ic05912c1328c75e8e25c89e7543b67c8c214e20d Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2016-04-19imx7dsabresd: Restructure device tree with new reva namesLauren Post
Some device trees are only needed for reva board The following are reva device trees imx7d-sdb-reva.dtb imx7d-sdb-reva-epdc.dtb imx7d-sdb-reva-gpmi-weim.dtb imx7d-sdb-reva-hdmi-audio.dtb imx7d-sdb-reva-m4.dtb imx7d-sdb-reva-qspi.dtb imx7d-sdb-reva-touch.dtb imx7d-sdb-reva-wm8960.dtb Signed-off-by: Lauren Post <lauren.post@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2016-04-19imx7dsabresd: Add epdc U-Boot configurationLauren Post
i.MX 7Dual supports epdc hardware so add epdc boot configuration Signed-off-by: Lauren Post <lauren.post@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2016-04-19imx7dsabresd: fix typo of mfgtool configTzu-Jung Lee
Signed-off-by: Tzu-Jung Lee <roylee17@currantlabs.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2016-04-19imx7dsabresd: Use U-Boot FSLC by defaultOtavio Salvador
The U-Boot 2015.10 adds support for the i.MX7 so we can use it instead of Freescale fork, preferring the mainline code. Change-Id: Ib375f8aa10a482b631eb99d7b5eb86866c87351e Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2016-04-19imx7dsabresd: Add touch imx7d-sdb-touch device treeLauren Post
Add an new dts file: imx7d-sdb-touch.dts.This file adds tsc2046 touch screen controller support. Due to the pin PENIRQ of tsc2046 is conflict with the interrupt pin of HDMI, so in this patch, disable the HDMI. Signed-off-by: Lauren Post <lauren.post@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2016-04-19imx7dsabresd: Add sim imx7d-sdb-sim device treesLauren Post
Add the SIM1 device tree support on i.MX 7D SABRE SD Signed-off-by: Lauren Post <lauren.post@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2016-04-19imx7dsabresd: Create i.MX 7Dual SABRE Smart Device machineLauren Post
Create i.MX 7Dual SABRE Smart Device with device tree support for enet, epdc, gpmi-weim, hdmi-audio, m4, qspi and wm8960 configurations. Create U-Boot support for sdcard, qspi, nand and mfgtool configurations. Signed-off-by: Lauren Post <lauren.post@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>