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
*
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
*
soc/nvidia: Get rid of device_t
Elyes HAOUAS
2018-05-28
7
-11
/
+11
*
soc/nvidia/tegra(124|210): Add distclean targets
Martin Roth
2018-05-22
2
-2
/
+2
*
compiler.h: add __weak macro
Aaron Durbin
2018-04-24
3
-3
/
+6
*
driver/uart: Introduce a way for mainboard to override the baudrate
Julien Viard de Galbert
2018-02-21
2
-2
/
+2
*
src/soc: Fix various typos
Jonathan Neuschäfer
2018-02-20
1
-1
/
+1
*
soc/nvidia/tegra210: add missing bl31 params to ATF config
Andre Heider
2018-02-20
1
-1
/
+31
*
soc/nvidia/tegra210: set up the clock of the chosen UART
Andre Heider
2018-02-20
1
-3
/
+7
*
soc/nvidia/tegra210: add console UART helper functions
Andre Heider
2018-02-20
1
-0
/
+113
*
soc/nvidia/tegra210: define missing UART clocks sources
Andre Heider
2018-02-20
1
-0
/
+8
*
soc: Add Kconfig for each soc vendor
Chris Ching
2017-10-23
1
-0
/
+2
*
mb/*/*: Remove rtc nvram configurable baud rate
Arthur Heymans
2017-09-23
2
-2
/
+2
*
nvidia/tegra*: Use xcompile for compiler prefix unless specified
Patrick Georgi
2017-09-05
2
-0
/
+6
*
include/device: Split i2c.h into three
Nico Huber
2017-08-18
4
-4
/
+4
*
i2c: Move to Linux like `struct i2c_msg`
Nico Huber
2017-08-14
1
-4
/
+5
*
soc/nvidia/tegra*: force using our headers instead of compiler's/system's
Patrick Georgi
2017-08-02
2
-0
/
+2
*
src/soc: add IS_ENABLED() around Kconfig symbol references
Martin Roth
2017-07-16
2
-2
/
+2
*
Rename __attribute__((packed)) --> __packed
Stefan Reinauer
2017-07-13
13
-15
/
+30
*
device/Kconfig: Introduce MAINBOARD_FORCE_NATIVE_VGA_INIT
Nico Huber
2017-06-08
1
-1
/
+1
*
Kconfig: Introduce HAVE_(VBE_)LINEAR_FRAMEBUFFER
Nico Huber
2017-06-02
2
-0
/
+5
*
tegra210: Remove fake cpu_reset()
Julius Werner
2017-05-30
2
-28
/
+0
*
soc/nvidia/tegra*: Move spi driver to use spi_bus_map
Furquan Shaikh
2017-05-24
2
-22
/
+16
*
drivers/spi: Re-factor spi_crop_chunk
Furquan Shaikh
2017-05-05
2
-10
/
+2
*
lib/edid.c: Differentiate between absent and non-conformant EDID
Arthur Heymans
2017-05-03
2
-2
/
+2
*
vboot: Move remaining features out of vendorcode/google/chromeos
Julius Werner
2017-03-28
2
-4
/
+4
*
vboot: Remove CHIPSET_PROVIDES_VERSTAGE_MAIN_SYMBOL Kconfig option
Julius Werner
2017-03-28
2
-3
/
+2
*
vboot: Select SoC-specific configuration for all Chrome OS boards
Julius Werner
2017-03-28
1
-0
/
+2
*
spi: Define and use spi_ctrlr structure
Furquan Shaikh
2016-12-05
2
-8
/
+22
*
spi: Pass pointer to spi_slave structure in spi_setup_slave
Furquan Shaikh
2016-12-05
2
-6
/
+12
*
spi: Fix parameter types for spi functions
Furquan Shaikh
2016-12-05
2
-12
/
+12
*
soc/nvidia/tegra210: Remove CONSOLE_SERIAL_TEGRA210_UART_CHOICES
Martin Roth
2016-11-14
1
-1
/
+1
*
Makefiles: update cbfs types from bare numbers to values
Martin Roth
2016-09-21
1
-1
/
+1
*
commonlib: move DIV_ROUND macros from nvidia/tegra
Arthur Heymans
2016-09-07
3
-18
/
+2
*
src/soc: Add required space before opening parenthesis '('
Elyes HAOUAS
2016-08-31
1
-2
/
+2
*
chromeos: Make CHROMEOS_RAMOOPS_NON_ACPI a default for non-ACPI boards
Julius Werner
2016-08-13
1
-1
/
+0
*
soc/nvidia/tegra210: remove unused spi boot device support
Aaron Durbin
2016-08-09
1
-95
/
+0
*
soc/nvidia/tegra132: remove tegra132 support
Aaron Durbin
2016-08-09
78
-16782
/
+0
*
src/soc: Capitalize CPU, ACPI, RAM and ROM
Elyes HAOUAS
2016-07-31
16
-20
/
+20
*
nvidia/tegra124: Adjust memlayout to Chrome OS toolchain
Stefan Reinauer
2016-07-31
1
-3
/
+3
*
Remove extra newlines from the end of all coreboot files.
Martin Roth
2016-07-31
1
-1
/
+0
*
soc/nvidia/tegra124: remove cache_policiy option
Aaron Durbin
2016-07-27
2
-2
/
+1
*
Documentation: Fix doxygen errors
Martin Roth
2016-07-12
4
-179
/
+149
*
tegra124: Build verstage when CHROMEOS is selected
Paul Kocialkowski
2016-07-07
1
-0
/
+3
[next]