src: Use '#include <timestamp.h>' when needed
Change-Id: Ic0483982e8115ae99367d08d8ed77b8a316f5405 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/34231 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Julius Werner <jwerner@chromium.org>
This commit is contained in:
parent
9fe5dde68d
commit
b56224408e
|
@ -23,7 +23,6 @@
|
|||
#include <fsp/util.h>
|
||||
#include <fsp/memmap.h>
|
||||
#include <program_loading.h>
|
||||
#include <timestamp.h>
|
||||
|
||||
/* platform_enter_postcar() determines the stack to use after
|
||||
* cache-as-ram is torn down as well as the MTRR settings to use,
|
||||
|
|
|
@ -21,6 +21,7 @@
|
|||
#include <pc80/mc146818rtc.h>
|
||||
#include <program_loading.h>
|
||||
#include <symbols.h>
|
||||
#include <timestamp.h>
|
||||
|
||||
DECLARE_OPTIONAL_REGION(timestamp);
|
||||
|
||||
|
|
|
@ -19,6 +19,7 @@
|
|||
#include <delay.h>
|
||||
#include <program_loading.h>
|
||||
#include <symbols.h>
|
||||
#include <timestamp.h>
|
||||
|
||||
extern u8 compressed_bootblock[];
|
||||
asm (
|
||||
|
|
|
@ -35,7 +35,6 @@
|
|||
#include <soc/pci_devs.h>
|
||||
#include <soc/pm.h>
|
||||
#include <spi-generic.h>
|
||||
#include <timestamp.h>
|
||||
|
||||
static const struct pad_config tpm_spi_configs[] = {
|
||||
#if CONFIG(SOC_INTEL_GLK)
|
||||
|
|
|
@ -22,7 +22,6 @@
|
|||
#include <soc/bootblock.h>
|
||||
#include <soc/iomap.h>
|
||||
#include <spi-generic.h>
|
||||
#include <timestamp.h>
|
||||
#include <console/console.h>
|
||||
|
||||
const FSPT_UPD temp_ram_init_params = {
|
||||
|
|
|
@ -16,7 +16,6 @@
|
|||
#include <device/mmio.h>
|
||||
#include <types.h>
|
||||
#include <delay.h>
|
||||
#include <timestamp.h>
|
||||
#include <commonlib/helpers.h>
|
||||
#include <string.h>
|
||||
#include <soc/clock.h>
|
||||
|
|
|
@ -16,7 +16,6 @@
|
|||
#include <device/mmio.h>
|
||||
#include <types.h>
|
||||
#include <delay.h>
|
||||
#include <timestamp.h>
|
||||
#include <gpio.h>
|
||||
|
||||
void gpio_configure(gpio_t gpio, uint32_t func, uint32_t pull,
|
||||
|
|
|
@ -15,7 +15,6 @@
|
|||
|
||||
#include <symbols.h>
|
||||
#include <device/device.h>
|
||||
#include <timestamp.h>
|
||||
#include <soc/mmu.h>
|
||||
#include <soc/symbols.h>
|
||||
|
||||
|
|
Loading…
Reference in New Issue