coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
romstage_handoff.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

int romstage_handoff_init (int is_s3_resume)
 
int romstage_handoff_is_resume (void)
 

Function Documentation

◆ romstage_handoff_init()

int romstage_handoff_init ( int  is_s3_resume)

Definition at line 42 of file romstage_handoff.c.

References NULL, romstage_handoff_find_or_add(), and romstage_handoff::s3_resume.

Referenced by car_stage_entry(), do_fsp_post_memory_init(), i945_prepare_resume(), mainboard_romstage_entry(), raminit_common(), and romstage_main().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ romstage_handoff_is_resume()

int romstage_handoff_is_resume ( void  )

Definition at line 56 of file romstage_handoff.c.

References BIOS_DEBUG, cbmem_find(), CBMEM_ID_ROMSTAGE_INFO, NULL, printk, and romstage_handoff::s3_resume.

Referenced by acpi_is_wakeup_s3(), and resume_from_stage_cache().

Here is the call graph for this function:
Here is the caller graph for this function: