Dear All,
As I mentioned a few weeks ago, I am in the process of porting this board:
http://www.technexion.com/products/embedded_boards/tim-8690-mt.html
This board has a dual BIOS , choosable with a jumper - much like the BIOS savier from before - so it is a pleasure to work with as a linuxbios developer.
It is still a work in progress, however , I already submit the patch. All on board devices and slots work as expected, only need some more stress testing with the RAM, acpi ,etc..
*Signed-off-by: Daniel Toussaint daniel@dmhome.net
*
On 06.04.2009 13:18 Uhr, Daniel Toussaint wrote:
As I mentioned a few weeks ago, I am in the process of porting this board:
http://www.technexion.com/products/embedded_boards/tim-8690-mt.html
This board has a dual BIOS , choosable with a jumper - much like the BIOS savier from before - so it is a pleasure to work with as a linuxbios developer.
It is still a work in progress, however , I already submit the patch. All on board devices and slots work as expected, only need some more stress testing with the RAM, acpi ,etc..
/Signed-off-by: Daniel Toussaint <daniel@dmhome.net mailto:daniel@dmhome.net> /
Great, thank you very much!
Committed as r4075.
Best regards, Stefan
Add fake option romfs to be compliant with other boards.
Signed-off-by: Zheng Bao zheng.bao@amd.com
________________________________________ From: coreboot-bounces@coreboot.org [mailto:coreboot-bounces@coreboot.org] On Behalf Of Daniel Toussaint Sent: Monday, April 06, 2009 7:18 PM To: coreboot@coreboot.org Subject: [coreboot] Technexion TIM-8960 patch
Dear All,
As I mentioned a few weeks ago, I am in the process of porting this board:
http://www.technexion.com/products/embedded_boards/tim-8690-mt.html
This board has a dual BIOS , choosable with a jumper - much like the BIOS savier from before - so it is a pleasure to work with as a linuxbios developer.
It is still a work in progress, however , I already submit the patch. All on board devices and slots work as expected, only need some more stress testing with the RAM, acpi ,etc..
Signed-off-by: Daniel Toussaint daniel@dmhome.net
do this instead
ron
Index: src/mainboard/technexion/tim8690/Options.lb =================================================================== --- src/mainboard/technexion/tim8690/Options.lb (revision 4079) +++ src/mainboard/technexion/tim8690/Options.lb (working copy) @@ -300,5 +300,11 @@ default CONFIG_GFXUMA=1 default HAVE_MAINBOARD_RESOURCES=1
+# +# ROMFS +# +# +uses CONFIG_ROMFS + ### End Options.lb end
btw the reason to do this: you have to say you are using that setting. But the default is 0, so you have no need to set it to 0.
ron
On Mon, Apr 6, 2009 at 8:35 PM, ron minnich rminnich@gmail.com wrote:
do this instead
ron
Index: src/mainboard/technexion/tim8690/Options.lb
--- src/mainboard/technexion/tim8690/Options.lb (revision 4079) +++ src/mainboard/technexion/tim8690/Options.lb (working copy) @@ -300,5 +300,11 @@ default CONFIG_GFXUMA=1 default HAVE_MAINBOARD_RESOURCES=1
+# +# ROMFS +# +# +uses CONFIG_ROMFS
### End Options.lb end
On 06.04.2009 13:18, Daniel Toussaint wrote:
Dear All,
As I mentioned a few weeks ago, I am in the process of porting this board:
http://www.technexion.com/products/embedded_boards/tim-8690-mt.html
This board has a dual BIOS , choosable with a jumper - much like the BIOS savier from before - so it is a pleasure to work with as a linuxbios developer.
It is still a work in progress, however , I already submit the patch. All on board devices and slots work as expected, only need some more stress testing with the RAM, acpi ,etc..
Signed-off-by: Daniel Toussaint daniel@dmhome.net
Great, thanks!
Can you please test booting with 4 GB RAM? In my tests, Linux will hang during boot on 690G with 4 GB due to SATA not working. I'd be very interested in knowing whether this is a bug seen with M690T as well.
And I'm a bit confused about why you'd specify socket S1G1 if the board has socket AM2.
Regards, Carl-Daniel
Sorry for the long wait. Today I have confirmed the same problem - I boot with 4GB RAM (2GB in each SODIMM slot) - and the kernel can't find SATA drives aswel as USB seems to have a problem. Any Idea's ?
Greetings,
On Wed, Apr 8, 2009 at 7:24 AM, Carl-Daniel Hailfinger < c-d.hailfinger.devel.2006@gmx.net> wrote:
On 06.04.2009 13:18, Daniel Toussaint wrote:
Dear All,
As I mentioned a few weeks ago, I am in the process of porting this
board:
http://www.technexion.com/products/embedded_boards/tim-8690-mt.html
This board has a dual BIOS , choosable with a jumper - much like the BIOS savier from before - so it is a pleasure to work with as a linuxbios developer.
It is still a work in progress, however , I already submit the patch. All on board devices and slots work as expected, only need some more
stress
testing with the RAM, acpi ,etc..
Signed-off-by: Daniel Toussaint daniel@dmhome.net
Great, thanks!
Can you please test booting with 4 GB RAM? In my tests, Linux will hang during boot on 690G with 4 GB due to SATA not working. I'd be very interested in knowing whether this is a bug seen with M690T as well.
And I'm a bit confused about why you'd specify socket S1G1 if the board has socket AM2.
Regards, Carl-Daniel
As Carl-Daniel Hailfinger pointed out, I forgot to indicate that the socket is AM2 , not S1 in the acpi tables of tim-8690. Signed-off-by: Daniel Toussaint daniel@dmhome.net
By the way, what is the procedure to get a board on the list of supported motherboards ? Thanks.
Daniel.
On Wed, Apr 8, 2009 at 7:24 AM, Carl-Daniel Hailfinger < c-d.hailfinger.devel.2006@gmx.net> wrote:
On 06.04.2009 13:18, Daniel Toussaint wrote:
Dear All,
As I mentioned a few weeks ago, I am in the process of porting this
board:
http://www.technexion.com/products/embedded_boards/tim-8690-mt.html
This board has a dual BIOS , choosable with a jumper - much like the BIOS savier from before - so it is a pleasure to work with as a linuxbios developer.
It is still a work in progress, however , I already submit the patch. All on board devices and slots work as expected, only need some more
stress
testing with the RAM, acpi ,etc..
Signed-off-by: Daniel Toussaint daniel@dmhome.net
Great, thanks!
Can you please test booting with 4 GB RAM? In my tests, Linux will hang during boot on 690G with 4 GB due to SATA not working. I'd be very interested in knowing whether this is a bug seen with M690T as well.
And I'm a bit confused about why you'd specify socket S1G1 if the board has socket AM2.
Regards, Carl-Daniel