W83627DHG/W83627EHG fixups for virtual LDNs.
authorUwe Hermann <uwe@hermann-uwe.de>
Sun, 5 Dec 2010 22:36:14 +0000 (22:36 +0000)
committerUwe Hermann <uwe@hermann-uwe.de>
Sun, 5 Dec 2010 22:36:14 +0000 (22:36 +0000)
commit3a4ed157dcd93f845b92fcea272368bdc41d7a11
treea38b6e622ebae084de6965d3bc0560f4fbaea5fa
parente55eb97f4a6c4ce77d0884aaf1adcb0b29e240bf
W83627DHG/W83627EHG fixups for virtual LDNs.

W83627DHG:

 - Add proper "virtual LDN" handling for the LDNs that need it (i.e., those
   that don't have their "enable" bit in bit 0 of the 0x30 register).

 - Fix various I/O masks in the pnp_dev_info[] array as per
   datasheet. Add missing PNP_IRQ0 to the W83627DHG_ACPI LDN.

W83627EHG:

 - Similar to W83627DHG, improve the "virtual LDN" setup a bit (it was
   mostly implemented already, though).

 - Add missing PNP_IRQ0 to the W83627EHG_ACPI LDN.

Also: Fix up devicetree.cb of all boards using W83627DHG/W83627EHG to adapt
for the virtual LDNs.

include/device/pnp.h: Add comment that 'function' (which refers to the
LDN and should probably be renamed later) has to be at least 16 bits
wide. In theory LDNs could use u8, but due to the virtual LDN info being
encoded in the "high byte" of 'function' it must be at least u16.

asrock/939a785gmh/romstage.c: Drop unused GPIO6_DEV.

ibase/mb899/romstage.c: Use DUMMY_DEV instead of a specific LDN (serial
port 1 in this case) to avoid confusion. The global registers
manipulated there are accessible from any LDN.

Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de>
Acked-by: Rudolf Marek <r.marek@assembler.cz>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6140 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
18 files changed:
src/include/device/pnp.h
src/mainboard/asrock/939a785gmh/devicetree.cb
src/mainboard/asrock/939a785gmh/romstage.c
src/mainboard/asus/a8v-e_deluxe/devicetree.cb
src/mainboard/asus/a8v-e_deluxe/romstage.c
src/mainboard/asus/a8v-e_se/devicetree.cb
src/mainboard/asus/a8v-e_se/romstage.c
src/mainboard/ibase/mb899/devicetree.cb
src/mainboard/ibase/mb899/romstage.c
src/mainboard/kontron/kt690/devicetree.cb
src/mainboard/msi/ms7260/devicetree.cb
src/mainboard/msi/ms9282/devicetree.cb
src/mainboard/msi/ms9652_fam10/devicetree.cb
src/mainboard/nvidia/l1_2pvv/devicetree.cb
src/superio/winbond/w83627dhg/superio.c
src/superio/winbond/w83627dhg/w83627dhg.h
src/superio/winbond/w83627ehg/superio.c
src/superio/winbond/w83627ehg/w83627ehg.h