On Sat, Jan 08, 2011 at 03:22:15AM +0100, Idwer Vollering wrote:
2011/1/8 Roger <[1]rogerx.oss@gmail.com>
On Fri, Jan 07, 2011 at 10:45:40PM +0200, Jouni Mettälä wrote: > Hi > Parts of original patch are already in coreboot. This version made cache > work in my board now. It might need work so it doesn't break others. Here > is part of serial capture. Rest is attached Got the following on compile: CC southbridge/intel/i82371eb/reset.driver.o CC northbridge/intel/i440bx/northbridge.driver.o CC cpu/intel/model_6xx/model_6xx_init.driver.o CC cpu/intel/model_65x/model_65x_init.driver.o make: *** No rule to make target `src/cpu/intel/model_67x/l2_cache.c', needed by `build/cpu/intel/model_67x/l2_cache.driver.o'. Stop.
Jouni: is l2_cache.c a new file ? If it is: have you forgot to ad it (svn add l2_cache.c) ?
find src/coreboot -iname "l2_cache.c" returns null here. :-/