2b6e93bd7a
The only difference is that the "G" version is in a Pb-free package, which is not relevant from a programmer's view. We keep W83627THG (and drop W83627THF) because: - The W83627THF had a CIR device / LDN which doesn't actually exist. - The W83627THF had no GPIO2, GPIO3 LDNs (were commented out). - The W83627THF didn't use the PNP_MSC0/1 which is needed/used by boards. This also fixes an issue on MSI MS7135's devicetree.cb: device pnp 4e.6 off end # XXX keep allocator happy The line above can be (and is) removed, as it was only needed due to the incorrect CIR LDN in the W83627THF. In the iwill/dk8x target: Drop incorrect LDNs 4 and 6, add 0xb. Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de> Acked-by: Peter Stuge <peter@stuge.se> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6080 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
8 lines
179 B
Makefile
8 lines
179 B
Makefile
subdirs-y += w83627dhg
|
|
subdirs-y += w83627ehg
|
|
subdirs-y += w83627hf
|
|
subdirs-y += w83627thg
|
|
subdirs-y += w83627uhg
|
|
subdirs-y += w83697hf
|
|
subdirs-y += w83977f
|
|
subdirs-y += w83977tf
|