Age | Commit message (Expand) | Author |
2018-09-06 | mediatek: Refactor memory test code among similar SoCs | Tristan Shieh |
2018-08-17 | arm64: Factor out common parts of romstage execution flow | Julius Werner |
2018-08-13 | mediatek: Map SRAM as secure and cached memory | Tristan Shieh |
2018-08-13 | mediatek/mt8183: Add DRAM resource in ramstage | Tristan Shieh |
2018-08-10 | drivers/i2c: Add i2c TPM support for different stages | Philipp Deppenwiese |
2018-07-27 | mediatek/mt8183: Add SPI support | mengqi.zhang |
2018-07-27 | mediatek: Refactor SPI code among similar SOCs | Tristan Shieh |
2018-07-27 | mediatek/mt8183: Remove unused MMU stuff from bootblock | Tristan Shieh |
2018-07-26 | mediatek/mt8183: Enable bootblock self-decompression | Hung-Te Lin |
2018-07-20 | mediatek/mt8183: Add GPIO support | Po Xu |
2018-07-20 | mediatek: Share GPIO code among similar SOCs | Tristan Shieh |
2018-07-11 | mediatek/mt8183: add PLL and clock init support | Weiyi Lu |
2018-07-11 | mediatek: Share PLL code among similar SOCs | Tristan Shieh |
2018-07-11 | mediatek/mt8183: Add MMU operation support | Tristan Shieh |
2018-07-11 | mediatek: Share MMU operation code among similar SOCs | Tristan Shieh |
2018-07-02 | mediatek/mt8183: Add mtcmos init support | Tristan Shieh |
2018-07-02 | mediatek: Move mtcmos code to a common directory | Tristan Shieh |
2018-07-02 | mediatek: Share mtcmos code among similar SOCs | Tristan Shieh |
2018-06-28 | mediatek/mt8183: Remove the stub flash driver that planned to use eMMC | Tristan Shieh |
2018-06-21 | mediatek/mt8183: Remove DRAM_DMA section | Tristan Shieh |
2018-06-21 | mediatek/mt8183: Add watchdog timer support | Tristan Shieh |
2018-06-21 | mediatek: Move watchdog timer code to a common directory | Tristan Shieh |
2018-06-21 | mediatek: Share watchdog timer code among similar SOCs | Tristan Shieh |
2018-06-11 | mediatek/mt8183: Add a stub implementation of the MT8183 SOC | Tristan Shieh |
2018-06-07 | mediatek: Move uart, timer and cbmem code to a common directory. | Tristan Shieh |
2018-06-07 | mediatek: Refactor to sharing code among similar SOCs | Tristan Shieh |
2018-06-07 | mediatek: Refine whitespace and formating changes | Tristan Shieh |
2018-06-04 | soc/mediatek/mt8173: Get rid of device_t | Elyes HAOUAS |
2018-04-23 | soc{broadcom,imgtec,mediatek,qualcomm}: stop using spi_xfer_two_vectors | Aaron Durbin |
2018-02-21 | driver/uart: Introduce a way for mainboard to override the baudrate | Julien Viard de Galbert |
2017-11-03 | soc/mediatek/mt8173: Remove cast of `NULL*` to `void *` | Paul Menzel |
2017-11-03 | soc/mediatek/mt8173/Kconfig: Use plural of *message* | Paul Menzel |
2017-11-03 | soc/mediatek/mt8173: Remove unneeded header inclusion | Paul Menzel |
2017-11-03 | soc/mediatek/mt8173: Fix typo in debug message | Paul Menzel |
2017-11-03 | soc/mediatek/mt8173: Correct multi-line comment format | Paul Menzel |
2017-10-23 | soc: Add Kconfig for each soc vendor | Chris Ching |
2017-09-23 | mb/*/*: Remove rtc nvram configurable baud rate | Arthur Heymans |
2017-08-18 | include/device: Split i2c.h into three | Nico Huber |
2017-08-14 | i2c: Move to Linux like `struct i2c_msg` | Nico Huber |
2017-07-16 | src/soc: add IS_ENABLED() around Kconfig symbol references | Martin Roth |
2017-07-13 | Rename __attribute__((packed)) --> __packed | Stefan Reinauer |
2017-06-13 | Consolidate reset API, add generic reset_prepare mechanism | Julius Werner |
2017-05-24 | soc/mediatek/mt8173: Move spi driver to use spi_bus_map | Furquan Shaikh |
2017-05-19 | drivers/spi/spi_flash: Move flash ops to spi_flash_ops structure | Furquan Shaikh |
2017-05-19 | drivers/spi/spi_flash: Clean up SPI flash probe | Furquan Shaikh |
2017-05-19 | drivers/spi/spi_flash: Pass in spi_slave structure as const to probe functions | Furquan Shaikh |
2017-05-19 | drivers/spi/spi_flash: Pass in flash structure to fill in probe | Furquan Shaikh |
2017-05-05 | drivers/spi: Re-factor spi_crop_chunk | Furquan Shaikh |
2017-04-25 | mediatek/mt8173: Add support for Dual DSI output | Jitao Shi |
2017-04-24 | google/oak: Support cr50 over I2C on rowan | Vadim Bendebury |
2017-04-24 | mediatek/mt8173: Add EINT support | Daniel Kurtz |
2017-03-28 | vboot: Move remaining features out of vendorcode/google/chromeos | Julius Werner |
2017-02-23 | mt8173: Enable Kconfig options for ChromeOS | Paul Kocialkowski |
2016-12-23 | spi: Get rid of SPI_ATOMIC_SEQUENCING | Furquan Shaikh |
2016-12-16 | mediatek/mt8173: Check the right set of bits in USB controller | Patrick Georgi |
2016-12-07 | soc/mediatek/mt8173: Do not initialize static variables to 0 | Furquan Shaikh |
2016-12-06 | spi_flash: Make a deep copy of spi_slave structure | Furquan Shaikh |
2016-12-05 | spi: Define and use spi_ctrlr structure | Furquan Shaikh |
2016-12-05 | spi: Pass pointer to spi_slave structure in spi_setup_slave | Furquan Shaikh |
2016-12-05 | spi: Fix parameter types for spi functions | Furquan Shaikh |
2016-11-24 | soc/mediatek/mt8173/spi.c: Change assert to if statement | Martin Roth |
2016-11-22 | spi: Get rid of flash_programmer_probe in spi_slave structure | Furquan Shaikh |
2016-11-22 | spi: Clean up SPI flash driver interface | Furquan Shaikh |
2016-08-31 | src/soc: Add required space before opening parenthesis '(' | Elyes HAOUAS |
2016-08-28 | src/soc: Remove unnecessary whitespace before "\n" and "\t" | Elyes HAOUAS |
2016-08-18 | Kconfig: rename BOOT_MEDIA_SPI_BUS to BOOT_DEVICE_SPI_FLASH_BUS | Aaron Durbin |
2016-07-31 | Remove extra newlines from the end of all coreboot files. | Martin Roth |
2016-07-26 | meditek/mt8173: dsi: set mipi pin driving control on | Jitao Shi |
2016-07-07 | soc: Remove newline from `CHIP_NAME` | Paul Menzel |
2016-06-12 | mt8173: dram: Add more sample points to improve dram timing margin | PH Hsu |
2016-05-09 | soc/mediatek/mt8173: mt6391: vcore sleep voltage should be 0.7V | henryc.chen |
2016-05-09 | google/oak: configure display | Jitao Shi |
2016-05-09 | mediatek/mt8173: Add display driver | Jitao Shi |
2016-04-05 | mediatek/mt8173: fix incorrect indent | Yidi Lin |
2016-04-05 | google/oak: Log hardware watchdog in eventlog | Julius Werner |
2016-03-21 | mediatek/mt8173: Enable ARM trusted firmware integration | Patrick Georgi |
2016-03-21 | mediatek/mt8173: Remove bl31 board parameters passing mechanism | Jimmy Huang |
2016-03-21 | mediatek/mt8173: Add da9212 driver | henryc.chen |
2016-03-21 | mediatek/mt8173: Add mt6311 driver | henryc.chen |
2016-03-18 | mediatek/mt8173: mt6391: set VSRMCA7 to HW control by SRCVOLTEN | henryc.chen |
2016-03-15 | mediatek/mt8173: Enable 4GB mode | PH Hsu |
2016-03-12 | mediatek/mt8173: memlayout: Create DRAM DMA region for NOR flash DMA read. | Yidi Lin |
2016-03-12 | mediatek/mt8173: detect sdram size at runtime | Yidi Lin |
2016-03-12 | mediatek/mt8173: mmu: update mmu range before DRAM is initialized. | Yidi Lin |
2016-03-12 | mediatek/mt8173: pll: raising the CPU core frequency | Yidi Lin |
2016-03-12 | mediatek/mt8173: add NOR DMA read | Bayi Cheng |
2016-03-12 | mediatek/mt8173: Update infracfg register map | Milton Chiang |
2016-03-12 | mediatek/mt8173: Add soc ARM Trusted Firmware support | Jimmy Huang |
2016-03-12 | mediatek/mt8173: Provide I2C bus initialization API | jun.gao |
2016-03-12 | mediatek/mt8173: Add EMI driver, DRAM initialization | Peter Kao |
2016-03-12 | mediatek/mt8173: enable RTC in ramstage | CC Ma |
2016-03-12 | mt8173: add SPI NOR support | mtk05962 |
2016-02-21 | soc/*: fix uart's regwidth specification in cbtables | Patrick Georgi |
2016-02-12 | timestamp: Remove HAS_PRECBMEM_TIMESTAMP_REGION Kconfig | Julius Werner |
2016-01-22 | mediatek/mt8173: revise cbmem_top | CC Ma |
2016-01-22 | mediatek/mt8173: move rtc_boot() to romstage | Yidi Lin |
2016-01-22 | mediatek/mt8173: Add usb phy driver | Chunfeng Yun |
2016-01-22 | mediatek/mt8173: pll: Add API for enabling USB 3.0 phy reference clock | Chunfeng Yun |
2016-01-22 | mediatek/mt8173: configure audio | Koro Chen |
2016-01-22 | mediatek/mt8173: add APLL clock setting | Koro Chen |