summaryrefslogtreecommitdiffstats
path: root/src/soc/nvidia
Commit message (Expand)AuthorAgeFilesLines
* soc/nvidia/tegra124: Prevent implicit fallthroughJacob Garber2019-07-131-0/+1
* arch, include, soc: Use common stdint.hJacob Garber2019-07-123-3/+3
* arch/non-x86: Flip HAVE_MONOTONIC_TIMER defaultKyösti Mälkki2019-07-092-4/+0
* src/soc: Add missing 'include <types.h>'Elyes HAOUAS2019-05-294-7/+8
* vboot: refactor OPROM codeJoel Kitching2019-04-302-2/+2
* src: Add missing include 'console.h'Elyes HAOUAS2019-04-232-0/+2
* src: Use include <delay.h> when appropriateElyes HAOUAS2019-04-062-2/+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-252-2/+2
* vboot: standardize on working data sizeJoel Kitching2019-03-211-1/+1
* nvidia/tegra{124,210}/lp0: Directly include `stdint.h`Nico Huber2019-03-214-6/+2
* soc/nvidia/tegra{124,210}: Remove unneeded 'include <halt.h>'Elyes HAOUAS2019-03-202-2/+0
* src: Use 'include <string.h>' when appropriateElyes HAOUAS2019-03-207-8/+0
* src: Drop unused '#include <halt.h>'Elyes HAOUAS2019-03-162-0/+2
* 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-072-12/+14
* device/mmio.h: Add include file for MMIO opsKyösti Mälkki2019-03-0437-33/+38
* arch/io.h: Drop unnecessary includeKyösti Mälkki2019-03-0411-11/+0
* symbols.h: Add macro to define memlayout region symbolsJulius Werner2019-02-222-4/+5
* bootmem: add new memory type for BL31Ting Shen2019-02-051-1/+12
* console: Change BOOTBLOCK_CONSOLE default to `y`Nico Huber2019-01-142-2/+0
* security/vboot: Fix remaining measured boot issuesPhilipp Deppenwiese2018-11-301-9/+9
* src: Remove duplicated round up functionElyes HAOUAS2018-11-295-11/+12
* (console,drivers/uart)/Kconfig: Fix dependenciesNico Huber2018-11-212-12/+8
* src: Remove unneeded include <cbmem.h>Elyes HAOUAS2018-11-164-4/+0
* src: Remove unneeded include <cbfs.h>Elyes HAOUAS2018-11-165-5/+0
* src: Remove unneeded include <lib.h>Elyes HAOUAS2018-11-169-8/+4
* src: Remove unneeded include <console/console.h>Elyes HAOUAS2018-11-165-5/+1
* src: Get rid of duplicated includesElyes HAOUAS2018-11-162-2/+0
* src: Remove unneeded include "{arch,cpu}/cpu.h"Elyes HAOUAS2018-11-124-4/+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-232-4/+4
* reset: Convert individual boards to `board_reset()`Nico Huber2018-10-222-2/+0
* tegra124_lp0: make sure to build with compiler.h includedPatrick Georgi2018-10-111-0/+1
* Move compiler.h to commonlibNico Huber2018-10-0816-18/+0
* src: Use tabs for indentationElyes HAOUAS2018-10-088-29/+29
* soc/nvidia/tegra124: Increase bootblock sizePatrick Rudolph2018-10-041-3/+3
* complier.h: add __always_inline and use it in code baseAaron Durbin2018-09-142-4/+2
* complier.h: add __noreturn and use it in code baseAaron Durbin2018-09-102-4/+4
* arm64: Remove set_cntfrq() functionJulius Werner2018-08-101-2/+2
* src/soc: Fix typoElyes HAOUAS2018-08-093-3/+3
* src/soc: Use "foo *bar" instead of "foo* bar"Elyes HAOUAS2018-07-0912-23/+23
* src/soc: Get rid of whitespace before tabElyes HAOUAS2018-06-046-18/+18
* src: Use "foo *bar" instead of "foo* bar"Elyes HAOUAS2018-06-042-2/+3
* 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