summaryrefslogtreecommitdiffstats
path: root/src/soc/mediatek
Commit message (Expand)AuthorAgeFilesLines
* mediatek/mt8183: Set CPU frequency to 1989MHzTristan Shieh2019-04-241-1/+1
* mediatek/mt8183: Set processor voltage to 1.05vTristan Shieh2019-04-241-0/+4
* src: include <assert.h> when appropriateElyes HAOUAS2019-04-236-6/+0
* src: Use include <console/console.h> when appropriateElyes HAOUAS2019-04-231-1/+0
* src: Add missing include 'console.h'Elyes HAOUAS2019-04-235-0/+5
* mediatek: Use the 64-bit timerTristan Shieh2019-04-173-16/+32
* src: Use include <delay.h> when appropriateElyes HAOUAS2019-04-068-5/+3
* src: Use #include <timer.h> when appropriateElyes HAOUAS2019-04-065-2/+3
* mediatek/mt8183: Fix RTC initialization flowRan Bi2019-04-026-160/+294
* src: Use 'include <string.h>' when appropriateElyes HAOUAS2019-03-203-3/+0
* src: Drop unused '#include <halt.h>'Elyes HAOUAS2019-03-162-1/+1
* coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner2019-03-086-6/+6
* security/tpm: Fix TCPA log featurePhilipp Deppenwiese2019-03-072-2/+4
* device/mmio.h: Add include file for MMIO opsKyösti Mälkki2019-03-0435-35/+35
* arch/io.h: Drop unnecessary includeKyösti Mälkki2019-03-043-3/+0
* mediatek/mt8183: Add RTC supportRan Bi2019-02-288-256/+718
* mediatek/mt8183: Modify I2C source clockQii Wang2019-02-261-0/+3
* security/vboot: Add measured boot modePhilipp Deppenwiese2019-02-251-1/+1
* symbols.h: Add macro to define memlayout region symbolsJulius Werner2019-02-225-13/+11
* mediatek/mt8183: Support gpio eh and rsel setting for I2Cjg_poxu2019-02-212-0/+62
* bootmem: add new memory type for BL31Ting Shen2019-02-052-0/+8
* google/kukui: Move some initialization from bootblock to verstageYou-Cheng Syu2019-01-291-0/+1
* mediatek: Separate WDT reset function from WDT driverTristan Shieh2019-01-294-12/+29
* mediatek/mt8183: Move some initialization into mt8183_early_initYou-Cheng Syu2019-01-244-2/+47
* console: Change BOOTBLOCK_CONSOLE default to `y`Nico Huber2019-01-142-2/+0
* mediatek/mt8183: Add DDR driver of memory test partHuayang Duan2019-01-033-0/+40
* mediatek/mt8183: Add DDR driver of runtime config partHuayang Duan2019-01-034-17/+228
* mediatek/mt8183: Add DDR driver of rx datlat calibration partHuayang Duan2019-01-031-0/+72
* mediatek/mt8183: Reduce compiled code size of SPI related code.You-Cheng Syu2018-12-211-61/+63
* mediatek/mt8183: Add DDR driver of tx rx window perbit cal partHuayang Duan2018-12-116-90/+864
* mediatek: Share GPIO external interrupts (EINT) code among similar SoCsChuanjia Liu2018-12-058-133/+178
* mediatek/mt8183: Add DDR driver of rx dqs gating calibration partHuayang Duan2018-11-292-17/+666
* src: Remove duplicated round up functionElyes HAOUAS2018-11-293-8/+8
* mediatek/mt8183: Add MT6358 PMIC supportHsin-Hsiung Wang2018-11-293-1/+826
* mediatek/mt8183: Add PMIC wrapper supportHsin-Hsiung Wang2018-11-294-0/+754
* (console,drivers/uart)/Kconfig: Fix dependenciesNico Huber2018-11-212-12/+8
* src: Remove unneeded include <cbfs.h>Elyes HAOUAS2018-11-161-1/+0
* mediatek: Refactor PMIC wrapper code among similar SoCsTristan Shieh2018-11-169-552/+573
* src: Remove unneeded include <console/console.h>Elyes HAOUAS2018-11-165-5/+1
* 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