summaryrefslogtreecommitdiffstats
path: root/src/soc/nvidia
Commit message (Expand)AuthorAgeFilesLines
* src/soc: Add and update license headersMartin Roth2018-05-2939-245/+323
* soc/nvidia: Get rid of device_tElyes HAOUAS2018-05-287-11/+11
* soc/nvidia/tegra(124|210): Add distclean targetsMartin Roth2018-05-222-2/+2
* compiler.h: add __weak macroAaron Durbin2018-04-243-3/+6
* driver/uart: Introduce a way for mainboard to override the baudrateJulien Viard de Galbert2018-02-212-2/+2
* src/soc: Fix various typosJonathan Neuschäfer2018-02-201-1/+1
* soc/nvidia/tegra210: add missing bl31 params to ATF configAndre Heider2018-02-201-1/+31
* soc/nvidia/tegra210: set up the clock of the chosen UARTAndre Heider2018-02-201-3/+7
* soc/nvidia/tegra210: add console UART helper functionsAndre Heider2018-02-201-0/+113
* soc/nvidia/tegra210: define missing UART clocks sourcesAndre Heider2018-02-201-0/+8
* soc: Add Kconfig for each soc vendorChris Ching2017-10-231-0/+2
* mb/*/*: Remove rtc nvram configurable baud rateArthur Heymans2017-09-232-2/+2
* nvidia/tegra*: Use xcompile for compiler prefix unless specifiedPatrick Georgi2017-09-052-0/+6
* include/device: Split i2c.h into threeNico Huber2017-08-184-4/+4
* i2c: Move to Linux like `struct i2c_msg`Nico Huber2017-08-141-4/+5
* soc/nvidia/tegra*: force using our headers instead of compiler's/system'sPatrick Georgi2017-08-022-0/+2
* src/soc: add IS_ENABLED() around Kconfig symbol referencesMartin Roth2017-07-162-2/+2
* Rename __attribute__((packed)) --> __packedStefan Reinauer2017-07-1313-15/+30
* device/Kconfig: Introduce MAINBOARD_FORCE_NATIVE_VGA_INITNico Huber2017-06-081-1/+1
* Kconfig: Introduce HAVE_(VBE_)LINEAR_FRAMEBUFFERNico Huber2017-06-022-0/+5
* tegra210: Remove fake cpu_reset()Julius Werner2017-05-302-28/+0
* soc/nvidia/tegra*: Move spi driver to use spi_bus_mapFurquan Shaikh2017-05-242-22/+16
* drivers/spi: Re-factor spi_crop_chunkFurquan Shaikh2017-05-052-10/+2
* lib/edid.c: Differentiate between absent and non-conformant EDIDArthur Heymans2017-05-032-2/+2
* vboot: Move remaining features out of vendorcode/google/chromeosJulius Werner2017-03-282-4/+4
* vboot: Remove CHIPSET_PROVIDES_VERSTAGE_MAIN_SYMBOL Kconfig optionJulius Werner2017-03-282-3/+2
* vboot: Select SoC-specific configuration for all Chrome OS boardsJulius Werner2017-03-281-0/+2
* spi: Define and use spi_ctrlr structureFurquan Shaikh2016-12-052-8/+22
* spi: Pass pointer to spi_slave structure in spi_setup_slaveFurquan Shaikh2016-12-052-6/+12
* spi: Fix parameter types for spi functionsFurquan Shaikh2016-12-052-12/+12
* soc/nvidia/tegra210: Remove CONSOLE_SERIAL_TEGRA210_UART_CHOICESMartin Roth2016-11-141-1/+1
* Makefiles: update cbfs types from bare numbers to valuesMartin Roth2016-09-211-1/+1
* commonlib: move DIV_ROUND macros from nvidia/tegraArthur Heymans2016-09-073-18/+2
* src/soc: Add required space before opening parenthesis '('Elyes HAOUAS2016-08-311-2/+2
* chromeos: Make CHROMEOS_RAMOOPS_NON_ACPI a default for non-ACPI boardsJulius Werner2016-08-131-1/+0
* soc/nvidia/tegra210: remove unused spi boot device supportAaron Durbin2016-08-091-95/+0
* soc/nvidia/tegra132: remove tegra132 supportAaron Durbin2016-08-0978-16782/+0
* src/soc: Capitalize CPU, ACPI, RAM and ROMElyes HAOUAS2016-07-3116-20/+20
* nvidia/tegra124: Adjust memlayout to Chrome OS toolchainStefan Reinauer2016-07-311-3/+3
* Remove extra newlines from the end of all coreboot files.Martin Roth2016-07-311-1/+0
* soc/nvidia/tegra124: remove cache_policiy optionAaron Durbin2016-07-272-2/+1
* Documentation: Fix doxygen errorsMartin Roth2016-07-124-179/+149
* tegra124: Build verstage when CHROMEOS is selectedPaul Kocialkowski2016-07-071-0/+3
* tegra124: Actually align the framebuffer's bytes-per-line to 32Paul Kocialkowski2016-06-281-1/+1
* Kconfig: Set VBOOT_OPROM_MATTERS for relevant non-x86 devicesJulius Werner2016-06-123-0/+7
* drivers/uart: Use uart_platform_refclk for all UART modelsLee Leahy2016-05-091-0/+1
* tegra124: Align the framebuffer's bytes-per-line to 32Paul Kocialkowski2016-05-091-1/+1
* tegra132, tegra210: Align the framebuffer's bytes-per-line to 64Paul Kocialkowski2016-05-092-2/+2
* tegra132, tegra210: Fix "becasue" typo in commentsPaul Kocialkowski2016-05-092-2/+2
* edid: Make framebuffer row alignment configurableJulius Werner2016-04-073-3/+3