* [Buildroot] [PATCH 1/4] a20_olinuxino_lime/readme.txt: fix a typo
@ 2015-06-29 22:05 Luca Ceresoli
2015-06-29 22:05 ` [Buildroot] [PATCH 2/4] a20_olinuxino_micro/readme.txt: add link to linux-sunxi.org Luca Ceresoli
` (3 more replies)
0 siblings, 4 replies; 9+ messages in thread
From: Luca Ceresoli @ 2015-06-29 22:05 UTC (permalink / raw)
To: buildroot
Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net>
---
board/olimex/a20_olinuxino_lime/readme.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/board/olimex/a20_olinuxino_lime/readme.txt b/board/olimex/a20_olinuxino_lime/readme.txt
index 92ee24a429bc..4a5853b18e0f 100644
--- a/board/olimex/a20_olinuxino_lime/readme.txt
+++ b/board/olimex/a20_olinuxino_lime/readme.txt
@@ -7,7 +7,7 @@ This is a open hardware board,
see https://www.olimex.com/Products/OLinuXino/open-source-hardware
The legacy linux-sunxi kernels are based on the vendor code drops.
-It is only useful when accelerated 3D graphics and multimedia support
+They are only useful when accelerated 3D graphics and multimedia support
is strictly necessary.
The Mainline Kernel is already a much better choice for a headless server.
--
1.9.1
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [Buildroot] [PATCH 2/4] a20_olinuxino_micro/readme.txt: add link to linux-sunxi.org
2015-06-29 22:05 [Buildroot] [PATCH 1/4] a20_olinuxino_lime/readme.txt: fix a typo Luca Ceresoli
@ 2015-06-29 22:05 ` Luca Ceresoli
2015-06-29 22:05 ` [Buildroot] [PATCH 3/4] olimex_a20_olinuxino_lime: rename board dir to remove _lime suffix Luca Ceresoli
` (2 subsequent siblings)
3 siblings, 0 replies; 9+ messages in thread
From: Luca Ceresoli @ 2015-06-29 22:05 UTC (permalink / raw)
To: buildroot
Explicitly state where this information comes from.
Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net>
---
board/olimex/a20_olinuxino_lime/readme.txt | 2 ++
1 file changed, 2 insertions(+)
diff --git a/board/olimex/a20_olinuxino_lime/readme.txt b/board/olimex/a20_olinuxino_lime/readme.txt
index 4a5853b18e0f..6b8391484b92 100644
--- a/board/olimex/a20_olinuxino_lime/readme.txt
+++ b/board/olimex/a20_olinuxino_lime/readme.txt
@@ -15,6 +15,8 @@ And also the mainline kernel works fine even for a basic Linux desktop
system running on top of a simple framebuffer, which may be good enough for
the users who do not need fancy 3D graphics or video playback acceleration.
+(see http://linux-sunxi.org/Linux_Kernel for more details)
+
How to build it
===============
--
1.9.1
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [Buildroot] [PATCH 3/4] olimex_a20_olinuxino_lime: rename board dir to remove _lime suffix
2015-06-29 22:05 [Buildroot] [PATCH 1/4] a20_olinuxino_lime/readme.txt: fix a typo Luca Ceresoli
2015-06-29 22:05 ` [Buildroot] [PATCH 2/4] a20_olinuxino_micro/readme.txt: add link to linux-sunxi.org Luca Ceresoli
@ 2015-06-29 22:05 ` Luca Ceresoli
2015-06-29 22:05 ` [Buildroot] [PATCH 4/4] configs/olimex_a20_olinuxino_micro: new board Luca Ceresoli
2015-06-30 21:08 ` [Buildroot] [PATCH 1/4] a20_olinuxino_lime/readme.txt: fix a typo Thomas Petazzoni
3 siblings, 0 replies; 9+ messages in thread
From: Luca Ceresoli @ 2015-06-29 22:05 UTC (permalink / raw)
To: buildroot
The files in board/olimex/a20_olinuxino_lime/ work with minimal or no
modifications for the Olimex A20-OLinuXino-Micro board, whose support is
going to be added in a later commit.
Rename the directory to clarify it's not restricted to the Lime anymore.
Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net>
---
board/olimex/{a20_olinuxino_lime => a20_olinuxino}/boot-mali.cmd | 0
board/olimex/{a20_olinuxino_lime => a20_olinuxino}/boot.cmd | 0
board/olimex/{a20_olinuxino_lime => a20_olinuxino}/post-build.sh | 0
board/olimex/{a20_olinuxino_lime => a20_olinuxino}/readme.txt | 0
configs/olimex_a20_olinuxino_lime_defconfig | 4 ++--
configs/olimex_a20_olinuxino_lime_mali_defconfig | 4 ++--
6 files changed, 4 insertions(+), 4 deletions(-)
rename board/olimex/{a20_olinuxino_lime => a20_olinuxino}/boot-mali.cmd (100%)
rename board/olimex/{a20_olinuxino_lime => a20_olinuxino}/boot.cmd (100%)
rename board/olimex/{a20_olinuxino_lime => a20_olinuxino}/post-build.sh (100%)
rename board/olimex/{a20_olinuxino_lime => a20_olinuxino}/readme.txt (100%)
diff --git a/board/olimex/a20_olinuxino_lime/boot-mali.cmd b/board/olimex/a20_olinuxino/boot-mali.cmd
similarity index 100%
rename from board/olimex/a20_olinuxino_lime/boot-mali.cmd
rename to board/olimex/a20_olinuxino/boot-mali.cmd
diff --git a/board/olimex/a20_olinuxino_lime/boot.cmd b/board/olimex/a20_olinuxino/boot.cmd
similarity index 100%
rename from board/olimex/a20_olinuxino_lime/boot.cmd
rename to board/olimex/a20_olinuxino/boot.cmd
diff --git a/board/olimex/a20_olinuxino_lime/post-build.sh b/board/olimex/a20_olinuxino/post-build.sh
similarity index 100%
rename from board/olimex/a20_olinuxino_lime/post-build.sh
rename to board/olimex/a20_olinuxino/post-build.sh
diff --git a/board/olimex/a20_olinuxino_lime/readme.txt b/board/olimex/a20_olinuxino/readme.txt
similarity index 100%
rename from board/olimex/a20_olinuxino_lime/readme.txt
rename to board/olimex/a20_olinuxino/readme.txt
diff --git a/configs/olimex_a20_olinuxino_lime_defconfig b/configs/olimex_a20_olinuxino_lime_defconfig
index 62f0a4cfc797..33bc10eacce4 100644
--- a/configs/olimex_a20_olinuxino_lime_defconfig
+++ b/configs/olimex_a20_olinuxino_lime_defconfig
@@ -13,8 +13,8 @@ BR2_TARGET_GENERIC_HOSTNAME="a20-olinuxino"
BR2_TARGET_GENERIC_ISSUE="Welcome to OLinuXino!"
BR2_TARGET_GENERIC_GETTY=y
BR2_TARGET_GENERIC_GETTY_PORT="ttyS0"
-BR2_ROOTFS_POST_BUILD_SCRIPT="board/olimex/a20_olinuxino_lime/post-build.sh"
-BR2_ROOTFS_POST_SCRIPT_ARGS="board/olimex/a20_olinuxino_lime/boot.cmd $(TARGET_DIR)/boot"
+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"
# Kernel
BR2_LINUX_KERNEL=y
diff --git a/configs/olimex_a20_olinuxino_lime_mali_defconfig b/configs/olimex_a20_olinuxino_lime_mali_defconfig
index dde39ad07472..2a9fa2bf59b8 100644
--- a/configs/olimex_a20_olinuxino_lime_mali_defconfig
+++ b/configs/olimex_a20_olinuxino_lime_mali_defconfig
@@ -13,8 +13,8 @@ BR2_TARGET_GENERIC_HOSTNAME="a20-olinuxino"
BR2_TARGET_GENERIC_ISSUE="Welcome to OLinuXino!"
BR2_TARGET_GENERIC_GETTY=y
BR2_TARGET_GENERIC_GETTY_PORT="ttyS0"
-BR2_ROOTFS_POST_BUILD_SCRIPT="board/olimex/a20_olinuxino_lime/post-build.sh"
-BR2_ROOTFS_POST_SCRIPT_ARGS="board/olimex/a20_olinuxino_lime/boot-mali.cmd $(TARGET_DIR)/boot"
+BR2_ROOTFS_POST_BUILD_SCRIPT="board/olimex/a20_olinuxino/post-build.sh"
+BR2_ROOTFS_POST_SCRIPT_ARGS="board/olimex/a20_olinuxino/boot-mali.cmd $(TARGET_DIR)/boot"
# Kernel
BR2_LINUX_KERNEL=y
--
1.9.1
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [Buildroot] [PATCH 4/4] configs/olimex_a20_olinuxino_micro: new board
2015-06-29 22:05 [Buildroot] [PATCH 1/4] a20_olinuxino_lime/readme.txt: fix a typo Luca Ceresoli
2015-06-29 22:05 ` [Buildroot] [PATCH 2/4] a20_olinuxino_micro/readme.txt: add link to linux-sunxi.org Luca Ceresoli
2015-06-29 22:05 ` [Buildroot] [PATCH 3/4] olimex_a20_olinuxino_lime: rename board dir to remove _lime suffix Luca Ceresoli
@ 2015-06-29 22:05 ` Luca Ceresoli
2015-06-30 5:12 ` François Perrad
2015-06-30 21:08 ` [Buildroot] [PATCH 1/4] a20_olinuxino_lime/readme.txt: fix a typo Thomas Petazzoni
3 siblings, 1 reply; 9+ messages in thread
From: Luca Ceresoli @ 2015-06-29 22:05 UTC (permalink / raw)
To: buildroot
Add a defconfig for the Olimex A20-OLinuXino-Micro board, reusing most
of the A20-OLinuXino-Lime files.
Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net>
---
board/olimex/a20_olinuxino/readme.txt | 31 +++++++++++++------
configs/olimex_a20_olinuxino_micro_defconfig | 46 ++++++++++++++++++++++++++++
2 files changed, 67 insertions(+), 10 deletions(-)
create mode 100644 configs/olimex_a20_olinuxino_micro_defconfig
diff --git a/board/olimex/a20_olinuxino/readme.txt b/board/olimex/a20_olinuxino/readme.txt
index 6b8391484b92..101adcf6abbd 100644
--- a/board/olimex/a20_olinuxino/readme.txt
+++ b/board/olimex/a20_olinuxino/readme.txt
@@ -1,10 +1,22 @@
-A20-OLinuXino-LIME
+A20-OLinuXino-LIME and A20-OLinuXino-MICRO
Intro
=====
-This is a open hardware board,
-see https://www.olimex.com/Products/OLinuXino/open-source-hardware
+These are open hardware boards, both based an the AllWinners A20 SoC.
+
+for more details about the boards see the following pages:
+ - https://www.olimex.com/Products/OLinuXino/open-source-hardware
+ - https://www.olimex.com/Products/OLinuXino/A20/A20-OLinuXino-MICRO/
+ - https://www.olimex.com/Products/OLinuXino/A20/A20-OLinuXino-LIME/
+
+The following defconfigs are available:
+ - olimex_a20_olinuxino_micro_defconfig
+ for the A20-OLinuXino-MICRO board using mainline kernel and U-Boot
+ - olimex_a20_olinuxino_lime_defconfig
+ for the A20-OLinuXino-LIME board using mainline kernel and U-Boot
+ - olimex_a20_olinuxino_lime_mali_defconfig
+ for the A20-OLinuXino-LIME board using legacy linux-sunxi kernel and U-Boot
The legacy linux-sunxi kernels are based on the vendor code drops.
They are only useful when accelerated 3D graphics and multimedia support
@@ -20,11 +32,9 @@ the users who do not need fancy 3D graphics or video playback acceleration.
How to build it
===============
- $ make olimex_a20_olinuxino_lime_defconfig
-
-or
+Configure Buildroot:
- $ make olimex_a20_olinuxino_lime_mali_defconfig
+ $ make <board>_defconfig
Compile everything and build the rootfs image:
@@ -38,8 +48,9 @@ After building, you should get a tree like this:
output/images/
+-- rootfs.ext2
+-- rootfs.ext4 -> rootfs.ext2
- +-- script.bin (mali)
- +-- sun7i-a20-olinuxino-lime.dtb (mainline)
+ +-- script.bin (lime_mali)
+ +-- sun7i-a20-olinuxino-lime.dtb (lime, mainline)
+ +-- sun7i-a20-olinuxino-micro.dtb (micro, mainline)
+-- u-boot.bin
+-- u-boot-sunxi-with-spl.bin
`-- zImage
@@ -98,5 +109,5 @@ Copy images on the SD card
Finish
======
-Eject the SD card, insert it in the A20-OLinuXino-LIME board, and power it up.
+Eject the SD card, insert it in the A20-OLinuXino board, and power it up.
diff --git a/configs/olimex_a20_olinuxino_micro_defconfig b/configs/olimex_a20_olinuxino_micro_defconfig
new file mode 100644
index 000000000000..23dd0f0fbc74
--- /dev/null
+++ b/configs/olimex_a20_olinuxino_micro_defconfig
@@ -0,0 +1,46 @@
+# Architecture
+BR2_arm=y
+BR2_cortex_a7=y
+BR2_ARM_EABIHF=y
+BR2_ARM_FPU_NEON_VFPV4=y
+
+# Lock to 4.0 headers to avoid breaking with newer kernels
+BR2_KERNEL_HEADERS_VERSION=y
+BR2_DEFAULT_KERNEL_VERSION="4.0.5"
+BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_0=y
+
+# System configuration
+BR2_TARGET_GENERIC_HOSTNAME="a20-olinuxino"
+BR2_TARGET_GENERIC_ISSUE="Welcome to OLinuXino!"
+BR2_TARGET_GENERIC_GETTY=y
+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"
+
+# Kernel
+BR2_LINUX_KERNEL=y
+BR2_LINUX_KERNEL_CUSTOM_VERSION=y
+BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="4.0.5"
+BR2_LINUX_KERNEL_USE_DEFCONFIG=y
+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-micro"
+BR2_LINUX_KERNEL_INSTALL_TARGET=y
+
+# Filesystem
+BR2_TARGET_ROOTFS_EXT2=y
+BR2_TARGET_ROOTFS_EXT2_4=y
+# BR2_TARGET_ROOTFS_TAR is not set
+
+# Bootloaders
+BR2_TARGET_UBOOT=y
+BR2_TARGET_UBOOT_BOARDNAME="A20-OLinuXino_MICRO"
+BR2_TARGET_UBOOT_CUSTOM_VERSION=y
+BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE="2015.04"
+BR2_TARGET_UBOOT_FORMAT_BIN=y
+BR2_TARGET_UBOOT_SPL=y
+BR2_TARGET_UBOOT_SPL_NAME="u-boot-sunxi-with-spl.bin"
+
+# Additional tools
+BR2_PACKAGE_HOST_UBOOT_TOOLS=y
--
1.9.1
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [Buildroot] [PATCH 4/4] configs/olimex_a20_olinuxino_micro: new board
2015-06-29 22:05 ` [Buildroot] [PATCH 4/4] configs/olimex_a20_olinuxino_micro: new board Luca Ceresoli
@ 2015-06-30 5:12 ` François Perrad
2015-06-30 7:11 ` Luca Ceresoli
0 siblings, 1 reply; 9+ messages in thread
From: François Perrad @ 2015-06-30 5:12 UTC (permalink / raw)
To: buildroot
2015-06-30 0:05 GMT+02:00 Luca Ceresoli <luca@lucaceresoli.net>:
> Add a defconfig for the Olimex A20-OLinuXino-Micro board, reusing most
> of the A20-OLinuXino-Lime files.
>
> Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net>
> ---
> board/olimex/a20_olinuxino/readme.txt | 31 +++++++++++++------
> configs/olimex_a20_olinuxino_micro_defconfig | 46 ++++++++++++++++++++++++++++
> 2 files changed, 67 insertions(+), 10 deletions(-)
> create mode 100644 configs/olimex_a20_olinuxino_micro_defconfig
>
> diff --git a/board/olimex/a20_olinuxino/readme.txt b/board/olimex/a20_olinuxino/readme.txt
> index 6b8391484b92..101adcf6abbd 100644
> --- a/board/olimex/a20_olinuxino/readme.txt
> +++ b/board/olimex/a20_olinuxino/readme.txt
> @@ -1,10 +1,22 @@
> -A20-OLinuXino-LIME
> +A20-OLinuXino-LIME and A20-OLinuXino-MICRO
>
> Intro
> =====
>
> -This is a open hardware board,
> -see https://www.olimex.com/Products/OLinuXino/open-source-hardware
> +These are open hardware boards, both based an the AllWinners A20 SoC.
> +
> +for more details about the boards see the following pages:
> + - https://www.olimex.com/Products/OLinuXino/open-source-hardware
> + - https://www.olimex.com/Products/OLinuXino/A20/A20-OLinuXino-MICRO/
> + - https://www.olimex.com/Products/OLinuXino/A20/A20-OLinuXino-LIME/
> +
> +The following defconfigs are available:
> + - olimex_a20_olinuxino_micro_defconfig
> + for the A20-OLinuXino-MICRO board using mainline kernel and U-Boot
> + - olimex_a20_olinuxino_lime_defconfig
> + for the A20-OLinuXino-LIME board using mainline kernel and U-Boot
> + - olimex_a20_olinuxino_lime_mali_defconfig
> + for the A20-OLinuXino-LIME board using legacy linux-sunxi kernel and U-Boot
>
The reference to U-Boot seems useless.
Fran?ois
> The legacy linux-sunxi kernels are based on the vendor code drops.
> They are only useful when accelerated 3D graphics and multimedia support
> @@ -20,11 +32,9 @@ the users who do not need fancy 3D graphics or video playback acceleration.
> How to build it
> ===============
>
> - $ make olimex_a20_olinuxino_lime_defconfig
> -
> -or
> +Configure Buildroot:
>
> - $ make olimex_a20_olinuxino_lime_mali_defconfig
> + $ make <board>_defconfig
>
> Compile everything and build the rootfs image:
>
> @@ -38,8 +48,9 @@ After building, you should get a tree like this:
> output/images/
> +-- rootfs.ext2
> +-- rootfs.ext4 -> rootfs.ext2
> - +-- script.bin (mali)
> - +-- sun7i-a20-olinuxino-lime.dtb (mainline)
> + +-- script.bin (lime_mali)
> + +-- sun7i-a20-olinuxino-lime.dtb (lime, mainline)
> + +-- sun7i-a20-olinuxino-micro.dtb (micro, mainline)
> +-- u-boot.bin
> +-- u-boot-sunxi-with-spl.bin
> `-- zImage
> @@ -98,5 +109,5 @@ Copy images on the SD card
> Finish
> ======
>
> -Eject the SD card, insert it in the A20-OLinuXino-LIME board, and power it up.
> +Eject the SD card, insert it in the A20-OLinuXino board, and power it up.
>
^ permalink raw reply [flat|nested] 9+ messages in thread
* [Buildroot] [PATCH 4/4] configs/olimex_a20_olinuxino_micro: new board
2015-06-30 5:12 ` François Perrad
@ 2015-06-30 7:11 ` Luca Ceresoli
2015-06-30 9:13 ` Thomas Petazzoni
0 siblings, 1 reply; 9+ messages in thread
From: Luca Ceresoli @ 2015-06-30 7:11 UTC (permalink / raw)
To: buildroot
Dear Fran?ois,
Fran?ois Perrad wrote:
> 2015-06-30 0:05 GMT+02:00 Luca Ceresoli <luca@lucaceresoli.net>:
>> Add a defconfig for the Olimex A20-OLinuXino-Micro board, reusing most
>> of the A20-OLinuXino-Lime files.
>>
>> Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net>
>> ---
>> board/olimex/a20_olinuxino/readme.txt | 31 +++++++++++++------
>> configs/olimex_a20_olinuxino_micro_defconfig | 46 ++++++++++++++++++++++++++++
>> 2 files changed, 67 insertions(+), 10 deletions(-)
>> create mode 100644 configs/olimex_a20_olinuxino_micro_defconfig
>>
>> diff --git a/board/olimex/a20_olinuxino/readme.txt b/board/olimex/a20_olinuxino/readme.txt
>> index 6b8391484b92..101adcf6abbd 100644
>> --- a/board/olimex/a20_olinuxino/readme.txt
>> +++ b/board/olimex/a20_olinuxino/readme.txt
>> @@ -1,10 +1,22 @@
>> -A20-OLinuXino-LIME
>> +A20-OLinuXino-LIME and A20-OLinuXino-MICRO
>>
>> Intro
>> =====
>>
>> -This is a open hardware board,
>> -see https://www.olimex.com/Products/OLinuXino/open-source-hardware
>> +These are open hardware boards, both based an the AllWinners A20 SoC.
>> +
>> +for more details about the boards see the following pages:
>> + - https://www.olimex.com/Products/OLinuXino/open-source-hardware
>> + - https://www.olimex.com/Products/OLinuXino/A20/A20-OLinuXino-MICRO/
>> + - https://www.olimex.com/Products/OLinuXino/A20/A20-OLinuXino-LIME/
>> +
>> +The following defconfigs are available:
>> + - olimex_a20_olinuxino_micro_defconfig
>> + for the A20-OLinuXino-MICRO board using mainline kernel and U-Boot
>> + - olimex_a20_olinuxino_lime_defconfig
>> + for the A20-OLinuXino-LIME board using mainline kernel and U-Boot
>> + - olimex_a20_olinuxino_lime_mali_defconfig
>> + for the A20-OLinuXino-LIME board using legacy linux-sunxi kernel and U-Boot
>>
>
> The reference to U-Boot seems useless.
You're right. Will fix and resend, thanks.
--
Luca
^ permalink raw reply [flat|nested] 9+ messages in thread
* [Buildroot] [PATCH 4/4] configs/olimex_a20_olinuxino_micro: new board
2015-06-30 7:11 ` Luca Ceresoli
@ 2015-06-30 9:13 ` Thomas Petazzoni
0 siblings, 0 replies; 9+ messages in thread
From: Thomas Petazzoni @ 2015-06-30 9:13 UTC (permalink / raw)
To: buildroot
Dear Luca Ceresoli,
On Tue, 30 Jun 2015 09:11:55 +0200, Luca Ceresoli wrote:
> >> +The following defconfigs are available:
> >> + - olimex_a20_olinuxino_micro_defconfig
> >> + for the A20-OLinuXino-MICRO board using mainline kernel and U-Boot
> >> + - olimex_a20_olinuxino_lime_defconfig
> >> + for the A20-OLinuXino-LIME board using mainline kernel and U-Boot
> >> + - olimex_a20_olinuxino_lime_mali_defconfig
> >> + for the A20-OLinuXino-LIME board using legacy linux-sunxi kernel and U-Boot
> >>
> >
> > The reference to U-Boot seems useless.
>
> You're right. Will fix and resend, thanks.
If that's the only fix, no need to resend, I'll fixup when applying.
Thanks,
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
^ permalink raw reply [flat|nested] 9+ messages in thread
* [Buildroot] [PATCH 1/4] a20_olinuxino_lime/readme.txt: fix a typo
2015-06-29 22:05 [Buildroot] [PATCH 1/4] a20_olinuxino_lime/readme.txt: fix a typo Luca Ceresoli
` (2 preceding siblings ...)
2015-06-29 22:05 ` [Buildroot] [PATCH 4/4] configs/olimex_a20_olinuxino_micro: new board Luca Ceresoli
@ 2015-06-30 21:08 ` Thomas Petazzoni
2015-07-01 10:39 ` Luca Ceresoli
3 siblings, 1 reply; 9+ messages in thread
From: Thomas Petazzoni @ 2015-06-30 21:08 UTC (permalink / raw)
To: buildroot
Dear Luca Ceresoli,
On Tue, 30 Jun 2015 00:05:20 +0200, Luca Ceresoli wrote:
> Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net>
> ---
> board/olimex/a20_olinuxino_lime/readme.txt | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Patches 1, 2 and 3 applied. Patch 4 was no longer in patchwork, so I
suppose that you intend to resend a new version.
Thanks,
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
^ permalink raw reply [flat|nested] 9+ messages in thread
* [Buildroot] [PATCH 1/4] a20_olinuxino_lime/readme.txt: fix a typo
2015-06-30 21:08 ` [Buildroot] [PATCH 1/4] a20_olinuxino_lime/readme.txt: fix a typo Thomas Petazzoni
@ 2015-07-01 10:39 ` Luca Ceresoli
0 siblings, 0 replies; 9+ messages in thread
From: Luca Ceresoli @ 2015-07-01 10:39 UTC (permalink / raw)
To: buildroot
Dear Thomas,
Thomas Petazzoni wrote:
> Dear Luca Ceresoli,
>
> On Tue, 30 Jun 2015 00:05:20 +0200, Luca Ceresoli wrote:
>> Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net>
>> ---
>> board/olimex/a20_olinuxino_lime/readme.txt | 2 +-
>> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> Patches 1, 2 and 3 applied. Patch 4 was no longer in patchwork, so I
> suppose that you intend to resend a new version.
I've been too zealous :) and marked it as "Changes requested" on
patchwork just after Fran?ois's suggestion not to mention U-Boot,
before you proposed to take care.
No problem, I'm sending v2.
--
Luca
^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2015-07-01 10:39 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-29 22:05 [Buildroot] [PATCH 1/4] a20_olinuxino_lime/readme.txt: fix a typo Luca Ceresoli
2015-06-29 22:05 ` [Buildroot] [PATCH 2/4] a20_olinuxino_micro/readme.txt: add link to linux-sunxi.org Luca Ceresoli
2015-06-29 22:05 ` [Buildroot] [PATCH 3/4] olimex_a20_olinuxino_lime: rename board dir to remove _lime suffix Luca Ceresoli
2015-06-29 22:05 ` [Buildroot] [PATCH 4/4] configs/olimex_a20_olinuxino_micro: new board Luca Ceresoli
2015-06-30 5:12 ` François Perrad
2015-06-30 7:11 ` Luca Ceresoli
2015-06-30 9:13 ` Thomas Petazzoni
2015-06-30 21:08 ` [Buildroot] [PATCH 1/4] a20_olinuxino_lime/readme.txt: fix a typo Thomas Petazzoni
2015-07-01 10:39 ` Luca Ceresoli
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox