coreboot/src
Stefan Reinauer d17fe51d9a Fix compilation of x86emu with gcc 4.6.x
gcc 4.6 complains about unused but set variables in x86emu.
Particularly some variables are always set but only used in
debug mode, or when FPU support is enabled.

Change-Id: Ic53bd2303171ab717eb2d2c0ed72744d3eb6989e
Signed-off-by: Stefan Reinauer <reinauer@google.com>
Reviewed-on: http://review.coreboot.org/258
Tested-by: build bot (Jenkins)
Reviewed-by: Marc Jones <marcj303@gmail.com>
2011-10-13 20:01:47 +02:00
..
arch/x86 refactor vesa mode setting code and bootsplash code 2011-10-13 20:00:50 +02:00
boot more ifdef -> if fixes. 2011-04-21 21:26:58 +00:00
console Add support for the tracing infastructure in coreboot. 2011-09-07 01:26:47 +02:00
cpu Fixed broken MTRR for >4GB memory on AMD K8 fam 0fh rev <=E 2011-10-11 08:49:59 +02:00
devices Fix compilation of x86emu with gcc 4.6.x 2011-10-13 20:01:47 +02:00
drivers Add support for memory mapped UARTs to coreboot and add the OXPCIe952 as an 2011-04-26 23:47:04 +00:00
ec Lenovo H8: Always clear audio mute 2011-08-19 14:17:06 +02:00
include Enable/fix compilation of i8254 code in ram stage. 2011-10-13 20:00:22 +02:00
lib refactor vesa mode setting code and bootsplash code 2011-10-13 20:00:50 +02:00
mainboard Refactor option rom initialization code in coreboot. 2011-10-13 20:00:37 +02:00
northbridge amdk8: ASL include for K8 temperature sensor support in ACPI 2011-10-12 07:54:25 +02:00
pc80 Enable/fix compilation of i8254 code in ram stage. 2011-10-13 20:00:22 +02:00
southbridge Use default table creator macro for all SSDTs 2011-10-13 19:59:45 +02:00
superio w83627hf: ASL include containing virtual device tree of the SuperIO 2011-10-12 07:56:29 +02:00
vendorcode sb800: sata combine mode configure fix 2011-10-11 08:07:21 +02:00
Kconfig refactor vesa mode setting code and bootsplash code 2011-10-13 20:00:50 +02:00
Kconfig.deprecated_options some ifdef --> if fixes 2011-04-21 20:24:43 +00:00