coreboot/src/soc/mediatek/common
Elyes Haouas 8168e285bc soc/mediatek/common/mcu.c: Use 'enum cb_err' instead of 'int'
mtk_init_mcu() function already returns enum cb_err.

Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
Change-Id: I562bfbdc5c917a17ce1aa656046b69eb56dce48c
Reviewed-on: https://review.coreboot.org/c/coreboot/+/68241
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Hung-Te Lin <hungte@chromium.org>
2023-01-12 10:33:56 +00:00
..
dp soc/mediatek: Add error handling for dptx_get_edid() 2022-11-23 16:31:29 +00:00
include/soc soc/mediatek/common/mcu.c: Use 'enum cb_err' instead of 'int' 2023-01-12 10:33:56 +00:00
auxadc.c soc/mediatek: Move auxadc driver from MT8183 to common 2020-11-20 08:40:19 +00:00
bl31.c soc/mediatek: a common implementation to register BL31 reset 2022-09-07 09:20:25 +00:00
cbmem.c cbmem_top_chipset: Change the return value to uintptr_t 2022-11-18 16:00:45 +00:00
clkbuf.c soc/mediatek: Use "if (!ptr)" in preference to "if (ptr == NULL)" 2022-09-14 12:49:44 +00:00
cpu_id.c soc/mediatek/mt8186: Add support for reading CPU ID 2022-10-21 14:52:17 +00:00
ddp.c src/soc/mediatek: Add include <types.h> 2020-07-26 21:35:27 +00:00
devapc.c soc/mediatek: Add DEVAPC_DEBUG option 2022-12-23 12:55:22 +00:00
dfd.c soc/mediatek/mt8192: move DFD driver to common folder 2021-08-12 17:59:00 +00:00
dpm.c soc/mediatek/common: Add DPM_FOUR_CHANNEL option 2021-06-23 05:50:37 +00:00
dpm_4ch.c soc/mediatek: Move dpm_4ch.c to common 2022-08-31 16:42:44 +00:00
dram_init.c src/soc/mediatek: Remove unused <console/console.h> 2022-03-27 15:32:18 +00:00
dramc_param.c soc/mediatek: Use MRC cache API for asurada 2021-03-24 05:43:50 +00:00
dsi.c commonlib/bsd: Remove cb_err_t 2022-03-09 02:18:21 +00:00
early_init.c soc/mediatek/early_init: Fix function return type 2022-03-31 01:50:42 +00:00
eint_event.c src/mediatek: Move mt8192 eint driver to common 2021-04-21 08:56:36 +00:00
emi.c mem_chip_info: Update to new format 2022-12-09 00:48:57 +00:00
flash_controller.c soc/mediatek: Move FLASH_DUAL_READ to common 2022-07-06 15:33:07 +00:00
gpio.c
gpio_op.c soc/mediatek: Move some gpio functions to common/gpio_op.c 2022-07-06 15:22:20 +00:00
i2c.c soc/mediatek/i2c.c: Remove unused variables 2022-03-25 19:25:56 +00:00
Kconfig soc/mediatek: Add DEVAPC_DEBUG option 2022-12-23 12:55:22 +00:00
lastbus.c soc/mediatek/mt8186: Enable lastbus debug hardware 2022-09-09 10:45:08 +00:00
mcu.c soc/mediatek/common/mcu.c: Use 'enum cb_err' instead of 'int' 2023-01-12 10:33:56 +00:00
mcupm.c soc/mediatek/common: Use write32p() 2022-12-13 14:26:41 +00:00
memory.c mem_chip_info: Update to new format 2022-12-09 00:48:57 +00:00
memory_test.c
mmu_cmops.c soc/mediatek: move functions of mmu operation to common folder 2021-11-15 03:06:35 +00:00
mmu_operations.c src/soc to src/superio: Fix spelling errors 2021-10-05 18:07:08 +00:00
msdc.c soc/mediatek: Use "if (!ptr)" in preference to "if (ptr == NULL)" 2022-09-14 12:49:44 +00:00
mt6315.c soc/mediatek: Move SPMI device table to SoC folder 2022-07-13 10:43:36 +00:00
mt6359p.c timer: Change timer util functions to 64-bit 2022-09-14 11:55:39 +00:00
mtcmos.c soc/mediatek/mt8188: Update mtcmos settings for display and audio 2022-10-25 08:30:15 +00:00
mtk_mipi_dphy.c soc/mediatek/mt8183: Move dsi driver to common/ 2020-12-14 03:55:37 +00:00
pcie.c lib/coreboot_table: Rename lb_fill_pcie 2022-11-04 19:17:49 +00:00
pll.c soc/mediatek: Unify PLL function names 2022-10-21 14:57:09 +00:00
pmic_wrap.c soc/mediatek: Use "if (!ptr)" in preference to "if (ptr == NULL)" 2022-09-14 12:49:44 +00:00
pmif.c soc/mediatek/mt8186: Add PWRAP_WITH_PMIF_SPMI Kconfig option 2022-10-21 14:52:42 +00:00
pmif_clk.c soc/mediatek/mt8188: Use MHz as unit for current_clk 2022-08-31 16:47:22 +00:00
pmif_spi.c src/soc/mediatek: Remove unused <delay.h> 2022-01-05 17:41:40 +00:00
pmif_spmi.c soc/mediatek: Move SPMI interface configuration to SoC folder 2022-10-21 14:53:53 +00:00
reset.c
rtc.c soc/mediatek: rtc: Use bool as return type 2021-01-07 02:02:51 +00:00
rtc_mt6359p.c soc/mediatek: Use "if (!ptr)" in preference to "if (ptr == NULL)" 2022-09-14 12:49:44 +00:00
rtc_osc_init.c soc/mediatek/mt8192: add rtc MT6359P driver 2020-12-28 13:39:01 +00:00
spi.c soc/mediatek: Create GET_TICK_DLY_REG macro for SPI tick delay setting 2022-07-29 15:05:33 +00:00
spm.c timer: Change timer util functions to 64-bit 2022-09-14 11:55:39 +00:00
sspm.c soc/mediatek: Move the SSPM driver to common 2021-06-01 08:28:30 +00:00
timer.c soc/mediatek/mt8195: Add timer support 2021-04-26 02:43:06 +00:00
timer_prepare.c soc/mediatek: Make timer_prepare() a common function 2022-07-06 15:21:35 +00:00
tracker.c soc/mediatek/mt8186: add tracker dump 2021-12-14 17:06:12 +00:00
tracker_v1.c soc/mediatek: add support for tracker version one 2021-12-14 16:11:28 +00:00
tracker_v2.c soc/mediatek: add support for tracker version one 2021-12-14 16:11:28 +00:00
uart.c lib/coreboot_table: Simplify API to set up lb_serial 2022-11-04 19:17:13 +00:00
ufs.c soc/mediatek: Move mt8192 ufs driver to common 2021-04-21 08:56:44 +00:00
usb.c soc/medaitek/mt8195: adjust USB phy shift value 2021-12-26 10:05:22 +00:00
wdt.c soc/mediatek/common: Reset the watchdog timer before triggering reset 2023-01-10 09:39:51 +00:00
wdt_req.c soc/mediatek: Move wdt_set_req() to common folder 2022-07-06 15:20:42 +00:00