[coreboot] Patch merged into coreboot/master: ac9c349 chromeos: Pass pointer to ChromeOS ACPI structure instead of VB Shared Data

gerrit at coreboot.org gerrit at coreboot.org
Wed Jul 25 08:31:40 CEST 2012


the following patch was just integrated into master:
commit ac9c349576511d4c8e67a4964fe777a9658c9534
Author: Stefan Reinauer <reinauer at chromium.org>
Date:   Wed Jun 13 13:12:19 2012 -0700

    chromeos: Pass pointer to ChromeOS ACPI structure instead of VB Shared Data
    
    coreboot used to pass some information to u-boot in the coreboot table
    and other information in a modified flat device tree. Since the FDT code
    was never upstreamed and removed from our tree, u-boot was changed to
    get the information it needs from the coreboot table alone. However,
    in the process of this change only the vboot shared data structure was
    passed on by coreboot, so when u-boot tried to update the ChromeOS
    specific ACPI entries, it would accidently overwrite the vboot data.
    This patch passes on the ChromeOS specific ACPI data structure instead
    of the vboot shared data. Another change to u-boot will teach it how
    to get to the vboot shared data from there.
    
    Change-Id: Ifbb64eafc0d9967887b4cdeebf97d0c4ce019290
    Signed-off-by: Stefan Reinauer <reinauer at google.com>

Reviewed-By: Patrick Georgi <patrick at georgi-clan.de> at Wed Jul 25 08:31:39 2012, giving +2
See http://review.coreboot.org/1282 for details.

-gerrit




More information about the coreboot mailing list