index
:
coreboot.git
24.02_branch
4.1
4.10_branch
4.11_branch
4.12_branch
4.14_branch
4.15_branch
4.16_branch
4.18_branch
4.19_branch
4.2
4.20_branch
4.22_branch
4.3
4.4
4.8_branch
classic-2014.10
coreboot-v1
coreboot-v3
main
master
rampayload
Coreboot firmware sources
coreboot
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
soc
/
mediatek
Commit message (
Expand
)
Author
Age
Files
Lines
*
mediatek/mt8183: Rename fields of struct sdram_params
Yu-Ping Wu
2019-10-02
2
-5
/
+4
*
mediatek/mt8183: Allow modifying vcore voltage
Hsin-Hsiung Wang
2019-10-01
2
-0
/
+26
*
mediatek/mt8183: Init SPM driver
Dawei Chien
2019-09-30
3
-49
/
+503
*
mediatek/mt8183: Use different DRAM frequencies for eMCP DDR
Huayang Duan
2019-09-24
2
-7
/
+27
*
mediatek/mt8183: Support more DRAM frequency bootup
Huayang Duan
2019-09-20
5
-781
/
+960
*
mediatek/mt8183: Implement the dramc init setting
Huayang Duan
2019-09-20
7
-1094
/
+1842
*
cpu,mb,soc: Init missing lb_serial struct fields
Jacob Garber
2019-09-19
1
-1
/
+2
*
mediatek/mt8183: Add soc ARM Trusted Firmware support
kenny liang
2019-09-16
1
-0
/
+2
*
arm64: Uprev Arm TF and adjust to BL31 parameter changes
Julius Werner
2019-09-14
2
-22
/
+0
*
mediatek/mt8183: Add new option for eMCP DDR
Huayang Duan
2019-09-10
1
-0
/
+7
*
soc/mediatek: Fix USB enumeration issue
Changqi Hu
2019-09-06
2
-0
/
+6
*
mediatek/mt8183: postpone dcxo low power mode setting
Weiyi Lu
2019-09-04
3
-3
/
+14
*
mediatek/mt8183: Remove unnecessary parentheses
Yu-Ping Wu
2019-09-02
3
-7
/
+7
*
arm64: Rename arm_tf.c/h to bl31.c/h
Julius Werner
2019-08-30
1
-1
/
+1
*
mediatek/mt8183: add scp voltage initialization
Hsin-Hsiung Wang
2019-08-21
2
-0
/
+30
*
mediatek/mt8183: Enlarge PRERAM_CBFS_CACHE region
Tristan Shieh
2019-08-21
1
-5
/
+5
*
mediatek/mt8183: Overlap decompressor, verstage and romstage
Tristan Shieh
2019-08-21
2
-3
/
+3
*
mediatek: Use GPIO based SPI CS
Yu-Ping Wu
2019-08-21
4
-8
/
+26
*
arch/non-x86: Remove use of __PRE_RAM__
Kyösti Mälkki
2019-08-20
1
-2
/
+0
*
soc/mediatek: Change DSI init commands to take flexible length array
Hung-Te Lin
2019-08-15
2
-9
/
+22
*
soc/mediatek/mt8183: Add DSI driver
Hung-Te Lin
2019-08-15
7
-2
/
+187
*
soc/mediatek: dsi: Support sending MIPI init commands
Hung-Te Lin
2019-08-15
2
-7
/
+138
*
soc/mediatek: dsi: Refactor video timing calculation
Hung-Te Lin
2019-08-15
4
-11
/
+37
*
soc/mediatek: dsi: Refactor PHY timing calculation
Hung-Te Lin
2019-08-14
3
-13
/
+83
*
soc/mediatek: dsi: Refactor MIPI TX configuration
Hung-Te Lin
2019-08-13
4
-29
/
+41
*
soc/mediatek: dsi: Unify format to bpp conversion
Hung-Te Lin
2019-08-13
3
-36
/
+37
*
soc/mediatek: Create common DSI driver from mt8173
Hung-Te Lin
2019-08-13
5
-459
/
+511
*
soc/mediatek/mt8183: Add display controller driver
Yongqiang Niu
2019-08-09
4
-0
/
+314
*
soc/mediatek/mt8173: Refactor display driver to share common parts
Hung-Te Lin
2019-08-09
6
-226
/
+248
*
soc/mediatek/mt8173: Remove dual DSI mode
Hung-Te Lin
2019-08-09
4
-222
/
+52
*
mediatek/mt8183: Add I2C driver code
Qii Wang
2019-08-07
5
-0
/
+217
*
mediatek: Refactor I2C code among similar SOCs
Qii Wang
2019-08-02
5
-335
/
+375
*
soc/mediatek/mt8183: Init SSPM
Erin Lo
2019-07-26
2
-0
/
+7
*
soc/mediatek: Use 'include <stdlib.h>' when appropriate
Elyes HAOUAS
2019-07-25
2
-2
/
+2
*
mediatek/mt8183: Add md power-off flow
Yanjie Jiang
2019-07-23
4
-1
/
+59
*
soc/mediatek/mt8183: Support SSPM
Erin Lo
2019-07-22
4
-0
/
+72
*
mediatek/mt8183: Calibrate RTC eosc clock
Ran Bi
2019-07-21
2
-1
/
+196
*
mediatek: Fill in input_hertz to coreboot table
Tristan Shieh
2019-07-11
2
-1
/
+4
*
arch/non-x86: Flip HAVE_MONOTONIC_TIMER default
Kyösti Mälkki
2019-07-09
2
-4
/
+0
*
mediatek/mt8183: update dcxo output buffer setting
Weiyi Lu
2019-07-07
2
-2
/
+4
*
mediatek/mt8183: Enable RTC eosc calibration feature to save power
Ran Bi
2019-07-06
3
-26
/
+33
*
mediatek/mt8183: support SAMSUNG and MICRON EMCP LPDDR4X DDR bootup
Huayang Duan
2019-06-21
1
-1
/
+1
*
mediatek/mt8183: fix mode register setting fail issue
Huayang Duan
2019-06-21
1
-45
/
+129
*
mediatek/mt8183: enable DDR low power feature
mtk11195
2019-06-21
6
-53
/
+206
*
mediatek/mt8183: set vproc12 voltage correctly
Hsin-Hsiung Wang
2019-06-21
1
-1
/
+3
*
mediatek/mt8183: Add infra group DCM setting
Weiyi Lu
2019-06-21
2
-0
/
+15
*
mediatek: Add SPI tick_dly setting
Mengqi Zhang
2019-06-21
6
-8
/
+25
*
mediatek/mt8183: Add SPI GPIO driving setting
Mengqi Zhang
2019-06-21
2
-0
/
+58
*
mediatek/mt8183: Support RTC in ramstage
You-Cheng Syu
2019-06-21
1
-0
/
+2
*
mediatek/mt8183: Add efuse calibration in auxadc
jg_poxu
2019-06-21
3
-1
/
+67
[next]