On Tue, Jan 20, 2009 at 5:21 PM, Stefan Reinauer <[email protected]>wrote:

> see patches
>
>

> - use new features of the ich7 update
> - move rambase above 1M to avoid memory trashing through SMM relocation
> - enable superio HWM
>
> Signed-off-by: Stefan Reinauer <[email protected]>
>

Index: src/mainboard/kontron/986lcd-m/Config.lb
> ===================================================================
> --- src/mainboard/kontron/986lcd-m/Config.lb    (revision 3882)
> +++ src/mainboard/kontron/986lcd-m/Config.lb    (working copy)
> @@ -82,7 +82,7 @@
>      object acpi_tables.o
>      makerule dsdt.c
>          depends "$(MAINBOARD)/dsdt.dsl"
> -        action  "iasl -p $(PWD)/dsdt -tc $(MAINBOARD)/dsdt.dsl"
> +        action  "iasl -p dsdt -tc $(MAINBOARD)/dsdt.dsl"
>

Is this right, or a local change that snuck in?

Acked-by: Corey Osgood <[email protected]>

Update ICH7 driver
>
> - minor smi cosmetics (in progress)
> - add real ac97 driver
> - add real azalia driver
> - fix some interrupt issues
> - fix some sata issues
>
> Signed-off-by: Stefan Reinauer <[email protected]>


There are a bunch of instances of uintX_t and a few of device_t, can you
update them to the newer style? Other then that:

Acked-by: Corey Osgood <[email protected]>
--
coreboot mailing list: [email protected]
http://www.coreboot.org/mailman/listinfo/coreboot

Reply via email to