summaryrefslogtreecommitdiffstats
path: root/src/soc/rockchip
Commit message (Expand)AuthorAgeFilesLines
* 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
* rk3288: Use timestamp region for pre-cbmem timestampsFurquan Shaikh2015-07-073-0/+5
* veyron*: Kill SKIP_DISPLAY_INIT_HACKDavid Hendricks2015-07-061-2/+0
* rk3288: Add VOP_MODE_NONE for headless devicesDavid Hendricks2015-07-062-0/+3
* rk3288: Auto-detect display.David Hendricks2015-07-064-24/+47
* rockchip: rk3288: correct ddr 300MHz clock settinghuang lin2015-07-061-1/+1
* rockchip/rk3288: Initialize CPU in bootblockPatrick Georgi2015-07-012-2/+2
* rockchip/rk3288: complete vboot configuration and move to SoCPatrick Georgi2015-06-261-0/+3
* rockchip/rk3288: add support for hdmi displayYakir Yang2015-06-239-18/+1371
* Remove old HAVE_UART_MEMORY_MAPPED select statementsMartin Roth2015-06-211-1/+0
* rockchip: rk3288: add HDMI related iomux configurationhuang lin2015-06-101-0/+2
* Remove empty lines at end of fileElyes HAOUAS2015-06-082-2/+0
* lib: Unify log2() and related functionsJulius Werner2015-06-051-16/+1
* Remove address from GPLv2 headersPatrick Georgi2015-05-2138-38/+38
* Remove Kconfig variable that has no effectPatrick Georgi2015-05-191-1/+0
* rk3288: remove unused structs and declarationsAaron Durbin2015-05-152-10/+0
* vboot: split class in library and stagePatrick Georgi2015-04-301-1/+1
* kbuild: automatically include SOCsStefan Reinauer2015-04-292-20/+4
* rtc: add config flag to denote rtc API availabilityPatrick Georgi2015-04-221-0/+1
* rockchip/rk3288: Fix operator precedence error in LPDDR initJulius Werner2015-04-221-2/+2
* soc: select generic gpio lib on (almost) all non-x86 SOCsStefan Reinauer2015-04-221-0/+1
* rockchip/rk3288: Fix SPI clock divisor calculationJulius Werner2015-04-221-6/+2
* arm(64): Manually clean up the mess left by write32() transitionJulius Werner2015-04-217-58/+105
* arm(64): Globally replace writel(v, a) with write32(a, v)Julius Werner2015-04-2113-446/+372
* arm(64): Replace write32() and friends with writel()Julius Werner2015-04-212-13/+13
* rk3288: disable rk808 DCDC_UV_ACT_REG restart converter functionhuang lin2015-04-211-0/+5
* rockchip: configure lpddr odt properlyDerek Basehore2015-04-211-4/+4
* rk3288: support single channel ddrjinkun.hong2015-04-211-1/+4
* rk3288: Disable ramstage compression by defaultJulius Werner2015-04-201-0/+1
* rk3288: Add software I2C supportJulius Werner2015-04-174-1/+149
* chromeos: Provide common watchdog reboot supportJulius Werner2015-04-171-0/+1
* chromeos: Move memlayout.h/symbols.h into common directoryJulius Werner2015-04-171-1/+1
* uart: pass register width in the coreboot tableVadim Bendebury2015-04-171-0/+1
* rk3288: detect sdram size at runtimehuang lin2015-04-175-27/+79
* rk3288: Handle framebuffer through memlayout, not the resource systemJulius Werner2015-04-174-17/+8