index
:
coreboot.git
macbookair5_2
macbookpro10_1
main
master
mbp101_medisable
mbp101_medisable_1
mbp82
x230
my copy of coreboot
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
soc
/
nvidia
Age
Commit message (
Expand
)
Author
2020-06-13
treewide: Add Kconfig variable MEMLAYOUT_LD_FILE
Furquan Shaikh
2020-06-02
src: Remove redundant includes
Elyes HAOUAS
2020-06-02
src: Remove unused 'include <symbols.h>'
Elyes HAOUAS
2020-05-18
src: Remove leading blank lines from SPDX header
Elyes HAOUAS
2020-05-14
soc/nvidia/tegra124: add resources during read_resources()
Furquan Shaikh
2020-05-11
treewide: Replace BSD-3-Clause and ISC headers with SPDX headers
Patrick Georgi
2020-05-11
treewide: Remove "this file is part of" lines
Patrick Georgi
2020-05-09
src/: Replace GPL boilerplate with SPDX headers
Patrick Georgi
2020-05-08
soc/nvidia: Replace GPLv2 long form headers with SPDX header
Elyes HAOUAS
2020-05-06
treewide: replace GPLv2 long form headers with SPDX header
Patrick Georgi
2020-05-06
treewide: move copyrights and authors to AUTHORS
Patrick Georgi
2020-05-06
treewide: Move "is part of the coreboot project" line in its own comment
Patrick Georgi
2020-04-10
Replace DEVICE_NOOP with noop_(set|read)_resources
Nico Huber
2020-04-10
Drop unnecessary DEVICE_NOOP entries
Nico Huber
2020-04-06
soc/nvidia: Use SPDX for GPL-2.0-only files
Angel Pons
2020-04-05
Drop explicit NULL initializations from `device_operations`
Elyes HAOUAS
2020-03-31
security/vboot: Decouple measured boot from verified boot
Bill XIE
2020-03-18
soc: Remove copyright notices
Patrick Georgi
2020-03-10
src: Remove unneeded 'include <arch/cache.h>'
Elyes HAOUAS
2020-01-28
commonlib: Add commonlib/bsd
Julius Werner
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
2019-01-14
console: Change BOOTBLOCK_CONSOLE default to `y`
Nico Huber
2018-11-30
security/vboot: Fix remaining measured boot issues
Philipp Deppenwiese
2018-11-29
src: Remove duplicated round up function
Elyes HAOUAS
2018-11-21
(console,drivers/uart)/Kconfig: Fix dependencies
Nico Huber
2018-11-16
src: Remove unneeded include <cbmem.h>
Elyes HAOUAS
2018-11-16
src: Remove unneeded include <cbfs.h>
Elyes HAOUAS
2018-11-16
src: Remove unneeded include <lib.h>
Elyes HAOUAS
2018-11-16
src: Remove unneeded include <console/console.h>
Elyes HAOUAS
2018-11-16
src: Get rid of duplicated includes
Elyes HAOUAS
2018-11-12
src: Remove unneeded include "{arch,cpu}/cpu.h"
Elyes HAOUAS
2018-11-01
src: Add missing include <stdint.h>
Elyes HAOUAS
2018-10-29
tegra210_lp0: make sure to build with compiler.h included
Nico Huber
2018-10-23
src: Remove unneeded whitespace
Elyes HAOUAS
2018-10-22
reset: Convert individual boards to `board_reset()`
Nico Huber
2018-10-11
tegra124_lp0: make sure to build with compiler.h included
Patrick Georgi
2018-10-08
Move compiler.h to commonlib
Nico Huber
2018-10-08
src: Use tabs for indentation
Elyes HAOUAS
2018-10-04
soc/nvidia/tegra124: Increase bootblock size
Patrick Rudolph
2018-09-14
complier.h: add __always_inline and use it in code base
Aaron Durbin
2018-09-10
complier.h: add __noreturn and use it in code base
Aaron Durbin
2018-08-10
arm64: Remove set_cntfrq() function
Julius Werner
2018-08-09
src/soc: Fix typo
Elyes HAOUAS
2018-07-09
src/soc: Use "foo *bar" instead of "foo* bar"
Elyes HAOUAS
2018-06-04
src/soc: Get rid of whitespace before tab
Elyes HAOUAS
2018-06-04
src: Use "foo *bar" instead of "foo* bar"
Elyes HAOUAS
2018-05-29
src/soc: Add and update license headers
Martin Roth
2018-05-28
soc/nvidia: Get rid of device_t
Elyes HAOUAS
2018-05-22
soc/nvidia/tegra(124|210): Add distclean targets
Martin Roth
2018-04-24
compiler.h: add __weak macro
Aaron Durbin
2018-02-21
driver/uart: Introduce a way for mainboard to override the baudrate
Julien Viard de Galbert
[next]