summaryrefslogtreecommitdiffstats
path: root/src/soc/mediatek/mt8173
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* mediatek: Share PLL code among similar SOCsTristan Shieh2018-07-114-244/+178
* mediatek: Share MMU operation code among similar SOCsTristan Shieh2018-07-115-61/+13
* mediatek: Move mtcmos code to a common directoryTristan Shieh2018-07-023-110/+1
* mediatek: Share mtcmos code among similar SOCsTristan Shieh2018-07-024-35/+59
* mediatek: Move watchdog timer code to a common directoryTristan Shieh2018-06-213-119/+3
* mediatek: Share watchdog timer code among similar SOCsTristan Shieh2018-06-212-8/+8
* mediatek: Move uart, timer and cbmem code to a common directory.Tristan Shieh2018-06-075-322/+11
* 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