Hi All,
I've got a laptop I'd love to get coreboot up and running on. I notice that it's chipset isn't in the supported list yet, but some of the predecessors are.
I've put an lspci at the bottom of this mail. Any info on how I could help out adding support and testing would be great.
Cheers,
Alan
00:00.0 Host bridge: Intel Corporation Mobile PM965/GM965/GL960 Memory Controller Hub (rev 03) 00:02.0 VGA compatible controller: Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller (rev 03) 00:02.1 Display controller: Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller (rev 03) 00:1a.0 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #4 (rev 03) 00:1a.1 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #5 (rev 03) 00:1a.7 USB Controller: Intel Corporation 82801H (ICH8 Family) USB2 EHCI Controller #2 (rev 03) 00:1b.0 Audio device: Intel Corporation 82801H (ICH8 Family) HD Audio Controller (rev 03) 00:1c.0 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 1 (rev 03) 00:1c.2 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 3 (rev 03) 00:1c.3 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 4 (rev 03) 00:1d.0 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #1 (rev 03) 00:1d.1 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #2 (rev 03) 00:1d.2 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #3 (rev 03) 00:1d.7 USB Controller: Intel Corporation 82801H (ICH8 Family) USB2 EHCI Controller #1 (rev 03) 00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev f3) 00:1f.0 ISA bridge: Intel Corporation 82801HEM (ICH8M) LPC Interface Controller (rev 03) 00:1f.1 IDE interface: Intel Corporation 82801HBM/HEM (ICH8M/ICH8M-E) IDE Controller (rev 03) 00:1f.2 SATA controller: Intel Corporation 82801HBM/HEM (ICH8M/ICH8M-E) SATA AHCI Controller (rev 03) 00:1f.3 SMBus: Intel Corporation 82801H (ICH8 Family) SMBus Controller (rev 03) 04:00.0 Network controller: Intel Corporation PRO/Wireless 4965 AG or AGN Network Connection (rev 61) 06:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8101E/RTL8102E PCI Express Fast Ethernet controller (rev 01)
Hi Alan,
Alan Jones wrote:
I've got a laptop I'd love to get coreboot up and running on. I notice that it's chipset isn't in the supported list yet, but some of the predecessors are.
I've put an lspci at the bottom of this mail. Any info on how I could help out adding support and testing would be great.
..
00:00.0 Host bridge: Intel Corporation Mobile PM965/GM965/GL960 Memory Controller Hub (rev 03)
Note that the chipset is 965 + ICH8. ICH8 is only the southbridge.
Problem with the 965 is that no developer has both documentation and free time to work on adding the support.
Documentation is key for a new northbridge and Intel doesn't give it out if we ask. :\
//Peter
Hi Peter,
On Tue, Feb 17, 2009 at 11:14 AM, Peter Stuge peter@stuge.se wrote:
00:00.0 Host bridge: Intel Corporation Mobile PM965/GM965/GL960 Memory Controller Hub (rev 03)
Note that the chipset is 965 + ICH8. ICH8 is only the southbridge.
Ahhh - thanks - I was wondering how to figure out north vs southbridge :)
Problem with the 965 is that no developer has both documentation and free time to work on adding the support.
Documentation is key for a new northbridge and Intel doesn't give it out if we ask. :\
I guess this means nobody has docs they could share? I've not done such low level coding, but I'm game to give it a swing if somebody is willing to do code reviews and answer stupid questions :)
Cheers,
Alan.
On Tue, 17 Feb 2009 13:11:06 +1000, Alan Jones skyphyr@gmail.com wrote:
Hi Peter,
On Tue, Feb 17, 2009 at 11:14 AM, Peter Stuge peter@stuge.se wrote:
00:00.0 Host bridge: Intel Corporation Mobile PM965/GM965/GL960 Memory Controller Hub (rev 03)
Note that the chipset is 965 + ICH8. ICH8 is only the southbridge.
Ahhh - thanks - I was wondering how to figure out north vs southbridge :)
We always love people willing to develop Intel platforms, because lack of support from Intel, if that is your goal.
Also have you checked out the Intel website to see what datasheets and docs are available for the 965 + ICH8?
Problem with the 965 is that no developer has both documentation and free time to work on adding the support.
Documentation is key for a new northbridge and Intel doesn't give it out if we ask. :\
I guess this means nobody has docs they could share? I've not done such low level coding, but I'm game to give it a swing if somebody is willing to do code reviews and answer stupid questions :)
Ahh, but that is what is so great coreboot, there is nothing low level (Assembly) about it. It uses a high level language (C) to communicate directly with hardware, no messy layers, a win win situation :-)