So now I will remember to attach the patch.
Dan Lykowski
Signed-off-by: Dan Lykowski lykowdk@gmail.com
--- On Wed, 1/14/09, Dan Lykowski engineerguy3737@yahoo.com wrote:
From: Dan Lykowski engineerguy3737@yahoo.com Subject: [coreboot] [PATCH] fixes ram init when processor doesn't have FID control To: coreboot@coreboot.org Date: Wednesday, January 14, 2009, 9:13 PM
This patch fixes ram init problems when using the 9W Sempron part.
Trying to read the FIDVID register when the processor does not support FIDVID control causes a GP Fault. This patch reads the startup FID from a different MSR. I have verified this patch to work on the dbm690t platform.
This patch includes the changes I submitted a few days ago that haven't been acked yet.
I now have a working Coreboot system. ( Although SATA needs a little work so I am not booting linux yet. ) But at least FILO comes up.
Dan Lykowski
Signed-off-by: Dan Lykowski lykowdk@gmail.com
-----Inline Attachment Follows-----
-- coreboot mailing list: coreboot@coreboot.org http://www.coreboot.org/mailman/listinfo/coreboot
Dan Lykowski wrote:
This patch fixes ram init problems when using the 9W Sempron part.
Trying to read the FIDVID register when the processor does not support FIDVID control causes a GP Fault. This patch reads the startup FID from a different MSR. I have verified this patch to work on the dbm690t platform.
Signed-off-by: Dan Lykowski lykowdk@gmail.com
r3863