summaryrefslogtreecommitdiffstats
path: root/src/soc/nvidia
Commit message (Expand)AuthorAgeFilesLines
* 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
* edid: Add helper function to calculate bits-per-pixel dependent valuesJulius Werner2016-03-243-19/+14
* nyan: Fix timestamps and CBFS SPI integrationJulius Werner2016-03-083-93/+5
* soc/*: fix uart's regwidth specification in cbtablesPatrick Georgi2016-02-213-3/+3
* tegra132/pistachio: Increase romstage size in memlayout.ldJulius Werner2016-02-121-8/+8
* tegra132/210: Remove memlayout_vboot2.ldJulius Werner2016-02-124-110/+16
* timestamp: Remove HAS_PRECBMEM_TIMESTAMP_REGION KconfigJulius Werner2016-02-122-2/+0
* header files: Fix guard name comments to match guard namesMartin Roth2016-01-182-2/+2
* Correct some common spelling mistakesMartin Roth2016-01-072-2/+2
* arm64: tegra132: tegra210: Remove old arm64/stage_entry.SJulius Werner2015-11-1716-145/+94
* arm64: Implement generic stage transitions for non-Tegra SoCsJulius Werner2015-11-162-0/+10