-- 
Use GNU/Linux to free yourself from the restrictions of Vista!
ubuntu.com | mandriva.com | opensuse.org
/* generated by MPTable, version 2.0.15*/
/* as modified by RGM for coreboot */
#include <console/console.h>
#include <arch/smp/mpspec.h>
#include <device/pci.h>
#include <string.h>
#include <stdint.h>

void *smp_write_config_table(void *v)
{
        static const char sig[4] = "PCMP";
        static const char oem[8] = "LNXI    ";
        static const char productid[12] = "P4DPE       ";
        struct mp_config_table *mc;

        mc = (void *)(((char *)v) + SMP_FLOATING_TABLE_LEN);
        memset(mc, 0, sizeof(*mc));

        memcpy(mc->mpc_signature, sig, sizeof(sig));
        mc->mpc_length = sizeof(*mc); /* initially just the header */
        mc->mpc_spec = 0x04;
        mc->mpc_checksum = 0; /* not yet computed */
        memcpy(mc->mpc_oem, oem, sizeof(oem));
        memcpy(mc->mpc_productid, productid, sizeof(productid));
        mc->mpc_oemptr = 0;
        mc->mpc_oemsize = 0;
        mc->mpc_entry_count = 0; /* No entries yet... */
        mc->mpc_lapic = LAPIC_ADDR;
        mc->mpe_length = 0;
        mc->mpe_checksum = 0;
        mc->reserved = 0;

        smp_write_processors(mc);


/* This file was generated by getpir.c, do not modify!
 * (but if you do, please run checkpir on it to verify)
 *
 * Contains the IRQ Routing Table dumped directly from your
 * memory, which BIOS sets up.
 *
 * Documentation at: http://www.microsoft.com/whdc/archive/pciirq.mspx
 */

#ifdef GETPIR
#include "pirq_routing.h"
#else
#include <arch/pirq_routing.h>
#endif

const struct irq_routing_table intel_irq_routing_table = {
	PIRQ_SIGNATURE,  /* u32 signature */
	PIRQ_VERSION,    /* u16 version   */
	32+16*12,	 /* There can be total 12 devices on the bus */
	0x00,		 /* Where the interrupt router lies (bus) */
	(0x1f<<3)|0x0,   /* Where the interrupt router lies (dev) */
	0,		 /* IRQs devoted exclusively to PCI usage */
	0x8086,		 /* Vendor */
	0x2410,		 /* Device */
	0,		 /* Crap (miniport) */
	{ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 }, /* u8 rfu[11] */
	0x68,		 /* u8 checksum. This has to be set to some
			    value that would give 0 after the sum of all
			    bytes for this structure (including checksum) */
	{
		/* bus,     dev|fn,   {link, bitmap}, {link, bitmap}, {link, bitmap}, {link, bitmap},  slot, rfu */
		{0x02,(0x00<<3)|0x0, {{0x68, 0x0ea8}, {0x00, 0x0000}, {0x00, 0x0000}, {0x00, 0x00000}}, 0x0, 0x0},
		{0x02,(0x01<<3)|0x0, {{0x69, 0x0ea8}, {0x00, 0x0000}, {0x00, 0x0000}, {0x00, 0x00000}}, 0x0, 0x0},
		{0x02,(0x02<<3)|0x0, {{0x6a, 0x0ea8}, {0x6b, 0x0ea8}, {0x00, 0x0000}, {0x00, 0x00000}}, 0x0, 0x0},
		{0x02,(0x03<<3)|0x0, {{0x6b, 0x0ea8}, {0x6a, 0x0ea8}, {0x00, 0x0000}, {0x00, 0x00000}}, 0x0, 0x0},
		{0x02,(0x04<<3)|0x0, {{0x60, 0x0ea8}, {0x61, 0x0ea8}, {0x00, 0x0000}, {0x00, 0x00000}}, 0x0, 0x0},
		{0x00,(0x02<<3)|0x0, {{0x60, 0x0ea8}, {0x00, 0x0000}, {0x00, 0x0000}, {0x00, 0x00000}}, 0x0, 0x0},
		{0x00,(0x01<<3)|0x0, {{0x60, 0x0ea8}, {0x00, 0x0000}, {0x00, 0x0000}, {0x00, 0x00000}}, 0x0, 0x0},
		{0x02,(0x08<<3)|0x0, {{0x68, 0x0ea8}, {0x00, 0x0000}, {0x00, 0x0000}, {0x00, 0x00000}}, 0x0, 0x0},
		{0x00,(0x1b<<3)|0x0, {{0x60, 0x0ea8}, {0x00, 0x0000}, {0x00, 0x0000}, {0x00, 0x00000}}, 0x0, 0x0},
		{0x00,(0x1d<<3)|0x0, {{0x6b, 0x0ea8}, {0x63, 0x0ea8}, {0x62, 0x0ea8}, {0x60, 0x00ea8}}, 0x0, 0x0},
		{0x00,(0x1e<<3)|0x0, {{0x61, 0x0ea8}, {0x68, 0x0ea8}, {0x00, 0x0000}, {0x00, 0x00000}}, 0x0, 0x0},
		{0x00,(0x1f<<3)|0x0, {{0x62, 0x0ea8}, {0x63, 0x0ea8}, {0x00, 0x0000}, {0x00, 0x00000}}, 0x0, 0x0},
	}
};

unsigned long write_pirq_routing_table(unsigned long addr)
{
	return copy_pirq_routing_table(addr);
}
superiotool r3698
Probing for ALi Super I/O at 0x3f0...
  Failed. Returned data: id=0xffff, rev=0xff
Probing for ALi Super I/O at 0x370...
  Failed. Returned data: id=0xffff, rev=0xff
Probing for Fintek Super I/O at 0x2e...
  Failed. Returned data: vid=0xffff, id=0xffff
Probing for Fintek Super I/O at 0x4e...
  Failed. Returned data: vid=0xffff, id=0xffff
Probing for ITE Super I/O (init=0x87,0x01,0x55,0x55/0xaa) at 0x2e...
  Failed. Returned data: id=0xffff, rev=0xf
Probing for ITE Super I/O (init=0x87,0x87) at 0x2e...
  Failed. Returned data: id=0xffff, rev=0xf
Probing for ITE Super I/O (init=0x87,0x01,0x55,0x55/0xaa) at 0x4e...
  Failed. Returned data: id=0xffff, rev=0xf
Probing for ITE Super I/O (init=0x87,0x87) at 0x4e...
  Failed. Returned data: id=0xffff, rev=0xf
Probing for ITE Super I/O (init=legacy/it8661f) at 0x370...
  Failed. Returned data: id=0xffff, rev=0xf
Probing for ITE Super I/O (init=legacy/it8671f) at 0x370...
  Failed. Returned data: id=0xffff, rev=0xf
Probing for NSC Super I/O at 0x2e...
  Failed. Returned data: port=0xff, port+1=0xff
Probing for NSC Super I/O at 0x4e...
  Failed. Returned data: port=0xff, port+1=0xff
Probing for NSC Super I/O at 0x15c...
  Failed. Returned data: port=0xff, port+1=0xff
Probing for SMSC Super I/O (idregs=0x20/0x21) at 0x2e...
  Failed. Returned data: id=0xff, rev=0xff
Probing for SMSC Super I/O (idregs=0x0d/0x0e) at 0x2e...
  Failed. Returned data: id=0xff, rev=0xff
Probing for SMSC Super I/O (idregs=0x20/0x21) at 0x4e...
  Failed. Returned data: id=0xff, rev=0xff
Probing for SMSC Super I/O (idregs=0x0d/0x0e) at 0x4e...
  Failed. Returned data: id=0xff, rev=0xff
Probing for SMSC Super I/O (idregs=0x20/0x21) at 0x162e...
  Failed. Returned data: id=0xff, rev=0xff
Probing for SMSC Super I/O (idregs=0x0d/0x0e) at 0x162e...
  Failed. Returned data: id=0xff, rev=0xff
Probing for SMSC Super I/O (idregs=0x20/0x21) at 0x164e...
  Failed. Returned data: id=0xff, rev=0xff
Probing for SMSC Super I/O (idregs=0x0d/0x0e) at 0x164e...
  Failed. Returned data: id=0xff, rev=0xff
Probing for SMSC Super I/O (idregs=0x20/0x21) at 0x3f0...
  Failed. Returned data: id=0xff, rev=0xff
Probing for SMSC Super I/O (idregs=0x0d/0x0e) at 0x3f0...
  Failed. Returned data: id=0xff, rev=0xff
Probing for SMSC Super I/O (idregs=0x20/0x21) at 0x370...
  Failed. Returned data: id=0xff, rev=0xff
Probing for SMSC Super I/O (idregs=0x0d/0x0e) at 0x370...
  Failed. Returned data: id=0xff, rev=0xff
Probing for Winbond Super I/O (init=0x88) at 0x2e...
  Failed. Returned data: id/oldid=0xff/0x0f, rev=0xff
Probing for Winbond Super I/O (init=0x89) at 0x2e...
  Failed. Returned data: id/oldid=0xff/0x0f, rev=0xff
Probing for Winbond Super I/O (init=0x86,0x86) at 0x2e...
  Failed. Returned data: id/oldid=0xff/0x0f, rev=0xff
Probing for Winbond Super I/O (init=0x87,0x87) at 0x2e...
  Failed. Returned data: id/oldid=0xff/0x0f, rev=0xff
Probing for Winbond Super I/O (init=0x88) at 0x4e...
  Failed. Returned data: id/oldid=0xff/0x0f, rev=0xff
Probing for Winbond Super I/O (init=0x89) at 0x4e...
  Failed. Returned data: id/oldid=0xff/0x0f, rev=0xff
Probing for Winbond Super I/O (init=0x86,0x86) at 0x4e...
  Failed. Returned data: id/oldid=0xff/0x0f, rev=0xff
Probing for Winbond Super I/O (init=0x87,0x87) at 0x4e...
  Failed. Returned data: id/oldid=0xff/0x0f, rev=0xff
Probing for Winbond Super I/O (init=0x88) at 0x3f0...
  Failed. Returned data: id/oldid=0xff/0x0f, rev=0xff
Probing for Winbond Super I/O (init=0x89) at 0x3f0...
  Failed. Returned data: id/oldid=0xff/0x0f, rev=0xff
Probing for Winbond Super I/O (init=0x86,0x86) at 0x3f0...
  Failed. Returned data: id/oldid=0xff/0x0f, rev=0xff
Probing for Winbond Super I/O (init=0x87,0x87) at 0x3f0...
  Failed. Returned data: id/oldid=0xff/0x0f, rev=0xff
Probing for Winbond Super I/O (init=0x88) at 0x370...
  Failed. Returned data: id/oldid=0xff/0x0f, rev=0xff
Probing for Winbond Super I/O (init=0x89) at 0x370...
  Failed. Returned data: id/oldid=0xff/0x0f, rev=0xff
Probing for Winbond Super I/O (init=0x86,0x86) at 0x370...
  Failed. Returned data: id/oldid=0xff/0x0f, rev=0xff
Probing for Winbond Super I/O (init=0x87,0x87) at 0x370...
  Failed. Returned data: id/oldid=0xff/0x0f, rev=0xff
Probing for Winbond Super I/O (init=0x88) at 0x250...
  Failed. Returned data: id/oldid=0xff/0x0f, rev=0xff
Probing for Winbond Super I/O (init=0x89) at 0x250...
  Failed. Returned data: id/oldid=0xff/0x0f, rev=0xff
Probing for Winbond Super I/O (init=0x86,0x86) at 0x250...
  Failed. Returned data: id/oldid=0xff/0x0f, rev=0xff
Probing for Winbond Super I/O (init=0x87,0x87) at 0x250...
  Failed. Returned data: id/oldid=0xff/0x0f, rev=0xff
No Super I/O found
# dmidecode 2.9
SMBIOS 2.3 present.
25 structures occupying 956 bytes.
Table at 0x000EB160.

Handle 0x0000, DMI type 0, 20 bytes
BIOS Information
        Vendor: Insyde Software Corporation
        Version: V1.01A
        Release Date: 03/23/2005
        Address: 0xEB000
        Runtime Size: 84 kB
        ROM Size: 512 kB
        Characteristics:
                ISA is supported
                PCI is supported
                PC Card (PCMCIA) is supported
                PNP is supported
                APM is supported
                BIOS is upgradeable
                BIOS shadowing is allowed
                Boot from CD is supported
                BIOS ROM is socketed
                EDD is supported
                Japanese floppy for NEC 9800 1.2 MB is supported (int 13h)
                3.5"/720 KB floppy services are supported (int 13h)
                3.5"/2.88 MB floppy services are supported (int 13h)
                Print screen service is supported (int 5h)
                8042 keyboard services are supported (int 9h)
                Serial services are supported (int 14h)
                Printer services are supported (int 17h)
                CGA/mono video services are supported (int 10h)
                ACPI is supported
                USB legacy is supported
                Smart battery is supported
                BIOS boot specification is supported

Handle 0x0001, DMI type 1, 25 bytes
System Information
        Manufacturer:  
        Product Name:  
        Version:  
        Serial Number:  
        UUID: 09864E6B-9FED-11D9-932C-000FB061A169
        Wake-up Type: Power Switch

Handle 0x0002, DMI type 2, 17 bytes
Base Board Information
        Manufacturer: Intel Corporation
        Product Name: Alviso
        Version: *
        Serial Number: *
        Asset Tag: Not Specified
        Features: None
        Location In Chassis: Not Specified
        Chassis Handle: 0x0000
        Type: <OUT OF SPEC>
        Contained Object Handles: 0

Handle 0x0003, DMI type 3, 22 bytes
Chassis Information
        Manufacturer: COMPAL
        Type: Notebook
        Lock: Not Present
        Version: *
        Serial Number: *
        Asset Tag: *
        Boot-up State: Safe
        Power Supply State: Safe
        Thermal State: Safe
        Security Status: None
        OEM Information: 0x00000000
        Height: Unspecified
        Number Of Power Cords: Unspecified
        Contained Elements: 0

Handle 0x0004, DMI type 4, 32 bytes
Processor Information
        Socket Designation: uFCPGA
        Type: Central Processor
        Family: Pentium M
        Manufacturer: GenuineIntel
        ID: FF FB E9 AF 00 00 00 00
        Signature: Type 3, Family 265, Model 159, Stepping 15
        Flags: None
        Version: Dothan
        Voltage: 2.9 V
        External Clock: 133 MHz
        Max Speed: 1733 MHz
        Current Speed: 1733 MHz
        Status: Populated, Enabled
        Upgrade: None
        L1 Cache Handle: 0x0008
        L2 Cache Handle: 0x0009
        L3 Cache Handle: 0x0000

Handle 0x0005, DMI type 5, 20 bytes
Memory Controller Information
        Error Detecting Method: None
        Error Correcting Capabilities:
                None
        Supported Interleave: Unknown
        Current Interleave: Unknown
        Maximum Memory Module Size: 1024 MB
        Maximum Total Memory Size: 2048 MB
        Supported Speeds:
                60 ns
        Supported Memory Types:
                DIMM
                SDRAM
        Memory Module Voltage: 3.3 V
        Associated Memory Slots: 2
                0x0006
                0x0007
        Enabled Error Correcting Capabilities:
                None

Handle 0x0006, DMI type 6, 12 bytes
Memory Module Information
        Socket Designation: DRAM SLOT 0
        Bank Connections: 0 1
        Current Speed: 60 ns
        Type: DIMM SDRAM
        Installed Size: 512 MB (Single-bank Connection)
        Enabled Size: 512 MB (Single-bank Connection)
        Error Status: OK

Handle 0x0007, DMI type 6, 12 bytes
Memory Module Information
        Socket Designation: DRAM SLOT 1
        Bank Connections: 2 3
        Current Speed: 60 ns
        Type: DIMM SDRAM
        Installed Size: 512 MB (Single-bank Connection)
        Enabled Size: 512 MB (Single-bank Connection)
        Error Status: OK

Handle 0x0008, DMI type 7, 19 bytes
Cache Information
        Socket Designation: L1 Cache
        Configuration: Enabled, Not Socketed, Level 1
        Operational Mode: Write Back
        Location: Internal
        Installed Size: 32 KB
        Maximum Size: 32 KB
        Supported SRAM Types:
                Burst
                Pipeline Burst
                Asynchronous
        Installed SRAM Type: Burst
        Speed: Unknown
        Error Correction Type: None
        System Type: Unknown
        Associativity: Unknown

Handle 0x0009, DMI type 7, 19 bytes
Cache Information
        Socket Designation: L2 Cache
        Configuration: Enabled, Not Socketed, Level 2
        Operational Mode: Write Back
        Location: Internal
        Installed Size: 2048 KB
        Maximum Size: 2048 KB
        Supported SRAM Types:
                Burst
                Pipeline Burst
                Asynchronous
        Installed SRAM Type: Burst
        Speed: Unknown
        Error Correction Type: None
        System Type: Unknown
        Associativity: Unknown

Handle 0x000A, DMI type 8, 9 bytes
Port Connector Information
        Internal Reference Designator: JP26
        Internal Connector Type: None
        External Reference Designator: 1394
        External Connector Type: IEEE 1394
        Port Type: Firewire (IEEE P1394)

Handle 0x000B, DMI type 8, 9 bytes
Port Connector Information
        Internal Reference Designator: USB Conn. 0
        Internal Connector Type: None
        External Reference Designator: JP11
        External Connector Type: Other
        Port Type: USB

Handle 0x000C, DMI type 8, 9 bytes
Port Connector Information
        Internal Reference Designator: USB Conn. 1
        Internal Connector Type: None
        External Reference Designator: JP12
        External Connector Type: Other
        Port Type: USB

Handle 0x000D, DMI type 8, 9 bytes
Port Connector Information
        Internal Reference Designator: USB Conn. 2
        Internal Connector Type: None
        External Reference Designator: JP13
        External Connector Type: Other
        Port Type: USB

Handle 0x000E, DMI type 8, 9 bytes
Port Connector Information
        Internal Reference Designator: JHP1
        Internal Connector Type: None
        External Reference Designator: HEADPHONE
        External Connector Type: Other
        Port Type: MIDI Port

Handle 0x000F, DMI type 9, 13 bytes
System Slot Information
        Designation: PCMCIA Slot
        Type: 32-bit PC Card (PCMCIA)
        Current Usage: Unknown
        Length: Long
        ID: Adapter 0, Socket 0
        Characteristics: Unknown

Handle 0x0010, DMI type 10, 10 bytes
On Board Device 1 Information
        Type: Video
        Status: Enabled
        Description: VGA Controller
On Board Device 2 Information
        Type: Ethernet
        Status: Enabled
        Description:  
On Board Device 3 Information
        Type: Sound
        Status: Enabled
        Description:  

Handle 0x0011, DMI type 11, 5 bytes
OEM Strings
        String 1:  

Handle 0x0012, DMI type 12, 5 bytes
System Configuration Options
        Option 1: *

Handle 0x0013, DMI type 16, 15 bytes
Physical Memory Array
        Location: System Board Or Motherboard
        Use: System Memory
        Error Correction Type: None
        Maximum Capacity: 2 GB
        Error Information Handle: Not Provided
        Number Of Devices: 2

Handle 0x0014, DMI type 17, 23 bytes
Memory Device
        Array Handle: 0x0013
        Error Information Handle: Not Provided
        Total Width: 64 bits
        Data Width: 64 bits
        Size: 512 MB
        Form Factor: SODIMM
        Set: 1
        Locator: DRAM Slot 0
        Bank Locator: Banks 0/1
        Type: DDR
        Type Detail: Synchronous
        Speed: 333 MHz (3.0 ns)

Handle 0x0015, DMI type 17, 23 bytes
Memory Device
        Array Handle: 0x0013
        Error Information Handle: Not Provided
        Total Width: 64 bits
        Data Width: 64 bits
        Size: 512 MB
        Form Factor: SODIMM
        Set: 1
        Locator: DRAM Slot 1
        Bank Locator: Banks 2/3
        Type: DDR
        Type Detail: Synchronous
        Speed: 333 MHz (3.0 ns)

Handle 0x0016, DMI type 21, 7 bytes
Built-in Pointing Device
        Type: Touch Pad
        Interface: PS/2
        Buttons: 2

Handle 0x0017, DMI type 22, 26 bytes
Portable Battery
        Location: 1st Battery
        Manufacturer: COMPAL
        Manufacture Date: *
        Serial Number: *
        Name: *
        Chemistry: Lithium Ion
        Design Capacity: 32000 mWh
        Design Voltage: 14800 mV
        SBDS Version: V1.0
        Maximum Error: Unknown
        OEM-specific Information: 0x00000000

Handle 0x0018, DMI type 127, 4 bytes
End Of Table

# dmidecode 2.9
SMBIOS 2.3 present.
25 structures occupying 956 bytes.
Table at 0x000EB160.

Handle 0x0000, DMI type 0, 20 bytes
        Header and Data:
                00 14 00 00 01 02 00 EB 03 07 90 9F 1A 7F 00 00
                00 00 83 01
        Strings:
                49 6E 73 79 64 65 20 53 6F 66 74 77 61 72 65 20
                43 6F 72 70 6F 72 61 74 69 6F 6E 00
                "Insyde Software Corporation"
                56 31 2E 30 31 41 00
                "V1.01A"
                30 33 2F 32 33 2F 32 30 30 35 00
                "03/23/2005"

Handle 0x0001, DMI type 1, 25 bytes
        Header and Data:
                01 19 01 00 01 02 03 04 09 86 4E 6B 9F ED 11 D9
                93 2C 00 0F B0 61 A1 69 06
        Strings:
                20 00
                " "
                20 00
                " "
                20 00
                " "
                20 00
                " "
                2E 2E 2E 2E 2E 2E 2E 2E 2E 2E 2E 2E 2E 2E 2E 2E
                2E 2E 2E 2E 2E 2E 2E 2E 2E 2E 2E 2E 2E 2E 2E 2E
                2E 2E 2E 2E 2E 2E 2E 2E 2E 2E 2E 2E 2E 2E 2E 2E
                2E 2E 2E 2E 2E 2E 2E 2E 2E 2E 2E 2E 2E 2E 2E 2E
                2E 2E 2E 2E 2E 2E 2E 2E 2E 2E 2E 2E 2E 2E 2E 2E
                2E 2E 2E 2E 2E 2E 2E 2E 2E 2E 2E 2E 2E 2E 2E 2E
                2E 2E 2E 2E 2E 2E 2E 2E 2E 2E 2E 00
                
"..........................................................................................................."

Handle 0x0002, DMI type 2, 17 bytes
        Header and Data:
                02 11 02 00 01 02 03 04 00 00 00 00 00 00 00 00
                00
        Strings:
                49 6E 74 65 6C 20 43 6F 72 70 6F 72 61 74 69 6F
                6E 00
                "Intel Corporation"
                41 6C 76 69 73 6F 00
                "Alviso"
                2A 00
                "*"
                2A 00
                "*"

Handle 0x0003, DMI type 3, 22 bytes
        Header and Data:
                03 16 03 00 01 0A 02 03 04 03 03 03 03 00 00 00
                00 00 00 00 00 00
        Strings:
                43 4F 4D 50 41 4C 00
                "COMPAL"
                2A 00
                "*"
                2A 00
                "*"
                2A 00
                "*"

Handle 0x0004, DMI type 4, 32 bytes
        Header and Data:
                04 20 04 00 01 03 B9 02 FF FB E9 AF 00 00 00 00
                03 04 85 00 C5 06 C5 06 41 06 08 00 09 00 00 00
        Strings:
                75 46 43 50 47 41 00
                "uFCPGA"
                47 65 6E 75 69 6E 65 49 6E 74 65 6C 00
                "GenuineIntel"
                44 6F 74 68 61 6E 00
                "Dothan"

Handle 0x0005, DMI type 5, 20 bytes
        Header and Data:
                05 14 05 00 03 04 02 02 0A 08 00 00 05 02 02 06
                00 07 00 04

Handle 0x0006, DMI type 6, 12 bytes
        Header and Data:
                06 0C 06 00 01 01 3C 00 05 09 09 00
        Strings:
                44 52 41 4D 20 53 4C 4F 54 20 30 00
                "DRAM SLOT 0"

Handle 0x0007, DMI type 6, 12 bytes
        Header and Data:
                06 0C 07 00 01 23 3C 00 05 09 09 00
        Strings:
                44 52 41 4D 20 53 4C 4F 54 20 31 00
                "DRAM SLOT 1"

Handle 0x0008, DMI type 7, 19 bytes
        Header and Data:
                07 13 08 00 01 80 01 20 00 20 00 58 00 08 00 00
                03 02 02
        Strings:
                4C 31 20 43 61 63 68 65 00
                "L1 Cache"

Handle 0x0009, DMI type 7, 19 bytes
        Header and Data:
                07 13 09 00 01 81 01 20 80 20 80 58 00 08 00 00
                03 02 02
        Strings:
                4C 32 20 43 61 63 68 65 00
                "L2 Cache"

Handle 0x000A, DMI type 8, 9 bytes
        Header and Data:
                08 09 0A 00 01 00 02 21 11
        Strings:
                4A 50 32 36 00
                "JP26"
                31 33 39 34 00
                "1394"

Handle 0x000B, DMI type 8, 9 bytes
        Header and Data:
                08 09 0B 00 01 00 02 FF 10
        Strings:
                55 53 42 20 43 6F 6E 6E 2E 20 30 00
                "USB Conn. 0"
                4A 50 31 31 00
                "JP11"

Handle 0x000C, DMI type 8, 9 bytes
        Header and Data:
                08 09 0C 00 01 00 02 FF 10
        Strings:
                55 53 42 20 43 6F 6E 6E 2E 20 31 00
                "USB Conn. 1"
                4A 50 31 32 00
                "JP12"

Handle 0x000D, DMI type 8, 9 bytes
        Header and Data:
                08 09 0D 00 01 00 02 FF 10
        Strings:
                55 53 42 20 43 6F 6E 6E 2E 20 32 00
                "USB Conn. 2"
                4A 50 31 33 00
                "JP13"

Handle 0x000E, DMI type 8, 9 bytes
        Header and Data:
                08 09 0E 00 01 00 02 FF 0B
        Strings:
                4A 48 50 31 00
                "JHP1"
                48 45 41 44 50 48 4F 4E 45 00
                "HEADPHONE"

Handle 0x000F, DMI type 9, 13 bytes
        Header and Data:
                09 0D 0F 00 01 07 05 02 04 00 00 01 01
        Strings:
                50 43 4D 43 49 41 20 53 6C 6F 74 00
                "PCMCIA Slot"

Handle 0x0010, DMI type 10, 10 bytes
        Header and Data:
                0A 0A 10 00 83 01 85 02 87 03
        Strings:
                56 47 41 20 43 6F 6E 74 72 6F 6C 6C 65 72 00
                "VGA Controller"
                20 00
                " "
                20 00
                " "
                43 61 72 64 42 75 73 20 42 72 69 64 67 65 00
                "CardBus Bridge"
                49 44 45 20 43 6F 6E 74 72 6F 6C 6C 65 72 00
                "IDE Controller"
                56 47 41 00
                "VGA"

Handle 0x0011, DMI type 11, 5 bytes
        Header and Data:
                0B 05 11 00 01
        Strings:
                20 00
                " "
                2E 2E 2E 2E 2E 2E 2E 2E 2E 2E 2E 2E 2E 2E 2E 2E
                2E 2E 2E 2E 2E 2E 2E 2E 2E 2E 2E 2E 2E 2E 2E 2E
                2E 2E 2E 2E 2E 2E 2E 2E 2E 2E 2E 2E 2E 2E 2E 2E
                2E 2E 2E 2E 2E 2E 2E 2E 2E 2E 2E 2E 00
                "............................................................"

Handle 0x0012, DMI type 12, 5 bytes
        Header and Data:
                0C 05 12 00 01
        Strings:
                2A 00
                "*"

Handle 0x0013, DMI type 16, 15 bytes
        Header and Data:
                10 0F 13 00 03 03 03 00 00 20 00 FE FF 02 00

Handle 0x0014, DMI type 17, 23 bytes
        Header and Data:
                11 17 14 00 13 00 FE FF 40 00 40 00 00 02 0D 01
                01 02 12 80 00 4D 01
        Strings:
                44 52 41 4D 20 53 6C 6F 74 20 30 00
                "DRAM Slot 0"
                42 61 6E 6B 73 20 30 2F 31 00
                "Banks 0/1"

Handle 0x0015, DMI type 17, 23 bytes
        Header and Data:
                11 17 15 00 13 00 FE FF 40 00 40 00 00 02 0D 01
                01 02 12 80 00 4D 01
        Strings:
                44 52 41 4D 20 53 6C 6F 74 20 31 00
                "DRAM Slot 1"
                42 61 6E 6B 73 20 32 2F 33 00
                "Banks 2/3"

Handle 0x0016, DMI type 21, 7 bytes
        Header and Data:
                15 07 16 00 07 04 02

Handle 0x0017, DMI type 22, 26 bytes
        Header and Data:
                16 1A 17 00 01 02 03 04 05 06 00 7D D0 39 06 FF
                00 00 00 00 00 01 00 00 00 00
        Strings:
                31 73 74 20 42 61 74 74 65 72 79 00
                "1st Battery"
                43 4F 4D 50 41 4C 00
                "COMPAL"
                2A 00
                "*"
                2A 00
                "*"
                2A 00
                "*"
                56 31 2E 30 00
                "V1.0"

Handle 0x0018, DMI type 127, 4 bytes
        Header and Data:
                7F 04 18 00

00:00.0 Class 0600: Intel Corp.|Mobile Memory Controller Hub (intel-agp)
00:01.0 Class 0604: Intel Corp.|Mobile Memory Controller Hub PCI Express Port 
(unknown)
00:1d.0 Class 0c03: Intel Corp.|I/O Controller Hub USB (unknown)
00:1d.1 Class 0c03: Intel Corp.|I/O Controller Hub USB (unknown)
00:1d.2 Class 0c03: Intel Corp.|I/O Controller Hub USB (unknown)
00:1d.3 Class 0c03: Intel Corp.|I/O Controller Hub USB (unknown)
00:1d.7 Class 0c03: Intel Corp.|I/O Controller Hub USB2 (unknown)
00:1e.0 Class 0604: Intel Corp.|82801 Hub Interface to PCI Bridge (hw_random)
00:1e.2 Class 0401: Intel Corp.|82801FB/FBM/FR/FW/FRW (ICH6 Family) AC'97 Audio 
Controller (snd-intel8x0)
00:1e.3 Class 0703: Intel Corp.|I/OController Hub Modem (Hsf:www.linmodems.org)
00:1f.0 Class 0601: Intel Corp.|I/O Controller Hub LPC (i810-tco)
00:1f.1 Class 0101: Intel Corp.|I/O Controller Hub PATA (piix)
00:1f.3 Class 0c05: Intel Corp.|I/O Controller Hub SMBus (i2c-i801)
01:00.0 Class 0300: ATI Technologies Inc.|M24 1P [Radeon Mobility X600] (vesa)
02:00.0 Class 0c00: VIA Technologies Inc.|OHCI Compliant IEEE 1394 Host 
Controller (ohci1394)
02:01.0 Class 0200: Realtek Semiconductor|RTL-8169 (r8169)
02:02.0 Class 0280: Intel Corp.|PRO/Wireless 2915ABG MiniPCI Adapter (ipw2200)
02:03.0 Class 0480: Philips Semiconductors|SAA7135HL Multi Media Capture Device 
(saa7134)
02:04.0 Class 0607: ENE Technology Inc.|CB1411 CardBus Controller (yenta_socket)
02:04.1 Class 0501: ENE Technology Inc.|ENE PCI Memory Stick Card Reader 
Controller (unknown)
02:04.2 Class 0805: ENE Technology Inc.|ENE PCI Secure Digital Card Reader 
Controller (unknown)
---:--- Mouse: Generic PS/2 Wheel Mouse [/dev/psaux] (msintellips/2)
-[0000:00]-+-00.0  Intel Corporation Mobile 915GM/PM/GMS/910GML Express 
Processor to DRAM Controller [8086:2590]
           +-01.0-[0000:01]----00.0  ATI Technologies Inc M24 1P [Radeon 
Mobility X600] [1002:3150]
           +-1d.0  Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB 
UHCI #1 [8086:2658]
           +-1d.1  Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB 
UHCI #2 [8086:2659]
           +-1d.2  Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB 
UHCI #3 [8086:265a]
           +-1d.3  Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB 
UHCI #4 [8086:265b]
           +-1d.7  Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB2 
EHCI Controller [8086:265c]
           +-1e.0-[0000:02-06]--+-00.0  VIA Technologies, Inc. VT6306 Fire II 
IEEE 1394 OHCI Link Layer Controller [1106:3044]
           |                    +-01.0  Realtek Semiconductor Co., Ltd. 
RTL-8169 Gigabit Ethernet [10ec:8169]
           |                    +-02.0  Intel Corporation PRO/Wireless 2915ABG 
Network Connection [8086:4223]
           |                    +-03.0  Philips Semiconductors 
SAA7131/SAA7133/SAA7135 Video Broadcast Decoder [1131:7133]
           |                    +-04.0  ENE Technology Inc CB-710/2/4 Cardbus 
Controller [1524:1411]
           |                    +-04.1  ENE Technology Inc ENE PCI Memory Stick 
Card Reader Controller [1524:0530]
           |                    \-04.2  ENE Technology Inc ENE PCI Secure 
Digital Card Reader Controller [1524:0550]
           +-1e.2  Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) AC'97 
Audio Controller [8086:266e]
           +-1e.3  Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) AC'97 
Modem Controller [8086:266d]
           +-1f.0  Intel Corporation 82801FBM (ICH6M) LPC Interface Bridge 
[8086:2641]
           +-1f.1  Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) IDE 
Controller [8086:266f]
           \-1f.3  Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) SMBus 
Controller [8086:266a]
--
coreboot mailing list: [email protected]
http://www.coreboot.org/mailman/listinfo/coreboot

Reply via email to