Hi all,
This seems to be already in SVN, but breaks the build, because on other boards acpi_fill_mcfg is not defined.
Following patch solves that.
I declared it weak symbol, so it works even if it is not there. Its only compile tested for VIA epia-m and ASUS a8v-e se.
Perhaps this function should be only a wrapper in mb code for some kind of chipset specific mmconfig fill function.
Signed-off-by: Rudolf Marek r.marek@assembler.cz
Rudolf