summaryrefslogtreecommitdiffstats
path: root/src/soc/cavium
Commit message (Expand)AuthorAgeFilesLines
* cbfs: Simplify load/map API names, remove type argumentsJulius Werner2020-12-021-2/+1
* cbfs: Enable CBFS mcache on most chipsetsJulius Werner2020-12-021-1/+2
* soc/cavium: Drop unneeded empty linesElyes HAOUAS2020-09-226-8/+0
* include/console/uart: make index parameter unsignedFelix Held2020-09-121-1/+1
* symbols: Change implementation details of DECLARE_OPTIONAL_REGION()Julius Werner2020-08-271-2/+0
* src: Remove unused 'include <types.h>'Elyes HAOUAS2020-07-141-1/+1
* treewide: Add Kconfig variable MEMLAYOUT_LD_FILEFurquan Shaikh2020-06-132-0/+4
* src: Remove redundant includesElyes HAOUAS2020-06-023-3/+0
* src: Remove unused 'include <bootmode.h>'Elyes HAOUAS2020-06-021-1/+0
* src: Remove leading blank lines from SPDX headerElyes HAOUAS2020-05-182-6/+0
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-1139-39/+0
* src/: Replace GPL boilerplate with SPDX headersPatrick Georgi2020-05-092-18/+2
* Replace DEVICE_NOOP with noop_(set|read)_resourcesNico Huber2020-04-101-1/+1
* Drop unnecessary DEVICE_NOOP entriesNico Huber2020-04-101-1/+0
* soc/cavium: Use SPDX for GPL-2.0-only filesAngel Pons2020-04-0640-516/+90
* Drop explicit NULL initializations from `device_operations`Elyes HAOUAS2020-04-052-3/+0
* security/vboot: Decouple measured boot from verified bootBill XIE2020-03-311-1/+1
* soc: Remove copyright noticesPatrick Georgi2020-03-1842-66/+0
* soc/{amd,cavium,mediatek,sifive}: Remove unused <stdlib.h>Elyes HAOUAS2019-12-192-2/+0
* fmap: Make FMAP_CACHE mandatory if it is configured inJulius Werner2019-12-111-1/+2
* Change all clrsetbits_leXX() to clrsetbitsXX()Julius Werner2019-12-041-6/+6
* arch/arm64: Pass cbmem_top to ramstage via calling argumentArthur Heymans2019-11-031-2/+0
* lib/cbmem_top: Add a common cbmem_top implementationArthur Heymans2019-11-011-1/+1
* src/soc: change "unsigned" to "unsigned int"Martin Roth2019-10-271-1/+1
* devicetree: Fix improper use of chip_operationsKyösti Mälkki2019-10-041-0/+4
* soc/cavium/common/Makefile: Convert STACK_SIZE value to decimalElyes HAOUAS2019-10-041-1/+2
* arm64: Uprev Arm TF and adjust to BL31 parameter changesJulius Werner2019-09-143-5/+5
* arm64: Rename arm_tf.c/h to bl31.c/hJulius Werner2019-08-301-1/+1
* src: Include <stdint.h> instead of <inttypes.h>Jacob Garber2019-08-104-4/+3
* arch/non-x86: Flip HAVE_MONOTONIC_TIMER defaultKyösti Mälkki2019-07-091-2/+0
* device/pci_ops: Define pci_find_capability() just onceKyösti Mälkki2019-07-041-6/+4
* device_tree: Make FDT property data non-constJulius Werner2019-06-041-1/+1
* device_tree: Have absolute paths start with '/'Julius Werner2019-06-041-5/+5
* device_tree: Drop sub-node path lookup from dt_find_node_by_path()Julius Werner2019-06-041-5/+5
* device_tree: Add phandle caching and lookupsJulius Werner2019-06-041-1/+1
* soc/cavium/common/bootblock: Remove unused variablesElyes HAOUAS2019-04-251-5/+1
* src: include <assert.h> when appropriateElyes HAOUAS2019-04-233-3/+0
* src: Use include <delay.h> when appropriateElyes HAOUAS2019-04-064-3/+2
* src: Use #include <timer.h> when appropriateElyes HAOUAS2019-04-061-1/+0
* src: Use include <reset.h> when appropriateElyes HAOUAS2019-03-291-1/+0
* coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner2019-03-082-5/+5
* security/tpm: Fix TCPA log featurePhilipp Deppenwiese2019-03-071-1/+2
* device/mmio.h: Add include file for MMIO opsKyösti Mälkki2019-03-049-8/+9
* arch/io.h: Drop unnecessary includeKyösti Mälkki2019-03-043-3/+0
* soc/cavium/cn81xx: Drop VBOOT_RETURN_FROM_VERSTAGEPatrick Rudolph2019-02-271-1/+0
* soc/cavium/cn81xx: Enable RNG for DRAM initPatrick Rudolph2019-02-261-0/+46
* soc/cavium/common: Make ecam0_get_bar_val commonPatrick Rudolph2019-02-254-45/+108
* drivers/cavium: Add UART PCI driverPatrick Rudolph2019-02-224-12/+43
* symbols.h: Add macro to define memlayout region symbolsJulius Werner2019-02-224-6/+5
* bootmem: add new memory type for BL31Ting Shen2019-02-052-8/+1