1420 Commits

Author SHA1 Message Date
Calin Crisan
2c9deb0806 raspberrypi(all): automatically load i2c modules at boot 2017-05-07 19:58:53 +03:00
Calin Crisan
f3f1b6c292 raspberrypi(all): automatically load i2c modules at boot 2017-05-07 19:58:48 +03:00
Thomas Petazzoni
c383e8fc8b board/stmicroelectronics/stm32f469-disco: remove OpenOCD patches
Since the bump of OpenOCD from 0.9.0 to 0.10.0 in commit
3b6c74d708252a32fe172be944951396d419ba88, stm32f469_disco_defconfig
fails to build:

 - 0001-add-config.patch was merged in upstream OpenOCD (commit
   26045588f462476cee356d15a24944d6c26befb4).

 - 0002-flash-nor.patch was merged in upstream OpenOCD (commit
   3e219648c80a27f0519003f3b088cbb846e255d8)

Therefore, this commit removes the two patches that are no longer
necessary.

Fixes:

  https://gitlab.com/buildroot.org/buildroot/builds/15762279

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2017-05-07 13:56:00 +02:00
Calin Crisan
406aad843f fix bluetooth init script 2017-05-06 20:30:09 +03:00
Gaël PORTAY
9bbea36e3e configs: add raspberrypi3 64bits defconfig
This configuration builds a 64bit image for RaspberryPi 3.

The size of the ext4 filesystem has to be extended to fit the large amount
(~60MB) of kernel modules enabled in the defconfig.

[Peter: drop gcc version selection / glibc, explain ext4 size requirement]
Signed-off-by: Gaël PORTAY <gael.portay@savoirfairelinux.com>
Tested-by: Ricardo Martincoski <ricardo.martincoski@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2017-05-04 09:25:20 +02:00
Samuel Martin
0de48480ec board: add stm32f429-disc1 config
This change renders the stm32f429discovery a bit more generic and reuse most
of its settings for the stm32f429-disc1 board.

Cc: Waldemar Brodkorb <wbx@openadk.org>
Cc: Davide Viti <zinosat@tiscali.it>
Signed-off-by: Samuel Martin <s.martin49@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2017-05-01 20:54:39 +02:00
Abhimanyu Vishwakarma
051e9851f4 Add defconfig for MIPS Creator ci40
Signed-off-by: Abhimanyu Vishwakarma <Abhimanyu.V@gmail.com>
Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Tested-by: Rahul Bedarkar <rahulbedarkar89@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2017-04-27 22:58:54 +02:00
Calin Crisan
42538f2142 bluetooth init script: fix negated if condition 2017-04-25 22:12:28 +03:00
Calin Crisan
da89e861f2 bluetooth init script conf path fix 2017-04-25 22:01:07 +03:00
Calin Crisan
6908ec6ed9 boot partition can now contain subfolders 2017-04-25 21:49:45 +03:00
Calin Crisan
9ebf6ac3cd libmount is welcomed 2017-04-25 20:10:42 +03:00
Calin Crisan
1b24cbc0c8 add simple, permissive dbus configuration 2017-04-25 20:10:17 +03:00
Calin Crisan
2ea7a0eb60 btuart attach: don't start unless rpi bt adapter detected 2017-04-25 20:05:53 +03:00
Calin Crisan
e83a9d02f2 bluetooth: dynamically build bluez main.conf 2017-04-25 19:57:16 +03:00
Zakharov Vlad
51d0c6977b board/synopsys: remove patch for linux vdk defconfig
The patch for linux vdk defconfig introduced ARC_SMP_HALT_ON_RESET
config symbol. In fact that is not required as this symbol is enabled by
default if ARC_UBOOT_SUPPORT config symbol is set (and it is set in
vdk configs).

Also this commit fixes build failure, pointed us by Arnout:
https://gitlab.com/buildroot.org/buildroot/builds/14419270

Signed-off-by: Vlad Zakharov <vzakhar@synopsys.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2017-04-18 17:41:56 +02:00
Fabio Porcedda
710a47d322 configs/telit_evk_pro3: bump linux kernel to 3.9.11
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>
2017-04-13 22:06:18 +02:00
Fabio Porcedda
417fcc0edb configs/telit_evk_pro3: add support for gcc 5
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>
2017-04-13 22:06:08 +02:00
Zakharov Vlad
2803f36ea7 configs/snps_archs38_axs103: add u-boot patches to support slave core kick-start
With this patch we add a couple of of-the-tree patches for u-boot.

We have an update in hardware that changed the kick-start slave cores
procedure. So these patches introduce fixes to work with new axs103
version correctly.

They have been already accepted in upstream u-boot so we need to get rid
of them as soon as these updates will get available in buildroot.

Signed-off-by: Vlad Zakharov <vzakhar@synopsys.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2017-04-12 21:19:18 +02:00
Calin Crisan
016c3407dd rpi0w also has bluetooth support 2017-04-09 20:45:09 +03:00
Calin Crisan
1ff84730d7 automatically start bluetooth if conf defined 2017-04-09 20:36:43 +03:00
Calin Crisan
c8fefeb445 add dbus support (implicitly disabled) 2017-04-09 18:58:40 +03:00
Calin Crisan
f5af0bf967 add bluetooth support (implicitly disabled) 2017-04-09 18:56:15 +03:00
Matthias Fritzsche
4b2440b7dc beaglebone: add DT for BeagleBone Green
Signed-off-by: Matthias Fritzsche <txt.file@txtfile.eu>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2017-04-05 22:25:40 +02:00
Calin Crisan
32235c1320 bump version 2017-03-29 21:59:31 +03:00
Calin Crisan
dcfd9a4048 Merge branch 'thingos' 2017-03-29 21:51:04 +03:00
Calin Crisan
f57d036853 fix wrong date/timezone 2017-03-29 21:34:26 +03:00
Calin Crisan
d304418062 Merge branch 'thingos' 2017-03-26 19:59:47 +03:00
Calin Crisan
b21754d6e5 Merge branch 'master' of github.com:ccrisan/thingos into thingos 2017-03-26 19:54:06 +03:00
Calin Crisan
7fd3fdc833 odroidc2: fwupdater hack (will need proper fix!) 2017-03-26 19:52:49 +03:00
Calin Crisan
ef0f4f2678 fix motioneye/ui platform update; bump version to 20170326 2017-03-25 22:18:15 +02:00
Calin Crisan
1693e09af5 Merge branch 'master' of github.com:ccrisan/thingos into thingos 2017-03-25 22:16:44 +02:00
Calin Crisan
119329ffb1 odroidc2: fix fwupdater 2017-03-25 22:08:24 +02:00
Guo Ren
54242226f0 board/csky: fixup gdb instructions in readme.txt
The gdbinit file assumes the .dtb file is in the current directory, so
let's start gdb from output/images.

Signed-off-by: Guo Ren <ren_guo@c-sky.com>
[Thomas: improved commit description.]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2017-03-23 18:25:06 +01:00
Calin Crisan
3608cea968 Merge branch 'master' of github.com:ccrisan/thingos into thingos 2017-03-21 22:17:06 +02:00
Calin Crisan
0443b415c8 add rpi zero w dtb 2017-03-21 22:16:46 +02:00
Guo Ren
6a4131d101 configs: add defconfig for Nationalchip gx6605s dev board
gx6605s is a nice SOC for dvbs2 DVB product, and C-SKY inside.

Signed-off-by: Guo Ren <ren_guo@c-sky.com>
[Thomas: drop post-image script copying the gdbinit file, and suggest
to use gdb -x option instead to point to the gdbinit file in board/.]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2017-03-20 22:47:15 +01:00
Calin Crisan
f51ad3b848 bump version 2017-03-17 20:47:44 +02:00
Calin Crisan
e86301349e Merge branch 'thingos' into better-firmware-update 2017-03-17 20:28:01 +02:00
Calin Crisan
2e7c4ff074 bananapi: add initramfs fwupdate support 2017-03-17 20:27:32 +02:00
Calin Crisan
36f441a690 bananapi: use cpuinfo serial number 2017-03-17 19:53:24 +02:00
Calin Crisan
4beac8e8ce bananapi: initial work on fwupdate support 2017-03-16 22:32:20 +02:00
Calin Crisan
7389286eb2 bananapi: update kernel to 4.9.13 2017-03-16 21:55:56 +02:00
Max Filippov
b3bf9fc7ca configs/qemu: update xtensa linux to 4.9
Linux configs are missing memmap= option that is required for xtfpga
boards configured w/o device tree starting with linux-4.9. Add it.

Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2017-03-14 21:55:04 +01:00
Calin Crisan
93d507450e Merge branch 'thingos' into better-firmware-update 2017-03-12 16:06:50 +02:00
Calin Crisan
50450b7279 fix fwupdate initramfs 2017-03-12 16:05:47 +02:00
Calin Crisan
67c66ffcb0 Merge branch 'thingos' into better-firmware-update 2017-03-12 14:59:33 +02:00
Calin Crisan
7d7b89587c odroidxu4 now uses kernel 4.9 2017-03-12 14:58:18 +02:00
Calin Crisan
ea3532a1dd Merge branch 'thingos' into better-firmware-update 2017-03-12 13:10:47 +02:00
Calin Crisan
e85f7645d8 /dev/mmcblk0 disk dev is no longer hardcoded everywhere 2017-03-12 13:09:35 +02:00
Calin Crisan
19ae2e7e78 Merge branch 'thingos' into better-firmware-update 2017-03-12 11:48:07 +02:00