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
/
mt8173
Commit message (
Expand
)
Author
Age
Files
Lines
*
soc/mediatek/mt8173,mt8183: revise SOC DRAM implementation
Xi Chen
2021-03-08
7
-89
/
+84
*
soc/mediatek/common: Move DRAM implementation from mt8192 to common
Xi Chen
2021-03-08
1
-4
/
+1
*
memlayout: Store region sizes as separate symbols
Julius Werner
2021-02-19
1
-2
/
+2
*
src: Remove unused <boardid.h>
Elyes HAOUAS
2021-02-03
1
-1
/
+0
*
soc/mediatek/mt8173/dramc_pi_calibration_api.c: Use __func__
Elyes HAOUAS
2021-01-19
1
-1
/
+1
*
soc/mediatek/mt8173/pmic_wrap.c: Use __func__
Elyes HAOUAS
2021-01-19
1
-1
/
+1
*
soc/mediatek: rtc: Use `bool` as return type
Yidi Lin
2021-01-07
2
-6
/
+7
*
soc/mediatek/mt8192: Move flash_controller.c to common/
Yidi Lin
2020-12-31
5
-319
/
+6
*
soc/mediatek/mt8192: add rtc MT6359P driver
Yuchen Huang
2020-12-28
2
-4
/
+27
*
cbfs: Enable CBFS mcache on most chipsets
Julius Werner
2020-12-02
1
-1
/
+2
*
soc/mediatek: Add function to raise the CPU frequency of MT8192
Weiyi Lu
2020-10-08
1
-1
/
+1
*
soc/mediatek: move power status bits under each chip
Weiyi Lu
2020-09-16
1
-0
/
+2
*
soc/mediatek: Drop unneeded empty lines
Elyes HAOUAS
2020-09-10
4
-4
/
+0
*
src: Remove unused 'include <delay.h>'
Elyes HAOUAS
2020-08-18
1
-1
/
+0
*
src/soc/mediatek: Add include <types.h>
Elyes HAOUAS
2020-07-26
1
-0
/
+1
*
src: Remove unused 'include <stdint.h>
Elyes HAOUAS
2020-07-14
1
-1
/
+0
*
treewide: Add Kconfig variable MEMLAYOUT_LD_FILE
Furquan Shaikh
2020-06-13
2
-0
/
+4
*
src: Remove redundant includes
Elyes HAOUAS
2020-06-02
3
-3
/
+0
*
src: Remove duplicated includes
Elyes HAOUAS
2020-06-02
1
-2
/
+0
*
src: Remove unused 'include <symbols.h>'
Elyes HAOUAS
2020-06-02
1
-1
/
+0
*
src: Remove unused '#include <timer.h>'
Elyes HAOUAS
2020-06-02
1
-1
/
+0
*
src: Remove leading blank lines from SPDX header
Elyes HAOUAS
2020-05-18
1
-3
/
+0
*
src/mainboard: Remove unused 'include <stdlib.h>'
Elyes HAOUAS
2020-05-13
1
-1
/
+0
*
src: Remove unused '#include <stddef.h>'
Elyes HAOUAS
2020-05-13
1
-1
/
+0
*
treewide: Remove "this file is part of" lines
Patrick Georgi
2020-05-11
49
-49
/
+0
*
src/: Replace GPL boilerplate with SPDX headers
Patrick Georgi
2020-05-09
1
-9
/
+1
*
rules.h: Rename ENV_VERSTAGE to ENV_SEPARATE_VERSTAGE
Julius Werner
2020-04-23
1
-1
/
+1
*
soc/mediatek: Use SPDX for GPL-2.0-only files
Angel Pons
2020-04-05
48
-624
/
+96
*
security/vboot: Decouple measured boot from verified boot
Bill XIE
2020-03-31
1
-1
/
+1
*
soc: Remove copyright notices
Patrick Georgi
2020-03-18
49
-49
/
+0
*
soc/mediatek: Fix typos in comments
Elyes HAOUAS
2020-02-25
5
-8
/
+8
*
soc/mediatek: dsi: Increase pcw precision
Yu-Ping Wu
2020-02-17
1
-7
/
+7
*
drivers/spi/spi_flash: remove spi flash names
Aaron Durbin
2020-01-28
1
-1
/
+0
*
src: Replace min/max() with MIN/MAX()
Elyes HAOUAS
2019-12-20
1
-2
/
+2
*
soc/{amd,cavium,mediatek,sifive}: Remove unused <stdlib.h>
Elyes HAOUAS
2019-12-19
2
-2
/
+0
*
Change all clrsetbits_leXX() to clrsetbitsXX()
Julius Werner
2019-12-04
9
-280
/
+280
*
lib/fmap: Add optional pre-RAM cache
Julius Werner
2019-11-14
1
-1
/
+2
*
arch/arm64: Pass cbmem_top to ramstage via calling argument
Arthur Heymans
2019-11-03
1
-1
/
+1
*
soc/{mediatek,sifive}: Remove unused 'include <arch/barrier.h>'
Elyes HAOUAS
2019-11-01
1
-1
/
+0
*
src: Remove unused 'include <string.h>'
Elyes HAOUAS
2019-10-20
1
-1
/
+0
*
arm64: Uprev Arm TF and adjust to BL31 parameter changes
Julius Werner
2019-09-14
2
-22
/
+0
*
arm64: Rename arm_tf.c/h to bl31.c/h
Julius Werner
2019-08-30
1
-1
/
+1
*
mediatek: Use GPIO based SPI CS
Yu-Ping Wu
2019-08-21
1
-1
/
+2
*
soc/mediatek/mt8183: Add DSI driver
Hung-Te Lin
2019-08-15
1
-0
/
+1
*
soc/mediatek: dsi: Refactor video timing calculation
Hung-Te Lin
2019-08-15
2
-0
/
+3
*
soc/mediatek: dsi: Refactor PHY timing calculation
Hung-Te Lin
2019-08-14
1
-0
/
+17
*
soc/mediatek: dsi: Refactor MIPI TX configuration
Hung-Te Lin
2019-08-13
2
-24
/
+11
*
soc/mediatek: dsi: Unify format to bpp conversion
Hung-Te Lin
2019-08-13
1
-23
/
+10
*
soc/mediatek: Create common DSI driver from mt8173
Hung-Te Lin
2019-08-13
3
-459
/
+7
*
soc/mediatek/mt8173: Refactor display driver to share common parts
Hung-Te Lin
2019-08-09
4
-226
/
+9
[next]