Hi to all, yesterday i make my first EPIA-M 10000 rom image. With the help of Eddy i compile to have VGA and Filo. In attach you have the output log .... The problem is : - LinuxBios tell that the RAM is 127Mbye (and i had 256Mbyte) - LinuxBios tell that there is no VGA (and i add the VGA bios image in to)
Can someone tell me where i wrong?
********************************************************************************************** Santi Mirenna INGV - Istituto Nazionale di Geofisica e Vulcanologia Sezione di Milano via Bassini 15, 20133 Milano, Italy tel. +39-02-23699278 fax +39-02-23699458 e mail: santi.mirenna@mi.ingv.it ********************************************************************************************** Questo messaggio è di carattere riservato ed è indirizzato esclusivamente al destinatario specificato. L'accesso, la divulgazione, la copia o la diffusione sono vietate a chiunquealtro ai sensi delle normative vigenti, e possono costituire una violazione penale. In caso di errore nella ricezione, il ricevente è tenuto a cancel lare immediatamente il messaggio, dandone conferma al mittente a mezzo e-mail.
This e-mail is confidential and is for the intended recipient only. Access, disclosure, copying, distribution or reliance on any of it by anyone else is prohibited and may be a criminal offence. Please delete if obtained in error and email confirmation to sender.
On Thu, Nov 06, 2003 at 11:03:58AM +0100, Santi Mirenna wrote:
- LinuxBios tell that the RAM is 127Mbye (and i had 256Mbyte)
That's the hard coded part.
- LinuxBios tell that there is no VGA (and i add the VGA bios image in to)
LinuxBIOS doesn't enable the VGA device. You need some part of Dave Ashley's patch.
At 19.55 06/11/2003 +0900, you wrote:
On Thu, Nov 06, 2003 at 11:03:58AM +0100, Santi Mirenna wrote:
- LinuxBios tell that the RAM is 127Mbye (and i had 256Mbyte)
That's the hard coded part.
What is the file to edit ....to have 256Mbyte?
- LinuxBios tell that there is no VGA (and i add the VGA bios image in to)
LinuxBIOS doesn't enable the VGA device. You need some part of Dave Ashley's patch.
where to find the patch?
-- Takeshi
On Thu, 6 Nov 2003, Santi Mirenna wrote:
At 19.55 06/11/2003 +0900, you wrote:
On Thu, Nov 06, 2003 at 11:03:58AM +0100, Santi Mirenna wrote:
- LinuxBios tell that the RAM is 127Mbye (and i had 256Mbyte)
That's the hard coded part.
What is the file to edit ....to have 256Mbyte?
Just as a reminder, this is the only hardware on linuxbios that you "patch a file" to get memory size, and we hope to fix this soon. The EPIA-M port is not a good example!
ron
- LinuxBios tell that the RAM is 127Mbye (and i had 256Mbyte)
That's the hard coded part.
What is the file to edit ....to have 256Mbyte?
Just as a reminder, this is the only hardware on linuxbios that you "patch a file" to get memory size, and we hope to fix this soon. The EPIA-M port is not a good example!
the question was not answered. i am interested in this too.
niki
On Fri, Nov 07, 2003 at 11:27:33AM +0100, Niki Waibel wrote:
- LinuxBios tell that the RAM is 127Mbye (and i had 256Mbyte)
That's the hard coded part.
What is the file to edit ....to have 256Mbyte?
Just as a reminder, this is the only hardware on linuxbios that you "patch a file" to get memory size, and we hope to fix this soon. The EPIA-M port is not a good example!
the question was not answered. i am interested in this too.
Maybe I am wrong, because I don't have an EPIA-M, or the datasheet of the northbridge.
There is code like this in freebios/src/northbridge/via/vt8623/raminit.inc:
CS_WRITE($0x5a, $0x08) CS_WRITE($0x5b, $0x08) CS_WRITE($0x5c, $0x08) CS_WRITE($0x5d, $0x08)
Change all the 0x08's to 0x10 for 256MB, 0x20 for 512MB, etc. If your DIMM is double-sided, halve the value of the first one.
Always test with memtest86 before running Linux, corrupt RAM configuration may damage your filesystem.