summaryrefslogtreecommitdiffstats
path: root/src/soc/mediatek
Commit message (Expand)AuthorAgeFilesLines
* mediatek: Fill in input_hertz to coreboot tableTristan Shieh2019-07-112-1/+4
* arch/non-x86: Flip HAVE_MONOTONIC_TIMER defaultKyösti Mälkki2019-07-092-4/+0
* mediatek/mt8183: update dcxo output buffer settingWeiyi Lu2019-07-072-2/+4
* mediatek/mt8183: Enable RTC eosc calibration feature to save powerRan Bi2019-07-063-26/+33
* mediatek/mt8183: support SAMSUNG and MICRON EMCP LPDDR4X DDR bootupHuayang Duan2019-06-211-1/+1
* mediatek/mt8183: fix mode register setting fail issueHuayang Duan2019-06-211-45/+129
* mediatek/mt8183: enable DDR low power featuremtk111952019-06-216-53/+206
* mediatek/mt8183: set vproc12 voltage correctlyHsin-Hsiung Wang2019-06-211-1/+3
* mediatek/mt8183: Add infra group DCM settingWeiyi Lu2019-06-212-0/+15
* mediatek: Add SPI tick_dly settingMengqi Zhang2019-06-216-8/+25
* mediatek/mt8183: Add SPI GPIO driving settingMengqi Zhang2019-06-212-0/+58
* mediatek/mt8183: Support RTC in ramstageYou-Cheng Syu2019-06-211-0/+2
* mediatek/mt8183: Add efuse calibration in auxadcjg_poxu2019-06-213-1/+67
* mediatek/mt8183: Calibrate vsim2 to 2.7 VHsin-Hsiung Wang2019-06-212-0/+43
* src/soc: Add missing 'include <types.h>'Elyes HAOUAS2019-05-294-2/+4
* mediatek/mt8183: Wait 200us for voltages to settleTristan Shieh2019-05-061-0/+6
* vboot: refactor OPROM codeJoel Kitching2019-04-302-2/+2
* mediatek: Add function to raise the CPU frequencyTristan Shieh2019-04-295-2/+9
* mediatek/mt8183: Set CPU frequency to 1417MHzTristan Shieh2019-04-291-1/+1
* mediatek/mt8183: Init audio related clockJiaxin Yu2019-04-291-0/+12
* 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