coreboot-kgpe-d16/src/soc/intel/baytrail
Kyösti Mälkki 3139c8dc05 ACPI: Drop redundant CBMEM_ID_ACPI_GNVS allocations
Allocation now happens prior to device enumeration. The
step cbmem_add() is a no-op here, if reached for some
boards. The memset() here is also redundant and becomes
harmful with followup works, as it would wipe out the
CBMEM console and ChromeOS related fields without them
being set again.

Change-Id: I9b2625af15cae90b9c1eb601e606d0430336609f
Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/48701
Reviewed-by: Lance Zhao
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-by: Nico Huber <nico.h@gmx.de>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
2021-01-10 11:15:10 +00:00
..
acpi soc/intel/baytrail/southcluster.asl: Use consistent comment formatting 2021-01-04 23:11:35 +00:00
bootblock src: Include <arch/io.h> when appropriate 2020-10-26 06:44:40 +00:00
include/soc soc/intel: Drop indirect <soc/nvs.h> include 2021-01-03 11:37:04 +00:00
romstage sb,soc/intel: Drop unnecessary headers 2020-12-22 17:28:23 +00:00
acpi.c soc/intel: Drop indirect <soc/nvs.h> include 2021-01-03 11:37:04 +00:00
chip.c src/soc/intel: Drop unneeded empty lines 2020-09-21 16:15:25 +00:00
chip.h
cpu.c src/soc/intel: Drop unneeded empty lines 2020-09-21 16:15:25 +00:00
dptf.c
ehci.c
elog.c
emmc.c soc/intel: Replace <soc/nvs.h> with <soc/device_nvs.h> 2021-01-03 11:35:51 +00:00
fadt.c
gfx.c
gpio.c
hda.c
iosf.c
Kconfig src: Rename EM100Pro-specific SPI console Kconfig option 2020-10-13 08:40:52 +00:00
lpe.c
lpss.c
Makefile.inc
memmap.c
modphy_table.c
northcluster.c
pcie.c
perf_power.c src/soc/intel: Drop unneeded empty lines 2020-09-21 16:15:25 +00:00
placeholders.c
pmutil.c src/soc/intel: Drop unneeded empty lines 2020-09-21 16:15:25 +00:00
ramstage.c ACPI: Drop redundant CBMEM_ID_ACPI_GNVS allocations 2021-01-10 11:15:10 +00:00
refcode.c
refcode_native.c
sata.c
scc.c src/soc/intel: Drop unneeded empty lines 2020-09-21 16:15:25 +00:00
sd.c soc/intel: Replace <soc/nvs.h> with <soc/device_nvs.h> 2021-01-03 11:35:51 +00:00
smihandler.c arch/x86: Pass GNVS as parameter to SMM module 2021-01-04 23:15:46 +00:00
smm.c
southcluster.c ACPI: Drop redundant CBMEM_ID_ACPI_GNVS allocations 2021-01-10 11:15:10 +00:00
tsc_freq.c
xhci.c