I've compiled support for the Siemens 'sitemp' Mainboard. The board is similar 
to the AMD dbm690t.
I adapt the code from dbm690t according to customer requirement specification.
Linux is booting with seabios/filo.
Windows XP is booting with seabios.

This board comes with two hardware variants so I have to set up 
subvendor/device ids accordingly.
Also I've found an issue:
The default 'pci_set_subsystem' sets the subvendor/device id register# 0x2c. 
However, for a few devices in the RS690 the register is 0x4c respectively 0x50.

Moved 'pci_set_subsystem' to a weak function in 'pci_device.c'. So boards can 
add an override for the default function in mainboard/../override_df.c (or 
mainboard.c) and set it up too.

Hoping to receive a 'ack'.

Thanks


Signed-off-by: Josef Kellermann joseph.kellerm...@heitec.de


**********************************************************************************************
IMPORTANT NOTICE / WICHTIGER HINWEIS
This communication contains information which is confidential and may also be 
privileged. It is for the 
exclusive use of the intended recipient(s). If you are not the intended 
recipient(s) please note that any 
distribution, copying or use of this communication or the information in it is 
strictly prohibited. If you have 
received this communication in error please notify us immediately by email or 
by telephone and then delete 
this email and any copies of it.
Diese E-Mail koennte vertrauliche und/oder rechtlich geschuetzte Informationen 
enthalten. Wenn Sie nicht 
der richtige Adressat sind oder diese E-Mail irrtuemlich erhalten haben, 
informieren Sie bitte sofort den 
Absender und vernichten Sie diese Mail. Das unerlaubte Kopieren sowie die 
unbefugte Weitergabe dieser 
Mail sind nicht gestattet.

HEITEC AG, Werner-von-Siemens-Str. 61, 91052 Erlangen, HRB 7754, RG Fuerth, 
Vorstandsvorsitzender: 
Richard Heindl, Vorstand: Harald Preiml, Finanzvorstand: Rene-Oliver Rosner, 
Aufsichtsratsvorsitzender: Dr. 
Lorenz M. Raith, WWW: http://www.heitec.de
**********************************************************************************************

Attachment: pci_device.patch
Description: pci_device.patch

-- 
coreboot mailing list: coreboot@coreboot.org
http://www.coreboot.org/mailman/listinfo/coreboot

Reply via email to