Ignore:
Timestamp:
Apr 13, 2009 7:57:44 PM (4 years ago)
Author:
ruik
Message:

Following patch adds necessary hooks and as well the compile time checks for
ACPI suspend/resume.

The memory cleared now is just the coreboot memory not the low memory.

Signed-off-by: Rudolf Marek <r.marek@…>
Acked-by: Peter Stuge <peter@…>

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/coreboot-v2/src/cpu/amd/car/clear_init_ram.c

    r2294 r4099  
    77        // will reuse %edi as 0 from clear_memory for copy_and_run part, actually it is increased already 
    88        // so noline clear_init_ram 
    9         clear_memory(0,  ((CONFIG_LB_MEM_TOPK<<10) - DCACHE_RAM_SIZE)); 
    10  
     9        clear_memory( _RAMBASE,  (CONFIG_LB_MEM_TOPK << 10) -  _RAMBASE - DCACHE_RAM_SIZE); 
    1110} 
    1211 
Note: See TracChangeset for help on using the changeset viewer.