coreboot/src
Felix Held b29f7d3f8d mb/gogle/skyrim/devicetree: enable crypto device
The crypro device on bus A device 0 function 2 wasn't enabled, so it
didn't get resources assigned resulting in this the Linux kernel error:

[   38.582036] pci 0000:04:00.2: attach allowed to drvr ccp [internal device]
[   38.582064] ccp 0000:04:00.2: enabling device (0000 -> 0002)
[   38.582175] ccp 0000:04:00.2: ioremap failed
[   38.582178] ccp 0000:04:00.2: initialization failed
[   38.582181] ccp: probe of 0000:04:00.2 failed with error -12

Enable the crypto device to fix this.

Signed-off-by: Felix Held <felix-coreboot@felixheld.de>
Change-Id: Ia812df6e59f3767dcbaa908fa620b62619590f85
Reviewed-on: https://review.coreboot.org/c/coreboot/+/64552
Reviewed-by: Jon Murphy <jpmurphy@google.com>
Reviewed-by: Raul Rangel <rrangel@chromium.org>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
2022-05-21 18:52:35 +00:00
..
acpi ec/google/chromeec: Add retimer handle to Type C conn 2022-05-04 13:15:30 +00:00
arch arch/x86/car.ld: Add a Kconfig param to flag AGESA brokenness 2022-05-19 11:07:35 +00:00
commonlib coreboot_tables: Add PCIe info to coreboot table 2022-05-19 16:34:55 +00:00
console console: Make CONSOLE_SPI_FLASH depend on BOOT_DEVICE_SPI_FLASH 2022-04-27 06:55:47 +00:00
cpu arch/x86/postcar_loader.c: Change prepare_and_run_postcar signature 2022-05-16 07:05:59 +00:00
device arch/x86/ebda.c: Move setting up ebda to a BS hook 2022-05-17 11:24:12 +00:00
drivers CBMEM: Change declarations for initialization hooks 2022-05-20 07:15:39 +00:00
ec rules.h: Use more consistent naming 2022-05-16 21:52:22 +00:00
include soc/intel/ehl: Use defines for Ethernet controller IDs 2022-05-20 11:22:03 +00:00
lib lib/Makefile.inc: Add cbfs header pointer on !BOOTBLOCK_IN_CBFS 2022-05-20 11:22:32 +00:00
mainboard mb/gogle/skyrim/devicetree: enable crypto device 2022-05-21 18:52:35 +00:00
northbridge arch/x86/car.ld: Add a Kconfig param to flag AGESA brokenness 2022-05-19 11:07:35 +00:00
security CBMEM: Change declarations for initialization hooks 2022-05-20 07:15:39 +00:00
soc soc/intel/ehl: Provide function to change PHY-to-MAC IRQ polarity 2022-05-21 17:40:52 +00:00
southbridge sb/amd/agesa/hudson/hudson.c: Use BIT() macros 2022-05-16 02:58:36 +00:00
superio superio/nuvoton/nct6687d: Add early support for NCT6687D 2022-05-16 13:11:00 +00:00
vendorcode vc/amd/fsp/sabrina: Update PSP header to set the SOC FW ID 2022-05-20 11:18:41 +00:00
Kconfig Kconfig: Have CONFIG_ASAN depend on COMPILER_GCC 2022-05-13 10:59:37 +00:00