Re: [coreboot] [PATCH 7/7] ASUS M2V support (v2): Add m2v mainboard directory and files

2010-11-03 Thread Tobias Diedrich
Peter Stuge wrote: > Tobias Diedrich wrote: > > >> +/* > > >> + * Northbridge pcie bridge 3.3 is not connected to anything, > > >> hide it. > > >> + */ > > >> +tmp = pci_cf8_conf1.read8(NULL, 0, PCI_DEVFN(0x0, 5), 0xf0); > > >> +tmp&= ~0x10; /* hide pcie bri

Re: [coreboot] [PATCH 7/7] ASUS M2V support (v2): Add m2v mainboard directory and files

2010-11-03 Thread Peter Stuge
Tobias Diedrich wrote: > >> + /* > >> + * Northbridge pcie bridge 3.3 is not connected to anything, hide it. > >> + */ > >> + tmp = pci_cf8_conf1.read8(NULL, 0, PCI_DEVFN(0x0, 5), 0xf0); > >> + tmp&= ~0x10; /* hide pcie bridge 0:3.3 */ > >> + tmp&= ~0x40; /* hide scratch register function 0

Re: [coreboot] [PATCH 7/7] ASUS M2V support (v2): Add m2v mainboard directory and files

2010-11-03 Thread Tobias Diedrich
Rudolf Marek wrote: > On 29.10.2010 14:14, Tobias Diedrich wrote: >> This adds the m2v directory to src/mainboards/asus and adjusts the Kconfig. >> Note: >> >> I added pci irq routing setup based on pirq tables: >> pci_fixup_irqs() in irq_tables.c >> >> I didn't see any existing functionality that

Re: [coreboot] [PATCH 7/7] ASUS M2V support (v2): Add m2v mainboard directory and files

2010-11-02 Thread Rudolf Marek
Hi, On 29.10.2010 14:14, Tobias Diedrich wrote: This adds the m2v directory to src/mainboards/asus and adjusts the Kconfig. Note: I added pci irq routing setup based on pirq tables: pci_fixup_irqs() in irq_tables.c I didn't see any existing functionality that will just take the pirq informati