summaryrefslogtreecommitdiff
path: root/src/soc/mediatek
AgeCommit message (Expand)Author
2020-12-02cbfs: Simplify load/map API names, remove type argumentsJulius Werner
2020-12-02cbfs: Enable CBFS mcache on most chipsetsJulius Werner
2020-11-20mediatek/mt8192: memlayout: Add DRAM DMA regionYidi Lin
2020-11-20soc/mediatek/mt8192: Enable MT8192 auxadc driverPo Xu
2020-11-20soc/mediatek: Move auxadc driver from MT8183 to commonPo Xu
2020-11-18mb/google/asurada: Implement enable_regulator and regulator_is_enabledYidi Lin
2020-11-18mb/google/asurada: Implement board-specific regulator controlsYidi Lin
2020-11-18soc/mediatek/mt8192: add pmic MT6315 driverHsin-Hsiung Wang
2020-11-18soc/mediatek/mt8192: add pmic MT6359P driverHsin-Hsiung Wang
2020-11-18soc/mediatek/mt8192: add pmif driverHsin-Hsiung Wang
2020-11-16soc/mediatek/mt8192: Reserve 44K SRAM for MCUPM working bufferYidi Lin
2020-10-29soc/mediatek/mt8192: Do dram full calibrationHuayang Duan
2020-10-26soc/mediatek/mt8192: update descriptions for dram configXi Chen
2020-10-23soc/mediatek/mt8192: add dram log prefixXi Chen
2020-10-23soc/mediatek/mt8192: Turn off L2C SRAM and reconfigure as L2 cacheCK Hu
2020-10-22soc/mediatek/mt8192: enable CONFIG_ARM64_USE_ARM_TRUSTED_FIRMWAREIkjoon Jang
2020-10-22soc/mediatek/mt8192: Add board-specific regulator APIsYidi Lin
2020-10-20soc/mediatek/mt8192: Do dram fast calibrationHuayang Duan
2020-10-12soc/mediatek/mt8192: Refactor USB code among similar SoCsZhanyong Wang
2020-10-09soc/mediatek: Add function to measure clock frequency of MT8192Weiyi Lu
2020-10-08soc/mediatek: Add function to raise the CPU frequency of MT8192Weiyi Lu
2020-09-25soc/mediatek/mt8183: Enable CA perbit mechanismHuayang Duan
2020-09-17soc/mediatek/mt8192: Init PLL in bootblockCK Hu
2020-09-17soc/mediatek/mt8192: Add mtcmos init supportWeiyi Lu
2020-09-16soc/mediatek: move power status bits under each chipWeiyi Lu
2020-09-12include/console/uart: make index parameter unsignedFelix Held
2020-09-10soc/mediatek: Drop unneeded empty linesElyes HAOUAS
2020-09-08soc/mediatek/mt8192: Add SPI flash controller dual read functionCK Hu
2020-09-08soc/mediatek/mt8192: Add SPI flash controller DMA read functionCK Hu
2020-09-01{include,mb,soc,sb,vendorcode}: Make hexadecimal notation consistentSubrata Banik
2020-08-28soc/mediatek/mt8192: Use SPI-NOR as flash controllerCK Hu
2020-08-26soc/mediatek: Include addressmap.h in gpio_common.hCK Hu
2020-08-25soc/mediatek/mt8192: Add dramc param structHuayang Duan
2020-08-18src: Remove unused 'include <delay.h>'Elyes HAOUAS
2020-08-17soc/mediatek/mt8192: Initialize watch dog in bootblockCK Hu
2020-08-17soc/mediatek/mt8192: Initialize mmu in bootblockCK Hu
2020-08-13soc/mediatek/mt8192: Add spi driverQii Wang
2020-08-13soc/mediatek/mt8192: Add DRAM resource in ramstageCK Hu
2020-08-13soc/mediatek/mt8192: Initialize build rulesCK Hu
2020-08-13soc/mediatek/mt8192: Add a placeholder for the EMI driverCK Hu
2020-08-12soc/mediatek/mt8192: Add PLL and clock init supportWeiyi Lu
2020-08-12soc/mediatek/mt8192: Add gpio driverCK Hu
2020-08-12soc/mediatek/mt8183: Transfer ddr geometry type to dram blobHuayang Duan
2020-08-08soc/mediatek/mt8192: Add initial config for new ARMv8 device MT8192CK Hu
2020-08-06soc/mediatek/mt8183: Set MMU default map length to 8GB befor mem initHuayang Duan
2020-08-06soc/mediatek/mt8183: Add ddr geometry to support 6GB, 8GB DDR bootupHuayang Duan
2020-08-06soc/mediatek/mt8183: Adjust tRFCab and tRFCpb by the density valueHuayang Duan
2020-08-06soc/mediatek/mt8183: Add missing register settings for channelsHuayang Duan
2020-08-03Change all assert(0) to BUG()Julius Werner
2020-07-26src/soc/mediatek: Add include <types.h>Elyes HAOUAS