<div class="gmail_quote">On Tue, Jan 20, 2009 at 5:58 PM, Stefan Reinauer <span dir="ltr"><<a href="mailto:stepan@coresystems.de">stepan@coresystems.de</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="Ih2E3d">Corey Osgood wrote:<br>
> On Tue, Jan 20, 2009 at 5:21 PM, Stefan Reinauer<br>
</div><div class="Ih2E3d">> <<a href="mailto:stepan@coresystems.de">stepan@coresystems.de</a> <mailto:<a href="mailto:stepan@coresystems.de">stepan@coresystems.de</a>>> wrote:<br>
><br>
>     see patches<br>
><br>
><br>
><br>
>     - use new features of the ich7 update<br>
>     - move rambase above 1M to avoid memory trashing through SMM<br>
>     relocation<br>
>     - enable superio HWM<br>
><br>
>     Signed-off-by: Stefan Reinauer <<a href="mailto:stepan@coresystems.de">stepan@coresystems.de</a><br>
</div>>     <mailto:<a href="mailto:stepan@coresystems.de">stepan@coresystems.de</a>>><br>
<div class="Ih2E3d">><br>
><br>
>     Index: src/mainboard/kontron/986lcd-m/Config.lb<br>
>     ===================================================================<br>
>     --- src/mainboard/kontron/986lcd-m/Config.lb    (revision 3882)<br>
>     +++ src/mainboard/kontron/986lcd-m/Config.lb    (working copy)<br>
>     @@ -82,7 +82,7 @@<br>
>          object acpi_tables.o<br>
>          makerule dsdt.c<br>
>              depends "$(MAINBOARD)/dsdt.dsl"<br>
>     -        action  "iasl -p $(PWD)/dsdt -tc $(MAINBOARD)/dsdt.dsl"<br>
>     +        action  "iasl -p dsdt -tc $(MAINBOARD)/dsdt.dsl"<br>
><br>
><br>
> Is this right, or a local change that snuck in?<br>
<br>
</div>That's due to a bug in iasl not parsing long command lines correctly. If<br>
you're working in a deep enough subdirectory, you might see it just<br>
cutting off the path and producing bogus files. This is a workaround by<br>
dramatically shortening the command line.<br>
<div class="Ih2E3d">><br>
> Acked-by: Corey Osgood <<a href="mailto:corey.osgood@gmail.com">corey.osgood@gmail.com</a><br>
</div>> <mailto:<a href="mailto:corey.osgood@gmail.com">corey.osgood@gmail.com</a>>><br>
<br>
Thanks!<br>
<div class="Ih2E3d">><br>
>     Update ICH7 driver<br>
><br>
>     - minor smi cosmetics (in progress)<br>
>     - add real ac97 driver<br>
>     - add real azalia driver<br>
>     - fix some interrupt issues<br>
>     - fix some sata issues<br>
><br>
>     Signed-off-by: Stefan Reinauer <<a href="mailto:stepan@coresystems.de">stepan@coresystems.de</a><br>
</div>>     <mailto:<a href="mailto:stepan@coresystems.de">stepan@coresystems.de</a>>><br>
<div class="Ih2E3d">><br>
><br>
> There are a bunch of instances of uintX_t and a few of device_t, can<br>
> you update them to the newer style? Other then that:<br>
</div>What's the newer style? u32 instead of uint32_t? and struct device *<br>
instead of device_t?</blockquote><div><br>Yeah, that's what I meant.<br> </div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br>
<br>
I'll go for this in another patch once my queue is a bit saner.</blockquote><div><br>In that case, just commit it as-is and I'll take care of my own nitpicks later ;)<br><br>-Corey<br> </div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>
<div class="Ih2E3d"><br>
><br>
> Acked-by: Corey Osgood <<a href="mailto:corey.osgood@gmail.com">corey.osgood@gmail.com</a><br>
</div>> <mailto:<a href="mailto:corey.osgood@gmail.com">corey.osgood@gmail.com</a>>><br>
Thanks.<br>
<div><div></div><div class="Wj3C7c"><br>
--<br>
coresystems GmbH • Brahmsstr. 16 • D-79104 Freiburg i. Br.<br>
      Tel.: +49 761 7668825 • Fax: +49 761 7664613<br>
Email: <a href="mailto:info@coresystems.de">info@coresystems.de</a>  • <a href="http://www.coresystems.de/" target="_blank">http://www.coresystems.de/</a><br>
Registergericht: Amtsgericht Freiburg • HRB 7656<br>
Geschäftsführer: Stefan Reinauer • Ust-IdNr.: DE245674866<br>
<br>
<br>
</div></div></blockquote></div><br>