summaryrefslogtreecommitdiffstats
path: root/src/soc/nvidia/tegra210
Commit message (Expand)AuthorAgeFilesLines
* arch, include, soc: Use common stdint.hJacob Garber2019-07-122-2/+2
* arch/non-x86: Flip HAVE_MONOTONIC_TIMER defaultKyösti Mälkki2019-07-091-2/+0
* src/soc: Add missing 'include <types.h>'Elyes HAOUAS2019-05-294-7/+8
* vboot: refactor OPROM codeJoel Kitching2019-04-301-1/+1
* src: Add missing include 'console.h'Elyes HAOUAS2019-04-232-0/+2
* src: Use include <delay.h> when appropriateElyes HAOUAS2019-04-061-1/+1
* src: Use #include <timer.h> when appropriateElyes HAOUAS2019-04-063-4/+0
* soc/nvidia/tegra210: Increase bootblock sizeMartin Roth2019-04-041-3/+3
* Fix up remaining boolean uses of CONFIG_XXX to CONFIG(XXX)Julius Werner2019-03-251-1/+1
* nvidia/tegra{124,210}/lp0: Directly include `stdint.h`Nico Huber2019-03-212-3/+1
* soc/nvidia/tegra{124,210}: Remove unneeded 'include <halt.h>'Elyes HAOUAS2019-03-201-1/+0
* src: Use 'include <string.h>' when appropriateElyes HAOUAS2019-03-205-5/+0
* src: Drop unused '#include <halt.h>'Elyes HAOUAS2019-03-161-0/+1
* coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner2019-03-085-9/+9
* src: Drop unused include <timestamp.h>Elyes HAOUAS2019-03-072-2/+0
* security/tpm: Fix TCPA log featurePhilipp Deppenwiese2019-03-071-9/+10
* device/mmio.h: Add include file for MMIO opsKyösti Mälkki2019-03-0422-18/+23
* arch/io.h: Drop unnecessary includeKyösti Mälkki2019-03-047-7/+0
* symbols.h: Add macro to define memlayout region symbolsJulius Werner2019-02-221-3/+3
* bootmem: add new memory type for BL31Ting Shen2019-02-051-1/+12
* console: Change BOOTBLOCK_CONSOLE default to `y`Nico Huber2019-01-141-1/+0
* security/vboot: Fix remaining measured boot issuesPhilipp Deppenwiese2018-11-301-9/+9
* src: Remove duplicated round up functionElyes HAOUAS2018-11-292-4/+5
* (console,drivers/uart)/Kconfig: Fix dependenciesNico Huber2018-11-211-6/+4
* src: Remove unneeded include <cbmem.h>Elyes HAOUAS2018-11-162-2/+0
* src: Remove unneeded include <cbfs.h>Elyes HAOUAS2018-11-163-3/+0
* src: Remove unneeded include <lib.h>Elyes HAOUAS2018-11-167-6/+4
* src: Remove unneeded include <console/console.h>Elyes HAOUAS2018-11-162-2/+1
* src: Get rid of duplicated includesElyes HAOUAS2018-11-161-1/+0
* src: Remove unneeded include "{arch,cpu}/cpu.h"Elyes HAOUAS2018-11-123-3/+0
* src: Add missing include <stdint.h>Elyes HAOUAS2018-11-011-0/+2
* tegra210_lp0: make sure to build with compiler.h includedNico Huber2018-10-291-0/+1
* src: Remove unneeded whitespaceElyes HAOUAS2018-10-231-2/+2
* reset: Convert individual boards to `board_reset()`Nico Huber2018-10-221-1/+0
* Move compiler.h to commonlibNico Huber2018-10-0810-11/+0
* src: Use tabs for indentationElyes HAOUAS2018-10-084-15/+15
* complier.h: add __always_inline and use it in code baseAaron Durbin2018-09-141-2/+1
* complier.h: add __noreturn and use it in code baseAaron Durbin2018-09-101-2/+2
* arm64: Remove set_cntfrq() functionJulius Werner2018-08-101-2/+2
* src/soc: Fix typoElyes HAOUAS2018-08-091-1/+1
* src/soc: Use "foo *bar" instead of "foo* bar"Elyes HAOUAS2018-07-097-12/+12
* src/soc: Get rid of whitespace before tabElyes HAOUAS2018-06-042-8/+8
* src: Use "foo *bar" instead of "foo* bar"Elyes HAOUAS2018-06-042-2/+3
* src/soc: Add and update license headersMartin Roth2018-05-2920-128/+168
* soc/nvidia: Get rid of device_tElyes HAOUAS2018-05-284-6/+6
* soc/nvidia/tegra(124|210): Add distclean targetsMartin Roth2018-05-221-1/+1
* 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-211-1/+1
* 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