summaryrefslogtreecommitdiffstats
path: root/src/soc/mediatek
Commit message (Expand)AuthorAgeFilesLines
* src: Remove unneeded include "{arch,cpu}/cpu.h"Elyes HAOUAS2018-11-121-1/+0
* mediatek/mt8183: Add DDR driver of write leveling partHuayang Duan2018-11-081-0/+21
* mediatek/mt8183: Add DDR driver of cmd bus training partHuayang Duan2018-11-083-0/+89
* mediatek/mt8183: Add DDR driver of pre-calibration partHuayang Duan2018-11-085-5/+204
* timer: Add wait_us/wait_ms helper macros to wait for conditionsJulius Werner2018-11-071-19/+3
* mediatek/mt8183: Add DDR driver of software impedance partHuayang Duan2018-11-054-0/+119
* mediatek/mt8183: Add AUXADC driverPo Xu2018-11-024-0/+107
* src: Add missing include <stdint.h>Elyes HAOUAS2018-10-302-0/+4
* mediatek/mt8183: Correct MPU ctrl register addressHuayang Duan2018-10-263-25/+10
* mediatek/mt8183: Initialize DRAM with a sequence in constant arrayHuayang Duan2018-10-244-0/+1017
* src: Remove unneeded whitespaceElyes HAOUAS2018-10-233-8/+8
* soc/mediatek: Convert to `board_reset()`Nico Huber2018-10-222-2/+1
* mediatek/mt8183: Add EMI init for DDR driver initHuayang Duan2018-10-186-2/+505
* mediatek/mt8183: Add register definitions of DRAM controllerTristan Shieh2018-10-182-1/+1231
* mediatek/mt8183: Add USB supportJumin Li2018-10-173-0/+41
* mediatek: Refactor USB code among similar SoCsTristan Shieh2018-10-175-294/+343
* mediatek/mt8183: Init PLLs for DRAMTristan Shieh2018-10-102-9/+15
* Move compiler.h to commonlibNico Huber2018-10-083-3/+0
* src: Use tabs for indentationElyes HAOUAS2018-10-083-4/+4
* mediatek: Refactor memory test code among similar SoCsTristan Shieh2018-09-065-312/+314
* arm64: Factor out common parts of romstage execution flowJulius Werner2018-08-171-1/+1
* mediatek: Map SRAM as secure and cached memoryTristan Shieh2018-08-133-11/+17
* mediatek/mt8183: Add DRAM resource in ramstageTristan Shieh2018-08-131-0/+9
* drivers/i2c: Add i2c TPM support for different stagesPhilipp Deppenwiese2018-08-101-0/+1
* mediatek/mt8183: Add SPI supportmengqi.zhang2018-07-275-8/+177
* mediatek: Refactor SPI code among similar SOCsTristan Shieh2018-07-275-334/+364
* mediatek/mt8183: Remove unused MMU stuff from bootblockTristan Shieh2018-07-272-2/+0
* mediatek/mt8183: Enable bootblock self-decompressionHung-Te Lin2018-07-265-4/+30
* mediatek/mt8183: Add GPIO supportPo Xu2018-07-204-0/+717
* mediatek: Share GPIO code among similar SOCsTristan Shieh2018-07-208-335/+484
* mediatek/mt8183: add PLL and clock init supportWeiyi Lu2018-07-115-0/+621
* mediatek: Share PLL code among similar SOCsTristan Shieh2018-07-116-244/+339
* mediatek/mt8183: Add MMU operation supportTristan Shieh2018-07-116-0/+454
* mediatek: Share MMU operation code among similar SOCsTristan Shieh2018-07-117-50/+105
* mediatek/mt8183: Add mtcmos init supportTristan Shieh2018-07-027-3/+960
* mediatek: Move mtcmos code to a common directoryTristan Shieh2018-07-023-3/+3
* mediatek: Share mtcmos code among similar SOCsTristan Shieh2018-07-024-35/+59
* mediatek/mt8183: Remove the stub flash driver that planned to use eMMCTristan Shieh2018-06-283-64/+0
* mediatek/mt8183: Remove DRAM_DMA sectionTristan Shieh2018-06-211-7/+1
* mediatek/mt8183: Add watchdog timer supportTristan Shieh2018-06-213-0/+28
* mediatek: Move watchdog timer code to a common directoryTristan Shieh2018-06-213-5/+5
* mediatek: Share watchdog timer code among similar SOCsTristan Shieh2018-06-212-8/+8
* mediatek/mt8183: Add a stub implementation of the MT8183 SOCTristan Shieh2018-06-119-0/+295
* mediatek: Move uart, timer and cbmem code to a common directory.Tristan Shieh2018-06-075-13/+14
* mediatek: Refactor to sharing code among similar SOCsTristan Shieh2018-06-075-69/+76
* mediatek: Refine whitespace and formating changesTristan Shieh2018-06-0717-52/+59
* soc/mediatek/mt8173: Get rid of device_tElyes HAOUAS2018-06-041-3/+3
* soc{broadcom,imgtec,mediatek,qualcomm}: stop using spi_xfer_two_vectorsAaron Durbin2018-04-231-1/+4
* driver/uart: Introduce a way for mainboard to override the baudrateJulien Viard de Galbert2018-02-211-2/+2
* soc/mediatek/mt8173: Remove cast of `NULL*` to `void *`Paul Menzel2017-11-031-1/+1