summaryrefslogtreecommitdiffstats
path: root/src/soc/mediatek
Commit message (Expand)AuthorAgeFilesLines
* 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
* soc/mediatek/mt8173/Kconfig: Use plural of *message*Paul Menzel2017-11-031-8/+8
* soc/mediatek/mt8173: Remove unneeded header inclusionPaul Menzel2017-11-031-1/+0
* soc/mediatek/mt8173: Fix typo in debug messagePaul Menzel2017-11-031-1/+1
* soc/mediatek/mt8173: Correct multi-line comment formatPaul Menzel2017-11-032-2/+5
* soc: Add Kconfig for each soc vendorChris Ching2017-10-231-0/+2
* mb/*/*: Remove rtc nvram configurable baud rateArthur Heymans2017-09-231-1/+1
* include/device: Split i2c.h into threeNico Huber2017-08-183-3/+3
* i2c: Move to Linux like `struct i2c_msg`Nico Huber2017-08-141-9/+14
* src/soc: add IS_ENABLED() around Kconfig symbol referencesMartin Roth2017-07-163-3/+3
* Rename __attribute__((packed)) --> __packedStefan Reinauer2017-07-131-2/+3
* Consolidate reset API, add generic reset_prepare mechanismJulius Werner2017-06-131-4/+1
* soc/mediatek/mt8173: Move spi driver to use spi_bus_mapFurquan Shaikh2017-05-241-24/+28
* drivers/spi/spi_flash: Move flash ops to spi_flash_ops structureFurquan Shaikh2017-05-191-5/+11
* drivers/spi/spi_flash: Clean up SPI flash probeFurquan Shaikh2017-05-193-8/+5
* drivers/spi/spi_flash: Pass in spi_slave structure as const to probe functionsFurquan Shaikh2017-05-191-1/+1
* drivers/spi/spi_flash: Pass in flash structure to fill in probeFurquan Shaikh2017-05-191-13/+13
* drivers/spi: Re-factor spi_crop_chunkFurquan Shaikh2017-05-052-5/+1
* mediatek/mt8173: Add support for Dual DSI outputJitao Shi2017-04-255-64/+414
* google/oak: Support cr50 over I2C on rowanVadim Bendebury2017-04-241-0/+1