index
:
coreboot
2560p
820g2
autoport-hsw
broadwell_refcode
e6230
e7240_bdw
haswell-mrc
hp820g1
hp9480m
mec1322
Some coreboot project code with my work
vimacs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
soc
/
nvidia
Age
Commit message (
Expand
)
Author
2019-12-19
src/soc/nvidia: Remove unused <stdlib.h>
Elyes HAOUAS
2019-12-04
Change all clrsetbits_leXX() to clrsetbitsXX()
Julius Werner
2019-12-03
soc/nvidia/tegra: Constify variable
Patrick Georgi
2019-12-02
src/: Remove g_ prefixes and _g suffixes from variables
Patrick Georgi
2019-11-26
soc/nvidia/tegra: Remove duplicate macros
Jacob Garber
2019-11-14
lib/fmap: Add optional pre-RAM cache
Julius Werner
2019-11-13
nvidia/tegra210: Enable RETURN_FROM_VERSTAGE to free up space
Julius Werner
2019-11-04
soc/nvidia/tegra210: Populate _cbmem_top_ptr
Arthur Heymans
2019-11-03
arch/arm: Pass cbmem_top to ramstage via calling argument
Arthur Heymans
2019-11-01
lib/cbmem_top: Add a common cbmem_top implementation
Arthur Heymans
2019-10-28
src: Remove unused '#include <cpu/cpu.h>'
Elyes HAOUAS
2019-10-27
src/soc: change "unsigned" to "unsigned int"
Martin Roth
2019-10-27
src: Use 'include <boot/coreboot_tables.h>' when appropriate
Elyes HAOUAS
2019-10-22
soc/nvidia/tegra124: Fix null pointer and logic bug
Jacob Garber
2019-09-19
cpu,mb,soc: Init missing lb_serial struct fields
Jacob Garber
2019-09-14
arm64: Uprev Arm TF and adjust to BL31 parameter changes
Julius Werner
2019-08-30
arm64: Rename arm_tf.c/h to bl31.c/h
Julius Werner
2019-08-20
arch/non-x86: Remove use of __PRE_RAM__
Kyösti Mälkki
2019-08-10
src: Include <stdint.h> instead of <inttypes.h>
Jacob Garber
2019-08-09
soc/nvidia/tegra210: Fix potential NULL pointer dereference
Tim Wawrzynczak
2019-08-06
tegra210: Increase size of verstage due to overflow
Christian Walter
2019-07-29
soc/nvidia/tegra124: Assert divisor is non-zero
Jacob Garber
2019-07-26
soc/nvidia/tegra124: Correct bitwise operators
Jacob Garber
2019-07-25
soc/nvidia: Use 'include <stdlib.h>' when appropriate
Elyes HAOUAS
2019-07-25
soc/nvidia/tegra210: Prevent unintended sign extension
Jacob Garber
2019-07-25
soc/nvidia/tegra210: Add null pointer check
Jacob Garber
2019-07-19
src: Make implicit fall throughs explicit
Jacob Garber
2019-07-17
lib: Remove the BOOTBLOCK_CUSTOM compile guard
Asami Doi
2019-07-13
soc/nvidia/tegra124: Prevent implicit fallthrough
Jacob Garber
2019-07-12
arch, include, soc: Use common stdint.h
Jacob Garber
2019-07-09
arch/non-x86: Flip HAVE_MONOTONIC_TIMER default
Kyösti Mälkki
2019-05-29
src/soc: Add missing 'include <types.h>'
Elyes HAOUAS
2019-04-30
vboot: refactor OPROM code
Joel Kitching
2019-04-23
src: Add missing include 'console.h'
Elyes HAOUAS
2019-04-06
src: Use include <delay.h> when appropriate
Elyes HAOUAS
2019-04-06
src: Use #include <timer.h> when appropriate
Elyes HAOUAS
2019-04-04
soc/nvidia/tegra210: Increase bootblock size
Martin Roth
2019-03-25
Fix up remaining boolean uses of CONFIG_XXX to CONFIG(XXX)
Julius Werner
2019-03-21
vboot: standardize on working data size
Joel Kitching
2019-03-21
nvidia/tegra{124,210}/lp0: Directly include `stdint.h`
Nico Huber
2019-03-20
soc/nvidia/tegra{124,210}: Remove unneeded 'include <halt.h>'
Elyes HAOUAS
2019-03-20
src: Use 'include <string.h>' when appropriate
Elyes HAOUAS
2019-03-16
src: Drop unused '#include <halt.h>'
Elyes HAOUAS
2019-03-08
coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)
Julius Werner
2019-03-07
src: Drop unused include <timestamp.h>
Elyes HAOUAS
2019-03-07
security/tpm: Fix TCPA log feature
Philipp Deppenwiese
2019-03-04
device/mmio.h: Add include file for MMIO ops
Kyösti Mälkki
2019-03-04
arch/io.h: Drop unnecessary include
Kyösti Mälkki
2019-02-22
symbols.h: Add macro to define memlayout region symbols
Julius Werner
2019-02-05
bootmem: add new memory type for BL31
Ting Shen
[next]