Tell CBMEM code about ACPI GNVS section
We moved GNVS to it's own section, but forgot to tell the cbmem code about it. This is purely cosmetical, but add it anyways. Change-Id: Icb3788c0325ea79cc1efff4a876412d07da7936e Signed-off-by: Stefan Reinauer <reinauer@google.com> Reviewed-on: http://review.coreboot.org/1782 Tested-by: build bot (Jenkins) Reviewed-by: Ronald G. Minnich <rminnich@gmail.com>
This commit is contained in:
parent
4b85d9b434
commit
13c2c025a4
1 changed files with 1 additions and 0 deletions
|
|
@ -255,6 +255,7 @@ void cbmem_list(void)
|
|||
case CBMEM_ID_MPTABLE: printk(BIOS_DEBUG, "SMP TABLE "); break;
|
||||
case CBMEM_ID_RESUME: printk(BIOS_DEBUG, "ACPI RESUME"); break;
|
||||
case CBMEM_ID_RESUME_SCRATCH: printk(BIOS_DEBUG, "ACPISCRATCH"); break;
|
||||
case CBMEM_ID_ACPI_GNVS: printk(BIOS_DEBUG, "ACPI GNVS "); break;
|
||||
case CBMEM_ID_SMBIOS: printk(BIOS_DEBUG, "SMBIOS "); break;
|
||||
case CBMEM_ID_TIMESTAMP: printk(BIOS_DEBUG, "TIME STAMP "); break;
|
||||
case CBMEM_ID_MRCDATA: printk(BIOS_DEBUG, "MRC DATA "); break;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue