coreboot-kgpe-d16/src/arch/x86
Frans Hendriks 6f468a58c1 ach/x86/postcar.c: Avoid double CBMEM initialization
On FSP1.1 platform cbmem_initiailze() is called in
chipset_teardown_car_main(). This causes double
call op cbmem_initialize().

Add call to cbmem_online() to avoid double CBMEM init.

BUG  = N/A
TEST = Build and boot on Facebook FBG1701

Change-Id: I449ddfc94f1099d7c0e9005e6a5cf509e1433bb1
Signed-off-by: Frans Hendriks <fhendriks@eltan.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/49646
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
Reviewed-by: Wim Vervoorn <wvervoorn@eltan.com>
2021-01-21 11:03:04 +00:00
..
acpi
include cpu/x86/64bit: Add code to call function in protected mode 2020-12-05 08:19:17 +00:00
acpi.c src: Make HAVE_CF9_RESET set the FADT reset register 2020-07-20 13:23:13 +00:00
acpi_bert_storage.c
acpi_s3.c ACPI: Final APM_CNT_GNVS_UPDATE cleanup 2021-01-04 23:16:03 +00:00
assembly_entry.S arch/x86/gdt: Work around assembler bug 2020-08-21 16:01:42 +00:00
boot.c arch/x86/boot: Jump to payload in protected mode 2020-08-19 09:06:43 +00:00
bootblock.ld arch/x86: Move .id section higher 2021-01-04 23:10:55 +00:00
bootblock_crt0.S arch/x86: Move prologue to .init section 2021-01-07 11:02:03 +00:00
bootblock_normal.c cbfs: Simplify load/map API names, remove type arguments 2020-12-02 22:13:17 +00:00
c_exit.S arch/x86/boot: Jump to payload in protected mode 2020-08-19 09:06:43 +00:00
c_start.S arch/x86: Link gdt_init.S into bootblock 2020-12-16 06:31:55 +00:00
car.ld cbfs: Enable CBFS mcache on most chipsets 2020-12-02 22:12:10 +00:00
cf9_reset.c
cpu.c src/arch: Drop unneeded empty lines 2020-08-24 09:16:19 +00:00
cpu_common.c
ebda.c
exception.c src/arch: Drop unneeded empty lines 2020-08-24 09:16:19 +00:00
exit_car.S arch/x86/exit_car.S: Fix checking clflush support 2020-08-31 06:45:35 +00:00
gdt_init.S arch/x86: Move prologue to .init section 2021-01-07 11:02:03 +00:00
id.S arch/x86: Remove ID_SECTION_OFFSET 2020-12-17 06:24:30 +00:00
idt.S
ioapic.c
Kconfig arch/x86: Remove ID_SECTION_OFFSET 2020-12-17 06:24:30 +00:00
Makefile.inc arch/x86/Makefile.inc: Clean up generated assembly stubs 2021-01-08 08:10:04 +00:00
memcpy.c arch/x86: Add support for ASan to memory functions 2020-08-21 07:46:04 +00:00
memlayout.ld arch/x86: Combine bootblock linker scripts 2020-12-14 08:24:25 +00:00
memmove.c arch/x86: Add support for ASan to memory functions 2020-08-21 07:46:04 +00:00
memset.c arch/x86: Add support for ASan to memory functions 2020-08-21 07:46:04 +00:00
mmap_boot.c coreboot tables: Add SPI flash memory map windows to coreboot tables 2020-12-08 22:56:09 +00:00
mpspec.c
pirq_routing.c src/arch: Drop unneeded empty lines 2020-08-24 09:16:19 +00:00
post.c
postcar.c ach/x86/postcar.c: Avoid double CBMEM initialization 2021-01-21 11:03:04 +00:00
postcar_loader.c
rdrand.c
smbios.c arch/x86/smbios: Update SMBIOS type 17 type detail 2021-01-19 09:02:25 +00:00
smbios_defaults.c arch/x86/smbios: Update SMBIOS type 0 ec version 2020-10-12 08:42:57 +00:00
tables.c
thread.c
thread_switch.S
timestamp.c
timestamp.inc
verstage.c
wakeup.S
walkcbfs.S arch/x86: Move prologue to .init section 2021-01-07 11:02:03 +00:00