summaryrefslogtreecommitdiffstats
path: root/src/soc/mediatek/mt8173
Commit message (Expand)AuthorAgeFilesLines
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-1149-49/+0
* src/: Replace GPL boilerplate with SPDX headersPatrick Georgi2020-05-091-9/+1
* rules.h: Rename ENV_VERSTAGE to ENV_SEPARATE_VERSTAGEJulius Werner2020-04-231-1/+1
* soc/mediatek: Use SPDX for GPL-2.0-only filesAngel Pons2020-04-0548-624/+96
* security/vboot: Decouple measured boot from verified bootBill XIE2020-03-311-1/+1
* soc: Remove copyright noticesPatrick Georgi2020-03-1849-49/+0
* soc/mediatek: Fix typos in commentsElyes HAOUAS2020-02-255-8/+8
* soc/mediatek: dsi: Increase pcw precisionYu-Ping Wu2020-02-171-7/+7
* drivers/spi/spi_flash: remove spi flash namesAaron Durbin2020-01-281-1/+0
* src: Replace min/max() with MIN/MAX()Elyes HAOUAS2019-12-201-2/+2
* soc/{amd,cavium,mediatek,sifive}: Remove unused <stdlib.h>Elyes HAOUAS2019-12-192-2/+0
* Change all clrsetbits_leXX() to clrsetbitsXX()Julius Werner2019-12-049-280/+280
* lib/fmap: Add optional pre-RAM cacheJulius Werner2019-11-141-1/+2
* arch/arm64: Pass cbmem_top to ramstage via calling argumentArthur Heymans2019-11-031-1/+1
* soc/{mediatek,sifive}: Remove unused 'include <arch/barrier.h>'Elyes HAOUAS2019-11-011-1/+0
* src: Remove unused 'include <string.h>'Elyes HAOUAS2019-10-201-1/+0
* arm64: Uprev Arm TF and adjust to BL31 parameter changesJulius Werner2019-09-142-22/+0
* arm64: Rename arm_tf.c/h to bl31.c/hJulius Werner2019-08-301-1/+1
* mediatek: Use GPIO based SPI CSYu-Ping Wu2019-08-211-1/+2
* soc/mediatek/mt8183: Add DSI driverHung-Te Lin2019-08-151-0/+1
* soc/mediatek: dsi: Refactor video timing calculationHung-Te Lin2019-08-152-0/+3
* soc/mediatek: dsi: Refactor PHY timing calculationHung-Te Lin2019-08-141-0/+17
* soc/mediatek: dsi: Refactor MIPI TX configurationHung-Te Lin2019-08-132-24/+11
* soc/mediatek: dsi: Unify format to bpp conversionHung-Te Lin2019-08-131-23/+10
* soc/mediatek: Create common DSI driver from mt8173Hung-Te Lin2019-08-133-459/+7
* soc/mediatek/mt8173: Refactor display driver to share common partsHung-Te Lin2019-08-094-226/+9
* soc/mediatek/mt8173: Remove dual DSI modeHung-Te Lin2019-08-094-222/+52
* mediatek: Refactor I2C code among similar SOCsQii Wang2019-08-023-335/+15
* soc/mediatek: Use 'include <stdlib.h>' when appropriateElyes HAOUAS2019-07-251-1/+1
* arch/non-x86: Flip HAVE_MONOTONIC_TIMER defaultKyösti Mälkki2019-07-091-2/+0
* mediatek: Add SPI tick_dly settingMengqi Zhang2019-06-212-2/+10
* src/soc: Add missing 'include <types.h>'Elyes HAOUAS2019-05-293-2/+3
* vboot: refactor OPROM codeJoel Kitching2019-04-301-1/+1
* mediatek: Add function to raise the CPU frequencyTristan Shieh2019-04-292-2/+2
* src: include <assert.h> when appropriateElyes HAOUAS2019-04-233-3/+0
* src: Add missing include 'console.h'Elyes HAOUAS2019-04-233-0/+3
* mediatek: Use the 64-bit timerTristan Shieh2019-04-171-1/+1
* src: Use include <delay.h> when appropriateElyes HAOUAS2019-04-064-3/+1
* mediatek/mt8183: Fix RTC initialization flowRan Bi2019-04-022-29/+51
* src: Use 'include <string.h>' when appropriateElyes HAOUAS2019-03-203-3/+0
* coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner2019-03-084-4/+4
* security/tpm: Fix TCPA log featurePhilipp Deppenwiese2019-03-071-1/+2
* device/mmio.h: Add include file for MMIO opsKyösti Mälkki2019-03-0414-14/+14
* arch/io.h: Drop unnecessary includeKyösti Mälkki2019-03-042-2/+0
* mediatek/mt8183: Add RTC supportRan Bi2019-02-283-256/+19
* symbols.h: Add macro to define memlayout region symbolsJulius Werner2019-02-223-6/+5
* bootmem: add new memory type for BL31Ting Shen2019-02-051-0/+6
* mediatek: Separate WDT reset function from WDT driverTristan Shieh2019-01-291-3/+3
* console: Change BOOTBLOCK_CONSOLE default to `y`Nico Huber2019-01-141-1/+0
* mediatek: Share GPIO external interrupts (EINT) code among similar SoCsChuanjia Liu2018-12-053-116/+24