coreboot/src
Jean Lucas 9ab9c33d7d lib/gcov-glue.c: Remove trailing number from COVERAGE_MAGIC macro
The COVERAGE_MAGIC macro has a trailing `4' on it, which makes it a
64-bit large integer, as opposed to a 32-bit unsigned integer, as
originally designated in `util/cbmem/cbmem.c'. Remove this number so
building with CODE_COVERAGE will succeed.

Change-Id: Ib5d7f2704a4c092c3eca6f62e219edb30950d793
Signed-off-by: Jean Lucas <jean@4ray.co>
Reviewed-on: https://review.coreboot.org/13520
Tested-by: build bot (Jenkins)
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Martin Roth <martinroth@google.com>
2016-02-02 01:39:28 +01:00
..
acpi acpi/: add missing license header 2016-01-14 22:52:11 +01:00
arch arch/x86: Implement minimal bootblock for C_ENVIRONMENT_BOTOBLOCK 2016-01-30 03:11:46 +01:00
commonlib chromeos: Add timestamps to measure VPD read times 2016-01-27 16:27:18 +01:00
console console: Simplify bootblock console Kconfig selection logic 2016-01-21 05:37:27 +01:00
cpu cpu/amd/fam10h-15h: Add workaround for AMD Erratum 600 2016-02-01 23:00:51 +01:00
device arch/x86: Drop arch/pciconf.h 2016-01-26 20:22:44 +01:00
drivers drivers/pc80: Add PS/2 mouse presence detect 2016-02-01 22:10:46 +01:00
ec drivers/pc80: Add PS/2 mouse presence detect 2016-02-01 22:10:46 +01:00
include cpu/amd/fam10h-fam15h: Add new wait_ap_stopped function 2016-02-01 22:57:08 +01:00
lib lib/gcov-glue.c: Remove trailing number from COVERAGE_MAGIC macro 2016-02-02 01:39:28 +01:00
mainboard mainboard/asus/kgpe-d16: Wait for all APs to stop before MCT setup 2016-02-01 22:57:55 +01:00
northbridge nb/amd/amdmct/mct_ddr3: Save and restore SkewMemClk for S3 resume 2016-02-01 22:56:33 +01:00
soc drivers/intel/fsp1_1: Fix spelling error in API and copyright 2016-01-31 20:51:29 +01:00
southbridge drivers/pc80: Add PS/2 mouse presence detect 2016-02-01 22:10:46 +01:00
superio drivers/pc80: Add PS/2 mouse presence detect 2016-02-01 22:10:46 +01:00
vendorcode vendorcode/intel: remove unused apple specific assembler macros 2016-01-31 22:37:06 +01:00
Kconfig Kconfig: Recommend not enabling UPDATE_IMAGE option 2016-01-22 19:22:07 +01:00