On 17.03.2009 02:35, Peter Stuge wrote: > Carl-Daniel Hailfinger wrote: > >> - TOM2 is filled in by the dynamic ACPI code. Don't hardcode it in >> the DSDT and use the dynamic TOM2 variable instead. >> > > How does data for those externals make it's way into the DSDT? >
It is stored in the SSDT and referenced by the external clause. See src/northbridge/amd/amdk8/amdk8_acpi.c:k8acpi_write_vars() which is called by acpi_fill_ssdt_generator() in the mainboard code. >> Signed-off-by: Carl-Daniel Hailfinger <[email protected]> >> > > Acked-by: Peter Stuge <[email protected]> > Thanks, committed in r4010. Regards, Carl-Daniel -- http://www.hailfinger.org/ -- coreboot mailing list: [email protected] http://www.coreboot.org/mailman/listinfo/coreboot

