summaryrefslogtreecommitdiffstats
path: root/board/telit
Commit message (Collapse)AuthorAgeFilesLines
* configs/teliv_evk_pro3: remove defconfigThomas Petazzoni2018-03-079-580/+0
| | | | | | | | | | | | | | | | | | | | This defconfig fails to build with gcc 6.x, even though we switched to using gcc 6.x as the default gcc version in May 2017. It hasn't been updated since April 2017, and the original submitter, Fabio Porcedda said: Unfortunately a newer kernel doesn't boot and I don't have the time to fix the issue. If having a defconfig that doesn't build on gcc 6.x is unacceptable feel free to remove it. So, let's get rid of this defconfig, which will remove the following build error: https://gitlab.com/buildroot.org/buildroot/-/jobs/55306952 Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* configs/telit_evk_pro3: bump linux kernel to 3.9.11Fabio Porcedda2017-04-132-201/+3
| | | | | | | | Also use "BR2_TARGET_LINUX_CONFIG_FRAGMENT_FILES" instead of "BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE". Signed-off-by: Fabio Porcedda <fabio.porcedda@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* configs/telit_evk_pro3: add support for gcc 5Fabio Porcedda2017-04-132-0/+149
| | | | | | | | | | | | | Use two official kernel patches to add support for gcc 5: commit 71458cfc782eafe4b27656e078d379a34e472adf kernel: add support for gcc 5 commit aeea3592a13bf12861943e44fc48f1f270941f8d ARM: 8158/1: LLVMLinux: use static inline in ARM ftrace.h Signed-off-by: Fabio Porcedda <fabio.porcedda@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* configs/telit_evk_pro3: bump barebox to 2017.01.0Fabio Porcedda2017-03-066-84/+76
| | | | | | | | | | | | | | | | This bump fix the build failure with gcc5 for barebox. Some changes were made to the first patch to align to the latest barebox api. Also done the following changes: - Use "BR2_TARGET_BAREBOX_CONFIG_FRAGMENT_FILES" instead of patching the barebox sources. - Use "BR2_GLOBAL_PATCH_DIR" instead of "BR2_TARGET_BAREBOX_CUSTOM_PATCH_DIR". Signed-off-by: Fabio Porcedda <fabio.porcedda@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* configs: add defconfig for Telit EVK-PRO3Fabio Porcedda2013-05-117-0/+637
For more info, please read board/telit/evk-pro3/readme.txt Signed-off-by: Fabio Porcedda <fabio.porcedda@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
OpenPOWER on IntegriCloud