From ece2f746d2f262e8da77ec486c36aaa2a84b6419 Mon Sep 17 00:00:00 2001 From: Gustavo Zacarias Date: Tue, 31 Jul 2012 18:13:13 -0300 Subject: [PATCH] qemu/microblaze: update to use kernel 3.4.7 Signed-off-by: Gustavo Zacarias Signed-off-by: Thomas Petazzoni --- .../microblazebe-mmu/{kernel-3.3.config => kernel-3.4.config} | 0 board/qemu/microblazebe-mmu/readme.txt | 1 + .../microblazeel-mmu/{kernel-3.3.config => kernel-3.4.config} | 0 board/qemu/microblazeel-mmu/readme.txt | 1 + configs/qemu_microblazebe_mmu_defconfig | 4 ++-- configs/qemu_microblazeel_mmu_defconfig | 4 ++-- 6 files changed, 6 insertions(+), 4 deletions(-) rename board/qemu/microblazebe-mmu/{kernel-3.3.config => kernel-3.4.config} (100%) rename board/qemu/microblazeel-mmu/{kernel-3.3.config => kernel-3.4.config} (100%) diff --git a/board/qemu/microblazebe-mmu/kernel-3.3.config b/board/qemu/microblazebe-mmu/kernel-3.4.config similarity index 100% rename from board/qemu/microblazebe-mmu/kernel-3.3.config rename to board/qemu/microblazebe-mmu/kernel-3.4.config diff --git a/board/qemu/microblazebe-mmu/readme.txt b/board/qemu/microblazebe-mmu/readme.txt index c59c0bde18..5281a0f184 100644 --- a/board/qemu/microblazebe-mmu/readme.txt +++ b/board/qemu/microblazebe-mmu/readme.txt @@ -4,3 +4,4 @@ Run the emulation with: The login prompt will appear in the terminal that started Qemu. +Tested with QEMU 1.1.1 diff --git a/board/qemu/microblazeel-mmu/kernel-3.3.config b/board/qemu/microblazeel-mmu/kernel-3.4.config similarity index 100% rename from board/qemu/microblazeel-mmu/kernel-3.3.config rename to board/qemu/microblazeel-mmu/kernel-3.4.config diff --git a/board/qemu/microblazeel-mmu/readme.txt b/board/qemu/microblazeel-mmu/readme.txt index 43a40e8920..003d2a88de 100644 --- a/board/qemu/microblazeel-mmu/readme.txt +++ b/board/qemu/microblazeel-mmu/readme.txt @@ -4,3 +4,4 @@ Run the emulation with: The login prompt will appear in the terminal that started Qemu. +Tested with QEMU 1.1.1 diff --git a/configs/qemu_microblazebe_mmu_defconfig b/configs/qemu_microblazebe_mmu_defconfig index 619ecbf978..11c6f95515 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.3.7" +BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="3.4.7" BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y -BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/qemu/microblazebe-mmu/kernel-3.3.config" +BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/qemu/microblazebe-mmu/kernel-3.4.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 ad5f045640..1ce9ac81e1 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.3.7" +BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="3.4.7" BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y -BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/qemu/microblazeel-mmu/kernel-3.3.config" +BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/qemu/microblazeel-mmu/kernel-3.4.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" -- 2.30.2