From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49103) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vvkn5-0004X7-GZ for qemu-devel@nongnu.org; Wed, 25 Dec 2013 04:30:16 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Vvkn0-00083i-V1 for qemu-devel@nongnu.org; Wed, 25 Dec 2013 04:30:11 -0500 Received: from mail-pa0-f42.google.com ([209.85.220.42]:61224) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vvkn0-00082G-Po for qemu-devel@nongnu.org; Wed, 25 Dec 2013 04:30:06 -0500 Received: by mail-pa0-f42.google.com with SMTP id lj1so7312123pab.15 for ; Wed, 25 Dec 2013 01:30:05 -0800 (PST) MIME-Version: 1.0 In-Reply-To: <1387960503-11838-1-git-send-email-lig.fnst@cn.fujitsu.com> References: <1387960503-11838-1-git-send-email-lig.fnst@cn.fujitsu.com> From: Peter Maydell Date: Wed, 25 Dec 2013 09:29:44 +0000 Message-ID: Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] [PATCH] allwinner-a10: add config script support List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: liguang Cc: Peter Crosthwaite , QEMU Developers On 25 December 2013 08:35, liguang wrote: > sunxi-linux kernel parse config script > to do hardware configurations > > Signed-off-by: liguang > --- > hw/arm/allwinner-a10.c | 18 ++++++++++++++++++ > hw/arm/cubieboard.c | 2 ++ > include/hw/arm/allwinner-a10.h | 5 +++++ > pc-bios/aw-script.bin | Bin 0 -> 50188 bytes What is this? You can't just stick a 50K binary into the tree with no explanation, I'm afraid. thanks -- PMM