summaryrefslogtreecommitdiffstats
path: root/board/arcturus
Commit message (Collapse)AuthorAgeFilesLines
* board/arcturus/ppc-ucp1020: add patch to fix build with gcc 6.x.Oleksandr G Zhadan2017-07-151-0/+53
| | | | | | | | | | | | | | | | This commit adds a Linux kernel patch to solve a build failure with the arcturus_ucp1020_defconfig with gcc 6.x: arch/powerpc/kernel/ptrace.c:407:24: warning: index 32 denotes an offset greater than size of 'u64[32][1] {aka long long unsigned int[32][1]}' [-Warray-bounds] offsetof(struct thread_fp_state, fpr[32][0])); ^ The patch is upstream in Linux, and can be dropped when arcturus_ucp1020_defconfig is updated to use a new Linux kernel version. Signed-off-by: Oleksandr Zhadan <oleks@arcturusnetworks.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* configs: add Arcturus uCP1020 BSP supportOleksandr G Zhadan2016-07-244-0/+832
The uCP1020 product family (ucp1020) is an Arcturus Networks Inc. System on Modules product featuring a Freescale P1020 CPU, optionally populated with 1 or 2 Gig-Ethernet PHYs, DDR3, NOR Flash, eMMC NAND Flash and/or SPI Flash. Signed-off-by: Oleksandr G Zhadan <oleks@arcturusnetworks.com> Signed-off-by: Michael Durrant <mdurrant@arcturusnetworks.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
OpenPOWER on IntegriCloud