summaryrefslogtreecommitdiffstats
path: root/src/soc/nvidia/tegra124
Commit message (Expand)AuthorAgeFilesLines
* mb/qemu-i440fx,soc/nvidia: Fix coverity reported defectsKyösti Mälkki2022-07-041-3/+3
* soc/nvidia/tegra124: Do resource transitionKyösti Mälkki2022-06-301-9/+4
* device/resource: Add _kb postfix for resource allocatorsKyösti Mälkki2022-06-221-3/+3
* Use the fallthrough statement in switch loopsArthur Heymans2022-02-161-4/+4
* soc/nvidia/tegra124/sor.c: Remove unuseful 'return' in void functionElyes HAOUAS2022-02-011-2/+0
* soc/nvidia,qualcomm: Fix indirect includesKyösti Mälkki2021-11-091-1/+1
* src/soc to src/superio: Fix spelling errorsMartin Roth2021-10-052-2/+2
* soc/nvidia/tegra124: Increase bootblock sizeArthur Heymans2021-07-261-2/+2
* src: Remove useless comments in "includes" linesElyes HAOUAS2021-02-041-1/+1
* soc/nvidia/tegra124/spi.c: Remove repeated wordElyes HAOUAS2021-01-181-1/+1
* Makefile: Add $(xcompile) to specify where to write xcompileRaul E Rangel2020-12-231-1/+3
* drivers: Replace set_vbe_mode_info_validPatrick Rudolph2020-12-171-6/+6
* cbfs: Enable CBFS mcache on most chipsetsJulius Werner2020-12-021-1/+2
* soc/nvidia/tegra124/include/soc/clk_rst.h: Remove extra tabElyes HAOUAS2020-11-091-1/+1
* soc/nvidia: Drop unneeded empty linesElyes HAOUAS2020-09-225-48/+0
* include/console/uart: make index parameter unsignedFelix Held2020-09-121-6/+6
* {include,mb,soc,sb,vendorcode}: Make hexadecimal notation consistentSubrata Banik2020-09-012-8/+8
* src: Remove unused 'include <stddef.h>Elyes HAOUAS2020-08-181-1/+0
* src: Remove unused 'include <boot_device.h>'Elyes HAOUAS2020-08-181-1/+0
* src: Remove unused 'include <stdint.h>Elyes HAOUAS2020-07-143-3/+0
* treewide: Add Kconfig variable MEMLAYOUT_LD_FILEFurquan Shaikh2020-06-132-0/+4
* src: Remove redundant includesElyes HAOUAS2020-06-021-1/+0
* src: Remove unused 'include <symbols.h>'Elyes HAOUAS2020-06-021-1/+0
* src: Remove leading blank lines from SPDX headerElyes HAOUAS2020-05-181-3/+0
* soc/nvidia/tegra124: add resources during read_resources()Furquan Shaikh2020-05-141-3/+2
* treewide: Replace BSD-3-Clause and ISC headers with SPDX headersPatrick Georgi2020-05-111-25/+1
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-1141-41/+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 "is part of the coreboot project" line in its own commentPatrick Georgi2020-05-062-4/+2
* Replace DEVICE_NOOP with noop_(set|read)_resourcesNico Huber2020-04-101-2/+2
* soc/nvidia: Use SPDX for GPL-2.0-only filesAngel Pons2020-04-0642-543/+86
* 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-1844-71/+0
* src: Remove unneeded 'include <arch/cache.h>'Elyes HAOUAS2020-03-101-1/+1
* commonlib: Add commonlib/bsdJulius Werner2020-01-281-1/+1
* src/soc/nvidia: Remove unused <stdlib.h>Elyes HAOUAS2019-12-198-8/+0
* Change all clrsetbits_leXX() to clrsetbitsXX()Julius Werner2019-12-046-59/+59
* 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
* 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-011-1/+1
* src: Remove unused '#include <cpu/cpu.h>'Elyes HAOUAS2019-10-281-1/+0
* src/soc: change "unsigned" to "unsigned int"Martin Roth2019-10-273-5/+5
* 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-191-0/+2
* 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