[coreboot] Patch set updated for coreboot: 53945c0 Tell CBMEM code about ACPI GNVS section

Stefan Reinauer (stefan.reinauer@coreboot.org) gerrit at coreboot.org
Sun Nov 11 20:18:41 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 53945c062c41bd3d3bc14c3dc4b520ca111c0a17
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