summaryrefslogtreecommitdiffstats
path: root/src/soc/cavium/cn81xx
Commit message (Expand)AuthorAgeFilesLines
* soc: Add SPDX license headers to Kconfig filesMartin Roth2024-02-181-0/+2
* device/device.h: Rename busses for clarityArthur Heymans2024-01-311-5/+5
* include/device/device.h: Remove CHIP_NAME() macroNicholas Sudsgaard2024-01-311-1/+1
* soc/*: Rename Makefiles from .inc to .mkMartin Roth2024-01-241-0/+0
* Reland "Kconfig: Bring HEAP_SIZE to a common, large value"Patrick Georgi2024-01-171-3/+0
* soc/cavium/cn81xx/Kconfig: specify ECAM_MMCONF_BUS_NUMBERFelix Held2024-01-151-0/+3
* Revert "Kconfig: Bring HEAP_SIZE to a common, large value"Patrick Georgi2023-11-071-0/+3
* soc/cavium/cn81xx/bootblock_custom.S: Specify archArthur Heymans2023-10-201-0/+4
* device/device.h: Rename pci_domain_scan_busArthur Heymans2023-10-201-1/+1
* Kconfig: Bring HEAP_SIZE to a common, large valuePatrick Georgi2023-10-111-3/+0
* memlayout.ld: Increase RAMSTAGE size to more than 1MB everywherePatrick Georgi2023-10-111-2/+2
* soc/cavium/cn81xx: Use correct size for MPIDR_EL1 registerArthur Heymans2023-05-131-1/+1
* treewide: stop calling custom TPM log "TCPA"Sergii Dmytruk2023-01-111-1/+1
* soc/cavium/cn81xx: Use write{32,64}p()Elyes Haouas2022-12-131-2/+2
* soc/cavium/cn81xx: Use read64p()Elyes Haouas2022-12-062-5/+5
* src/soc/cavium: Remove unnecessary space after castsElyes Haouas2022-11-221-2/+2
* cbmem_top_chipset: Change the return value to uintptr_tElyes Haouas2022-11-181-2/+2
* soc/cavium,ti: Do resource transitionKyösti Mälkki2022-06-291-1/+1
* device/resource: Add _kb postfix for resource allocatorsKyösti Mälkki2022-06-221-1/+1
* Replace some ENV_ROMSTAGE with ENV_RAMINITKyösti Mälkki2022-06-071-1/+1
* i2c: Add configurable I2C transfer timeoutJes Klinke2022-03-151-11/+16
* treewide: Remove "ERROR: "/"WARN: " prefixes from log messagesJulius Werner2022-02-072-5/+5
* Rename ECAM-specific MMCONF KconfigsShelley Chen2021-11-101-2/+2
* src/soc to src/superio: Fix spelling errorsMartin Roth2021-10-051-1/+1
* 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-224-5/+0
* include/console/uart: make index parameter unsignedFelix Held2020-09-121-1/+1
* 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-181-3/+0
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-1130-30/+0
* src/: Replace GPL boilerplate with SPDX headersPatrick Georgi2020-05-091-9/+1
* 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-0632-410/+72
* 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-1833-52/+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
* 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