* [Buildroot] [PATCH 01/13] qemu/microblaze: update to use kernel 3.7.1
@ 2012-12-30 2:23 Gustavo Zacarias
2012-12-30 2:23 ` [Buildroot] [PATCH 02/13] qemu/sparc-ss10: " Gustavo Zacarias
` (12 more replies)
0 siblings, 13 replies; 14+ messages in thread
From: Gustavo Zacarias @ 2012-12-30 2:23 UTC (permalink / raw)
To: buildroot
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
.../{linux-3.6.config => linux-3.7.config} | 0
board/qemu/microblazebe-mmu/readme.txt | 2 +-
.../{linux-3.6.config => linux-3.7.config} | 0
board/qemu/microblazeel-mmu/readme.txt | 2 +-
configs/qemu_microblazebe_mmu_defconfig | 4 ++--
configs/qemu_microblazeel_mmu_defconfig | 4 ++--
6 files changed, 6 insertions(+), 6 deletions(-)
rename board/qemu/microblazebe-mmu/{linux-3.6.config => linux-3.7.config} (100%)
rename board/qemu/microblazeel-mmu/{linux-3.6.config => linux-3.7.config} (100%)
diff --git a/board/qemu/microblazebe-mmu/linux-3.6.config b/board/qemu/microblazebe-mmu/linux-3.7.config
similarity index 100%
rename from board/qemu/microblazebe-mmu/linux-3.6.config
rename to board/qemu/microblazebe-mmu/linux-3.7.config
diff --git a/board/qemu/microblazebe-mmu/readme.txt b/board/qemu/microblazebe-mmu/readme.txt
index 889b561..a52b9ad 100644
--- a/board/qemu/microblazebe-mmu/readme.txt
+++ b/board/qemu/microblazebe-mmu/readme.txt
@@ -4,4 +4,4 @@ Run the emulation with:
The login prompt will appear in the terminal that started Qemu.
-Tested with QEMU 1.2.0
+Tested with QEMU 1.3.0
diff --git a/board/qemu/microblazeel-mmu/linux-3.6.config b/board/qemu/microblazeel-mmu/linux-3.7.config
similarity index 100%
rename from board/qemu/microblazeel-mmu/linux-3.6.config
rename to board/qemu/microblazeel-mmu/linux-3.7.config
diff --git a/board/qemu/microblazeel-mmu/readme.txt b/board/qemu/microblazeel-mmu/readme.txt
index 9bc5440..e61eeb6 100644
--- a/board/qemu/microblazeel-mmu/readme.txt
+++ b/board/qemu/microblazeel-mmu/readme.txt
@@ -4,4 +4,4 @@ Run the emulation with:
The login prompt will appear in the terminal that started Qemu.
-Tested with QEMU 1.2.0
+Tested with QEMU 1.3.0
diff --git a/configs/qemu_microblazebe_mmu_defconfig b/configs/qemu_microblazebe_mmu_defconfig
index 6ca7cc9..6f5c871 100644
--- a/configs/qemu_microblazebe_mmu_defconfig
+++ b/configs/qemu_microblazebe_mmu_defconfig
@@ -19,9 +19,9 @@ BR2_TARGET_ROOTFS_INITRAMFS=y
# Kernel
BR2_LINUX_KERNEL=y
BR2_LINUX_KERNEL_CUSTOM_VERSION=y
-BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="3.6.6"
+BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="3.7.1"
BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y
-BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/qemu/microblazebe-mmu/linux-3.6.config"
+BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/qemu/microblazebe-mmu/linux-3.7.config"
BR2_LINUX_KERNEL_LINUX_BIN=y
BR2_LINUX_KERNEL_USE_CUSTOM_DTS=y
BR2_LINUX_KERNEL_CUSTOM_DTS_PATH="board/qemu/microblazebe-mmu/system.dts"
diff --git a/configs/qemu_microblazeel_mmu_defconfig b/configs/qemu_microblazeel_mmu_defconfig
index a4e13d2..6f9f8f9 100644
--- a/configs/qemu_microblazeel_mmu_defconfig
+++ b/configs/qemu_microblazeel_mmu_defconfig
@@ -19,9 +19,9 @@ BR2_TARGET_ROOTFS_INITRAMFS=y
# Kernel
BR2_LINUX_KERNEL=y
BR2_LINUX_KERNEL_CUSTOM_VERSION=y
-BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="3.6.6"
+BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="3.7.1"
BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y
-BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/qemu/microblazeel-mmu/linux-3.6.config"
+BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/qemu/microblazeel-mmu/linux-3.7.config"
BR2_LINUX_KERNEL_LINUX_BIN=y
BR2_LINUX_KERNEL_USE_CUSTOM_DTS=y
BR2_LINUX_KERNEL_CUSTOM_DTS_PATH="board/qemu/microblazeel-mmu/system.dts"
--
1.7.8.6
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [Buildroot] [PATCH 02/13] qemu/sparc-ss10: update to use kernel 3.7.1
2012-12-30 2:23 [Buildroot] [PATCH 01/13] qemu/microblaze: update to use kernel 3.7.1 Gustavo Zacarias
@ 2012-12-30 2:23 ` Gustavo Zacarias
2012-12-30 2:23 ` [Buildroot] [PATCH 03/13] qemu/ppc-g3beige: " Gustavo Zacarias
` (11 subsequent siblings)
12 siblings, 0 replies; 14+ messages in thread
From: Gustavo Zacarias @ 2012-12-30 2:23 UTC (permalink / raw)
To: buildroot
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
board/qemu/sparc-ss10/readme.txt | 2 +-
configs/qemu_sparc_ss10_defconfig | 6 +++---
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/board/qemu/sparc-ss10/readme.txt b/board/qemu/sparc-ss10/readme.txt
index e5a1d45..4290c55 100644
--- a/board/qemu/sparc-ss10/readme.txt
+++ b/board/qemu/sparc-ss10/readme.txt
@@ -5,4 +5,4 @@ Run the emulation with:
The login prompt will appear in the terminal that started Qemu.
The graphical window is the framebuffer.
-Tested with QEMU 1.2.0
+Tested with QEMU 1.3.0
diff --git a/configs/qemu_sparc_ss10_defconfig b/configs/qemu_sparc_ss10_defconfig
index e13b610..38bf243 100644
--- a/configs/qemu_sparc_ss10_defconfig
+++ b/configs/qemu_sparc_ss10_defconfig
@@ -6,12 +6,12 @@ BR2_sparc_supersparc=y
BR2_TARGET_ROOTFS_EXT2=y
# BR2_TARGET_ROOTFS_TAR is not set
-# Lock to 3.6 headers to avoid breaking with newer kernels
-BR2_KERNEL_HEADERS_3_6=y
+# Lock to 3.7 headers to avoid breaking with newer kernels
+BR2_KERNEL_HEADERS_3_7=y
# Linux kernel
BR2_LINUX_KERNEL=y
BR2_LINUX_KERNEL_CUSTOM_VERSION=y
-BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="3.6.6"
+BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="3.7.1"
BR2_LINUX_KERNEL_DEFCONFIG="sparc32"
BR2_LINUX_KERNEL_ZIMAGE=y
--
1.7.8.6
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [Buildroot] [PATCH 03/13] qemu/ppc-g3beige: update to use kernel 3.7.1
2012-12-30 2:23 [Buildroot] [PATCH 01/13] qemu/microblaze: update to use kernel 3.7.1 Gustavo Zacarias
2012-12-30 2:23 ` [Buildroot] [PATCH 02/13] qemu/sparc-ss10: " Gustavo Zacarias
@ 2012-12-30 2:23 ` Gustavo Zacarias
2012-12-30 2:23 ` [Buildroot] [PATCH 04/13] qemu/ppc-virtex-ml507: " Gustavo Zacarias
` (10 subsequent siblings)
12 siblings, 0 replies; 14+ messages in thread
From: Gustavo Zacarias @ 2012-12-30 2:23 UTC (permalink / raw)
To: buildroot
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
.../{linux-3.6.config => linux-3.7.config} | 0
board/qemu/powerpc-g3beige/readme.txt | 2 +-
configs/qemu_ppc_g3beige_defconfig | 8 ++++----
3 files changed, 5 insertions(+), 5 deletions(-)
rename board/qemu/powerpc-g3beige/{linux-3.6.config => linux-3.7.config} (100%)
diff --git a/board/qemu/powerpc-g3beige/linux-3.6.config b/board/qemu/powerpc-g3beige/linux-3.7.config
similarity index 100%
rename from board/qemu/powerpc-g3beige/linux-3.6.config
rename to board/qemu/powerpc-g3beige/linux-3.7.config
diff --git a/board/qemu/powerpc-g3beige/readme.txt b/board/qemu/powerpc-g3beige/readme.txt
index 01f0baf..05aa380 100644
--- a/board/qemu/powerpc-g3beige/readme.txt
+++ b/board/qemu/powerpc-g3beige/readme.txt
@@ -5,4 +5,4 @@ Run the emulation with:
The login prompt will appear in the terminal that started Qemu. The
graphical window is the framebuffer.
-Tested with QEMU 1.2.0
+Tested with QEMU 1.3.0
diff --git a/configs/qemu_ppc_g3beige_defconfig b/configs/qemu_ppc_g3beige_defconfig
index 420710b..5aef9bf 100644
--- a/configs/qemu_ppc_g3beige_defconfig
+++ b/configs/qemu_ppc_g3beige_defconfig
@@ -6,15 +6,15 @@ BR2_powerpc_750=y
BR2_TARGET_ROOTFS_EXT2=y
# BR2_TARGET_ROOTFS_TAR is not set
-# Lock to 3.6 headers to avoid breaking with newer kernels
-BR2_KERNEL_HEADERS_3_6=y
+# Lock to 3.7 headers to avoid breaking with newer kernels
+BR2_KERNEL_HEADERS_3_7=y
# Kernel
BR2_LINUX_KERNEL=y
BR2_LINUX_KERNEL_CUSTOM_VERSION=y
-BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="3.6.6"
+BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="3.7.1"
BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y
-BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/qemu/powerpc-g3beige/linux-3.6.config"
+BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/qemu/powerpc-g3beige/linux-3.7.config"
BR2_LINUX_KERNEL_VMLINUX=y
# Serial port config
--
1.7.8.6
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [Buildroot] [PATCH 04/13] qemu/ppc-virtex-ml507: update to use kernel 3.7.1
2012-12-30 2:23 [Buildroot] [PATCH 01/13] qemu/microblaze: update to use kernel 3.7.1 Gustavo Zacarias
2012-12-30 2:23 ` [Buildroot] [PATCH 02/13] qemu/sparc-ss10: " Gustavo Zacarias
2012-12-30 2:23 ` [Buildroot] [PATCH 03/13] qemu/ppc-g3beige: " Gustavo Zacarias
@ 2012-12-30 2:23 ` Gustavo Zacarias
2012-12-30 2:23 ` [Buildroot] [PATCH 05/13] qemu/ppc-mpc8544ds: " Gustavo Zacarias
` (9 subsequent siblings)
12 siblings, 0 replies; 14+ messages in thread
From: Gustavo Zacarias @ 2012-12-30 2:23 UTC (permalink / raw)
To: buildroot
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
board/qemu/powerpc-virtex-ml507/readme.txt | 2 +-
configs/qemu_ppc_virtex_ml507_defconfig | 6 +++---
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/board/qemu/powerpc-virtex-ml507/readme.txt b/board/qemu/powerpc-virtex-ml507/readme.txt
index 0500a95..a225985 100644
--- a/board/qemu/powerpc-virtex-ml507/readme.txt
+++ b/board/qemu/powerpc-virtex-ml507/readme.txt
@@ -5,4 +5,4 @@ Run the emulation with:
The login prompt will appear in the terminal that started Qemu.
-Tested with QEMU 1.2.0
+Tested with QEMU 1.3.0
diff --git a/configs/qemu_ppc_virtex_ml507_defconfig b/configs/qemu_ppc_virtex_ml507_defconfig
index 6b4ea74..59812c9 100644
--- a/configs/qemu_ppc_virtex_ml507_defconfig
+++ b/configs/qemu_ppc_virtex_ml507_defconfig
@@ -6,8 +6,8 @@ BR2_powerpc_440=y
# BR2_TARGET_ROOTFS_TAR is not set
BR2_TARGET_ROOTFS_INITRAMFS=y
-# Lock to 3.6 headers to avoid breaking with newer kernels
-BR2_KERNEL_HEADERS_3_6=y
+# Lock to 3.7 headers to avoid breaking with newer kernels
+BR2_KERNEL_HEADERS_3_7=y
# Use soft float
BR2_SOFT_FLOAT=y
@@ -15,7 +15,7 @@ BR2_SOFT_FLOAT=y
# Kernel
BR2_LINUX_KERNEL=y
BR2_LINUX_KERNEL_CUSTOM_VERSION=y
-BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="3.6.9"
+BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="3.7.1"
BR2_LINUX_KERNEL_DEFCONFIG="44x/virtex5"
BR2_LINUX_KERNEL_VMLINUX=y
BR2_LINUX_KERNEL_DTS_SUPPORT=y
--
1.7.8.6
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [Buildroot] [PATCH 05/13] qemu/ppc-mpc8544ds: update to use kernel 3.7.1
2012-12-30 2:23 [Buildroot] [PATCH 01/13] qemu/microblaze: update to use kernel 3.7.1 Gustavo Zacarias
` (2 preceding siblings ...)
2012-12-30 2:23 ` [Buildroot] [PATCH 04/13] qemu/ppc-virtex-ml507: " Gustavo Zacarias
@ 2012-12-30 2:23 ` Gustavo Zacarias
2012-12-30 2:23 ` [Buildroot] [PATCH 06/13] qemu/sh4-r2d: update to use kernel 3.2.35 Gustavo Zacarias
` (8 subsequent siblings)
12 siblings, 0 replies; 14+ messages in thread
From: Gustavo Zacarias @ 2012-12-30 2:23 UTC (permalink / raw)
To: buildroot
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
board/qemu/powerpc-mpc8544ds/readme.txt | 2 +-
configs/qemu_ppc_mpc8544ds_defconfig | 6 +++---
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/board/qemu/powerpc-mpc8544ds/readme.txt b/board/qemu/powerpc-mpc8544ds/readme.txt
index 07a9e3b..d361fd9 100644
--- a/board/qemu/powerpc-mpc8544ds/readme.txt
+++ b/board/qemu/powerpc-mpc8544ds/readme.txt
@@ -4,4 +4,4 @@ Run the emulation with:
The login prompt will appear in the terminal that started Qemu.
-Tested with QEMU 1.2.0
+Tested with QEMU 1.3.0
diff --git a/configs/qemu_ppc_mpc8544ds_defconfig b/configs/qemu_ppc_mpc8544ds_defconfig
index 95218a7..39f0339 100644
--- a/configs/qemu_ppc_mpc8544ds_defconfig
+++ b/configs/qemu_ppc_mpc8544ds_defconfig
@@ -6,13 +6,13 @@ BR2_powerpc_8548=y
# BR2_TARGET_ROOTFS_TAR is not set
BR2_TARGET_ROOTFS_INITRAMFS=y
-# Lock to 3.6 headers to avoid breaking with newer kernels
-BR2_KERNEL_HEADERS_3_6=y
+# Lock to 3.7 headers to avoid breaking with newer kernels
+BR2_KERNEL_HEADERS_3_7=y
# Kernel
BR2_LINUX_KERNEL=y
BR2_LINUX_KERNEL_CUSTOM_VERSION=y
-BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="3.6.6"
+BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="3.7.1"
BR2_LINUX_KERNEL_DEFCONFIG="mpc85xx"
BR2_LINUX_KERNEL_VMLINUX=y
--
1.7.8.6
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [Buildroot] [PATCH 06/13] qemu/sh4-r2d: update to use kernel 3.2.35
2012-12-30 2:23 [Buildroot] [PATCH 01/13] qemu/microblaze: update to use kernel 3.7.1 Gustavo Zacarias
` (3 preceding siblings ...)
2012-12-30 2:23 ` [Buildroot] [PATCH 05/13] qemu/ppc-mpc8544ds: " Gustavo Zacarias
@ 2012-12-30 2:23 ` Gustavo Zacarias
2012-12-30 2:23 ` [Buildroot] [PATCH 07/13] qemu/x86_64: update to use kernel 3.7.1 Gustavo Zacarias
` (7 subsequent siblings)
12 siblings, 0 replies; 14+ messages in thread
From: Gustavo Zacarias @ 2012-12-30 2:23 UTC (permalink / raw)
To: buildroot
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
board/qemu/sh4-r2d/readme.txt | 2 +-
configs/qemu_sh4_r2d_defconfig | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/board/qemu/sh4-r2d/readme.txt b/board/qemu/sh4-r2d/readme.txt
index 0eaf1cf..9ae7496 100644
--- a/board/qemu/sh4-r2d/readme.txt
+++ b/board/qemu/sh4-r2d/readme.txt
@@ -5,4 +5,4 @@ Run the emulation with:
The login prompt will appear in the terminal that started Qemu.
The graphical window is the framebuffer.
-Tested with QEMU 1.2.0
+Tested with QEMU 1.3.0
diff --git a/configs/qemu_sh4_r2d_defconfig b/configs/qemu_sh4_r2d_defconfig
index d766bc3..746dc0b 100644
--- a/configs/qemu_sh4_r2d_defconfig
+++ b/configs/qemu_sh4_r2d_defconfig
@@ -20,7 +20,7 @@ BR2_EXTRA_GCC_CONFIG_OPTIONS="--with-multilib-list=m4,m4-nofpu"
# Linux kernel
BR2_LINUX_KERNEL=y
BR2_LINUX_KERNEL_CUSTOM_VERSION=y
-BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="3.2.33"
+BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="3.2.35"
BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y
BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/qemu/sh4-r2d/linux-3.2.config"
BR2_LINUX_KERNEL_ZIMAGE=y
--
1.7.8.6
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [Buildroot] [PATCH 07/13] qemu/x86_64: update to use kernel 3.7.1
2012-12-30 2:23 [Buildroot] [PATCH 01/13] qemu/microblaze: update to use kernel 3.7.1 Gustavo Zacarias
` (4 preceding siblings ...)
2012-12-30 2:23 ` [Buildroot] [PATCH 06/13] qemu/sh4-r2d: update to use kernel 3.2.35 Gustavo Zacarias
@ 2012-12-30 2:23 ` Gustavo Zacarias
2012-12-30 2:23 ` [Buildroot] [PATCH 08/13] qemu/x86: " Gustavo Zacarias
` (6 subsequent siblings)
12 siblings, 0 replies; 14+ messages in thread
From: Gustavo Zacarias @ 2012-12-30 2:23 UTC (permalink / raw)
To: buildroot
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
.../x86_64/{linux-3.6.config => linux-3.7.config} | 0
board/qemu/x86_64/readme.txt | 2 +-
configs/qemu_x86_64_defconfig | 8 ++++----
3 files changed, 5 insertions(+), 5 deletions(-)
rename board/qemu/x86_64/{linux-3.6.config => linux-3.7.config} (100%)
diff --git a/board/qemu/x86_64/linux-3.6.config b/board/qemu/x86_64/linux-3.7.config
similarity index 100%
rename from board/qemu/x86_64/linux-3.6.config
rename to board/qemu/x86_64/linux-3.7.config
diff --git a/board/qemu/x86_64/readme.txt b/board/qemu/x86_64/readme.txt
index 791109c..7d3c6c5 100644
--- a/board/qemu/x86_64/readme.txt
+++ b/board/qemu/x86_64/readme.txt
@@ -4,4 +4,4 @@ Run the emulation with:
The login prompt will appear in the graphical window.
-Tested with QEMU 1.2.0
+Tested with QEMU 1.3.0
diff --git a/configs/qemu_x86_64_defconfig b/configs/qemu_x86_64_defconfig
index 03cc5b3..2093242 100644
--- a/configs/qemu_x86_64_defconfig
+++ b/configs/qemu_x86_64_defconfig
@@ -9,12 +9,12 @@ BR2_TARGET_GENERIC_GETTY_PORT="tty1"
BR2_TARGET_ROOTFS_EXT2=y
# BR2_TARGET_ROOTFS_TAR is not set
-# Lock to 3.6 headers to avoid breaking with newer kernels
-BR2_KERNEL_HEADERS_3_6=y
+# Lock to 3.7 headers to avoid breaking with newer kernels
+BR2_KERNEL_HEADERS_3_7=y
# Kernel
BR2_LINUX_KERNEL=y
BR2_LINUX_KERNEL_CUSTOM_VERSION=y
-BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="3.6.6"
+BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="3.7.1"
BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y
-BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/qemu/x86_64/linux-3.6.config"
+BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/qemu/x86_64/linux-3.7.config"
--
1.7.8.6
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [Buildroot] [PATCH 08/13] qemu/x86: update to use kernel 3.7.1
2012-12-30 2:23 [Buildroot] [PATCH 01/13] qemu/microblaze: update to use kernel 3.7.1 Gustavo Zacarias
` (5 preceding siblings ...)
2012-12-30 2:23 ` [Buildroot] [PATCH 07/13] qemu/x86_64: update to use kernel 3.7.1 Gustavo Zacarias
@ 2012-12-30 2:23 ` Gustavo Zacarias
2012-12-30 2:23 ` [Buildroot] [PATCH 09/13] qemu/mipsel-malta: " Gustavo Zacarias
` (5 subsequent siblings)
12 siblings, 0 replies; 14+ messages in thread
From: Gustavo Zacarias @ 2012-12-30 2:23 UTC (permalink / raw)
To: buildroot
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
.../x86/{linux-3.6.config => linux-3.7.config} | 0
board/qemu/x86/readme.txt | 2 +-
configs/qemu_x86_defconfig | 8 ++++----
3 files changed, 5 insertions(+), 5 deletions(-)
rename board/qemu/x86/{linux-3.6.config => linux-3.7.config} (100%)
diff --git a/board/qemu/x86/linux-3.6.config b/board/qemu/x86/linux-3.7.config
similarity index 100%
rename from board/qemu/x86/linux-3.6.config
rename to board/qemu/x86/linux-3.7.config
diff --git a/board/qemu/x86/readme.txt b/board/qemu/x86/readme.txt
index 3cca682..4342556 100644
--- a/board/qemu/x86/readme.txt
+++ b/board/qemu/x86/readme.txt
@@ -4,4 +4,4 @@ Run the emulation with:
The login prompt will appear in the graphical window.
-Tested with QEMU 1.2.0
+Tested with QEMU 1.3.0
diff --git a/configs/qemu_x86_defconfig b/configs/qemu_x86_defconfig
index 90524b5..ddb9fd1 100644
--- a/configs/qemu_x86_defconfig
+++ b/configs/qemu_x86_defconfig
@@ -10,12 +10,12 @@ BR2_TARGET_GENERIC_GETTY_PORT="tty1"
BR2_TARGET_ROOTFS_EXT2=y
# BR2_TARGET_ROOTFS_TAR is not set
-# Lock to 3.6 headers to avoid breaking with newer kernels
-BR2_KERNEL_HEADERS_3_6=y
+# Lock to 3.7 headers to avoid breaking with newer kernels
+BR2_KERNEL_HEADERS_3_7=y
# Kernel
BR2_LINUX_KERNEL=y
BR2_LINUX_KERNEL_CUSTOM_VERSION=y
-BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="3.6.6"
+BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="3.7.1"
BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y
-BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/qemu/x86/linux-3.6.config"
+BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/qemu/x86/linux-3.7.config"
--
1.7.8.6
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [Buildroot] [PATCH 09/13] qemu/mipsel-malta: update to use kernel 3.7.1
2012-12-30 2:23 [Buildroot] [PATCH 01/13] qemu/microblaze: update to use kernel 3.7.1 Gustavo Zacarias
` (6 preceding siblings ...)
2012-12-30 2:23 ` [Buildroot] [PATCH 08/13] qemu/x86: " Gustavo Zacarias
@ 2012-12-30 2:23 ` Gustavo Zacarias
2012-12-30 2:23 ` [Buildroot] [PATCH 10/13] qemu/mips-malta: " Gustavo Zacarias
` (4 subsequent siblings)
12 siblings, 0 replies; 14+ messages in thread
From: Gustavo Zacarias @ 2012-12-30 2:23 UTC (permalink / raw)
To: buildroot
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
.../{linux-3.6.config => linux-3.7.config} | 0
board/qemu/mipsel-malta/readme.txt | 2 +-
configs/qemu_mipsel_malta_defconfig | 8 ++++----
3 files changed, 5 insertions(+), 5 deletions(-)
rename board/qemu/mipsel-malta/{linux-3.6.config => linux-3.7.config} (100%)
diff --git a/board/qemu/mipsel-malta/linux-3.6.config b/board/qemu/mipsel-malta/linux-3.7.config
similarity index 100%
rename from board/qemu/mipsel-malta/linux-3.6.config
rename to board/qemu/mipsel-malta/linux-3.7.config
diff --git a/board/qemu/mipsel-malta/readme.txt b/board/qemu/mipsel-malta/readme.txt
index d8a5847..8dd4024 100644
--- a/board/qemu/mipsel-malta/readme.txt
+++ b/board/qemu/mipsel-malta/readme.txt
@@ -6,4 +6,4 @@ The login prompt will appear in the terminal that started Qemu. The
graphical window is the framebuffer. No keyboard support has been
enabled.
-Tested with QEMU 1.2.0
+Tested with QEMU 1.3.0
diff --git a/configs/qemu_mipsel_malta_defconfig b/configs/qemu_mipsel_malta_defconfig
index 42992d7..3adde2f 100644
--- a/configs/qemu_mipsel_malta_defconfig
+++ b/configs/qemu_mipsel_malta_defconfig
@@ -6,15 +6,15 @@ BR2_mips_32r2=y
BR2_TARGET_ROOTFS_EXT2=y
# BR2_TARGET_ROOTFS_TAR is not set
-# Lock to 3.6 headers to avoid breaking with newer kernels
-BR2_KERNEL_HEADERS_3_6=y
+# Lock to 3.7 headers to avoid breaking with newer kernels
+BR2_KERNEL_HEADERS_3_7=y
# Kernel
BR2_LINUX_KERNEL=y
BR2_LINUX_KERNEL_CUSTOM_VERSION=y
-BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="3.6.6"
+BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="3.7.1"
BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y
-BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/qemu/mipsel-malta/linux-3.6.config"
+BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/qemu/mipsel-malta/linux-3.7.config"
BR2_LINUX_KERNEL_VMLINUX=y
# Serial port config
--
1.7.8.6
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [Buildroot] [PATCH 10/13] qemu/mips-malta: update to use kernel 3.7.1
2012-12-30 2:23 [Buildroot] [PATCH 01/13] qemu/microblaze: update to use kernel 3.7.1 Gustavo Zacarias
` (7 preceding siblings ...)
2012-12-30 2:23 ` [Buildroot] [PATCH 09/13] qemu/mipsel-malta: " Gustavo Zacarias
@ 2012-12-30 2:23 ` Gustavo Zacarias
2012-12-30 2:23 ` [Buildroot] [PATCH 11/13] qemu/mips64-malta: " Gustavo Zacarias
` (3 subsequent siblings)
12 siblings, 0 replies; 14+ messages in thread
From: Gustavo Zacarias @ 2012-12-30 2:23 UTC (permalink / raw)
To: buildroot
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
.../{linux-3.6.config => linux-3.7.config} | 0
board/qemu/mips-malta/readme.txt | 2 +-
configs/qemu_mips_malta_defconfig | 8 ++++----
3 files changed, 5 insertions(+), 5 deletions(-)
rename board/qemu/mips-malta/{linux-3.6.config => linux-3.7.config} (100%)
diff --git a/board/qemu/mips-malta/linux-3.6.config b/board/qemu/mips-malta/linux-3.7.config
similarity index 100%
rename from board/qemu/mips-malta/linux-3.6.config
rename to board/qemu/mips-malta/linux-3.7.config
diff --git a/board/qemu/mips-malta/readme.txt b/board/qemu/mips-malta/readme.txt
index 104c427..d3d8446 100644
--- a/board/qemu/mips-malta/readme.txt
+++ b/board/qemu/mips-malta/readme.txt
@@ -6,4 +6,4 @@ The login prompt will appear in the terminal that started Qemu. The
graphical window is the framebuffer. No keyboard support has been
enabled.
-Tested with QEMU 1.2.0
+Tested with QEMU 1.3.0
diff --git a/configs/qemu_mips_malta_defconfig b/configs/qemu_mips_malta_defconfig
index 435b02d..33c389a 100644
--- a/configs/qemu_mips_malta_defconfig
+++ b/configs/qemu_mips_malta_defconfig
@@ -6,15 +6,15 @@ BR2_mips_32r2=y
BR2_TARGET_ROOTFS_EXT2=y
# BR2_TARGET_ROOTFS_TAR is not set
-# Lock to 3.6 headers to avoid breaking with newer kernels
-BR2_KERNEL_HEADERS_3_6=y
+# Lock to 3.7 headers to avoid breaking with newer kernels
+BR2_KERNEL_HEADERS_3_7=y
# Kernel
BR2_LINUX_KERNEL=y
BR2_LINUX_KERNEL_CUSTOM_VERSION=y
-BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="3.6.6"
+BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="3.7.1"
BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y
-BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/qemu/mips-malta/linux-3.6.config"
+BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/qemu/mips-malta/linux-3.7.config"
BR2_LINUX_KERNEL_VMLINUX=y
# Serial port config
--
1.7.8.6
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [Buildroot] [PATCH 11/13] qemu/mips64-malta: update to use kernel 3.7.1
2012-12-30 2:23 [Buildroot] [PATCH 01/13] qemu/microblaze: update to use kernel 3.7.1 Gustavo Zacarias
` (8 preceding siblings ...)
2012-12-30 2:23 ` [Buildroot] [PATCH 10/13] qemu/mips-malta: " Gustavo Zacarias
@ 2012-12-30 2:23 ` Gustavo Zacarias
2012-12-30 2:23 ` [Buildroot] [PATCH 12/13] qemu/arm-vexpress: " Gustavo Zacarias
` (2 subsequent siblings)
12 siblings, 0 replies; 14+ messages in thread
From: Gustavo Zacarias @ 2012-12-30 2:23 UTC (permalink / raw)
To: buildroot
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
.../{linux-3.6.config => linux-3.7.config} | 0
board/qemu/mips64-malta/readme.txt | 2 +-
configs/qemu_mips64_malta_defconfig | 8 ++++----
3 files changed, 5 insertions(+), 5 deletions(-)
rename board/qemu/mips64-malta/{linux-3.6.config => linux-3.7.config} (100%)
diff --git a/board/qemu/mips64-malta/linux-3.6.config b/board/qemu/mips64-malta/linux-3.7.config
similarity index 100%
rename from board/qemu/mips64-malta/linux-3.6.config
rename to board/qemu/mips64-malta/linux-3.7.config
diff --git a/board/qemu/mips64-malta/readme.txt b/board/qemu/mips64-malta/readme.txt
index ad24b6e..1d6ff10 100644
--- a/board/qemu/mips64-malta/readme.txt
+++ b/board/qemu/mips64-malta/readme.txt
@@ -8,4 +8,4 @@ enabled.
This configuration is known to be flaky.
-Tested with QEMU 1.2.0
+Tested with QEMU 1.3.0
diff --git a/configs/qemu_mips64_malta_defconfig b/configs/qemu_mips64_malta_defconfig
index 2c1192a..8644acd 100644
--- a/configs/qemu_mips64_malta_defconfig
+++ b/configs/qemu_mips64_malta_defconfig
@@ -10,15 +10,15 @@ BR2_PREFER_STATIC_LIB=y
BR2_TARGET_ROOTFS_EXT2=y
# BR2_TARGET_ROOTFS_TAR is not set
-# Lock to 3.6 headers to avoid breaking with newer kernels
-BR2_KERNEL_HEADERS_3_6=y
+# Lock to 3.7 headers to avoid breaking with newer kernels
+BR2_KERNEL_HEADERS_3_7=y
# Kernel
BR2_LINUX_KERNEL=y
BR2_LINUX_KERNEL_CUSTOM_VERSION=y
-BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="3.6.6"
+BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="3.7.1"
BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y
-BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/qemu/mips64-malta/linux-3.6.config"
+BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/qemu/mips64-malta/linux-3.7.config"
BR2_LINUX_KERNEL_VMLINUX=y
# Serial port config
--
1.7.8.6
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [Buildroot] [PATCH 12/13] qemu/arm-vexpress: update to use kernel 3.7.1
2012-12-30 2:23 [Buildroot] [PATCH 01/13] qemu/microblaze: update to use kernel 3.7.1 Gustavo Zacarias
` (9 preceding siblings ...)
2012-12-30 2:23 ` [Buildroot] [PATCH 11/13] qemu/mips64-malta: " Gustavo Zacarias
@ 2012-12-30 2:23 ` Gustavo Zacarias
2012-12-30 2:23 ` [Buildroot] [PATCH 13/13] qemu/arm-versatile: " Gustavo Zacarias
2012-12-30 11:33 ` [Buildroot] [PATCH 01/13] qemu/microblaze: " Peter Korsgaard
12 siblings, 0 replies; 14+ messages in thread
From: Gustavo Zacarias @ 2012-12-30 2:23 UTC (permalink / raw)
To: buildroot
Bump to use kernel 3.7.1
Switch to hard float toolchain with NEON and VFP support.
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
board/qemu/arm-vexpress/readme.txt | 2 +-
configs/qemu_arm_vexpress_defconfig | 13 ++++++++-----
2 files changed, 9 insertions(+), 6 deletions(-)
diff --git a/board/qemu/arm-vexpress/readme.txt b/board/qemu/arm-vexpress/readme.txt
index 41a5f67..c74bfcd 100644
--- a/board/qemu/arm-vexpress/readme.txt
+++ b/board/qemu/arm-vexpress/readme.txt
@@ -5,4 +5,4 @@ Run the emulation with:
The login prompt will appear in the terminal that started Qemu. The
graphical window is the framebuffer.
-Tested with QEMU 1.2.0
+Tested with QEMU 1.3.0
diff --git a/configs/qemu_arm_vexpress_defconfig b/configs/qemu_arm_vexpress_defconfig
index 424a7c5..f749800 100644
--- a/configs/qemu_arm_vexpress_defconfig
+++ b/configs/qemu_arm_vexpress_defconfig
@@ -1,22 +1,25 @@
# Architecture
BR2_arm=y
BR2_cortex_a9=y
+BR2_ARM_ENABLE_NEON=y
+BR2_VFP_FLOAT=y
+# BR2_SOFT_FLOAT is not set
-# system
+# System
BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_MDEV=y
BR2_TARGET_GENERIC_GETTY=y
BR2_TARGET_GENERIC_GETTY_PORT="ttyAMA0"
-# filesystem
+# Filesystem
BR2_TARGET_ROOTFS_EXT2=y
# BR2_TARGET_ROOTFS_TAR is not set
-# Lock to 3.6 headers to avoid breaking with newer kernels
-BR2_KERNEL_HEADERS_3_6=y
+# Lock to 3.7 headers to avoid breaking with newer kernels
+BR2_KERNEL_HEADERS_3_7=y
# Kernel
BR2_LINUX_KERNEL=y
BR2_LINUX_KERNEL_CUSTOM_VERSION=y
-BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="3.6.6"
+BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="3.7.1"
BR2_LINUX_KERNEL_DEFCONFIG="vexpress"
BR2_LINUX_KERNEL_ZIMAGE=y
--
1.7.8.6
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [Buildroot] [PATCH 13/13] qemu/arm-versatile: update to use kernel 3.7.1
2012-12-30 2:23 [Buildroot] [PATCH 01/13] qemu/microblaze: update to use kernel 3.7.1 Gustavo Zacarias
` (10 preceding siblings ...)
2012-12-30 2:23 ` [Buildroot] [PATCH 12/13] qemu/arm-vexpress: " Gustavo Zacarias
@ 2012-12-30 2:23 ` Gustavo Zacarias
2012-12-30 11:33 ` [Buildroot] [PATCH 01/13] qemu/microblaze: " Peter Korsgaard
12 siblings, 0 replies; 14+ messages in thread
From: Gustavo Zacarias @ 2012-12-30 2:23 UTC (permalink / raw)
To: buildroot
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
.../{linux-3.6.config => linux-3.7.config} | 6 +++---
board/qemu/arm-versatile/readme.txt | 2 +-
configs/qemu_arm_versatile_defconfig | 8 ++++----
3 files changed, 8 insertions(+), 8 deletions(-)
rename board/qemu/arm-versatile/{linux-3.6.config => linux-3.7.config} (96%)
diff --git a/board/qemu/arm-versatile/linux-3.6.config b/board/qemu/arm-versatile/linux-3.7.config
similarity index 96%
rename from board/qemu/arm-versatile/linux-3.6.config
rename to board/qemu/arm-versatile/linux-3.7.config
index 5f58b97..da73575 100644
--- a/board/qemu/arm-versatile/linux-3.6.config
+++ b/board/qemu/arm-versatile/linux-3.7.config
@@ -1,3 +1,4 @@
+CONFIG_ARCH_VERSATILE=y
CONFIG_EXPERIMENTAL=y
# CONFIG_LOCALVERSION_AUTO is not set
CONFIG_SYSVIPC=y
@@ -15,7 +16,6 @@ CONFIG_LEDS_CPU=y
CONFIG_ZBOOT_ROM_TEXT=0x0
CONFIG_ZBOOT_ROM_BSS=0x0
CONFIG_CMDLINE="root=1f03 mem=32M"
-CONFIG_VFP=y
CONFIG_PM=y
CONFIG_NET=y
CONFIG_PACKET=y
@@ -34,11 +34,12 @@ CONFIG_MTD_BLOCK=y
CONFIG_MTD_CFI=y
CONFIG_MTD_CFI_ADV_OPTIONS=y
CONFIG_MTD_CFI_INTELEXT=y
-CONFIG_MTD_ARM_INTEGRATOR=y
+CONFIG_MTD_PHYSMAP=y
CONFIG_BLK_DEV_RAM=y
CONFIG_SCSI=y
CONFIG_BLK_DEV_SD=y
CONFIG_SCSI_SYM53C8XX_2=y
+CONFIG_EEPROM_LEGACY=m
CONFIG_NETDEVICES=y
CONFIG_NET_ETHERNET=y
CONFIG_SMC91X=y
@@ -69,7 +70,6 @@ CONFIG_MMC=y
CONFIG_MMC_ARMMMCI=m
CONFIG_EXT2_FS=y
CONFIG_VFAT_FS=m
-CONFIG_TMPFS=y
CONFIG_JFFS2_FS=y
CONFIG_CRAMFS=y
CONFIG_MINIX_FS=y
diff --git a/board/qemu/arm-versatile/readme.txt b/board/qemu/arm-versatile/readme.txt
index 7868204..51364c7 100644
--- a/board/qemu/arm-versatile/readme.txt
+++ b/board/qemu/arm-versatile/readme.txt
@@ -5,4 +5,4 @@ Run the emulation with:
The login prompt will appear in the terminal that started Qemu. The
graphical window is the framebuffer.
-Tested with QEMU 1.2.0
+Tested with QEMU 1.3.0
diff --git a/configs/qemu_arm_versatile_defconfig b/configs/qemu_arm_versatile_defconfig
index 85efa2b..428e07e 100644
--- a/configs/qemu_arm_versatile_defconfig
+++ b/configs/qemu_arm_versatile_defconfig
@@ -10,13 +10,13 @@ BR2_TARGET_GENERIC_GETTY_PORT="ttyAMA0"
BR2_TARGET_ROOTFS_EXT2=y
# BR2_TARGET_ROOTFS_TAR is not set
-# Lock to 3.6 headers to avoid breaking with newer kernels
-BR2_KERNEL_HEADERS_3_6=y
+# Lock to 3.7 headers to avoid breaking with newer kernels
+BR2_KERNEL_HEADERS_3_7=y
# Kernel
BR2_LINUX_KERNEL=y
BR2_LINUX_KERNEL_CUSTOM_VERSION=y
-BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="3.6.6"
+BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="3.7.1"
BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y
-BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/qemu/arm-versatile/linux-3.6.config"
+BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/qemu/arm-versatile/linux-3.7.config"
BR2_LINUX_KERNEL_ZIMAGE=y
--
1.7.8.6
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [Buildroot] [PATCH 01/13] qemu/microblaze: update to use kernel 3.7.1
2012-12-30 2:23 [Buildroot] [PATCH 01/13] qemu/microblaze: update to use kernel 3.7.1 Gustavo Zacarias
` (11 preceding siblings ...)
2012-12-30 2:23 ` [Buildroot] [PATCH 13/13] qemu/arm-versatile: " Gustavo Zacarias
@ 2012-12-30 11:33 ` Peter Korsgaard
12 siblings, 0 replies; 14+ messages in thread
From: Peter Korsgaard @ 2012-12-30 11:33 UTC (permalink / raw)
To: buildroot
>>>>> "Gustavo" == Gustavo Zacarias <gustavo@zacarias.com.ar> writes:
Gustavo> Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Committed series, thanks.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 14+ messages in thread
end of thread, other threads:[~2012-12-30 11:33 UTC | newest]
Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-30 2:23 [Buildroot] [PATCH 01/13] qemu/microblaze: update to use kernel 3.7.1 Gustavo Zacarias
2012-12-30 2:23 ` [Buildroot] [PATCH 02/13] qemu/sparc-ss10: " Gustavo Zacarias
2012-12-30 2:23 ` [Buildroot] [PATCH 03/13] qemu/ppc-g3beige: " Gustavo Zacarias
2012-12-30 2:23 ` [Buildroot] [PATCH 04/13] qemu/ppc-virtex-ml507: " Gustavo Zacarias
2012-12-30 2:23 ` [Buildroot] [PATCH 05/13] qemu/ppc-mpc8544ds: " Gustavo Zacarias
2012-12-30 2:23 ` [Buildroot] [PATCH 06/13] qemu/sh4-r2d: update to use kernel 3.2.35 Gustavo Zacarias
2012-12-30 2:23 ` [Buildroot] [PATCH 07/13] qemu/x86_64: update to use kernel 3.7.1 Gustavo Zacarias
2012-12-30 2:23 ` [Buildroot] [PATCH 08/13] qemu/x86: " Gustavo Zacarias
2012-12-30 2:23 ` [Buildroot] [PATCH 09/13] qemu/mipsel-malta: " Gustavo Zacarias
2012-12-30 2:23 ` [Buildroot] [PATCH 10/13] qemu/mips-malta: " Gustavo Zacarias
2012-12-30 2:23 ` [Buildroot] [PATCH 11/13] qemu/mips64-malta: " Gustavo Zacarias
2012-12-30 2:23 ` [Buildroot] [PATCH 12/13] qemu/arm-vexpress: " Gustavo Zacarias
2012-12-30 2:23 ` [Buildroot] [PATCH 13/13] qemu/arm-versatile: " Gustavo Zacarias
2012-12-30 11:33 ` [Buildroot] [PATCH 01/13] qemu/microblaze: " Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox