| * Copyright (C) 2014, Bin Meng <bmeng.cn@gmail.com> |
| * SPDX-License-Identifier: GPL-2.0+ |
| #include <asm/arch/tnc.h> |
| #include <asm/arch/fsp/fsp_support.h> |
| #include <asm/processor.h> |
| static void unprotect_spi_flash(void) |
| bc = pci_read_config32(PCH_LPC_DEV, 0xd8); |
| bc |= 0x1; /* unprotect the flash */ |
| pci_write_config32(PCH_LPC_DEV, 0xd8, bc); |
| struct pci_controller *hose; |
| post_code(POST_CPU_INIT); |
| #ifdef CONFIG_SYS_X86_TSC_TIMER |
| ret = pci_early_init_hose(&hose); |
| post_code(POST_CPU_INFO); |
| return default_print_cpuinfo(); |
| void reset_cpu(ulong addr) |
| void board_final_cleanup(void) |
| /* call into FspNotify */ |
| debug("Calling into FSP (notify phase INIT_PHASE_BOOT): "); |
| status = fsp_notify(NULL, INIT_PHASE_BOOT); |
| if (status != FSP_SUCCESS) |
| debug("fail, error code %x\n", status); |