Stage 1 mostly works. Stage 2 needs lots of twiddling.
cpu setup is nonexistent. No car either. Work remains ... Signed-off-by: Ronald G. Minnich <rminnich@gmail.com> Acked-by: Ronald G. Minnich <rminnich@gmail.com> git-svn-id: svn://coreboot.org/repository/coreboot-v3@1000 f3766cd6-281f-0410-b1cd-43a5c92072e9
This commit is contained in:
parent
94d70e4147
commit
a505ea5006
11 changed files with 26 additions and 182 deletions
|
|
@ -235,6 +235,8 @@
|
|||
#define PCI_VENDOR_ID_CIRRUS 0x1013
|
||||
#define PCI_DEVICE_ID_CIRRUS_5446 0x00b8 /* Used by QEMU */
|
||||
|
||||
#define PCI_VENDOR_ID_INTEL 0x8086
|
||||
|
||||
#define PCI_VENDOR_ID_NVIDIA 0x10de
|
||||
#define PCI_DEVICE_ID_NVIDIA_MCP55_LPC 0x0360
|
||||
#define PCI_DEVICE_ID_NVIDIA_MCP55_SLAVE 0x0361
|
||||
|
|
|
|||
|
|
@ -31,7 +31,7 @@ u8 rawpnp_read_config(u16 port, u8 reg);
|
|||
void rawpnp_set_logical_device(u16 port, u8 ldn);
|
||||
void rawpnp_set_enable(u16 port, int enable);
|
||||
void rawpnp_set_iobase(u16 port, u8 index, u16 iobase);
|
||||
void rawpnp_set_irq(u16 port, unsigned index, unsigned irq);
|
||||
|
||||
/* Primitive pnp resource manipulation */
|
||||
void pnp_write_config(struct device * dev, u8 reg, u8 value);
|
||||
u8 pnp_read_config(struct device * dev, u8 reg);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue