Author: uwe
Date: Sun Dec 19 02:08:40 2010
New Revision: 6203
URL: https://tracker.coreboot.org/trac/coreboot/changeset/6203
Log:
ASUS M2N-E: Enable PCI-E x16 slot.
Simple devicetree.cb fix, tested on hardware using a PCI-E x16 graphics card.
Signed-off-by: Uwe Hermann <uwe(a)hermann-uwe.de>
Acked-by: Uwe Hermann <uwe(a)hermann-uwe.de>
Modified:
trunk/src/mainboard/asus/m2n-e/devicetree.cb
Modified: trunk/src/mainboard/asus/m2n-e/devicetree.cb
================================…
[View More]==============================================
--- trunk/src/mainboard/asus/m2n-e/devicetree.cb Sun Dec 19 00:30:59 2010 (r6202)
+++ trunk/src/mainboard/asus/m2n-e/devicetree.cb Sun Dec 19 02:08:40 2010 (r6203)
@@ -103,7 +103,7 @@
device pci c.0 on end # PCI E 3 (PCIEX1_2)
device pci d.0 on end # PCI E 2 (PCIEX1_1)
device pci e.0 off end # PCI E 1
- device pci f.0 off end # PCI E 0
+ device pci f.0 on end # PCI E 0 (PCIEX16_1)
register "ide0_enable" = "1" # Primary IDE
register "ide1_enable" = "0" # Secondary IDE (N/A)
register "sata0_enable" = "1"
[View Less]
I have inserted USB2.0 pci extension card to msi ms6119 mainboard.
The problems appear when I try to boot from USB flash drive attached to that
controller. If coreboot detects that controller as EHCI, the boot fails just
at FILO.
If coreboot detects it as UHCI, the boot is successful, but very slow and OS
don't show any signs of EHCI controller.
It looks like swapping flash drive to other ports of controller, makes
controller detection different (UHCI or EHCI).
If there's no flash drive, it …
[View More]looks like it always detect it as EHCI
controller.
May it be the problem with interrupt routing? I used old irq_tables.c file
that I have extracted from original bios some time ago.
But with current tree's file the situation is similar (attached Uwes.txt
file)
[View Less]
On Sat, Dec 18, 2010 at 02:19:48AM +0100, Patrick Georgi wrote:
> attached to this mail you'll find support for the Intel Poulsbo chipset, the
> first iteration of their System Controller Hub (SCH) designs that integrate
> northbridge and southbridge into a single chip.
Great stuff, thanks a lot!
Uwe.
--
http://hermann-uwe.de | http://sigrok.orghttp://randomprojects.org | http://unmaintained-free-software.org
Dear coreboot readers!
This is the automatic build system of coreboot.
The developer "oxygene" checked in revision 6199 to
the coreboot repository. This caused the following
changes:
Change Log:
A couple of Poulsbo fixes:
- Don't include cmc.bin to the build. It's required, but we don't ship it
- mptable's API changes a bit. Adapt.
- Fix ACPI for new iasl versions with improved code validation
Signed-off-by: Patrick Georgi <patrick.georgi(a)coresystems.de>
Acked-by: Patrick Georgi &…
[View More]lt;patrick.georgi(a)coresystems.de>
Build Log:
Compilation of iwave:iWRainbowG6 has been fixed
If something broke during this checkin please be a pain
in oxygene's neck until the issue is fixed.
If this issue is not fixed within 24h the revision should
be backed out.
Best regards,
coreboot automatic build system
[View Less]