summaryrefslogtreecommitdiffstats
path: root/src/soc/rockchip/rk3288
Commit message (Expand)AuthorAgeFilesLines
* rockchip/rk3288: Fix includes for <soc/clock.h>Julius Werner2018-02-021-0/+1
* include/device: Split i2c.h into threeNico Huber2017-08-181-1/+1
* device/Kconfig: Introduce MAINBOARD_FORCE_NATIVE_VGA_INITNico Huber2017-06-081-1/+1
* Kconfig: Introduce HAVE_(VBE_)LINEAR_FRAMEBUFFERNico Huber2017-06-021-0/+3
* lib/edid.c: Differentiate between absent and non-conformant EDIDArthur Heymans2017-05-031-1/+1
* Remove libverstage as separate library and source file classJulius Werner2017-03-281-1/+1
* vboot: Move remaining features out of vendorcode/google/chromeosJulius Werner2017-03-281-3/+3
* soc/rockchip: split edp_enable() functionLin Huang2016-11-141-0/+4
* rockchip/rk3399: display: Do not allocate framebuffer in corebootLin Huang2016-11-021-1/+2
* rockchip: Correct and standardize clock divisor range assertionsJulius Werner2016-10-061-10/+10
* rockchip: Remove pulls for gpio_output(), clean up codeJulius Werner2016-10-041-1/+1
* rockchip/rk3399: Fix pinctrl pull bias settingsShunqian Zheng2016-07-121-0/+6
* Kconfig: Set VBOOT_OPROM_MATTERS for relevant non-x86 devicesJulius Werner2016-06-121-0/+1
* rk3288: Remove duplicate timestamp_init()Julius Werner2016-06-061-2/+0
* rockchip: revert the common tsadc headerShunqian Zheng2016-05-181-0/+21
* drivers/uart: Use uart_platform_refclk for all UART modelsLee Leahy2016-05-091-0/+1
* rockchip: move vop driver from rk3288 to rockchip commonShunqian Zheng2016-05-093-515/+1
* rockchip/rk3288: Shuffle memlayout to make it fitJulius Werner2016-05-091-4/+4
* rockchip/*: refactor edp driverLin Huang2016-05-095-1685/+19
* rockchip: make sure sdram top does not spill into MMIO spaceLin Huang2016-05-091-0/+2
* rockchip: refactor gpio driverShunqian Zheng2016-05-093-114/+23
* rockchip/rk*: replace UART special snowflake with standard driverPatrick Georgi2016-05-091-1/+1
* src/soc/rockchip: Update license headersMartin Roth2016-04-142-0/+16
* rockchip/rk3288: refactor pwm driverLin Huang2016-04-134-87/+5
* rockchip/rk3288: refactor i2c interface to allow support of rk3399huang lin2016-04-135-315/+31
* rockchip: refactor to sharing code among similar SOCsVadim Bendebury2016-04-0711-1000/+16
* edid: Make framebuffer row alignment configurableJulius Werner2016-04-071-1/+1
* edid: Add helper function to calculate bits-per-pixel dependent valuesJulius Werner2016-03-241-4/+2
* rockchip: update make_idb.pyhuang lin2016-03-161-1/+1
* timestamp: Remove HAS_PRECBMEM_TIMESTAMP_REGION KconfigJulius Werner2016-02-121-1/+0
* rockchip/rk3288: UART uses 32bit wide registersPatrick Georgi2016-02-091-1/+1
* google/veyron*: Pulse the i2c clock once if sda was lowDouglas Anderson2015-11-181-0/+16
* arm/arm64: Generalize bootblock C entry pointJulius Werner2015-11-111-4/+0
* rockchip/rk3288: hdmi: configure display output mode with EDID informationYakir Yang2015-11-101-4/+3
* tree: drop last paragraph of GPL copyright headerPatrick Georgi2015-10-3138-152/+0
* rockchip/rk3288: If we fail to read the EDID 5 times in a row, it's an errorDouglas Anderson2015-10-291-2/+2
* rockchip/rk3288: Remove 1392MHz option for RK3288 APLLDavid Hendricks2015-10-252-3/+0
* rockchip/rk3288: Add 1416MHz as an option for RK3288 APLLDavid Hendricks2015-10-252-0/+3
* rockchip/rk3288: Add 600MHz as an option for RK3288 APLLDavid Hendricks2015-10-252-0/+3
* linking: link bootblock.elf with .data and .bss sections againAaron Durbin2015-09-221-3/+0
* verstage: use common program.ld for linkingAaron Durbin2015-09-091-1/+0
* rk3288: Allow board-specific APLL (CPU clock) settingsDavid Hendricks2015-09-082-5/+16
* bootmode: add display_init_required()Aaron Durbin2015-09-041-4/+4
* rockchip: rk3288: multiple NPLL rate in pll_para_configYakir Yang2015-08-281-4/+17
* rk3288: Set HDMI display mode to 480pYakir Yang2015-08-281-0/+4
* rk3288: Ignore EDID errors for HDMIDavid Hendricks2015-08-281-4/+3
* edid: Use edid_mode struct to reduce redundancyDavid Hendricks2015-08-283-38/+38
* rockchip: rk3288: fix phsync & pvsync bugYakir Yang2015-08-282-4/+4
* ChromeOS: Fix Kconfig dependenciesMartin Roth2015-08-211-2/+4
* rk3288: Fix & vs && mix up in hdmi driverStefan Reinauer2015-07-091-1/+1