[coreboot-gerrit] Patch merged into coreboot/master: 29e9c22 timestamps: Fix some lost timestamps for romstage

gerrit at coreboot.org gerrit at coreboot.org
Tue Oct 15 13:14:04 CEST 2013


the following patch was just integrated into master:
commit 29e9c22eb71f0a7dcbeaa6fbf2a049dbc56b7c05
Author: Kyösti Mälkki <kyosti.malkki at gmail.com>
Date:   Sun Oct 13 13:27:56 2013 +0300

    timestamps: Fix some lost timestamps for romstage
    
    Timestamps from cbfs_and_run, TS_START_COPYRAM and TS_END_COPYRAM,
    were lost with commit b766b1c7.
    
    Reason is variable ts_table was referencing CAR storage after CAR
    is torn doesn. Add use of car_get_var() / car_set_var() so the
    references go to migrated storage in CBMEM.
    
    Change-Id: I5a942ad7fd59a04e3a5255f4a3636d37dcfc1591
    Signed-off-by: Kyösti Mälkki <kyosti.malkki at gmail.com>
    Reviewed-on: http://review.coreboot.org/3967
    Tested-by: build bot (Jenkins)
    Reviewed-by: Aaron Durbin <adurbin at google.com>


See http://review.coreboot.org/3967 for details.

-gerrit



More information about the coreboot-gerrit mailing list