Dear coreboot readers!
This is the automated build check service of coreboot.
The developer "ruik" checked in revision 3104 to the coreboot source repository and caused the following changes:
Change Log: Some SIO/PNP devices are abusing register 0x30 for multiple LDN enables, like mine W83627EHF.
This patch introduces a concept of virtual LDN. Each virtual LDN is unique, but maps to original LDN and bit position in register 0x30.
VirtualLDN = origLDN[7:0] | bitpos[10:8]
Signed-off-by: Rudolf Marek r.marek@assembler.cz Acked-by: Stefan Reinauer stepan@coresystems.de
Build Log: Compilation of amd:serengeti_cheetah_fam10 is still broken See the error log at http://qa.coreboot.org/log_buildbrd.php?revision=3104&device=serengeti_c... Compilation of embeddedplanet:ep405pc has been broken See the error log at http://qa.coreboot.org/log_buildbrd.php?revision=3104&device=ep405pc&... Compilation of motorola:sandpointx3_altimus_mpc7410 has been broken See the error log at http://qa.coreboot.org/log_buildbrd.php?revision=3104&device=sandpointx3... Compilation of totalimpact:briq has been broken See the error log at http://qa.coreboot.org/log_buildbrd.php?revision=3104&device=briq&ve...
If something broke during this checkin please be a pain in ruik'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