Re: [coreboot] [PATCH] CONFIG_DEBUG_RAM_SETUP breaks build on i82810, i440bx and maybe more

2010-12-21 Thread Idwer Vollering
2010/12/21 Keith Hui buu...@gmail.com: As promised. Attached is my fix: Copy/paste: Index: src/northbridge/intel/i440bx/raminit.c === --- src/northbridge/intel/i440bx/raminit.c (revision 6205) +++

Re: [coreboot] [PATCH] CONFIG_DEBUG_RAM_SETUP bre aks build on i82810, i440bx and maybe more

2010-12-21 Thread Joseph Smith
On Mon, 20 Dec 2010 22:53:13 -0500, Keith Hui buu...@gmail.com wrote: Joseph, now go fix i810. ;-) Sorry, It will not be for a while I am to busy working on other things at the moment. Maybe Uwe, Anders, or anyone else contributing to i810? -- Thanks, Joseph Smith Set-Top-Linux

[coreboot] question on disable_cache_as_ram() function.

2010-12-21 Thread Fengwei Zhang
Hi all, I have tested S3 on board m2v-mx_se. it works. But if I put two DDR2 on board, it would die at post_cache_as_ram. it because stack variable resume_backup_memory changed its value to 0x after invoking disable_cache_as_ram_bsp(). I am trying to fix this. but I got some question

Re: [coreboot] question on disable_cache_as_ram() function.

2010-12-21 Thread Stefan Reinauer
* Fengwei Zhang namedy...@gmail.com [101222 00:31]: Hi all, I have tested S3 on board m2v-mx_se. it works. But if I put two DDR2 on board, it would die at post_cache_as_ram. it because stack variable resume_backup_memory changed its value to 0x after invoking

Re: [coreboot] [PATCH] CONFIG_DEBUG_RAM_SETUP breaks build on i82810, i440bx and maybe more

2010-12-21 Thread Keith Hui
On Tue, Dec 21, 2010 at 8:53 AM, Idwer Vollering vid...@gmail.com wrote: 2010/12/21 Keith Hui buu...@gmail.com: As promised. Attached is my fix: Copy/paste: *snip* Index: src/northbridge/intel/i440bx/debug.c === ---

Re: [coreboot] question on disable_cache_as_ram() function.

2010-12-21 Thread Russell Whitaker
On Wed, 22 Dec 2010, Stefan Reinauer wrote: * Fengwei Zhang namedy...@gmail.com [101222 00:31]: Hi all, I have tested S3 on board m2v-mx_se. it works. But if I put two DDR2 on board, it would die at post_cache_as_ram. it because stack variable resume_backup_memory changed its value to