Dear coreboot readers!
This is the automated build check service of coreboot.
The developer "ruik" checked in revision 3591 to the coreboot source repository and caused the following changes:
Change Log: Following patch adds support for Asus M2V-E SE. Works pretty well, the only problem left is with CPU scaling setup. No VGA - may work with the Xorg drivers recently released, maybe with OpenChrome too.
It wont work with the little patch which will hop in soon
Signed-off-by: Rudolf Marek r.marek@assembler.cz Acked-by: Ward Vandewege ward@gnu.org
Build Log: Compilation of amd:dbm690t is still broken See the error log at http://qa.coreboot.org/log_buildbrd.php?revision=3591&device=dbm690t&... Compilation of jetway:j7f24 is still broken See the error log at http://qa.coreboot.org/log_buildbrd.php?revision=3591&device=j7f24&v... Compilation of via:epia-cn is still broken See the error log at http://qa.coreboot.org/log_buildbrd.php?revision=3591&device=epia-cn&...
If something broke during this checkin please be a pain in ruik's neck until the issue is fixed.
If this issue is not fixed within 24h the revision should be backed out.
Best regards, coreboot automatic build system
Dear readers,
Am Dienstag, den 23.09.2008, 23:13 +0200 schrieb coreboot information:
Change Log: Following patch adds support for Asus M2V-E SE. Works pretty well, the only
s/M2V-E/M2V-MX/
I do not know how important commit messages are.
problem left is with CPU scaling setup. No VGA - may work with the Xorg drivers recently released, maybe with OpenChrome too.
It wont work with the little patch which will hop in soon
Signed-off-by: Rudolf Marek r.marek@assembler.cz Acked-by: Ward Vandewege ward@gnu.org
Thanks and good night,
Paul
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Hi Paul,
Well I think it does not matter. I and Marc fixed the missing stuff for SIO. So now with most recent revision of SVN you should be able to build/try the the board. Of course please be prepared to fix your board bricked board with original bios in extra chip ;)
Backup the MAC address, or even better whole original BIOS image.
The only things that have still unknown solution:
1) VGA console
If you need it in Linux use Openchrome drivers in X.
2) CPU will run on slowest frequency.
I dont have any solution for this so far. It seems there is something wrong with it but I can't get it what it is. It will take some more time.
Rudolf
Rudolf Marek wrote:
- CPU will run on slowest frequency.
I dont have any solution for this so far. It seems there is something wrong with it but I can't get it what it is. It will take some more time.
This is the fid/vid setup. The dbm690t has the cleanest example of fid/vid working (see cache_as_ram.c).
Marc
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
This is the fid/vid setup. The dbm690t has the cleanest example of fid/vid working (see cache_as_ram.c).
Yep It works on K8T890+VT8237R, but does not K8M890+VT8237S. Funny is that all important registers in SB for this are setup exactly same as in original BIOS. It must be something undocumented, trying to get some info from VIA.
Rudolf