Age | Commit message (Expand) | Author |
2019-01-28 | src: Don't use a #defines like Kconfig symbols | Elyes HAOUAS |
2019-01-14 | console: Change BOOTBLOCK_CONSOLE default to `y` | Nico Huber |
2018-11-30 | security/vboot: Fix remaining measured boot issues | Philipp Deppenwiese |
2018-11-29 | src: Remove duplicated round up function | Elyes HAOUAS |
2018-11-21 | (console,drivers/uart)/Kconfig: Fix dependencies | Nico Huber |
2018-11-16 | src: Remove unneeded include <cbmem.h> | Elyes HAOUAS |
2018-11-16 | src: Remove unneeded include <console/console.h> | Elyes HAOUAS |
2018-10-23 | src: Remove unneeded whitespace | Elyes HAOUAS |
2018-08-10 | drivers/i2c: Add i2c TPM support for different stages | Philipp Deppenwiese |
2018-08-09 | src/soc: Fix typo | Elyes HAOUAS |
2018-08-09 | rk3288: Dig up two more KB of SRAM from under the couch cushions | Julius Werner |
2018-06-04 | soc/rockchip: Get rid of device_t | Elyes HAOUAS |
2018-02-02 | rockchip/rk3288: Fix includes for <soc/clock.h> | Julius Werner |
2017-08-18 | include/device: Split i2c.h into three | Nico Huber |
2017-06-08 | device/Kconfig: Introduce MAINBOARD_FORCE_NATIVE_VGA_INIT | Nico Huber |
2017-06-02 | Kconfig: Introduce HAVE_(VBE_)LINEAR_FRAMEBUFFER | Nico Huber |
2017-05-03 | lib/edid.c: Differentiate between absent and non-conformant EDID | Arthur Heymans |
2017-03-28 | Remove libverstage as separate library and source file class | Julius Werner |
2017-03-28 | vboot: Move remaining features out of vendorcode/google/chromeos | Julius Werner |
2016-11-14 | soc/rockchip: split edp_enable() function | Lin Huang |
2016-11-02 | rockchip/rk3399: display: Do not allocate framebuffer in coreboot | Lin Huang |
2016-10-06 | rockchip: Correct and standardize clock divisor range assertions | Julius Werner |
2016-10-04 | rockchip: Remove pulls for gpio_output(), clean up code | Julius Werner |
2016-07-12 | rockchip/rk3399: Fix pinctrl pull bias settings | Shunqian Zheng |
2016-06-12 | Kconfig: Set VBOOT_OPROM_MATTERS for relevant non-x86 devices | Julius Werner |
2016-06-06 | rk3288: Remove duplicate timestamp_init() | Julius Werner |
2016-05-18 | rockchip: revert the common tsadc header | Shunqian Zheng |
2016-05-09 | drivers/uart: Use uart_platform_refclk for all UART models | Lee Leahy |
2016-05-09 | rockchip: move vop driver from rk3288 to rockchip common | Shunqian Zheng |
2016-05-09 | rockchip/rk3288: Shuffle memlayout to make it fit | Julius Werner |
2016-05-09 | rockchip/*: refactor edp driver | Lin Huang |
2016-05-09 | rockchip: make sure sdram top does not spill into MMIO space | Lin Huang |
2016-05-09 | rockchip: refactor gpio driver | Shunqian Zheng |
2016-05-09 | rockchip/rk*: replace UART special snowflake with standard driver | Patrick Georgi |
2016-04-14 | src/soc/rockchip: Update license headers | Martin Roth |
2016-04-13 | rockchip/rk3288: refactor pwm driver | Lin Huang |
2016-04-13 | rockchip/rk3288: refactor i2c interface to allow support of rk3399 | huang lin |
2016-04-07 | rockchip: refactor to sharing code among similar SOCs | Vadim Bendebury |
2016-04-07 | edid: Make framebuffer row alignment configurable | Julius Werner |
2016-03-24 | edid: Add helper function to calculate bits-per-pixel dependent values | Julius Werner |
2016-03-16 | rockchip: update make_idb.py | huang lin |
2016-02-12 | timestamp: Remove HAS_PRECBMEM_TIMESTAMP_REGION Kconfig | Julius Werner |
2016-02-09 | rockchip/rk3288: UART uses 32bit wide registers | Patrick Georgi |
2015-11-18 | google/veyron*: Pulse the i2c clock once if sda was low | Douglas Anderson |
2015-11-11 | arm/arm64: Generalize bootblock C entry point | Julius Werner |
2015-11-10 | rockchip/rk3288: hdmi: configure display output mode with EDID information | Yakir Yang |
2015-10-31 | tree: drop last paragraph of GPL copyright header | Patrick Georgi |
2015-10-29 | rockchip/rk3288: If we fail to read the EDID 5 times in a row, it's an error | Douglas Anderson |
2015-10-25 | rockchip/rk3288: Remove 1392MHz option for RK3288 APLL | David Hendricks |
2015-10-25 | rockchip/rk3288: Add 1416MHz as an option for RK3288 APLL | David Hendricks |
2015-10-25 | rockchip/rk3288: Add 600MHz as an option for RK3288 APLL | David Hendricks |
2015-09-22 | linking: link bootblock.elf with .data and .bss sections again | Aaron Durbin |
2015-09-09 | verstage: use common program.ld for linking | Aaron Durbin |
2015-09-08 | rk3288: Allow board-specific APLL (CPU clock) settings | David Hendricks |
2015-09-04 | bootmode: add display_init_required() | Aaron Durbin |
2015-08-28 | rockchip: rk3288: multiple NPLL rate in pll_para_config | Yakir Yang |
2015-08-28 | rk3288: Set HDMI display mode to 480p | Yakir Yang |
2015-08-28 | rk3288: Ignore EDID errors for HDMI | David Hendricks |
2015-08-28 | edid: Use edid_mode struct to reduce redundancy | David Hendricks |
2015-08-28 | rockchip: rk3288: fix phsync & pvsync bug | Yakir Yang |
2015-08-21 | ChromeOS: Fix Kconfig dependencies | Martin Roth |
2015-07-09 | rk3288: Fix & vs && mix up in hdmi driver | Stefan Reinauer |
2015-07-07 | rk3288: Use timestamp region for pre-cbmem timestamps | Furquan Shaikh |
2015-07-06 | veyron*: Kill SKIP_DISPLAY_INIT_HACK | David Hendricks |
2015-07-06 | rk3288: Add VOP_MODE_NONE for headless devices | David Hendricks |
2015-07-06 | rk3288: Auto-detect display. | David Hendricks |
2015-07-06 | rockchip: rk3288: correct ddr 300MHz clock setting | huang lin |
2015-07-01 | rockchip/rk3288: Initialize CPU in bootblock | Patrick Georgi |
2015-06-26 | rockchip/rk3288: complete vboot configuration and move to SoC | Patrick Georgi |
2015-06-23 | rockchip/rk3288: add support for hdmi display | Yakir Yang |
2015-06-21 | Remove old HAVE_UART_MEMORY_MAPPED select statements | Martin Roth |
2015-06-10 | rockchip: rk3288: add HDMI related iomux configuration | huang lin |
2015-06-08 | Remove empty lines at end of file | Elyes HAOUAS |
2015-06-05 | lib: Unify log2() and related functions | Julius Werner |
2015-05-21 | Remove address from GPLv2 headers | Patrick Georgi |
2015-05-19 | Remove Kconfig variable that has no effect | Patrick Georgi |
2015-05-15 | rk3288: remove unused structs and declarations | Aaron Durbin |
2015-04-30 | vboot: split class in library and stage | Patrick Georgi |
2015-04-29 | kbuild: automatically include SOCs | Stefan Reinauer |
2015-04-22 | rtc: add config flag to denote rtc API availability | Patrick Georgi |
2015-04-22 | rockchip/rk3288: Fix operator precedence error in LPDDR init | Julius Werner |
2015-04-22 | soc: select generic gpio lib on (almost) all non-x86 SOCs | Stefan Reinauer |
2015-04-22 | rockchip/rk3288: Fix SPI clock divisor calculation | Julius Werner |
2015-04-21 | arm(64): Manually clean up the mess left by write32() transition | Julius Werner |
2015-04-21 | arm(64): Globally replace writel(v, a) with write32(a, v) | Julius Werner |
2015-04-21 | arm(64): Replace write32() and friends with writel() | Julius Werner |
2015-04-21 | rk3288: disable rk808 DCDC_UV_ACT_REG restart converter function | huang lin |
2015-04-21 | rockchip: configure lpddr odt properly | Derek Basehore |
2015-04-21 | rk3288: support single channel ddr | jinkun.hong |
2015-04-20 | rk3288: Disable ramstage compression by default | Julius Werner |
2015-04-17 | rk3288: Add software I2C support | Julius Werner |
2015-04-17 | chromeos: Provide common watchdog reboot support | Julius Werner |
2015-04-17 | chromeos: Move memlayout.h/symbols.h into common directory | Julius Werner |
2015-04-17 | uart: pass register width in the coreboot table | Vadim Bendebury |
2015-04-17 | rk3288: detect sdram size at runtime | huang lin |
2015-04-17 | rk3288: Handle framebuffer through memlayout, not the resource system | Julius Werner |
2015-04-17 | rk3288: Add a config variable hack to skip display init | David Hendricks |
2015-04-17 | veyron: Activate Winbond SPI driver | Julius Werner |
2015-04-15 | rk3288: support edp HPD function | huang lin |
2015-04-15 | rk3288: set the rk808 BUCK default inductor current to max value | huang lin |