summaryrefslogtreecommitdiffstats
path: root/configs/odroidc2_defconfig
Commit message (Collapse)AuthorAgeFilesLines
* configs/odroidc2: bump kernel headers to 3.14.79Dagg Stompler2016-10-141-1/+1
| | | | | | | | | | | following commit 7de5b0d2d83bec38ec96ef5917259d9f46df58d4, bump kernel headers to 3.14.79 to match the kernel version. We cannot use BR2_KERNEL_HEADERS_AS_KERNEL as some of their kernel modifications causes glibc to fail to build. Signed-off-by: Dagg Stompler <daggs@gmx.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* configs/odroidc2: bump kernel to 925e508d37c76848881a8c8f7e9b02abc5731d88Dagg Stompler2016-10-071-1/+1
| | | | | | | | | odroidc2's kernel remains based on 3.14. This commit upgrades the kernel to a new commit that is now based on 3.14.79, and contains a number of ODroidC2 related bug fixes and feature additions. Signed-off-by: Dagg Stompler <daggs@gmx.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* config/odroidc2: force usage of gcc 4.9.xdaggs2016-10-061-0/+1
| | | | | | | | | | | | | | due to an issue with odroid's u-boot, compiling u-boot with gcc 5.x will result in a non booting image. so a gcc 4.9.x compiler must be used. this solve bug #9326 thanks to Erico Nunes <nunes.erico@gmail.com> for pointing to the right issue. Reported-by: <gahabana@mail.com> Signed-off-by: Dagg Stompler <daggs@gmx.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* configs/odroidc2: select odroid-scriptsDagg Stompler2016-07-241-0/+1
| | | | | Signed-off-by: Dagg Stompler <daggs@gmx.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* configs/odroidc2: bump kernel to rev 1cb48cebb9d525e524de0ede46710bb29f54d4a6Dagg Stompler2016-07-231-1/+1
| | | | | Signed-off-by: Dagg Stompler <daggs@gmx.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* configs/odroidc2: bump uboot to rev 1ec799cec97574a9838bc25b286484e579a41652Dagg Stompler2016-07-231-1/+1
| | | | | Signed-off-by: Dagg Stompler <daggs@gmx.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* board: add support for Hardkernel ODROID-C2 BoardBrian Kim2016-04-231-0/+35
The ODROID-C2 is a 64-bit quad-core single board computer(SBC) that is one of the most cost-effective 64bit development boards available in the ARM world. http://www.hardkernel.com/main/products/prdt_info.php?g_code=G145457216438 [Peter: fix typos, drop neon/C++ settings, use git hash for Linux/U-Boot] Signed-off-by: Brian Kim <brian.kim@hardkernel.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
OpenPOWER on IntegriCloud