summaryrefslogtreecommitdiffstats
path: root/src/soc/mediatek
Commit message (Expand)AuthorAgeFilesLines
* src: Remove unused 'include <string.h>'Elyes HAOUAS2019-10-203-3/+0
* soc/mediatek/mt8183: Compress calibration blob with LZ4Hung-Te Lin2019-10-181-1/+1
* soc/mediatek/mt8183: Pass impedance data as a function argumentYu-Ping Wu2019-10-186-37/+52
* soc/mediatek/mt8183: Run calibration with multiple frequencies for DVFS switchHuayang Duan2019-10-185-26/+207
* soc/mediatek/mt8183: Adjust DRAM voltages for each DRAM frequencyHuayang Duan2019-10-181-0/+28
* soc/mediatek/mt8183: Allow modifying vddq voltageHsin-Hsiung Wang2019-10-182-0/+108
* soc/mediatek/mt8183: Allow modifying vdram1 voltageHsin-Hsiung Wang2019-10-182-0/+26
* soc/mediatek/mt8183: Share console for calibration blob outputHung-Te Lin2019-10-182-0/+2
* soc/mediatek/mt8183: Verify checksum of cached calibration dataYu-Ping Wu2019-10-172-1/+17
* soc/mediatek/mt8183: Remove unnecessary DRAM register settingsYu-Ping Wu2019-10-171-12/+5
* soc/mediatek/mt8183: Fix DDR phy config numberYu-Ping Wu2019-10-171-2/+2
* soc/mediatek/mt8183: Refactor DRAM init by bit fields APIHung-Te Lin2019-10-174-715/+284
* soc/mediatek/mt8183: Improve code formattingYu-Ping Wu2019-10-174-80/+55
* soc/mediatek/mt8183: Handle memory test failureYu-Ping Wu2019-10-175-20/+39
* soc/mediatek/mt8183: Change argument type of mt_set_emiYu-Ping Wu2019-10-093-9/+10
* soc/mediatek/mt8183: Run DRAM full calibrationHuayang Duan2019-10-093-5/+144
* soc/mediatek/mt8183: Use cached calibration result for faster bootupHuayang Duan2019-10-096-195/+394
* soc/mediatek/mt8183: Add the shared 'dramc_param' moduleYu-Ping Wu2019-10-093-0/+137
* soc/mediatek/mt8183: Simplify usage of dramc_engine2_endYu-Ping Wu2019-10-091-10/+7
* mediatek/mt8183: Rename fields of struct sdram_paramsYu-Ping Wu2019-10-022-5/+4
* mediatek/mt8183: Allow modifying vcore voltageHsin-Hsiung Wang2019-10-012-0/+26
* mediatek/mt8183: Init SPM driverDawei Chien2019-09-303-49/+503
* mediatek/mt8183: Use different DRAM frequencies for eMCP DDRHuayang Duan2019-09-242-7/+27
* mediatek/mt8183: Support more DRAM frequency bootupHuayang Duan2019-09-205-781/+960
* mediatek/mt8183: Implement the dramc init settingHuayang Duan2019-09-207-1094/+1842
* cpu,mb,soc: Init missing lb_serial struct fieldsJacob Garber2019-09-191-1/+2
* mediatek/mt8183: Add soc ARM Trusted Firmware supportkenny liang2019-09-161-0/+2
* arm64: Uprev Arm TF and adjust to BL31 parameter changesJulius Werner2019-09-142-22/+0
* mediatek/mt8183: Add new option for eMCP DDRHuayang Duan2019-09-101-0/+7
* soc/mediatek: Fix USB enumeration issueChangqi Hu2019-09-062-0/+6
* mediatek/mt8183: postpone dcxo low power mode settingWeiyi Lu2019-09-043-3/+14
* mediatek/mt8183: Remove unnecessary parenthesesYu-Ping Wu2019-09-023-7/+7
* arm64: Rename arm_tf.c/h to bl31.c/hJulius Werner2019-08-301-1/+1
* mediatek/mt8183: add scp voltage initializationHsin-Hsiung Wang2019-08-212-0/+30
* mediatek/mt8183: Enlarge PRERAM_CBFS_CACHE regionTristan Shieh2019-08-211-5/+5
* mediatek/mt8183: Overlap decompressor, verstage and romstageTristan Shieh2019-08-212-3/+3
* mediatek: Use GPIO based SPI CSYu-Ping Wu2019-08-214-8/+26
* arch/non-x86: Remove use of __PRE_RAM__Kyösti Mälkki2019-08-201-2/+0
* soc/mediatek: Change DSI init commands to take flexible length arrayHung-Te Lin2019-08-152-9/+22
* soc/mediatek/mt8183: Add DSI driverHung-Te Lin2019-08-157-2/+187
* soc/mediatek: dsi: Support sending MIPI init commandsHung-Te Lin2019-08-152-7/+138
* soc/mediatek: dsi: Refactor video timing calculationHung-Te Lin2019-08-154-11/+37
* soc/mediatek: dsi: Refactor PHY timing calculationHung-Te Lin2019-08-143-13/+83
* soc/mediatek: dsi: Refactor MIPI TX configurationHung-Te Lin2019-08-134-29/+41
* soc/mediatek: dsi: Unify format to bpp conversionHung-Te Lin2019-08-133-36/+37
* soc/mediatek: Create common DSI driver from mt8173Hung-Te Lin2019-08-135-459/+511
* soc/mediatek/mt8183: Add display controller driverYongqiang Niu2019-08-094-0/+314
* soc/mediatek/mt8173: Refactor display driver to share common partsHung-Te Lin2019-08-096-226/+248
* soc/mediatek/mt8173: Remove dual DSI modeHung-Te Lin2019-08-094-222/+52
* mediatek/mt8183: Add I2C driver codeQii Wang2019-08-075-0/+217