aboutsummaryrefslogtreecommitdiff
path: root/src/soc/nvidia
AgeCommit message (Expand)Author
2019-08-09soc/nvidia/tegra210: Fix potential NULL pointer dereferenceTim Wawrzynczak
2019-08-06tegra210: Increase size of verstage due to overflowChristian Walter
2019-07-29soc/nvidia/tegra124: Assert divisor is non-zeroJacob Garber
2019-07-26soc/nvidia/tegra124: Correct bitwise operatorsJacob Garber
2019-07-25soc/nvidia: Use 'include <stdlib.h>' when appropriateElyes HAOUAS
2019-07-25soc/nvidia/tegra210: Prevent unintended sign extensionJacob Garber
2019-07-25soc/nvidia/tegra210: Add null pointer checkJacob Garber
2019-07-19src: Make implicit fall throughs explicitJacob Garber
2019-07-17lib: Remove the BOOTBLOCK_CUSTOM compile guardAsami Doi
2019-07-13soc/nvidia/tegra124: Prevent implicit fallthroughJacob Garber
2019-07-12arch, include, soc: Use common stdint.hJacob Garber
2019-07-09arch/non-x86: Flip HAVE_MONOTONIC_TIMER defaultKyösti Mälkki
2019-05-29src/soc: Add missing 'include <types.h>'Elyes HAOUAS
2019-04-30vboot: refactor OPROM codeJoel Kitching
2019-04-23src: Add missing include 'console.h'Elyes HAOUAS
2019-04-06src: Use include <delay.h> when appropriateElyes HAOUAS
2019-04-06src: Use #include <timer.h> when appropriateElyes HAOUAS
2019-04-04soc/nvidia/tegra210: Increase bootblock sizeMartin Roth
2019-03-25Fix up remaining boolean uses of CONFIG_XXX to CONFIG(XXX)Julius Werner
2019-03-21vboot: standardize on working data sizeJoel Kitching
2019-03-21nvidia/tegra{124,210}/lp0: Directly include `stdint.h`Nico Huber
2019-03-20soc/nvidia/tegra{124,210}: Remove unneeded 'include <halt.h>'Elyes HAOUAS
2019-03-20src: Use 'include <string.h>' when appropriateElyes HAOUAS
2019-03-16src: Drop unused '#include <halt.h>'Elyes HAOUAS
2019-03-08coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner
2019-03-07src: Drop unused include <timestamp.h>Elyes HAOUAS
2019-03-07security/tpm: Fix TCPA log featurePhilipp Deppenwiese
2019-03-04device/mmio.h: Add include file for MMIO opsKyösti Mälkki
2019-03-04arch/io.h: Drop unnecessary includeKyösti Mälkki
2019-02-22symbols.h: Add macro to define memlayout region symbolsJulius Werner
2019-02-05bootmem: add new memory type for BL31Ting Shen
2019-01-14console: Change BOOTBLOCK_CONSOLE default to `y`Nico Huber
2018-11-30security/vboot: Fix remaining measured boot issuesPhilipp Deppenwiese
2018-11-29src: Remove duplicated round up functionElyes HAOUAS
2018-11-21(console,drivers/uart)/Kconfig: Fix dependenciesNico Huber
2018-11-16src: Remove unneeded include <cbmem.h>Elyes HAOUAS
2018-11-16src: Remove unneeded include <cbfs.h>Elyes HAOUAS
2018-11-16src: Remove unneeded include <lib.h>Elyes HAOUAS
2018-11-16src: Remove unneeded include <console/console.h>Elyes HAOUAS
2018-11-16src: Get rid of duplicated includesElyes HAOUAS
2018-11-12src: Remove unneeded include "{arch,cpu}/cpu.h"Elyes HAOUAS
2018-11-01src: Add missing include <stdint.h>Elyes HAOUAS
2018-10-29tegra210_lp0: make sure to build with compiler.h includedNico Huber
2018-10-23src: Remove unneeded whitespaceElyes HAOUAS
2018-10-22reset: Convert individual boards to `board_reset()`Nico Huber
2018-10-11tegra124_lp0: make sure to build with compiler.h includedPatrick Georgi
2018-10-08Move compiler.h to commonlibNico Huber
2018-10-08src: Use tabs for indentationElyes HAOUAS
2018-10-04soc/nvidia/tegra124: Increase bootblock sizePatrick Rudolph
2018-09-14complier.h: add __always_inline and use it in code baseAaron Durbin
2018-09-10complier.h: add __noreturn and use it in code baseAaron Durbin
2018-08-10arm64: Remove set_cntfrq() functionJulius Werner
2018-08-09src/soc: Fix typoElyes HAOUAS
2018-07-09src/soc: Use "foo *bar" instead of "foo* bar"Elyes HAOUAS
2018-06-04src/soc: Get rid of whitespace before tabElyes HAOUAS
2018-06-04src: Use "foo *bar" instead of "foo* bar"Elyes HAOUAS
2018-05-29src/soc: Add and update license headersMartin Roth
2018-05-28soc/nvidia: Get rid of device_tElyes HAOUAS
2018-05-22soc/nvidia/tegra(124|210): Add distclean targetsMartin Roth
2018-04-24compiler.h: add __weak macroAaron Durbin
2018-02-21driver/uart: Introduce a way for mainboard to override the baudrateJulien Viard de Galbert
2018-02-20src/soc: Fix various typosJonathan Neuschäfer
2018-02-20soc/nvidia/tegra210: add missing bl31 params to ATF configAndre Heider
2018-02-20soc/nvidia/tegra210: set up the clock of the chosen UARTAndre Heider
2018-02-20soc/nvidia/tegra210: add console UART helper functionsAndre Heider
2018-02-20soc/nvidia/tegra210: define missing UART clocks sourcesAndre Heider
2017-10-23soc: Add Kconfig for each soc vendorChris Ching
2017-09-23mb/*/*: Remove rtc nvram configurable baud rateArthur Heymans
2017-09-05nvidia/tegra*: Use xcompile for compiler prefix unless specifiedPatrick Georgi
2017-08-18include/device: Split i2c.h into threeNico Huber
2017-08-14i2c: Move to Linux like `struct i2c_msg`Nico Huber
2017-08-02soc/nvidia/tegra*: force using our headers instead of compiler's/system'sPatrick Georgi
2017-07-16src/soc: add IS_ENABLED() around Kconfig symbol referencesMartin Roth
2017-07-13Rename __attribute__((packed)) --> __packedStefan Reinauer
2017-06-08device/Kconfig: Introduce MAINBOARD_FORCE_NATIVE_VGA_INITNico Huber
2017-06-02Kconfig: Introduce HAVE_(VBE_)LINEAR_FRAMEBUFFERNico Huber
2017-05-30tegra210: Remove fake cpu_reset()Julius Werner
2017-05-24soc/nvidia/tegra*: Move spi driver to use spi_bus_mapFurquan Shaikh
2017-05-05drivers/spi: Re-factor spi_crop_chunkFurquan Shaikh
2017-05-03lib/edid.c: Differentiate between absent and non-conformant EDIDArthur Heymans
2017-03-28vboot: Move remaining features out of vendorcode/google/chromeosJulius Werner
2017-03-28vboot: Remove CHIPSET_PROVIDES_VERSTAGE_MAIN_SYMBOL Kconfig optionJulius Werner
2017-03-28vboot: Select SoC-specific configuration for all Chrome OS boardsJulius Werner
2016-12-05spi: Define and use spi_ctrlr structureFurquan Shaikh
2016-12-05spi: Pass pointer to spi_slave structure in spi_setup_slaveFurquan Shaikh
2016-12-05spi: Fix parameter types for spi functionsFurquan Shaikh
2016-11-14soc/nvidia/tegra210: Remove CONSOLE_SERIAL_TEGRA210_UART_CHOICESMartin Roth
2016-09-21Makefiles: update cbfs types from bare numbers to valuesMartin Roth
2016-09-07commonlib: move DIV_ROUND macros from nvidia/tegraArthur Heymans
2016-08-31src/soc: Add required space before opening parenthesis '('Elyes HAOUAS
2016-08-13chromeos: Make CHROMEOS_RAMOOPS_NON_ACPI a default for non-ACPI boardsJulius Werner
2016-08-09soc/nvidia/tegra210: remove unused spi boot device supportAaron Durbin
2016-08-09soc/nvidia/tegra132: remove tegra132 supportAaron Durbin
2016-07-31src/soc: Capitalize CPU, ACPI, RAM and ROMElyes HAOUAS
2016-07-31nvidia/tegra124: Adjust memlayout to Chrome OS toolchainStefan Reinauer
2016-07-31Remove extra newlines from the end of all coreboot files.Martin Roth
2016-07-27soc/nvidia/tegra124: remove cache_policiy optionAaron Durbin
2016-07-12Documentation: Fix doxygen errorsMartin Roth
2016-07-07tegra124: Build verstage when CHROMEOS is selectedPaul Kocialkowski
2016-06-28tegra124: Actually align the framebuffer's bytes-per-line to 32Paul Kocialkowski