coreboot-kgpe-d16/src/soc/mediatek/mt8186
Xi Chen 426ea9670f soc/mediatek: Extract dramc_param_header to a common header
To be shared with different SOCs, move the dramc_param_header struct
as well DRAMC_PARAM_FLAG and DRAMC_PARAM_CONFIG enums to a common
header file dramc_param_common.h.

TEST=fast calibration pass
BUG=b:204226005

Signed-off-by: Xi Chen <xixi.chen@mediatek.corp-partner.google.com>
Change-Id: I087971799803e47e34c30063b2b0bd0cfc5795ac
Reviewed-on: https://review.coreboot.org/c/coreboot/+/61132
Reviewed-by: Rex-BC Chen <rex-bc.chen@mediatek.com>
Reviewed-by: Yu-Ping Wu <yupingso@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
2022-01-24 01:54:28 +00:00
..
include/soc soc/mediatek: Extract dramc_param_header to a common header 2022-01-24 01:54:28 +00:00
bootblock.c soc/mediatek/mt8186: add tracker dump 2021-12-14 17:06:12 +00:00
ddp.c soc/mediatek/mt8186: Add DDP driver 2021-12-29 07:52:35 +00:00
devapc.c soc/mediatek/mt8186: fix incorrect devapc settings 2022-01-07 15:30:07 +00:00
emi.c soc/mediatek/mt8186: Add header files to support DRAM calibration 2021-12-29 07:45:26 +00:00
gic.c soc/mediatek/mt8186: add GIC pre-initialization function 2021-11-15 03:07:23 +00:00
gpio.c soc/mediatek/mt8186: Add GPIO drivers 2021-11-03 18:57:27 +00:00
i2c.c src/soc/mediatek: Remove unused <timer.h> 2022-01-10 17:40:55 +00:00
Kconfig soc/mediatek/mt8186: Add DRAM full calibration support 2021-12-29 07:46:00 +00:00
Makefile.inc soc/mediatek/mt8186: initialize DFD 2022-01-07 15:29:31 +00:00
msdc.c soc/mediatek/mt8186: add early initialization for eMMC 2021-11-16 08:01:57 +00:00
mt6366.c soc/mediatek/mt8186: Add support for regulator VRF12/VCN33 2022-01-01 03:29:08 +00:00
mtcmos.c soc/mediatek/mt8186: Add mtcmos init support 2021-11-17 10:31:23 +00:00
pll.c soc/mediatek/mt8186: Enable DCM 2021-11-17 10:30:17 +00:00
pmic_wrap.c soc/mediatek/mt8186: Add support for PMIC MT6366 2021-11-15 03:06:25 +00:00
rtc.c soc/medaitek/mt8186: fix wrong condition of RTC drivers 2021-11-26 11:24:22 +00:00
soc.c soc/mediatek/mt8186: initialize DFD 2022-01-07 15:29:31 +00:00
spi.c soc/mediatek/mt8186: revise SPI NOR GPIO selection 2021-12-08 11:32:02 +00:00
spm.c soc/mediatek: Remove unused <string.h> 2022-01-05 17:39:27 +00:00
timer.c soc/mediatek/mt8186: Add timer support 2021-11-05 13:03:28 +00:00
usb.c mb/google/corsola: move USB3 HUB reset funtion to bootblock 2021-12-15 07:52:34 +00:00
wdt.c