Author: stepan Date: 2009-08-06 12:21:41 +0200 (Thu, 06 Aug 2009) New Revision: 104
Modified: trunk/filo/drivers/intel.c Log: fix physical memory access in intel driver.. Modified: trunk/filo/drivers/intel.c =================================================================== --- trunk/filo/drivers/intel.c 2009-07-30 17:10:26 UTC (rev 103) +++ trunk/filo/drivers/intel.c 2009-08-06 10:21:41 UTC (rev 104) @@ -24,7 +24,7 @@ #define DEBUG_THIS CONFIG_DEBUG_INTEL #include <debug.h> -#define DEFAULT_RCBA 0xfed1c000 +#define DEFAULT_RCBA phys_to_virt(0xfed1c000) #define PM1_STS 0x00 #define PWRBTN_STS (1 << 8) -- coreboot mailing list: [email protected] http://www.coreboot.org/mailman/listinfo/coreboot

