summaryrefslogtreecommitdiffstats
path: root/src/soc/mediatek/mt8173
Commit message (Expand)AuthorAgeFilesLines
* arm64: Uprev Arm TF and adjust to BL31 parameter changesJulius Werner2019-09-142-22/+0
* arm64: Rename arm_tf.c/h to bl31.c/hJulius Werner2019-08-301-1/+1
* mediatek: Use GPIO based SPI CSYu-Ping Wu2019-08-211-1/+2
* soc/mediatek/mt8183: Add DSI driverHung-Te Lin2019-08-151-0/+1
* soc/mediatek: dsi: Refactor video timing calculationHung-Te Lin2019-08-152-0/+3
* soc/mediatek: dsi: Refactor PHY timing calculationHung-Te Lin2019-08-141-0/+17
* soc/mediatek: dsi: Refactor MIPI TX configurationHung-Te Lin2019-08-132-24/+11
* soc/mediatek: dsi: Unify format to bpp conversionHung-Te Lin2019-08-131-23/+10
* soc/mediatek: Create common DSI driver from mt8173Hung-Te Lin2019-08-133-459/+7
* soc/mediatek/mt8173: Refactor display driver to share common partsHung-Te Lin2019-08-094-226/+9
* soc/mediatek/mt8173: Remove dual DSI modeHung-Te Lin2019-08-094-222/+52
* mediatek: Refactor I2C code among similar SOCsQii Wang2019-08-023-335/+15
* soc/mediatek: Use 'include <stdlib.h>' when appropriateElyes HAOUAS2019-07-251-1/+1
* arch/non-x86: Flip HAVE_MONOTONIC_TIMER defaultKyösti Mälkki2019-07-091-2/+0
* mediatek: Add SPI tick_dly settingMengqi Zhang2019-06-212-2/+10
* src/soc: Add missing 'include <types.h>'Elyes HAOUAS2019-05-293-2/+3
* vboot: refactor OPROM codeJoel Kitching2019-04-301-1/+1
* mediatek: Add function to raise the CPU frequencyTristan Shieh2019-04-292-2/+2
* src: include <assert.h> when appropriateElyes HAOUAS2019-04-233-3/+0
* src: Add missing include 'console.h'Elyes HAOUAS2019-04-233-0/+3
* mediatek: Use the 64-bit timerTristan Shieh2019-04-171-1/+1
* src: Use include <delay.h> when appropriateElyes HAOUAS2019-04-064-3/+1
* mediatek/mt8183: Fix RTC initialization flowRan Bi2019-04-022-29/+51
* src: Use 'include <string.h>' when appropriateElyes HAOUAS2019-03-203-3/+0
* coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner2019-03-084-4/+4
* security/tpm: Fix TCPA log featurePhilipp Deppenwiese2019-03-071-1/+2
* device/mmio.h: Add include file for MMIO opsKyösti Mälkki2019-03-0414-14/+14
* arch/io.h: Drop unnecessary includeKyösti Mälkki2019-03-042-2/+0
* mediatek/mt8183: Add RTC supportRan Bi2019-02-283-256/+19
* symbols.h: Add macro to define memlayout region symbolsJulius Werner2019-02-223-6/+5
* bootmem: add new memory type for BL31Ting Shen2019-02-051-0/+6
* mediatek: Separate WDT reset function from WDT driverTristan Shieh2019-01-291-3/+3
* console: Change BOOTBLOCK_CONSOLE default to `y`Nico Huber2019-01-141-1/+0
* mediatek: Share GPIO external interrupts (EINT) code among similar SoCsChuanjia Liu2018-12-053-116/+24
* src: Remove duplicated round up functionElyes HAOUAS2018-11-292-5/+5
* (console,drivers/uart)/Kconfig: Fix dependenciesNico Huber2018-11-211-6/+4
* src: Remove unneeded include <cbfs.h>Elyes HAOUAS2018-11-161-1/+0
* mediatek: Refactor PMIC wrapper code among similar SoCsTristan Shieh2018-11-167-552/+222
* src: Remove unneeded include <console/console.h>Elyes HAOUAS2018-11-163-3/+1
* src: Remove unneeded include "{arch,cpu}/cpu.h"Elyes HAOUAS2018-11-121-1/+0
* src: Add missing include <stdint.h>Elyes HAOUAS2018-10-302-0/+4
* src: Remove unneeded whitespaceElyes HAOUAS2018-10-233-8/+8
* soc/mediatek: Convert to `board_reset()`Nico Huber2018-10-221-1/+0
* mediatek: Refactor USB code among similar SoCsTristan Shieh2018-10-173-294/+4
* src: Use tabs for indentationElyes HAOUAS2018-10-083-4/+4
* mediatek: Refactor memory test code among similar SoCsTristan Shieh2018-09-064-312/+4
* mediatek: Map SRAM as secure and cached memoryTristan Shieh2018-08-131-1/+1
* drivers/i2c: Add i2c TPM support for different stagesPhilipp Deppenwiese2018-08-101-0/+1
* mediatek: Refactor SPI code among similar SOCsTristan Shieh2018-07-273-334/+12
* mediatek: Share GPIO code among similar SOCsTristan Shieh2018-07-206-335/+327