coreboot/src
Aaron Durbin d86e0e6638 cpu/x86/mtrr: don't guard function declarations
set_var_mtrr() and get_free_var_mtrr() don't need to be guarded
against various stages. It just complicates code which lives
in a compilation unit that is compiled for multiple stages by
needing to reflect the same guarding. Instead, just drop the
declaration guard. earlymtrr.c is still just compiled for earlier
stages, but if needed it's easy to move to a mtrr_util.c that
is compiled for all stages.

Change-Id: Id6be6f613771380d5ce803eacf1a0c8b230790b6
Signed-off-by: Aaron Durbin <adurbin@chromium.org>
Reviewed-on: https://review.coreboot.org/20018
Reviewed-by: Furquan Shaikh <furquan@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Philippe Mathieu-Daudé <philippe.mathieu.daude@gmail.com>
2017-06-05 00:21:31 +02:00
..
acpi
arch arch/arm/include/armv7/arch: Correct keyword organization in cpu.h 2017-06-02 18:31:03 +02:00
commonlib commonlib: Move drivers/storage into commonlib/storage 2017-05-12 18:20:33 +02:00
console console/flashsconsole: Add spi flash console for debugging 2017-06-04 18:44:56 +02:00
cpu arch/x86: Add function to determine if we're currently running from CAR 2017-05-30 22:19:25 +02:00
device Kconfig: Add choice of framebuffer mode 2017-06-04 18:47:19 +02:00
drivers Kconfig: Add choice of framebuffer mode 2017-06-04 18:47:19 +02:00
ec ec/ene_kb3940q: correct ACPI battery data fed into ToString() 2017-06-04 18:42:07 +02:00
include cpu/x86/mtrr: don't guard function declarations 2017-06-05 00:21:31 +02:00
lib lib/coreboot_tables: Remove weak fill_lb_framebuffer() 2017-06-04 18:47:39 +02:00
mainboard google/rambi: add board-specific USB port info 2017-06-04 21:39:21 +02:00
northbridge Kconfig: Add choice of framebuffer mode 2017-06-04 18:47:19 +02:00
soc soc/broadwell: add ACPI method to generate USB port info 2017-06-04 21:38:48 +02:00
southbridge sb/intel/bd82x6x: Disable unused bridges 2017-06-02 18:51:40 +02:00
superio superio/winbond/*/header: Include <arch/io.h> 2017-06-04 18:45:42 +02:00
vboot vboot: Separate board name and version number in FWID with a dot 2017-04-29 01:44:10 +02:00
vendorcode vendorcode/intel/fsp/fsp2_0/glk: Add FSP header files for GLK 2017-05-12 05:32:39 +02:00
Kconfig lib/edid: Split out fill_lb_framebuffer() 2017-05-30 18:32:44 +02:00