summaryrefslogtreecommitdiffstats
path: root/meta-agl-bsp/meta-ti/recipes-bsp/u-boot/files
AgeCommit message (Collapse)AuthorFilesLines
2021-06-01Remove dra7xx-evm machine supportScott Murray1-1/+0
Remove dra7xx-evm machine template and related BSP configuration tweaks. The configuration is stale and untested, and no one has expressed interest in it for long enough that it seems better to just remove it to avoid confusion about support status. Bug-AGL: SPEC-3934 Signed-off-by: Scott Murray <scott.murray@konsulko.com> Change-Id: I1659eef113cf1e6fcfdddf65f712275b8fc49b6f Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/26378 Tested-by: Jenkins Job builder account ci-image-build: Jenkins Job builder account ci-image-boot-test: Jenkins Job builder account Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
2017-03-29dra7xx: u-boot: Remove patch for compilation fixKarthik Ramanan1-26/+0
The patch has been integrated into u-boot git repo Change-Id: I540db7bd3658300a3dffc218d228d43e7e87a2b8 Signed-off-by: Karthik Ramanan <a0393906@ti.com>
2017-03-28dra7xx: uEnv: default dtb is renamed to identify versionKarthik Ramanan1-1/+1
Update with the new name Change-Id: Icef7ed926821909691ff59a6253473ccbef4061d Signed-off-by: Karthik Ramanan <a0393906@ti.com>
2017-03-27dra7xx: u-boot: Revert the fix for MMC instabilityKarthik Ramanan1-29/+0
Change-Id: I88daa7df388c12eed2b53f3db2c8821814c2e88e Signed-off-by: Karthik Ramanan <a0393906@ti.com>
2016-12-22dra7xx-evm: u-boot: Change default supported display to OSDKarthik Ramanan1-1/+1
The latest dra7xx-evm purchased from ti.com comes with the OSD display, this change will allow the AGL nightly images to work on the latest dra7xx-evm by default. If the user has an older EVM, then the uEnv.txt should be modified to match the connected displays. The complete list of supported LCDs can be found by checking the /boot folder of the the rootfs. Change-Id: I7f7ac06a49670eb8b7446a6b27854bee4b76ace6 Signed-off-by: Karthik Ramanan <a0393906@ti.com>
2016-11-21dra7xx-evm: u-boot: Fix SRCREV + mmc stability fixKarthik Ramanan1-0/+29
The latest u-boot has included some patches that is causing an instability with certain MMC cards This patch fixes the SRCREV to a known commit and includes a stability fix for the MMC Change-Id: I7ba99d36bd713d81409d528e8067e012415b33f0 Signed-off-by: Karthik Ramanan <a0393906@ti.com>
2016-11-17dra7xx-evm: u-boot: Add custom uenv.txtKarthik Ramanan1-0/+1
dra7xx-evm supports multiple LCD panels, to boot the board successfully, the uenv.txt has to specify the correct dtb file. This patch adds the default dtb and specifies one of the LCD panels in it. NOTE: It could happen that the panel that you have is a different panel, in that case you would have to manually edit the same. Change-Id: I0fdbe0ce48ca0654604a5808de684558308582c5 Signed-off-by: Karthik Ramanan <a0393906@ti.com>
2016-08-12Move adaptations specific to meta-ti into subfolder with conditional inclusionJan-Simon Möller1-0/+26
Change-Id: I826ce3d15d54098356ada353e155a21064560450 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>