summaryrefslogtreecommitdiffstats
path: root/src/soc/nvidia/tegra210
Commit message (Expand)AuthorAgeFilesLines
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-1177-77/+0
* src/: Replace GPL boilerplate with SPDX headersPatrick Georgi2020-05-091-10/+1
* soc/nvidia: Replace GPLv2 long form headers with SPDX headerElyes HAOUAS2020-05-081-11/+2
* treewide: move copyrights and authors to AUTHORSPatrick Georgi2020-05-062-8/+0
* treewide: Move "is part of the coreboot project" line in its own commentPatrick Georgi2020-05-061-2/+1
* Replace DEVICE_NOOP with noop_(set|read)_resourcesNico Huber2020-04-101-1/+1
* Drop unnecessary DEVICE_NOOP entriesNico Huber2020-04-101-2/+0
* soc/nvidia: Use SPDX for GPL-2.0-only filesAngel Pons2020-04-0679-1027/+160
* Drop explicit NULL initializations from `device_operations`Elyes HAOUAS2020-04-051-1/+0
* security/vboot: Decouple measured boot from verified bootBill XIE2020-03-311-1/+1
* soc: Remove copyright noticesPatrick Georgi2020-03-1880-111/+0
* src: Remove unneeded 'include <arch/cache.h>'Elyes HAOUAS2020-03-102-2/+0
* commonlib: Add commonlib/bsdJulius Werner2020-01-281-1/+1
* src/soc/nvidia: Remove unused <stdlib.h>Elyes HAOUAS2019-12-199-9/+0
* Change all clrsetbits_leXX() to clrsetbitsXX()Julius Werner2019-12-047-69/+69
* soc/nvidia/tegra: Constify variablePatrick Georgi2019-12-031-1/+1
* src/: Remove g_ prefixes and _g suffixes from variablesPatrick Georgi2019-12-021-1/+1
* lib/fmap: Add optional pre-RAM cacheJulius Werner2019-11-141-1/+2
* nvidia/tegra210: Enable RETURN_FROM_VERSTAGE to free up spaceJulius Werner2019-11-132-3/+3
* soc/nvidia/tegra210: Populate _cbmem_top_ptrArthur Heymans2019-11-041-0/+6
* lib/cbmem_top: Add a common cbmem_top implementationArthur Heymans2019-11-011-1/+1
* src/soc: change "unsigned" to "unsigned int"Martin Roth2019-10-273-4/+4
* src: Use 'include <boot/coreboot_tables.h>' when appropriateElyes HAOUAS2019-10-271-0/+1
* cpu,mb,soc: Init missing lb_serial struct fieldsJacob Garber2019-09-191-0/+2
* arm64: Uprev Arm TF and adjust to BL31 parameter changesJulius Werner2019-09-141-1/+1
* arm64: Rename arm_tf.c/h to bl31.c/hJulius Werner2019-08-301-1/+1
* arch/non-x86: Remove use of __PRE_RAM__Kyösti Mälkki2019-08-201-2/+0
* src: Include <stdint.h> instead of <inttypes.h>Jacob Garber2019-08-103-3/+3
* soc/nvidia/tegra210: Fix potential NULL pointer dereferenceTim Wawrzynczak2019-08-091-21/+25
* tegra210: Increase size of verstage due to overflowChristian Walter2019-08-061-8/+8
* soc/nvidia: Use 'include <stdlib.h>' when appropriateElyes HAOUAS2019-07-258-13/+14
* soc/nvidia/tegra210: Prevent unintended sign extensionJacob Garber2019-07-251-2/+2
* soc/nvidia/tegra210: Add null pointer checkJacob Garber2019-07-251-1/+1
* lib: Remove the BOOTBLOCK_CUSTOM compile guardAsami Doi2019-07-172-2/+5
* 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