summaryrefslogtreecommitdiffstats
path: root/src/soc/rockchip
Commit message (Expand)AuthorAgeFilesLines
* treewide: Unify Google brandingJon Murphy2022-07-041-1/+1
* soc/rockchip: Do resource transitionKyösti Mälkki2022-06-262-2/+2
* src/soc: Get rid of most src/soc/Kconfig filesMartin Roth2022-06-241-2/+0
* security/vboot: Deprecate VBOOT_VBNV_ECYu-Ping Wu2022-06-221-3/+3
* device/resource: Add _kb postfix for resource allocatorsKyösti Mälkki2022-06-222-2/+2
* soc/*: Use __fallthrough statementArthur Heymans2022-05-111-2/+2
* i2c: Add configurable I2C transfer timeoutJes Klinke2022-03-151-4/+2
* Use the fallthrough statement in switch loopsArthur Heymans2022-02-161-2/+3
* treewide: Remove "ERROR: "/"WARN: " prefixes from log messagesJulius Werner2022-02-073-4/+3
* soc/rockchip/rk3399/display.c: Remove unuseful 'return' in void functionElyes HAOUAS2022-02-011-2/+0
* mipi: Make panel init callback work directly on DSI transaction typesJulius Werner2021-09-111-11/+1
* include/bcd: move bcd code to commonlib/bsd/includeRicardo Quesada2021-08-231-1/+1
* soc/rockchip/rk3399/sdram: Add channel to error messageMoritz Fischer2021-03-041-5/+5
* soc/rockchip/rk3399/sdram: Simplify error conditionMoritz Fischer2021-03-041-1/+1
* rk3399: clock: Fix style for rkclk_ddr_reset()Julius Werner2021-02-261-15/+6
* rk3399: sdram: Remove obs_err variable to avoid uninitialized useJulius Werner2021-02-261-21/+29
* soc/rockchip/rk3399/sdram: Remove superfluous parameterMoritz Fischer2021-02-221-3/+3
* soc/rockchip/rk3399/sdram: Use rank_mask in WDQL trainingMoritz Fischer2021-02-201-2/+5
* soc/rockchip/rk3399/sdram: Use rank_mask in CA trainingMoritz Fischer2021-02-201-3/+19
* soc/rockchip/rk3399/clock: Add rkclk_ddr_reset() functionMoritz Fischer2021-02-191-0/+10
* soc/rockchip/rk3399/sdram: Add phy_ctrl_resetMoritz Fischer2021-02-191-0/+13
* soc/rockchip/rk3399/sdram: Clear PI_175 IRQs in data trainingMoritz Fischer2021-02-191-5/+21
* memlayout: Store region sizes as separate symbolsJulius Werner2021-02-192-4/+4
* soc/rockchip/rk3399/sdram: Move WDQL training into a separate functionMoritz Fischer2021-02-181-30/+40
* soc/rockchip/rk3399/sdram: Move RL training into a separate functionMoritz Fischer2021-02-181-28/+41
* soc/rockchip/rk3399/sdram: Move RG training into a separate functionMoritz Fischer2021-02-181-78/+86
* soc/rockchip/rk3399/sdram: Move WL training into a separate functionMoritz Fischer2021-02-181-41/+51
* soc/rockchip/rk3399/sdram: Move CA training into a separate functionMoritz Fischer2021-02-181-36/+49
* soc/rockchip/rk3399/sdram: Order and group tsel variablesMoritz Fischer2021-02-181-12/+18
* soc/rockchip/rk3399/sdram: Shorten sdram_params to paramsMoritz Fischer2021-02-181-79/+69
* drivers: Replace set_vbe_mode_info_validPatrick Rudolph2020-12-172-2/+4
* cbfs: Enable CBFS mcache on most chipsetsJulius Werner2020-12-022-4/+6
* src: Change bare 'unsigned' to 'unsigned int'Martin Roth2020-11-161-36/+36
* soc/rockchip/rk3288/include/soc/display.h: Add missing includesElyes HAOUAS2020-10-191-0/+3
* soc/rockchip/rk3288/gpio.c: Use GPIOx_BASE macrosElyes HAOUAS2020-10-191-9/+10
* soc/rockchip: Drop unneeded empty linesElyes HAOUAS2020-09-217-7/+0
* include/console/uart: make index parameter unsignedFelix Held2020-09-121-1/+1
* {include,mb,soc,sb,vendorcode}: Make hexadecimal notation consistentSubrata Banik2020-09-011-1/+1
* src/soc/rockchip: Add missing <{stddef,stdint}.h>Elyes HAOUAS2020-07-292-0/+3
* soc/rockchip/rk3399/display.c: Add missing includeElyes HAOUAS2020-07-141-1/+1
* soc/rockchip: Use (Q) instead of @Stefan Reinauer2020-06-262-4/+4
* treewide: Add Kconfig variable MEMLAYOUT_LD_FILEFurquan Shaikh2020-06-134-0/+8
* src: Remove leading blank lines from SPDX headerElyes HAOUAS2020-05-182-6/+0
* src: Remove unused '#include <stddef.h>'Elyes HAOUAS2020-05-134-4/+0
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-1169-69/+0
* src/: Replace GPL boilerplate with SPDX headersPatrick Georgi2020-05-092-18/+2
* {security,soc}/*/Kconfig: Replace GPLv2 long form headers with SPDX headerElyes HAOUAS2020-05-081-13/+2
* treewide: replace GPLv2 long form headers with SPDX headerPatrick Georgi2020-05-062-24/+2
* treewide: Move "is part of the coreboot project" line in its own commentPatrick Georgi2020-05-062-4/+2
* Replace DEVICE_NOOP with noop_(set|read)_resourcesNico Huber2020-04-101-2/+2