coreboot-kgpe-d16/src/drivers
Julius Werner b5e7bd2a58 drivers/gic: Remove unnecessary code
On AArch64 platforms, GIC initialization is generally the job of Trusted
Firmware and shouldn't be necessary in coreboot. Only the ancient T210
platform (which was started before we had decided on using Trusted
Firmware) calls this code, and even there they have a comment wondering
"do we still need this?". I'm just gonna assume (without testing because
that board is ancient and I'm lazy) that they don't, and that the TF GIC
initialization[1] is sufficient here. Remove this obsolete driver.

[1] https://review.trustedfirmware.org/plugins/gitiles/TF-A/trusted-firmware-a/+/3ff448/plat/nvidia/tegra/soc/t210/plat_setup.c#259

Signed-off-by: Julius Werner <jwerner@chromium.org>
Change-Id: I3e9d90039dd27cb3a13f830ba21fc5cc7a70abe2
Reviewed-on: https://review.coreboot.org/c/coreboot/+/57818
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Furquan Shaikh <furquan@google.com>
2021-10-01 00:01:56 +00:00
..
acpi/thermal_zone drivers/acpi: Add a chip driver to generate thermal zone 2021-05-20 08:01:11 +00:00
amd src: Use initial_lapicid() instead of open coding it 2021-07-14 02:19:28 +00:00
ams include/bcd: move bcd code to commonlib/bsd/include 2021-08-23 14:08:47 +00:00
analogix/anx7625 drivers/analogix/anx7625: prevent video clock jitter on IVO panels 2021-09-13 06:59:20 +00:00
asmedia
aspeed drivers/aspeed: Fix some issues 2021-02-03 08:53:10 +00:00
broadcom
camera
crb drivers/crb/tpm: Fix compilation on x86_64 2020-12-10 07:25:23 +00:00
elog elog: move MAX_EVENT_SIZE to commonlib/bsd/include 2021-09-10 22:53:19 +00:00
emulation/qemu drivers: Replace set_vbe_mode_info_valid 2020-12-17 06:21:56 +00:00
generic drivers/generic/alc1015: Add HID to support alc1019 2021-08-12 17:57:55 +00:00
genesyslogic drivers/genesyslogic/gl9755: Disable ASPM L0s support 2021-09-24 17:56:09 +00:00
gfx/generic drivers/gfx/generic: Drop unused find_gfx_dev 2021-09-21 01:10:23 +00:00
i2c driver/i2c/max98390: Add vmon_slot_no/imon_slot_no property 2021-09-20 12:40:51 +00:00
intel drivers/intel/fsp2_0: Refactor MultiPhaseSiInit API calling method 2021-09-16 14:31:12 +00:00
ipmi drivers/ipmi/ocp: add missing commonlib/bsd/cb_err.h include 2021-09-17 22:32:51 +00:00
lenovo src: Retype option API to use unsigned integers 2021-05-06 14:48:15 +00:00
maxim drivers/maxim/max77686/max77686.h: Remove repeated word 2021-01-18 07:39:21 +00:00
mipi mb/google/trogdor: Add mipi panel for wormdingler 2021-09-16 16:10:29 +00:00
mrc_cache drivers/mrc_cache: Avoid sizeof on struct type 2021-07-01 07:26:33 +00:00
net cbfs: Replace more instances of cbfs_boot_locate() with newer APIs 2021-03-17 08:10:20 +00:00
ocp/dmi drivers/ocp/dmi/Kconfig: Set FRU_DEVICE_ID depend on OCP_DMI 2021-01-18 07:50:46 +00:00
parade
pc80 include/bcd: move bcd code to commonlib/bsd/include 2021-08-23 14:08:47 +00:00
pcie/rtd3/device drivers/pcie/rtd3/device: Add PCIe RTD3 driver 2021-06-07 11:35:47 +00:00
ricoh/rce822
secunet/dmi
siemens/nc_fpga
sil/3114
smmstore drivers/smmstore: Enable SMMSTORE V2 by default for Tianocore UEFIPAYLOAD 2021-06-07 05:06:23 +00:00
soundwire device/mipi: Move to drivers/mipi 2021-08-26 15:18:45 +00:00
spi spi-generic: Print an error when trying to use a non-existent bus 2021-09-13 13:49:00 +00:00
ti include/bcd: move bcd code to commonlib/bsd/include 2021-08-23 14:08:47 +00:00
tpm Apply more uses for Kconfig TPM 2021-05-30 20:14:47 +00:00
uart drivers/uart/acpi: Update _S0W return value to D3hot 2021-08-09 15:03:36 +00:00
usb drivers/usb/acpi: Avoid dereferencing maybe-NULL pointer 2021-07-14 21:26:47 +00:00
vpd commonlib/region: Turn addrspace_32bit into a more official API 2021-04-21 02:06:26 +00:00
wifi/generic SMBIOS: Allow skipping default SMBIOS generation 2021-09-13 13:54:03 +00:00