coreboot/src
Kyösti Mälkki 29e9c22eb7 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@gmail.com>
Reviewed-on: http://review.coreboot.org/3967
Tested-by: build bot (Jenkins)
Reviewed-by: Aaron Durbin <adurbin@google.com>
2013-10-15 13:14:03 +02:00
..
arch Revert "CBMEM: Always have early initialisation" 2013-10-14 17:16:22 +02:00
console Revert "CBMEM: Always have early initialisation" 2013-10-14 17:16:22 +02:00
cpu vendorcode/amd/agesa/f16kb: Update Kabini PI from v1.0.0.0 to v1.0.0.7 2013-10-15 05:01:11 +02:00
device Add test to match struct device with pci_devfn_t 2013-08-24 07:38:23 +02:00
drivers Rename cpu/x86/car.h to arch/early_variables.h 2013-10-13 12:47:05 +02:00
ec ec/kontron/it8516e: Add sanity checks for values from nvram 2013-07-29 23:22:12 +02:00
include Rename cpu/x86/car.h to arch/early_variables.h 2013-10-13 12:47:05 +02:00
lib timestamps: Fix some lost timestamps for romstage 2013-10-15 13:14:03 +02:00
mainboard AMD Olive Hill: Disable NoSnoopEnable to fix HDMI audio corruptions with Ubuntu 2013-10-15 05:02:25 +02:00
northbridge Revert "CBMEM: Always have early initialisation" 2013-10-14 17:16:22 +02:00
southbridge ck804: hide IOAPIC base address in PCI_BASE_ADDRESS_1 2013-10-14 02:22:07 +02:00
superio w83627hf/acpi: Move floppy drive enumeration from _INI into _FDE. 2013-08-15 21:30:53 +02:00
vendorcode vendorcode/amd/agesa/f16kb: Update Kabini PI from v1.0.0.0 to v1.0.0.7 2013-10-15 05:01:11 +02:00
Kconfig Revert "CBMEM: Always have early initialisation" 2013-10-14 17:16:22 +02:00