coreboot-kgpe-d16/src/soc/mediatek/common
Yidi Lin 7ba3775114 soc/mediatek/common: Add common API for loading firmwares
Add mtk_init_mcu to load the firmware to the specified memory address
and run the firmware. This function also measures the load time and the
blob size. For example:

mtk_init_mcu: Loaded (and reset) dpm.pm in 15 msecs (14004 bytes)

Signed-off-by: Yidi Lin <yidi.lin@mediatek.com>
Change-Id: Ie94001bbda25fe015f43172e92a1006e059de223
Reviewed-on: https://review.coreboot.org/c/coreboot/+/46930
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Hung-Te Lin <hungte@chromium.org>
2020-12-10 03:21:19 +00:00
..
include/soc soc/mediatek/common: Add common API for loading firmwares 2020-12-10 03:21:19 +00:00
auxadc.c soc/mediatek: Move auxadc driver from MT8183 to common 2020-11-20 08:40:19 +00:00
cbmem.c
ddp.c
dsi.c
gpio.c
i2c.c
mcu.c soc/mediatek/common: Add common API for loading firmwares 2020-12-10 03:21:19 +00:00
memory_test.c
mmu_operations.c
mtcmos.c soc/mediatek: move power status bits under each chip 2020-09-16 07:48:20 +00:00
pll.c soc/mediatek/mt8192: Add PLL and clock init support 2020-08-12 02:51:39 +00:00
pmic_wrap.c
reset.c
rtc.c
spi.c
timer.c
uart.c include/console/uart: make index parameter unsigned 2020-09-12 14:59:33 +00:00
usb.c
wdt.c