index
:
coreboot.git
24.02_branch
4.1
4.10_branch
4.11_branch
4.12_branch
4.14_branch
4.15_branch
4.16_branch
4.18_branch
4.19_branch
4.2
4.20_branch
4.22_branch
4.3
4.4
4.8_branch
classic-2014.10
coreboot-v1
coreboot-v3
main
master
rampayload
Coreboot firmware sources
coreboot
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
soc
/
rockchip
Commit message (
Expand
)
Author
Age
Files
Lines
*
cbmem_top_chipset: Change the return value to uintptr_t
Elyes Haouas
2022-11-18
1
-3
/
+2
*
soc/rockchip/rk3288/clock.c: Remove trailing semicolon
Elyes Haouas
2022-09-30
1
-1
/
+1
*
soc/(amd|rockchip): Update vb2ex_hwcrypto implementations to new API req
Julius Werner
2022-08-12
1
-4
/
+1
*
treewide: Unify Google branding
Jon Murphy
2022-07-04
1
-1
/
+1
*
soc/rockchip: Do resource transition
Kyösti Mälkki
2022-06-26
2
-2
/
+2
*
src/soc: Get rid of most src/soc/Kconfig files
Martin Roth
2022-06-24
1
-2
/
+0
*
security/vboot: Deprecate VBOOT_VBNV_EC
Yu-Ping Wu
2022-06-22
1
-3
/
+3
*
device/resource: Add _kb postfix for resource allocators
Kyösti Mälkki
2022-06-22
2
-2
/
+2
*
soc/*: Use __fallthrough statement
Arthur Heymans
2022-05-11
1
-2
/
+2
*
i2c: Add configurable I2C transfer timeout
Jes Klinke
2022-03-15
1
-4
/
+2
*
Use the fallthrough statement in switch loops
Arthur Heymans
2022-02-16
1
-2
/
+3
*
treewide: Remove "ERROR: "/"WARN: " prefixes from log messages
Julius Werner
2022-02-07
3
-4
/
+3
*
soc/rockchip/rk3399/display.c: Remove unuseful 'return' in void function
Elyes HAOUAS
2022-02-01
1
-2
/
+0
*
mipi: Make panel init callback work directly on DSI transaction types
Julius Werner
2021-09-11
1
-11
/
+1
*
include/bcd: move bcd code to commonlib/bsd/include
Ricardo Quesada
2021-08-23
1
-1
/
+1
*
soc/rockchip/rk3399/sdram: Add channel to error message
Moritz Fischer
2021-03-04
1
-5
/
+5
*
soc/rockchip/rk3399/sdram: Simplify error condition
Moritz Fischer
2021-03-04
1
-1
/
+1
*
rk3399: clock: Fix style for rkclk_ddr_reset()
Julius Werner
2021-02-26
1
-15
/
+6
*
rk3399: sdram: Remove obs_err variable to avoid uninitialized use
Julius Werner
2021-02-26
1
-21
/
+29
*
soc/rockchip/rk3399/sdram: Remove superfluous parameter
Moritz Fischer
2021-02-22
1
-3
/
+3
*
soc/rockchip/rk3399/sdram: Use rank_mask in WDQL training
Moritz Fischer
2021-02-20
1
-2
/
+5
*
soc/rockchip/rk3399/sdram: Use rank_mask in CA training
Moritz Fischer
2021-02-20
1
-3
/
+19
*
soc/rockchip/rk3399/clock: Add rkclk_ddr_reset() function
Moritz Fischer
2021-02-19
1
-0
/
+10
*
soc/rockchip/rk3399/sdram: Add phy_ctrl_reset
Moritz Fischer
2021-02-19
1
-0
/
+13
*
soc/rockchip/rk3399/sdram: Clear PI_175 IRQs in data training
Moritz Fischer
2021-02-19
1
-5
/
+21
*
memlayout: Store region sizes as separate symbols
Julius Werner
2021-02-19
2
-4
/
+4
*
soc/rockchip/rk3399/sdram: Move WDQL training into a separate function
Moritz Fischer
2021-02-18
1
-30
/
+40
*
soc/rockchip/rk3399/sdram: Move RL training into a separate function
Moritz Fischer
2021-02-18
1
-28
/
+41
*
soc/rockchip/rk3399/sdram: Move RG training into a separate function
Moritz Fischer
2021-02-18
1
-78
/
+86
*
soc/rockchip/rk3399/sdram: Move WL training into a separate function
Moritz Fischer
2021-02-18
1
-41
/
+51
*
soc/rockchip/rk3399/sdram: Move CA training into a separate function
Moritz Fischer
2021-02-18
1
-36
/
+49
*
soc/rockchip/rk3399/sdram: Order and group tsel variables
Moritz Fischer
2021-02-18
1
-12
/
+18
*
soc/rockchip/rk3399/sdram: Shorten sdram_params to params
Moritz Fischer
2021-02-18
1
-79
/
+69
*
drivers: Replace set_vbe_mode_info_valid
Patrick Rudolph
2020-12-17
2
-2
/
+4
*
cbfs: Enable CBFS mcache on most chipsets
Julius Werner
2020-12-02
2
-4
/
+6
*
src: Change bare 'unsigned' to 'unsigned int'
Martin Roth
2020-11-16
1
-36
/
+36
*
soc/rockchip/rk3288/include/soc/display.h: Add missing includes
Elyes HAOUAS
2020-10-19
1
-0
/
+3
*
soc/rockchip/rk3288/gpio.c: Use GPIOx_BASE macros
Elyes HAOUAS
2020-10-19
1
-9
/
+10
*
soc/rockchip: Drop unneeded empty lines
Elyes HAOUAS
2020-09-21
7
-7
/
+0
*
include/console/uart: make index parameter unsigned
Felix Held
2020-09-12
1
-1
/
+1
*
{include,mb,soc,sb,vendorcode}: Make hexadecimal notation consistent
Subrata Banik
2020-09-01
1
-1
/
+1
*
src/soc/rockchip: Add missing <{stddef,stdint}.h>
Elyes HAOUAS
2020-07-29
2
-0
/
+3
*
soc/rockchip/rk3399/display.c: Add missing include
Elyes HAOUAS
2020-07-14
1
-1
/
+1
*
soc/rockchip: Use (Q) instead of @
Stefan Reinauer
2020-06-26
2
-4
/
+4
*
treewide: Add Kconfig variable MEMLAYOUT_LD_FILE
Furquan Shaikh
2020-06-13
4
-0
/
+8
*
src: Remove leading blank lines from SPDX header
Elyes HAOUAS
2020-05-18
2
-6
/
+0
*
src: Remove unused '#include <stddef.h>'
Elyes HAOUAS
2020-05-13
4
-4
/
+0
*
treewide: Remove "this file is part of" lines
Patrick Georgi
2020-05-11
69
-69
/
+0
*
src/: Replace GPL boilerplate with SPDX headers
Patrick Georgi
2020-05-09
2
-18
/
+2
*
{security,soc}/*/Kconfig: Replace GPLv2 long form headers with SPDX header
Elyes HAOUAS
2020-05-08
1
-13
/
+2
[next]