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
/
nvidia
Commit message (
Expand
)
Author
Age
Files
Lines
*
src: Make implicit fall throughs explicit
Jacob Garber
2019-07-19
1
-0
/
+1
*
lib: Remove the BOOTBLOCK_CUSTOM compile guard
Asami Doi
2019-07-17
4
-4
/
+10
*
soc/nvidia/tegra124: Prevent implicit fallthrough
Jacob Garber
2019-07-13
1
-0
/
+1
*
arch, include, soc: Use common stdint.h
Jacob Garber
2019-07-12
3
-3
/
+3
*
arch/non-x86: Flip HAVE_MONOTONIC_TIMER default
Kyösti Mälkki
2019-07-09
2
-4
/
+0
*
src/soc: Add missing 'include <types.h>'
Elyes HAOUAS
2019-05-29
4
-7
/
+8
*
vboot: refactor OPROM code
Joel Kitching
2019-04-30
2
-2
/
+2
*
src: Add missing include 'console.h'
Elyes HAOUAS
2019-04-23
2
-0
/
+2
*
src: Use include <delay.h> when appropriate
Elyes HAOUAS
2019-04-06
2
-2
/
+1
*
src: Use #include <timer.h> when appropriate
Elyes HAOUAS
2019-04-06
3
-4
/
+0
*
soc/nvidia/tegra210: Increase bootblock size
Martin Roth
2019-04-04
1
-3
/
+3
*
Fix up remaining boolean uses of CONFIG_XXX to CONFIG(XXX)
Julius Werner
2019-03-25
2
-2
/
+2
*
vboot: standardize on working data size
Joel Kitching
2019-03-21
1
-1
/
+1
*
nvidia/tegra{124,210}/lp0: Directly include `stdint.h`
Nico Huber
2019-03-21
4
-6
/
+2
*
soc/nvidia/tegra{124,210}: Remove unneeded 'include <halt.h>'
Elyes HAOUAS
2019-03-20
2
-2
/
+0
*
src: Use 'include <string.h>' when appropriate
Elyes HAOUAS
2019-03-20
7
-8
/
+0
*
src: Drop unused '#include <halt.h>'
Elyes HAOUAS
2019-03-16
2
-0
/
+2
*
coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)
Julius Werner
2019-03-08
5
-9
/
+9
*
src: Drop unused include <timestamp.h>
Elyes HAOUAS
2019-03-07
2
-2
/
+0
*
security/tpm: Fix TCPA log feature
Philipp Deppenwiese
2019-03-07
2
-12
/
+14
*
device/mmio.h: Add include file for MMIO ops
Kyösti Mälkki
2019-03-04
37
-33
/
+38
*
arch/io.h: Drop unnecessary include
Kyösti Mälkki
2019-03-04
11
-11
/
+0
*
symbols.h: Add macro to define memlayout region symbols
Julius Werner
2019-02-22
2
-4
/
+5
*
bootmem: add new memory type for BL31
Ting Shen
2019-02-05
1
-1
/
+12
*
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
-9
/
+9
*
src: Remove duplicated round up function
Elyes HAOUAS
2018-11-29
5
-11
/
+12
*
(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
4
-4
/
+0
*
src: Remove unneeded include <cbfs.h>
Elyes HAOUAS
2018-11-16
5
-5
/
+0
*
src: Remove unneeded include <lib.h>
Elyes HAOUAS
2018-11-16
9
-8
/
+4
*
src: Remove unneeded include <console/console.h>
Elyes HAOUAS
2018-11-16
5
-5
/
+1
*
src: Get rid of duplicated includes
Elyes HAOUAS
2018-11-16
2
-2
/
+0
*
src: Remove unneeded include "{arch,cpu}/cpu.h"
Elyes HAOUAS
2018-11-12
4
-4
/
+0
*
src: Add missing include <stdint.h>
Elyes HAOUAS
2018-11-01
1
-0
/
+2
*
tegra210_lp0: make sure to build with compiler.h included
Nico Huber
2018-10-29
1
-0
/
+1
*
src: Remove unneeded whitespace
Elyes HAOUAS
2018-10-23
2
-4
/
+4
*
reset: Convert individual boards to `board_reset()`
Nico Huber
2018-10-22
2
-2
/
+0
*
tegra124_lp0: make sure to build with compiler.h included
Patrick Georgi
2018-10-11
1
-0
/
+1
*
Move compiler.h to commonlib
Nico Huber
2018-10-08
16
-18
/
+0
*
src: Use tabs for indentation
Elyes HAOUAS
2018-10-08
8
-29
/
+29
*
soc/nvidia/tegra124: Increase bootblock size
Patrick Rudolph
2018-10-04
1
-3
/
+3
*
complier.h: add __always_inline and use it in code base
Aaron Durbin
2018-09-14
2
-4
/
+2
*
complier.h: add __noreturn and use it in code base
Aaron Durbin
2018-09-10
2
-4
/
+4
*
arm64: Remove set_cntfrq() function
Julius Werner
2018-08-10
1
-2
/
+2
*
src/soc: Fix typo
Elyes HAOUAS
2018-08-09
3
-3
/
+3
*
src/soc: Use "foo *bar" instead of "foo* bar"
Elyes HAOUAS
2018-07-09
12
-23
/
+23
*
src/soc: Get rid of whitespace before tab
Elyes HAOUAS
2018-06-04
6
-18
/
+18
*
src: Use "foo *bar" instead of "foo* bar"
Elyes HAOUAS
2018-06-04
2
-2
/
+3
*
src/soc: Add and update license headers
Martin Roth
2018-05-29
39
-245
/
+323
[next]