[coreboot] Patch set updated for coreboot: 5a2f092 Tell CBMEM code about ACPI GNVS section

Stefan Reinauer (stefan.reinauer@coreboot.org) gerrit at coreboot.org
Wed Nov 7 20:20:10 CET 2012


Stefan Reinauer (stefan.reinauer at coreboot.org) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/1782

-gerrit

commit 5a2f092f6da8a038868762abb5a6c0c739d9820f
Author: Stefan Reinauer <reinauer at chromium.org>
Date:   Mon Oct 15 15:28:21 2012 -0700

    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 at google.com>
---
 src/lib/cbmem.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/lib/cbmem.c b/src/lib/cbmem.c
index 0f2a15d..7378d8c 100644
--- a/src/lib/cbmem.c
+++ b/src/lib/cbmem.c
@@ -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;




More information about the coreboot mailing list