summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/am33x-cm3
Commit message (Collapse)AuthorAgeFilesLines
* am33x-cm3: update to version 0x190Denys Dmytriyenko2014-12-181-4/+4
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* am33x-cm3: update to version 0x189Denys Dmytriyenko2014-09-221-2/+2
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* am33x-cm3: Add TOOLCHAIN_OPTIONS to redefined CCKhem Raj2014-09-221-1/+1
| | | | | | | | | | | | | | | | | | | | | | | This error will show up when using sstate which was generated using a different buiid time sysroot. Since we override CC we still need to honor --sysroot which is specified via TOOLCHAIN_OPTIONS Fixes | DEBUG: Executing shell function do_compile | CC src/sys_exec/sys_init.o | In file included from src/sys_exec/rsc_table.h:13:0, | from src/sys_exec/sys_init.c:19: | /home/ubuntu/work/angstrom/build/tmp-angstrom_next-glibc/sysroots/x86_64-linux/usr/lib/arm-angstrom-linux-gnueabi/gcc/arm-angstrom-linux-gnueabi/4.9.2/include/stdint.h:9:26: fatal error: stdint.h: No such file or directory | # include_next <stdint.h> | ^ | compilation terminated. | make: *** [src/sys_exec/sys_init.o] Error 1 Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* am33x-cm3: add voltage scaling binariesDenys Dmytriyenko2014-09-081-2/+3
| | | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com> Acked-by: Franklin Cooper Jr. <fcooper@ti.com>
* am33x-cm3: pass float ABI flag to fix gcc-4.9.1 issue with stubsDenys Dmytriyenko2014-08-181-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | Since we are re-using the Linux cross-compiler to compile Cortex-M3 firmware code and not a dedicated bare-metal compiler, we have to match the float ABI for the compiler to find the correct gnu/stubs.h files. In other words, if we built a hardfp compiler, it doesn't have the corresponding gnu/stubs-soft.h header and fails when building anything non-hardfp. Even though float ABI flag doesn't make any sense for Cortex-M3 build. The error looks like this: | CC src/sys_exec/trace.o | CC src/sys_exec/sys_init.o | In file included from /OE/sysroots/am335x-evm/usr/include/features.h:402:0, | from /OE/sysroots/am335x-evm/usr/include/stdint.h:25, | from /OE/sysroots/x86_64-linux/usr/lib/arm-oe-linux-gnueabi/gcc/arm-oe-linux-gnueabi/4.9.1/include/stdint.h:9, | from src/sys_exec/rsc_table.h:13, | from src/sys_exec/sys_init.c:19: | /OE/sysroots/am335x-evm/usr/include/gnu/stubs.h:7:29: fatal error: gnu/stubs-soft.h: No such file or directory | # include <gnu/stubs-soft.h> | ^ | compilation terminated. | Makefile:51: recipe for target 'src/sys_exec/sys_init.o' failed | make: *** [src/sys_exec/sys_init.o] Error 1 Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* am33x-cm3: update with version 1.8.7Denys Dmytriyenko2014-08-123-48/+7
| | | | | | | | * Move repo to git.ti.com * Bump PE due to versioning schema change * Drop init scripts needed back in 3.8 days Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* recipes: consolidate firmware recipes under recipes-bsp in own directoriesDenys Dmytriyenko2014-06-233-0/+67
Signed-off-by: Denys Dmytriyenko <denys@ti.com>