coreboot-kgpe-d16/src/soc/mediatek/mt8173
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/soc soc/mediatek/mt8183: Add DSI driver 2019-08-15 00:51:05 +00:00
bootblock.c
da9212.c
ddp.c soc/mediatek/mt8173: Refactor display driver to share common parts 2019-08-09 05:42:05 +00:00
dramc_pi_basic_api.c src: Use 'include <string.h>' when appropriate 2019-03-20 20:27:51 +00:00
dramc_pi_calibration_api.c src: include <assert.h> when appropriate 2019-04-23 10:01:36 +00:00
dsi.c soc/mediatek: dsi: Refactor video timing calculation 2019-08-15 00:09:06 +00:00
emi.c src: include <assert.h> when appropriate 2019-04-23 10:01:36 +00:00
flash_controller.c soc/mediatek: Use 'include <stdlib.h>' when appropriate 2019-07-25 16:06:43 +00:00
gpio.c device/mmio.h: Add include file for MMIO ops 2019-03-04 15:57:39 +00:00
gpio_init.c device/mmio.h: Add include file for MMIO ops 2019-03-04 15:57:39 +00:00
i2c.c mediatek: Refactor I2C code among similar SOCs 2019-08-02 09:58:44 +00:00
Kconfig arch/non-x86: Flip HAVE_MONOTONIC_TIMER default 2019-07-09 13:07:38 +00:00
Makefile.inc arm64: Uprev Arm TF and adjust to BL31 parameter changes 2019-09-14 05:01:16 +00:00
memory.c coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) 2019-03-08 08:33:24 +00:00
mmu_operations.c device/mmio.h: Add include file for MMIO ops 2019-03-04 15:57:39 +00:00
mt6311.c
mt6391.c coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) 2019-03-08 08:33:24 +00:00
pll.c src/soc: Add missing 'include <types.h>' 2019-05-29 20:28:56 +00:00
pmic_wrap.c src: include <assert.h> when appropriate 2019-04-23 10:01:36 +00:00
rtc.c src/soc: Add missing 'include <types.h>' 2019-05-29 20:28:56 +00:00
soc.c bootmem: add new memory type for BL31 2019-02-05 13:41:45 +00:00
spi.c mediatek: Use GPIO based SPI CS 2019-08-21 09:27:39 +00:00
timer.c mediatek: Use the 64-bit timer 2019-04-17 04:32:26 +00:00
usb.c