Hi,
This patch support for the Technexion Tim-5690 mainboard. It's an embedded AMD RS690/SB600 mainboard.
http://www.technexion.com/index.php/tim-5690
Signed-off-by: Libra Li libra.li@technexion.com
Hello,
This patch include modification SB600 LPC ROM size and Technexion Tim-8690 mainboard.
Signed-off-by: Libra Li libra.li@technexion.com
2009/10/13 Libra Li librali1977@gmail.com
Hi,
This patch support for the Technexion Tim-5690 mainboard. It's an embedded AMD RS690/SB600 mainboard. http://www.technexion.com/index.php/tim-5690 Signed-off-by: Libra Li <libra.li@technexion.com>
On Tue, Oct 13, 2009 at 4:34 AM, Libra Li librali1977@gmail.com wrote:
Hi,
This patch support for the Technexion Tim-5690 mainboard. It's an embedded AMD RS690/SB600 mainboard.
http://www.technexion.com/index.php/tim-5690
Signed-off-by: Libra Li libra.li@technexion.com
This is the same patch starting with the tim8690 and adding Kconfig support.
There are very few differences between the two boards. I'm adding my Signed-off-by for the Kconfig part. Build-tested.
Signed-off-by: Myles Watson mylesgw@gmail.com
Thanks, Myles
Myles Watson wrote:
On Tue, Oct 13, 2009 at 4:34 AM, Libra Li librali1977@gmail.com wrote:
Hi,
This patch support for the Technexion Tim-5690 mainboard. It's an embedded AMD RS690/SB600 mainboard. http://www.technexion.com/index.php/tim-5690 Signed-off-by: Libra Li <libra.li@technexion.com>
This is the same patch starting with the tim8690 and adding Kconfig support.
There are very few differences between the two boards. I'm adding my Signed-off-by for the Kconfig part. Build-tested.
Signed-off-by: Myles Watson mylesgw@gmail.com
Acked-by: Stefan Reinauer stepan@coresystems.de
Dear Myles,
Am Dienstag, den 13.10.2009, 10:27 -0600 schrieb Myles Watson:
On Tue, Oct 13, 2009 at 4:34 AM, Libra Li librali1977@gmail.com wrote:
Hi,
This patch support for the Technexion Tim-5690 mainboard. It's an embedded AMD RS690/SB600 mainboard. http://www.technexion.com/index.php/tim-5690 Signed-off-by: Libra Li <libra.li@technexion.com>
This is the same patch starting with the tim8690 and adding Kconfig support.
Sorry. I am confused. Your message has only one diff attached. Do you mean this file?
There are very few differences between the two boards.
Or is the diff showing the differences?
I'm adding my Signed-off-by for the Kconfig part. Build-tested.
Signed-off-by: Myles Watson mylesgw@gmail.com
[…]
## ## Clean up the motherboard id strings ## -default CONFIG_MAINBOARD_PART_NUMBER="tim8690" +default CONFIG_MAINBOARD_PART_NUMBER="tim5690"
Thanks for your great work Libra Li and Myles,
Paul
Signed-off-by: Libra Li libra.li@technexion.com
This is the same patch starting with the tim8690 and adding Kconfig support.
Sorry. I am confused. Your message has only one diff attached. Do you mean this file?
Yes. Sorry I wasn't more clear. If you do
svn mkdir src/mainboard/technexion/tim5690 svn cp src/mainboard/technexion/tim8690/* src/mainboard/technexion/tim5690
then apply the patch, you'll get the same result as if you applied the original diff.
Thanks, Myles