qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Li Guang <lig.fnst@cn.fujitsu.com>
To: Peter Maydell <peter.maydell@linaro.org>
Cc: Peter Crosthwaite <peter.crosthwaite@xilinx.com>,
	QEMU Developers <qemu-devel@nongnu.org>
Subject: Re: [Qemu-devel] [PATCH] allwinner-a10: add config script support
Date: Thu, 26 Dec 2013 08:14:29 +0800	[thread overview]
Message-ID: <52BB74E5.8010602@cn.fujitsu.com> (raw)
In-Reply-To: <CAFEAcA_qyP5r-71t2euco5Miojuk8T2+_d4APhBaVx7oT9n3BA@mail.gmail.com>

Peter Maydell wrote:
> On 25 December 2013 08:35, liguang<lig.fnst@cn.fujitsu.com>  wrote:
>    
>> sunxi-linux kernel parse config script
>> to do hardware configurations
>>
>> Signed-off-by: liguang<lig.fnst@cn.fujitsu.com>
>> ---
>>   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.
>
>    

it's the approach sunxi-linux kernel config hardware,
the binary is actually a transformed text script,
and context of script is like:

[card0_boot_para]
card_ctrl = 0
card_high_speed = 1
card_line = 4
sdc_d1 = port:PF00<2><1><default><default>
sdc_d0 = port:PF01<2><1><default><default>
sdc_clk = port:PF02<2><1><default><default>
sdc_cmd = port:PF03<2><1><default><default>
sdc_d3 = port:PF04<2><1><default><default>
sdc_d2 = port:PF05<2><1><default><default>

[card2_boot_para]
card_ctrl = 2
card_high_speed = 1
card_line = 4
sdc_cmd = port:PC06<3><1><default><default>
sdc_clk = port:PC07<3><1><default><default>
sdc_d0 = port:PC08<3><1><default><default>
sdc_d1 = port:PC09<3><1><default><default>
sdc_d2 = port:PC10<3><1><default><default>
sdc_d3 = port:PC11<3><1><default><default>

[twi_para]
twi_port = 0
twi_scl = port:PB00<2><default><default><default>
twi_sda = port:PB01<2><default><default><default>

[uart_para]
uart_debug_port = 0
uart_debug_tx = port:PB22<2><1><default><default>
uart_debug_rx = port:PB23<2><1><default><default>

....

  reply	other threads:[~2013-12-26  0:16 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-12-25  8:35 [Qemu-devel] [PATCH] allwinner-a10: add config script support liguang
2013-12-25  9:29 ` Peter Maydell
2013-12-26  0:14   ` Li Guang [this message]
2013-12-26  0:32     ` Peter Maydell
2013-12-26  0:39       ` Li Guang
2013-12-26  0:47         ` Peter Maydell
2013-12-26  0:58           ` Li Guang
2013-12-26 19:40             ` Hans de Goede
2013-12-26 21:34               ` Peter Maydell
2013-12-27  0:21                 ` Li Guang
2013-12-27  0:38                   ` Peter Maydell
2013-12-27  0:54                   ` Peter Crosthwaite
2013-12-27  1:06                     ` Peter Maydell
2013-12-26  1:09           ` Peter Crosthwaite
2013-12-26  1:22             ` Li Guang
2013-12-26  1:30             ` Peter Maydell
2013-12-26  1:46               ` Li Guang

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=52BB74E5.8010602@cn.fujitsu.com \
    --to=lig.fnst@cn.fujitsu.com \
    --cc=peter.crosthwaite@xilinx.com \
    --cc=peter.maydell@linaro.org \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).