Submitter | Zachary Dillard |
---|---|
Date | 2009-12-04 22:48:21 |
Message ID | <200912041448.22047.teathief@gmail.com> |
Download | mbox | patch |
Permalink | /patch/630/ |
State | Accepted |
Commit | r801 |
Headers | show |
Comments
Hi Zachary, thanks for your patch and the machine data. I will merge the patch soon. On 04.12.2009 23:48, Zachary Dillard wrote: > BIOS flash successful on this motherboard ASRock M3A790GXH/128M. > Would you mind replying to this mail with a Signed-off-by line as outlined in http://www.coreboot.org/Development_Guidelines#Sign-off_Procedure ? This procedure is intended to keep a complete audit trail of the code for legal reasons. Regards, Carl-Daniel
Signed-off-by: Zachary O Dillard <teathief@gmail.com> On 12/4/09, Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net> wrote: > Hi Zachary, > > thanks for your patch and the machine data. I will merge the patch soon. > > On 04.12.2009 23:48, Zachary Dillard wrote: >> BIOS flash successful on this motherboard ASRock M3A790GXH/128M. >> > > Would you mind replying to this mail with a Signed-off-by line as > outlined in > http://www.coreboot.org/Development_Guidelines#Sign-off_Procedure ? This > procedure is intended to keep a complete audit trail of the code for > legal reasons. > > Regards, > Carl-Daniel > > -- > Developer quote of the month: > "We are juggling too many chainsaws and flaming arrows and tigers." > >
Already screwed the pooch on following the rest of it, unless you want me to repost the patch. On 12/7/09, Tea Thief <teathief@gmail.com> wrote: > Signed-off-by: Zachary O Dillard <teathief@gmail.com> > > On 12/4/09, Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net> > wrote: >> Hi Zachary, >> >> thanks for your patch and the machine data. I will merge the patch soon. >> >> On 04.12.2009 23:48, Zachary Dillard wrote: >>> BIOS flash successful on this motherboard ASRock M3A790GXH/128M. >>> >> >> Would you mind replying to this mail with a Signed-off-by line as >> outlined in >> http://www.coreboot.org/Development_Guidelines#Sign-off_Procedure ? This >> procedure is intended to keep a complete audit trail of the code for >> legal reasons. >> >> Regards, >> Carl-Daniel >> >> -- >> Developer quote of the month: >> "We are juggling too many chainsaws and flaming arrows and tigers." >> >> >
On 07.12.2009 21:00, Tea Thief wrote: > Signed-off-by: Zachary O Dillard <teathief@gmail.com> > Acked-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net> and committed in r801. Regards, Carl-Daniel
Patch
Index: print_wiki.c =================================================================== --- print_wiki.c (revision 792) +++ print_wiki.c (working copy) @@ -105,6 +105,7 @@ { "ASI", "MB-5BLMP", "http://www.hojerteknik.com/winnet.htm" }, { "ASRock", "A770CrossFire", "http://www.asrock.com/mb/overview.asp?Model=A770CrossFire&s=AM2\%2b" }, { "ASRock", "K8S8X", "http://www.asrock.com/mb/overview.asp?Model=K8S8X" }, + { "ASRock", "M3A790GXH/128M" "http://www.asrock.com/MB/overview.asp?Model=M3A790GXH/128M" }, { "ASUS", "A7N8X Deluxe", "http://www.asus.com/Product.aspx?P_ID=wAsRYm41KTp78MFC" }, { "ASUS", "A7N8X-E Deluxe", "http://www.asus.com/products.aspx?l1=3&l2=13&l3=56&l4=0&model=217&modelmenu=1" }, { "ASUS", "A7V400-MX", "http://www.asus.com.tw/products.aspx?l1=3&l2=13&l3=63&l4=0&model=228&modelmenu=1" }, Index: print.c =================================================================== --- print.c (revision 792) +++ print.c (working copy) @@ -253,6 +253,7 @@ { "ASI", "MB-5BLMP", }, { "ASRock", "A770CrossFire", }, { "ASRock", "K8S8X", }, + { "ASRock", "M3A790GXH/128M" }, { "ASUS", "A7N8X Deluxe", }, { "ASUS", "A7N8X-E Deluxe", }, { "ASUS", "A7V400-MX", },