summaryrefslogtreecommitdiffstats
path: root/src/soc/nvidia
Commit message (Expand)AuthorAgeFilesLines
...
* src: Remove unneeded 'include <arch/cache.h>'Elyes HAOUAS2020-03-103-3/+1
* commonlib: Add commonlib/bsdJulius Werner2020-01-282-2/+2
* src/soc/nvidia: Remove unused <stdlib.h>Elyes HAOUAS2019-12-1917-17/+0
* Change all clrsetbits_leXX() to clrsetbitsXX()Julius Werner2019-12-0414-130/+130
* soc/nvidia/tegra: Constify variablePatrick Georgi2019-12-033-3/+3
* src/: Remove g_ prefixes and _g suffixes from variablesPatrick Georgi2019-12-024-5/+5
* soc/nvidia/tegra: Remove duplicate macrosJacob Garber2019-11-261-25/+0
* lib/fmap: Add optional pre-RAM cacheJulius Werner2019-11-142-2/+4
* 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
* arch/arm: Pass cbmem_top to ramstage via calling argumentArthur Heymans2019-11-032-2/+1
* lib/cbmem_top: Add a common cbmem_top implementationArthur Heymans2019-11-012-2/+2
* src: Remove unused '#include <cpu/cpu.h>'Elyes HAOUAS2019-10-281-1/+0
* src/soc: change "unsigned" to "unsigned int"Martin Roth2019-10-279-23/+23
* src: Use 'include <boot/coreboot_tables.h>' when appropriateElyes HAOUAS2019-10-271-0/+1
* soc/nvidia/tegra124: Fix null pointer and logic bugJacob Garber2019-10-221-3/+9
* cpu,mb,soc: Init missing lb_serial struct fieldsJacob Garber2019-09-192-0/+4
* 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-203-6/+0
* src: Include <stdint.h> instead of <inttypes.h>Jacob Garber2019-08-106-6/+6
* 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/tegra124: Assert divisor is non-zeroJacob Garber2019-07-291-0/+2
* soc/nvidia/tegra124: Correct bitwise operatorsJacob Garber2019-07-261-2/+2
* soc/nvidia: Use 'include <stdlib.h>' when appropriateElyes HAOUAS2019-07-2511-17/+18
* soc/nvidia/tegra210: Prevent unintended sign extensionJacob Garber2019-07-251-2/+2
* soc/nvidia/tegra210: Add null pointer checkJacob Garber2019-07-251-1/+1
* src: Make implicit fall throughs explicitJacob Garber2019-07-191-0/+1
* lib: Remove the BOOTBLOCK_CUSTOM compile guardAsami Doi2019-07-174-4/+10
* 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