search for: tboot_siz

Displaying 1 result from an estimated 1 matches for "tboot_siz".

Did you mean: tboot_size
2009 Jan 29
0
[PATCH v2] txt: 2/5 - ACPI Generic Address Structure for tboot shutdown
...0x%08x\n", tboot_shared->s3_k_wakeup_entry); - printk(" &acpi_sinfo: 0x%p\n", &tboot_shared->acpi_sinfo); - if ( tboot_shared->version >= 0x02 ) - { - printk(" tboot_base: 0x%08x\n", tboot_shared->tboot_base); - printk(" tboot_size: 0x%x\n", tboot_shared->tboot_size); - } + printk(" tboot_base: 0x%08x\n", tboot_shared->tboot_base); + printk(" tboot_size: 0x%x\n", tboot_shared->tboot_size); } void tboot_shutdown(uint32_t shutdown_type) @@ -59,16 +60,8 @@ void tboot_shutdown(uint3...