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
*
soc/rockchip: Fix typos
Elyes HAOUAS
2020-02-24
6
-8
/
+8
*
src: Replace min/max() with MIN/MAX()
Elyes HAOUAS
2019-12-20
1
-2
/
+2
*
src/soc/rockchip: Remove unused <stdlib.h>
Elyes HAOUAS
2019-12-19
21
-21
/
+0
*
Change all clrsetbits_leXX() to clrsetbitsXX()
Julius Werner
2019-12-04
14
-328
/
+328
*
lib/fmap: Disable pre-RAM cache for FSP 1.0
Julius Werner
2019-11-19
1
-0
/
+1
*
rockchip/rk3288: Split free SRAM more evenly between stages
Julius Werner
2019-11-14
1
-4
/
+4
*
lib/fmap: Add optional pre-RAM cache
Julius Werner
2019-11-14
1
-1
/
+2
*
rockchip/rk3288: Bump verstage size a little more
Julius Werner
2019-11-11
1
-2
/
+2
*
arch/arm64: Pass cbmem_top to ramstage via calling argument
Arthur Heymans
2019-11-03
1
-2
/
+0
*
arch/arm: Pass cbmem_top to ramstage via calling argument
Arthur Heymans
2019-11-03
1
-2
/
+0
*
lib/cbmem_top: Add a common cbmem_top implementation
Arthur Heymans
2019-11-01
1
-1
/
+1
*
src/soc: change "unsigned" to "unsigned int"
Martin Roth
2019-10-27
6
-12
/
+12
*
arm64: Uprev Arm TF and adjust to BL31 parameter changes
Julius Werner
2019-09-14
3
-65
/
+0
*
arm64: Rename arm_tf.c/h to bl31.c/h
Julius Werner
2019-08-30
1
-1
/
+1
*
rockchip: Use new buffer_to/from_fifo32(_prefix) helpers
Julius Werner
2019-08-22
2
-54
/
+23
*
vboot: update vboot2 functions to use new vb2_error_t
Joel Kitching
2019-08-21
1
-4
/
+5
*
src: Include <stdint.h> instead of <inttypes.h>
Jacob Garber
2019-08-10
2
-2
/
+2
*
soc/{qualcomm,rockchip}: Use 'include <stdlib.h>' when appropriate
Elyes HAOUAS
2019-07-25
2
-3
/
+2
*
soc/rockchip/rk3399: Use 64 bits in multiplication
Jacob Garber
2019-07-25
1
-1
/
+1
*
src: Make implicit fall throughs explicit
Jacob Garber
2019-07-19
1
-4
/
+2
*
soc/rockchip/rk3288: Add fall through comment
Jacob Garber
2019-07-17
1
-0
/
+1
*
soc/rockchip/rk3288/include/soc: Add missing include <types.h>
Elyes HAOUAS
2019-07-13
1
-0
/
+2
*
arch/non-x86: Flip HAVE_MONOTONIC_TIMER default
Kyösti Mälkki
2019-07-09
2
-4
/
+0
*
vboot: Use CONFIG_VBOOT_MIGRATE_WORKING_DATA on all platforms
Julius Werner
2019-07-03
1
-1
/
+0
*
soc/rockchip/rk3288: Disable bootblock console
Patrick Georgi
2019-05-30
1
-0
/
+1
*
src/soc: Add missing 'include <types.h>'
Elyes HAOUAS
2019-05-29
3
-1
/
+3
*
Fix code that would trip -Wtype-limits
Julius Werner
2019-05-06
1
-3
/
+3
*
rockchip: rk3399: increase memory for fit payload.
Marty E. Plummer
2019-04-30
1
-2
/
+2
*
vboot: refactor OPROM code
Joel Kitching
2019-04-30
2
-2
/
+2
*
rockchip/rk3399: Select VBOOT_MIGRATE_WORKING_DATA
Julius Werner
2019-04-29
1
-0
/
+1
*
src: include <assert.h> when appropriate
Elyes HAOUAS
2019-04-23
7
-7
/
+0
*
src: Add missing include 'console.h'
Elyes HAOUAS
2019-04-23
1
-0
/
+1
*
src: Use include <delay.h> when appropriate
Elyes HAOUAS
2019-04-06
5
-5
/
+0
*
src: Use 'include <string.h>' when appropriate
Elyes HAOUAS
2019-03-20
8
-8
/
+0
*
rockchip/rk3399: Remove obsolete BL31 resource reservation
Julius Werner
2019-03-19
1
-7
/
+0
*
coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)
Julius Werner
2019-03-08
4
-4
/
+4
*
src: Drop unused include <timestamp.h>
Elyes HAOUAS
2019-03-07
1
-1
/
+0
*
device/mmio.h: Add include file for MMIO ops
Kyösti Mälkki
2019-03-04
24
-23
/
+23
*
arch/io.h: Drop unnecessary include
Kyösti Mälkki
2019-03-04
4
-4
/
+0
*
symbols.h: Add macro to define memlayout region symbols
Julius Werner
2019-02-22
5
-11
/
+10
*
rockchip/rk3399: Fix BL31 bootmem regions
Julius Werner
2019-02-22
3
-0
/
+39
*
bootmem: add new memory type for BL31
Ting Shen
2019-02-05
1
-0
/
+1
*
src: Don't use a #defines like Kconfig symbols
Elyes HAOUAS
2019-01-28
1
-7
/
+7
*
console: Change BOOTBLOCK_CONSOLE default to `y`
Nico Huber
2019-01-14
2
-2
/
+0
*
security/vboot: Fix remaining measured boot issues
Philipp Deppenwiese
2018-11-30
1
-3
/
+3
*
src: Remove duplicated round up function
Elyes HAOUAS
2018-11-29
6
-26
/
+26
*
(console,drivers/uart)/Kconfig: Fix dependencies
Nico Huber
2018-11-21
2
-12
/
+8
*
src: Remove unneeded include <cbmem.h>
Elyes HAOUAS
2018-11-16
1
-1
/
+0
*
src: Remove unneeded include <cbfs.h>
Elyes HAOUAS
2018-11-16
1
-1
/
+0
*
src: Remove unneeded include <console/console.h>
Elyes HAOUAS
2018-11-16
10
-10
/
+0
[next]