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
/
samsung
/
exynos5420
Commit message (
Expand
)
Author
Age
Files
Lines
*
i2c: Add configurable I2C transfer timeout
Jes Klinke
2022-03-15
1
-9
/
+11
*
soc/samsung/exynos5420: Remove unuseful 'return' in void function
Elyes HAOUAS
2022-02-01
1
-16
/
+0
*
src/{drivers,soc}: Fix some code indents
Elyes HAOUAS
2022-01-28
1
-5
/
+5
*
src: Add missing 'void' in function definition
Elyes HAOUAS
2022-01-26
1
-6
/
+6
*
src/soc to src/superio: Fix spelling errors
Martin Roth
2021-10-05
1
-1
/
+1
*
commonlib/region: Turn addrspace_32bit into a more official API
Julius Werner
2021-04-21
1
-4
/
+1
*
cbfs: Pull handling of the CBFS_CACHE mem_pool into CBFS core
Julius Werner
2021-03-08
1
-3
/
+2
*
soc/samsung/exynos{5250,5420}/include/soc/cpu.h: Add missing include
Elyes HAOUAS
2021-02-01
1
-0
/
+1
*
cbfs: Enable CBFS mcache on most chipsets
Julius Werner
2020-12-02
1
-1
/
+2
*
src/soc/samsung: Move common headers to "common/include/soc"
Elyes HAOUAS
2020-10-19
10
-506
/
+1
*
soc/samsung: Drop unneeded empty lines
Elyes HAOUAS
2020-09-21
7
-20
/
+0
*
include/console/uart: make index parameter unsigned
Felix Held
2020-09-12
1
-5
/
+5
*
src/soc/samsung/exynos{5250,s5420}: Add missing <{stddef,stdint}.h>
Elyes HAOUAS
2020-07-29
1
-0
/
+2
*
soc/samsung/exynos5420: Drop dead code
Angel Pons
2020-07-09
1
-40
/
+0
*
treewide: Add Kconfig variable MEMLAYOUT_LD_FILE
Furquan Shaikh
2020-06-13
2
-0
/
+4
*
samsung/exynos5420: add resources during read_resources()
Furquan Shaikh
2020-05-14
1
-6
/
+10
*
src: Remove unused '#include <stddef.h>'
Elyes HAOUAS
2020-05-13
3
-3
/
+0
*
treewide: Remove "this file is part of" lines
Patrick Georgi
2020-05-11
43
-43
/
+0
*
treewide: replace GPLv2 long form headers with SPDX header
Patrick Georgi
2020-05-06
4
-48
/
+4
*
treewide: move copyrights and authors to AUTHORS
Patrick Georgi
2020-05-06
4
-9
/
+1
*
treewide: Move "is part of the coreboot project" line in its own comment
Patrick Georgi
2020-05-06
1
-2
/
+1
*
Replace DEVICE_NOOP with noop_(set|read)_resources
Nico Huber
2020-04-10
1
-2
/
+2
*
soc/samsung: Use SPDX for GPL-2.0-only files
Angel Pons
2020-04-06
42
-545
/
+84
*
Drop explicit NULL initializations from `device_operations`
Elyes HAOUAS
2020-04-05
1
-1
/
+0
*
soc: Remove copyright notices
Patrick Georgi
2020-03-18
45
-56
/
+0
*
soc/{samsung,sifive}: Fix typos
Elyes HAOUAS
2020-02-24
1
-1
/
+1
*
src/soc/samsung: Remove unused <stdlib.h>
Elyes HAOUAS
2019-12-19
8
-8
/
+0
*
Change all clrsetbits_leXX() to clrsetbitsXX()
Julius Werner
2019-12-04
6
-67
/
+67
*
lib/fmap: Add optional pre-RAM cache
Julius Werner
2019-11-14
1
-1
/
+2
*
arch/arm: Pass cbmem_top to ramstage via calling argument
Arthur Heymans
2019-11-03
1
-1
/
+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
7
-59
/
+59
*
arch/non-x86: Use ENV_ROMSTAGE_OR_BEFORE
Kyösti Mälkki
2019-08-26
1
-6
/
+8
*
arch/non-x86: Remove use of __PRE_RAM__
Kyösti Mälkki
2019-08-20
1
-2
/
+0
*
soc/samsung/exynos5420: Refactor fimd vidtcon access
Jacob Garber
2019-08-02
3
-12
/
+9
*
arch/non-x86: Flip HAVE_MONOTONIC_TIMER default
Kyösti Mälkki
2019-07-09
1
-2
/
+0
*
Fix code that would trip -Wtype-limits
Julius Werner
2019-05-06
1
-1
/
+1
*
src: include <assert.h> when appropriate
Elyes HAOUAS
2019-04-23
2
-2
/
+0
*
src: Use include <delay.h> when appropriate
Elyes HAOUAS
2019-04-06
3
-3
/
+0
*
src: Use #include <timer.h> when appropriate
Elyes HAOUAS
2019-04-06
3
-3
/
+0
*
src: Use 'include <string.h>' when appropriate
Elyes HAOUAS
2019-03-20
3
-3
/
+0
*
src: Drop unused 'include <cbfs.h>'
Elyes HAOUAS
2019-03-19
1
-2
/
+0
*
device/mmio.h: Add include file for MMIO ops
Kyösti Mälkki
2019-03-04
18
-15
/
+17
*
arch/io.h: Drop unnecessary include
Kyösti Mälkki
2019-03-04
1
-1
/
+0
*
symbols.h: Add macro to define memlayout region symbols
Julius Werner
2019-02-22
2
-3
/
+3
*
src: Don't use a #defines like Kconfig symbols
Elyes HAOUAS
2019-01-28
1
-2
/
+2
*
soc/samsung/exynos5420: Disable BOOTBLOCK_CONSOLE
Nico Huber
2019-01-16
1
-0
/
+1
*
src: Remove duplicated round up function
Elyes HAOUAS
2018-11-29
2
-3
/
+3
*
(console,drivers/uart)/Kconfig: Fix dependencies
Nico Huber
2018-11-21
1
-7
/
+5
*
src: Remove unneeded include <cbmem.h>
Elyes HAOUAS
2018-11-16
1
-1
/
+0
[next]