Re: [coreboot] [PATCH 4/7] ASUS M2V support (v2): VT8237A specific initialization

2010-11-03 Thread Tobias Diedrich
Rudolf Marek wrote: >> +if (!devfun7) >> +return; >> + >> +/* >> + * This init code is valid only for the VT8237A! For different >> + * sounthbridges (e.g. VT8237S, VT8237R (without plus R) > > typo :) maybe was just copied? Did you get the values from orig bios? Or > j

Re: [coreboot] [PATCH 4/7] ASUS M2V support (v2): VT8237A specific initialization

2010-11-02 Thread Rudolf Marek
On 29.10.2010 14:15, Tobias Diedrich wrote: Hmpf, forgot to compiletest this one and missed the unused pdev, fixed. This adds VT8237A specific VLINK/LPC init functions in vt8237_ctrl.c and vt8237r_lpc.c Signed-off-by: Tobias Diedrich --- Index: src/southbridge/via/vt8237r/vt8237_ctrl.c ==

Re: [coreboot] [PATCH 4/7] ASUS M2V support (v2): VT8237A specific initialization

2010-10-29 Thread Tobias Diedrich
Hmpf, forgot to compiletest this one and missed the unused pdev, fixed. This adds VT8237A specific VLINK/LPC init functions in vt8237_ctrl.c and vt8237r_lpc.c Signed-off-by: Tobias Diedrich --- Index: src/southbridge/via/vt8237r/vt8237_ctrl.c ===