* [Buildroot] [PATCH v1] olimex_a20_olinuxino_lime2: new board
@ 2015-08-12 14:58 Jan Viktorin
2015-08-12 18:40 ` François Perrad
2015-08-13 14:48 ` [Buildroot] [PATCH v2] " Jan Viktorin
0 siblings, 2 replies; 6+ messages in thread
From: Jan Viktorin @ 2015-08-12 14:58 UTC (permalink / raw)
To: buildroot
Based on olimex_a20_olinuxino_lime and olimex_a20_olinuxino_lime_mali
configurations. It is based on the mainline kernel 4.1.4. It boots
and the Ethernet is working at speed 1 Gbps.
Signed-off-by: Jan Viktorin <viktorin@rehivetech.com>
---
board/olimex/a20_olinuxino/boot-lime2.cmd | 6 ++++++
board/olimex/a20_olinuxino/readme.txt | 3 +++
configs/olimex_a20_olinuxino_lime2_defconfig | 31 ++++++++++++++++++++++++++++
3 files changed, 40 insertions(+)
create mode 100644 board/olimex/a20_olinuxino/boot-lime2.cmd
create mode 100644 configs/olimex_a20_olinuxino_lime2_defconfig
diff --git a/board/olimex/a20_olinuxino/boot-lime2.cmd b/board/olimex/a20_olinuxino/boot-lime2.cmd
new file mode 100644
index 0000000..a987715
--- /dev/null
+++ b/board/olimex/a20_olinuxino/boot-lime2.cmd
@@ -0,0 +1,6 @@
+setenv bootargs console=ttyS0,115200 root=/dev/mmcblk0p1 rootwait panic=10 ${extra}
+setenv fdtfile sun7i-a20-olinuxino-lime2.dtb
+ext4load mmc 0 0x49000000 /boot/${fdtfile}
+ext4load mmc 0 0x46000000 /boot/zImage
+env set fdt_high ffffffff
+bootz 0x46000000 - 0x49000000
diff --git a/board/olimex/a20_olinuxino/readme.txt b/board/olimex/a20_olinuxino/readme.txt
index 7e9af84..7998aa1 100644
--- a/board/olimex/a20_olinuxino/readme.txt
+++ b/board/olimex/a20_olinuxino/readme.txt
@@ -17,6 +17,8 @@ The following defconfigs are available:
for the A20-OLinuXino-LIME board using mainline kernel
- olimex_a20_olinuxino_lime_mali_defconfig
for the A20-OLinuXino-LIME board using legacy linux-sunxi kernel
+ - olimex_a20_olinuxino_lime2_defconfig
+ for the A20-OLinuXino-LIME2 board using mainline kernel
The legacy linux-sunxi kernels are based on the vendor code drops.
They are only useful when accelerated 3D graphics and multimedia support
@@ -50,6 +52,7 @@ After building, you should get a tree like this:
+-- rootfs.ext4 -> rootfs.ext2
+-- script.bin (lime_mali)
+-- sun7i-a20-olinuxino-lime.dtb (lime, mainline)
+ +-- sun7i-a20-olinuxino-lime2.dtb (lime2, mainline)
+-- sun7i-a20-olinuxino-micro.dtb (micro, mainline)
+-- u-boot.bin
+-- u-boot-sunxi-with-spl.bin
diff --git a/configs/olimex_a20_olinuxino_lime2_defconfig b/configs/olimex_a20_olinuxino_lime2_defconfig
new file mode 100644
index 0000000..b1f9df1
--- /dev/null
+++ b/configs/olimex_a20_olinuxino_lime2_defconfig
@@ -0,0 +1,31 @@
+BR2_arm=y
+BR2_cortex_a7=y
+BR2_ARM_EABIHF=y
+BR2_CCACHE=y
+BR2_OPTIMIZE_2=y
+BR2_TARGET_GENERIC_HOSTNAME="a20-olinuxino"
+BR2_TARGET_GENERIC_ISSUE="Welcome to OLinuXino!"
+BR2_TARGET_GENERIC_GETTY_PORT="ttyS0"
+BR2_ROOTFS_POST_BUILD_SCRIPT="board/olimex/a20_olinuxino/post-build.sh"
+BR2_ROOTFS_POST_SCRIPT_ARGS="board/olimex/a20_olinuxino/boot-lime2.cmd $(TARGET_DIR)/boot"
+BR2_LINUX_KERNEL=y
+BR2_LINUX_KERNEL_CUSTOM_VERSION=y
+BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="4.1.4"
+BR2_LINUX_KERNEL_DEFCONFIG="sunxi"
+BR2_LINUX_KERNEL_ZIMAGE=y
+BR2_LINUX_KERNEL_DTS_SUPPORT=y
+BR2_LINUX_KERNEL_INTREE_DTS_NAME="sun7i-a20-olinuxino-lime2"
+BR2_LINUX_KERNEL_INSTALL_TARGET=y
+BR2_PACKAGE_SUNXI_TOOLS=y
+BR2_PACKAGE_SUNXI_BOARDS=y
+BR2_PACKAGE_SUNXI_BOARDS_FEX_FILE="a20/a20-olinuxino_lime.fex"
+BR2_TARGET_ROOTFS_EXT2=y
+BR2_TARGET_ROOTFS_EXT2_4=y
+# BR2_TARGET_ROOTFS_TAR is not set
+BR2_TARGET_UBOOT=y
+BR2_TARGET_UBOOT_BOARDNAME="A20-OLinuXino-Lime2"
+BR2_TARGET_UBOOT_CUSTOM_VERSION=y
+BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE="2015.01"
+BR2_TARGET_UBOOT_SPL=y
+BR2_TARGET_UBOOT_SPL_NAME="u-boot-sunxi-with-spl.bin"
+BR2_PACKAGE_HOST_UBOOT_TOOLS=y
--
2.5.0
^ permalink raw reply related [flat|nested] 6+ messages in thread* [Buildroot] [PATCH v1] olimex_a20_olinuxino_lime2: new board
2015-08-12 14:58 [Buildroot] [PATCH v1] olimex_a20_olinuxino_lime2: new board Jan Viktorin
@ 2015-08-12 18:40 ` François Perrad
2015-08-13 7:36 ` Jan Viktorin
2015-08-13 14:48 ` [Buildroot] [PATCH v2] " Jan Viktorin
1 sibling, 1 reply; 6+ messages in thread
From: François Perrad @ 2015-08-12 18:40 UTC (permalink / raw)
To: buildroot
2015-08-12 16:58 GMT+02:00 Jan Viktorin <viktorin@rehivetech.com>:
> Based on olimex_a20_olinuxino_lime and olimex_a20_olinuxino_lime_mali
> configurations. It is based on the mainline kernel 4.1.4. It boots
> and the Ethernet is working at speed 1 Gbps.
>
> Signed-off-by: Jan Viktorin <viktorin@rehivetech.com>
> ---
> board/olimex/a20_olinuxino/boot-lime2.cmd | 6 ++++++
> board/olimex/a20_olinuxino/readme.txt | 3 +++
> configs/olimex_a20_olinuxino_lime2_defconfig | 31 ++++++++++++++++++++++++++++
> 3 files changed, 40 insertions(+)
> create mode 100644 board/olimex/a20_olinuxino/boot-lime2.cmd
> create mode 100644 configs/olimex_a20_olinuxino_lime2_defconfig
>
> diff --git a/board/olimex/a20_olinuxino/boot-lime2.cmd b/board/olimex/a20_olinuxino/boot-lime2.cmd
> new file mode 100644
> index 0000000..a987715
> --- /dev/null
> +++ b/board/olimex/a20_olinuxino/boot-lime2.cmd
> @@ -0,0 +1,6 @@
> +setenv bootargs console=ttyS0,115200 root=/dev/mmcblk0p1 rootwait panic=10 ${extra}
> +setenv fdtfile sun7i-a20-olinuxino-lime2.dtb
With the board Lime (and Micro), U-Boot 2015.07 (or 2015.04) set the
variable 'fdtfile' with the expected value.
So, the file board/olimex/a20_olinuxino/boot.cmd could be common for
all A20-Olinuxino boards.
Fran?ois.
> +ext4load mmc 0 0x49000000 /boot/${fdtfile}
> +ext4load mmc 0 0x46000000 /boot/zImage
> +env set fdt_high ffffffff
> +bootz 0x46000000 - 0x49000000
> diff --git a/board/olimex/a20_olinuxino/readme.txt b/board/olimex/a20_olinuxino/readme.txt
> index 7e9af84..7998aa1 100644
> --- a/board/olimex/a20_olinuxino/readme.txt
> +++ b/board/olimex/a20_olinuxino/readme.txt
> @@ -17,6 +17,8 @@ The following defconfigs are available:
> for the A20-OLinuXino-LIME board using mainline kernel
> - olimex_a20_olinuxino_lime_mali_defconfig
> for the A20-OLinuXino-LIME board using legacy linux-sunxi kernel
> + - olimex_a20_olinuxino_lime2_defconfig
> + for the A20-OLinuXino-LIME2 board using mainline kernel
>
> The legacy linux-sunxi kernels are based on the vendor code drops.
> They are only useful when accelerated 3D graphics and multimedia support
> @@ -50,6 +52,7 @@ After building, you should get a tree like this:
> +-- rootfs.ext4 -> rootfs.ext2
> +-- script.bin (lime_mali)
> +-- sun7i-a20-olinuxino-lime.dtb (lime, mainline)
> + +-- sun7i-a20-olinuxino-lime2.dtb (lime2, mainline)
> +-- sun7i-a20-olinuxino-micro.dtb (micro, mainline)
> +-- u-boot.bin
> +-- u-boot-sunxi-with-spl.bin
> diff --git a/configs/olimex_a20_olinuxino_lime2_defconfig b/configs/olimex_a20_olinuxino_lime2_defconfig
> new file mode 100644
> index 0000000..b1f9df1
> --- /dev/null
> +++ b/configs/olimex_a20_olinuxino_lime2_defconfig
> @@ -0,0 +1,31 @@
> +BR2_arm=y
> +BR2_cortex_a7=y
> +BR2_ARM_EABIHF=y
> +BR2_CCACHE=y
> +BR2_OPTIMIZE_2=y
> +BR2_TARGET_GENERIC_HOSTNAME="a20-olinuxino"
> +BR2_TARGET_GENERIC_ISSUE="Welcome to OLinuXino!"
> +BR2_TARGET_GENERIC_GETTY_PORT="ttyS0"
> +BR2_ROOTFS_POST_BUILD_SCRIPT="board/olimex/a20_olinuxino/post-build.sh"
> +BR2_ROOTFS_POST_SCRIPT_ARGS="board/olimex/a20_olinuxino/boot-lime2.cmd $(TARGET_DIR)/boot"
> +BR2_LINUX_KERNEL=y
> +BR2_LINUX_KERNEL_CUSTOM_VERSION=y
> +BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="4.1.4"
> +BR2_LINUX_KERNEL_DEFCONFIG="sunxi"
> +BR2_LINUX_KERNEL_ZIMAGE=y
> +BR2_LINUX_KERNEL_DTS_SUPPORT=y
> +BR2_LINUX_KERNEL_INTREE_DTS_NAME="sun7i-a20-olinuxino-lime2"
> +BR2_LINUX_KERNEL_INSTALL_TARGET=y
> +BR2_PACKAGE_SUNXI_TOOLS=y
> +BR2_PACKAGE_SUNXI_BOARDS=y
> +BR2_PACKAGE_SUNXI_BOARDS_FEX_FILE="a20/a20-olinuxino_lime.fex"
> +BR2_TARGET_ROOTFS_EXT2=y
> +BR2_TARGET_ROOTFS_EXT2_4=y
> +# BR2_TARGET_ROOTFS_TAR is not set
> +BR2_TARGET_UBOOT=y
> +BR2_TARGET_UBOOT_BOARDNAME="A20-OLinuXino-Lime2"
> +BR2_TARGET_UBOOT_CUSTOM_VERSION=y
> +BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE="2015.01"
> +BR2_TARGET_UBOOT_SPL=y
> +BR2_TARGET_UBOOT_SPL_NAME="u-boot-sunxi-with-spl.bin"
> +BR2_PACKAGE_HOST_UBOOT_TOOLS=y
> --
> 2.5.0
>
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 6+ messages in thread* [Buildroot] [PATCH v1] olimex_a20_olinuxino_lime2: new board
2015-08-12 18:40 ` François Perrad
@ 2015-08-13 7:36 ` Jan Viktorin
0 siblings, 0 replies; 6+ messages in thread
From: Jan Viktorin @ 2015-08-13 7:36 UTC (permalink / raw)
To: buildroot
On Wed, 12 Aug 2015 20:40:41 +0200
Fran?ois Perrad <francois.perrad@gadz.org> wrote:
> > --- /dev/null
> > +++ b/board/olimex/a20_olinuxino/boot-lime2.cmd
> > @@ -0,0 +1,6 @@
> > +setenv bootargs console=ttyS0,115200 root=/dev/mmcblk0p1 rootwait panic=10 ${extra}
> > +setenv fdtfile sun7i-a20-olinuxino-lime2.dtb
>
> With the board Lime (and Micro), U-Boot 2015.07 (or 2015.04) set the
> variable 'fdtfile' with the expected value.
> So, the file board/olimex/a20_olinuxino/boot.cmd could be common for
> all A20-Olinuxino boards.
>
> Fran?ois.
OK, I didn't notice the fdtfile is already set in the default U-Boot environment.
So the fdtfile does not have to be set at all. I will resend the fixed patch.
Jan
>
> > +ext4load mmc 0 0x49000000 /boot/${fdtfile}
> > +ext4load mmc 0 0x46000000 /boot/zImage
> > +env set fdt_high ffffffff
> > +bootz 0x46000000 - 0x49000000
> > diff --git a/board/olimex/a20_olinuxino/readme.txt b/board/olimex/a20_olinuxino/readme.txt
> > index 7e9af84..7998aa1 100644
--
Jan Viktorin E-mail: Viktorin at RehiveTech.com
System Architect Web: www.RehiveTech.com
RehiveTech
Brno, Czech Republic
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Buildroot] [PATCH v2] olimex_a20_olinuxino_lime2: new board
2015-08-12 14:58 [Buildroot] [PATCH v1] olimex_a20_olinuxino_lime2: new board Jan Viktorin
2015-08-12 18:40 ` François Perrad
@ 2015-08-13 14:48 ` Jan Viktorin
2015-08-17 16:01 ` Jan Viktorin
1 sibling, 1 reply; 6+ messages in thread
From: Jan Viktorin @ 2015-08-13 14:48 UTC (permalink / raw)
To: buildroot
It is based on olimex_a20_olinuxino_lime configuration. Tested on the mainline
kernel 4.1.4. It boots and the Ethernet is working at speed 1 Gbps.
Signed-off-by: Jan Viktorin <viktorin@rehivetech.com>
---
board/olimex/a20_olinuxino/readme.txt | 3 +++
configs/olimex_a20_olinuxino_lime2_defconfig | 31 ++++++++++++++++++++++++++++
2 files changed, 34 insertions(+)
create mode 100644 configs/olimex_a20_olinuxino_lime2_defconfig
diff --git a/board/olimex/a20_olinuxino/readme.txt b/board/olimex/a20_olinuxino/readme.txt
index 7e9af84..7998aa1 100644
--- a/board/olimex/a20_olinuxino/readme.txt
+++ b/board/olimex/a20_olinuxino/readme.txt
@@ -17,6 +17,8 @@ The following defconfigs are available:
for the A20-OLinuXino-LIME board using mainline kernel
- olimex_a20_olinuxino_lime_mali_defconfig
for the A20-OLinuXino-LIME board using legacy linux-sunxi kernel
+ - olimex_a20_olinuxino_lime2_defconfig
+ for the A20-OLinuXino-LIME2 board using mainline kernel
The legacy linux-sunxi kernels are based on the vendor code drops.
They are only useful when accelerated 3D graphics and multimedia support
@@ -50,6 +52,7 @@ After building, you should get a tree like this:
+-- rootfs.ext4 -> rootfs.ext2
+-- script.bin (lime_mali)
+-- sun7i-a20-olinuxino-lime.dtb (lime, mainline)
+ +-- sun7i-a20-olinuxino-lime2.dtb (lime2, mainline)
+-- sun7i-a20-olinuxino-micro.dtb (micro, mainline)
+-- u-boot.bin
+-- u-boot-sunxi-with-spl.bin
diff --git a/configs/olimex_a20_olinuxino_lime2_defconfig b/configs/olimex_a20_olinuxino_lime2_defconfig
new file mode 100644
index 0000000..1464cb8
--- /dev/null
+++ b/configs/olimex_a20_olinuxino_lime2_defconfig
@@ -0,0 +1,31 @@
+BR2_arm=y
+BR2_cortex_a7=y
+BR2_ARM_EABIHF=y
+BR2_CCACHE=y
+BR2_OPTIMIZE_2=y
+BR2_TARGET_GENERIC_HOSTNAME="a20-olinuxino"
+BR2_TARGET_GENERIC_ISSUE="Welcome to OLinuXino!"
+BR2_TARGET_GENERIC_GETTY_PORT="ttyS0"
+BR2_ROOTFS_POST_BUILD_SCRIPT="board/olimex/a20_olinuxino/post-build.sh"
+BR2_ROOTFS_POST_SCRIPT_ARGS="board/olimex/a20_olinuxino/boot.cmd $(TARGET_DIR)/boot"
+BR2_LINUX_KERNEL=y
+BR2_LINUX_KERNEL_CUSTOM_VERSION=y
+BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="4.1.4"
+BR2_LINUX_KERNEL_DEFCONFIG="sunxi"
+BR2_LINUX_KERNEL_ZIMAGE=y
+BR2_LINUX_KERNEL_DTS_SUPPORT=y
+BR2_LINUX_KERNEL_INTREE_DTS_NAME="sun7i-a20-olinuxino-lime2"
+BR2_LINUX_KERNEL_INSTALL_TARGET=y
+BR2_PACKAGE_SUNXI_TOOLS=y
+BR2_PACKAGE_SUNXI_BOARDS=y
+BR2_PACKAGE_SUNXI_BOARDS_FEX_FILE="a20/a20-olinuxino_lime.fex"
+BR2_TARGET_ROOTFS_EXT2=y
+BR2_TARGET_ROOTFS_EXT2_4=y
+# BR2_TARGET_ROOTFS_TAR is not set
+BR2_TARGET_UBOOT=y
+BR2_TARGET_UBOOT_BOARDNAME="A20-OLinuXino-Lime2"
+BR2_TARGET_UBOOT_CUSTOM_VERSION=y
+BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE="2015.01"
+BR2_TARGET_UBOOT_SPL=y
+BR2_TARGET_UBOOT_SPL_NAME="u-boot-sunxi-with-spl.bin"
+BR2_PACKAGE_HOST_UBOOT_TOOLS=y
--
2.5.0
^ permalink raw reply related [flat|nested] 6+ messages in thread* [Buildroot] [PATCH v2] olimex_a20_olinuxino_lime2: new board
2015-08-13 14:48 ` [Buildroot] [PATCH v2] " Jan Viktorin
@ 2015-08-17 16:01 ` Jan Viktorin
2015-10-03 13:53 ` Thomas Petazzoni
0 siblings, 1 reply; 6+ messages in thread
From: Jan Viktorin @ 2015-08-17 16:01 UTC (permalink / raw)
To: buildroot
It is based on olimex_a20_olinuxino_lime configuration. Tested on the mainline
kernel 4.1.4. It boots and the Ethernet is working at speed 1 Gbps.
Signed-off-by: Jan Viktorin <viktorin@rehivetech.com>
Acked-by: Francois Perrad <francois.perrad@gadz.org>
---
board/olimex/a20_olinuxino/readme.txt | 3 +++
configs/olimex_a20_olinuxino_lime2_defconfig | 31 ++++++++++++++++++++++++++++
2 files changed, 34 insertions(+)
create mode 100644 configs/olimex_a20_olinuxino_lime2_defconfig
diff --git a/board/olimex/a20_olinuxino/readme.txt b/board/olimex/a20_olinuxino/readme.txt
index 7e9af84..7998aa1 100644
--- a/board/olimex/a20_olinuxino/readme.txt
+++ b/board/olimex/a20_olinuxino/readme.txt
@@ -17,6 +17,8 @@ The following defconfigs are available:
for the A20-OLinuXino-LIME board using mainline kernel
- olimex_a20_olinuxino_lime_mali_defconfig
for the A20-OLinuXino-LIME board using legacy linux-sunxi kernel
+ - olimex_a20_olinuxino_lime2_defconfig
+ for the A20-OLinuXino-LIME2 board using mainline kernel
The legacy linux-sunxi kernels are based on the vendor code drops.
They are only useful when accelerated 3D graphics and multimedia support
@@ -50,6 +52,7 @@ After building, you should get a tree like this:
+-- rootfs.ext4 -> rootfs.ext2
+-- script.bin (lime_mali)
+-- sun7i-a20-olinuxino-lime.dtb (lime, mainline)
+ +-- sun7i-a20-olinuxino-lime2.dtb (lime2, mainline)
+-- sun7i-a20-olinuxino-micro.dtb (micro, mainline)
+-- u-boot.bin
+-- u-boot-sunxi-with-spl.bin
diff --git a/configs/olimex_a20_olinuxino_lime2_defconfig b/configs/olimex_a20_olinuxino_lime2_defconfig
new file mode 100644
index 0000000..1464cb8
--- /dev/null
+++ b/configs/olimex_a20_olinuxino_lime2_defconfig
@@ -0,0 +1,31 @@
+BR2_arm=y
+BR2_cortex_a7=y
+BR2_ARM_EABIHF=y
+BR2_CCACHE=y
+BR2_OPTIMIZE_2=y
+BR2_TARGET_GENERIC_HOSTNAME="a20-olinuxino"
+BR2_TARGET_GENERIC_ISSUE="Welcome to OLinuXino!"
+BR2_TARGET_GENERIC_GETTY_PORT="ttyS0"
+BR2_ROOTFS_POST_BUILD_SCRIPT="board/olimex/a20_olinuxino/post-build.sh"
+BR2_ROOTFS_POST_SCRIPT_ARGS="board/olimex/a20_olinuxino/boot.cmd $(TARGET_DIR)/boot"
+BR2_LINUX_KERNEL=y
+BR2_LINUX_KERNEL_CUSTOM_VERSION=y
+BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="4.1.4"
+BR2_LINUX_KERNEL_DEFCONFIG="sunxi"
+BR2_LINUX_KERNEL_ZIMAGE=y
+BR2_LINUX_KERNEL_DTS_SUPPORT=y
+BR2_LINUX_KERNEL_INTREE_DTS_NAME="sun7i-a20-olinuxino-lime2"
+BR2_LINUX_KERNEL_INSTALL_TARGET=y
+BR2_PACKAGE_SUNXI_TOOLS=y
+BR2_PACKAGE_SUNXI_BOARDS=y
+BR2_PACKAGE_SUNXI_BOARDS_FEX_FILE="a20/a20-olinuxino_lime.fex"
+BR2_TARGET_ROOTFS_EXT2=y
+BR2_TARGET_ROOTFS_EXT2_4=y
+# BR2_TARGET_ROOTFS_TAR is not set
+BR2_TARGET_UBOOT=y
+BR2_TARGET_UBOOT_BOARDNAME="A20-OLinuXino-Lime2"
+BR2_TARGET_UBOOT_CUSTOM_VERSION=y
+BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE="2015.01"
+BR2_TARGET_UBOOT_SPL=y
+BR2_TARGET_UBOOT_SPL_NAME="u-boot-sunxi-with-spl.bin"
+BR2_PACKAGE_HOST_UBOOT_TOOLS=y
--
2.5.0
^ permalink raw reply related [flat|nested] 6+ messages in thread
end of thread, other threads:[~2015-10-03 13:53 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-12 14:58 [Buildroot] [PATCH v1] olimex_a20_olinuxino_lime2: new board Jan Viktorin
2015-08-12 18:40 ` François Perrad
2015-08-13 7:36 ` Jan Viktorin
2015-08-13 14:48 ` [Buildroot] [PATCH v2] " Jan Viktorin
2015-08-17 16:01 ` Jan Viktorin
2015-10-03 13:53 ` Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox