coreboot-kgpe-d16/src/soc/cavium/cn81xx
Julius Werner b3f24b4884 arm64: Uprev Arm TF and adjust to BL31 parameter changes
This patch uprevs the Arm Trusted Firmware submodule to the new upstream
master (commit 42cdeb930).

Arm Trusted Firmware unified a bunch of stuff related to BL31 handoff
parameters across platforms which involved changing a few names around.
This patch syncs coreboot back up with that. They also made header
changes that now allow us to directly include all the headers we need
(in a safer and cleaner way than before), so we can get rid of some
structure definitions that were duplicated. Since the version of entry
point info parameters we have been using has been deprecated in Trusted
Firmware, this patch switches to the new version 2 parameter format.

NOTE: This may or may not stop Cavium from booting with the current
pinned Trusted Firmware blob. Cavium maintainers are still evaluating
whether to fix that later or drop the platform entirely.

Tested on GOOGLE_KEVIN (rk3399).

Change-Id: I0ed32bce5585ce191736f0ff2e5a94a9d2b2cc28
Signed-off-by: Julius Werner <jwerner@chromium.org>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/34676
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Hung-Te Lin <hungte@chromium.org>
2019-09-14 05:01:16 +00:00
..
include arm64: Uprev Arm TF and adjust to BL31 parameter changes 2019-09-14 05:01:16 +00:00
bl31_plat_params.c arm64: Uprev Arm TF and adjust to BL31 parameter changes 2019-09-14 05:01:16 +00:00
bootblock.c arch/io.h: Drop unnecessary include 2019-03-04 15:08:03 +00:00
bootblock_custom.S soc/cavium/bootblock: Get rid of register X1 2018-07-30 18:46:41 +00:00
cbmem.c cbmem_top: Fix comment and remove upper limit 2019-01-24 13:54:21 +00:00
chip.h
clock.c device/mmio.h: Add include file for MMIO ops 2019-03-04 15:57:39 +00:00
cpu.c device/mmio.h: Add include file for MMIO ops 2019-03-04 15:57:39 +00:00
cpu_secondary.S soc/cavium: Add secondary CPU support 2018-07-10 07:07:09 +00:00
ecam0.c src: include <assert.h> when appropriate 2019-04-23 10:01:36 +00:00
gpio.c device/mmio.h: Add include file for MMIO ops 2019-03-04 15:57:39 +00:00
Kconfig arch/non-x86: Flip HAVE_MONOTONIC_TIMER default 2019-07-09 13:07:38 +00:00
Makefile.inc (console,drivers/uart)/Kconfig: Fix dependencies 2018-11-21 22:49:48 +00:00
mmu.c symbols.h: Add macro to define memlayout region symbols 2019-02-22 06:44:02 +00:00
sdram.c device/mmio.h: Add include file for MMIO ops 2019-03-04 15:57:39 +00:00
soc.c arm64: Uprev Arm TF and adjust to BL31 parameter changes 2019-09-14 05:01:16 +00:00
spi.c src: Use include <delay.h> when appropriate 2019-04-06 16:09:12 +00:00
timer.c src: Include <stdint.h> instead of <inttypes.h> 2019-08-10 01:33:58 +00:00
twsi.c src: include <assert.h> when appropriate 2019-04-23 10:01:36 +00:00
uart.c device/mmio.h: Add include file for MMIO ops 2019-03-04 15:57:39 +00:00