coreboot/src/soc/amd/glinda
Felix Held 993092039b soc/amd/*/config: drop invalid comment
Since commit 28e61f1634 ("device: Use __pci_0_00_0_config in
config_of_soc()") config_of_soc() was changed form being an actual
function to a macro for the __pci_0_00_0_config struct pointer generated
by util/sconfig. This change didn't only improve linker optimizations,
but also turned runtime errors into link-time errors, so it's guaranteed
that __pci_0_00_0_config won't be NULL and config_of_soc() won't
"return" NULL.

Signed-off-by: Felix Held <felix-coreboot@felixheld.de>
Change-Id: Id99ceaa9f7a70788da3f3068fb3da92d34fb6361
Reviewed-on: https://review.coreboot.org/c/coreboot/+/70732
Reviewed-by: Martin Roth <martin.roth@amd.corp-partner.google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Eric Lai <eric_lai@quanta.corp-partner.google.com>
Reviewed-by: Varshit Pandya <pandyavarshit@gmail.com>
Reviewed-by: Fred Reitberger <reitbergerfred@gmail.com>
2022-12-14 17:57:45 +00:00
..
acpi soc/amd/*/acpi/mmio.asl,sb_fch.asl: hide AAHB device 2022-10-29 22:49:33 +00:00
include/soc soc/amd/*/data_fabric: Move register offsets to soc 2022-11-04 20:36:49 +00:00
psp_verstage /: Remove "ERROR: "/"WARNING: " prefixes from log messages 2022-11-10 21:31:18 +00:00
acpi.c ACPI: Use common code for MADT LAPIC NMIs 2022-11-25 15:01:49 +00:00
agesa_acpi.c
aoac.c
chip.c soc/amd/*/data_fabric: move data_fabric_set_mmio_np to common 2022-11-03 19:47:38 +00:00
chip.h
chipset.cb soc/amd/*/data_fabric: Use common device ops 2022-11-04 20:39:32 +00:00
config.c soc/amd/*/config: drop invalid comment 2022-12-14 17:57:45 +00:00
cpu.c
early_fch.c
espi_util.c
fch.c
fsp_m_params.c vc/amd/fsp/glinda/FspmUpd: don't use pointers for usb_phy config 2022-12-12 15:19:45 +00:00
fsp_s_params.c
fw.cfg
gpio.c
i2c.c /: Remove "ERROR: "/"WARNING: " prefixes from log messages 2022-11-10 21:31:18 +00:00
Kconfig arch/x86/Kconfig: Move AMD stages arch to common code 2022-11-14 15:54:02 +00:00
Makefile.inc soc/amd/*/Makefile: fix readelf parameters to get bootblock size 2022-11-23 19:43:46 +00:00
mca.c
preload.c
reset.c
romstage.c soc/amd: Define post codes 2022-11-24 15:16:45 +00:00
root_complex.c soc/amd: Use ioapic helper functions 2022-11-17 23:31:59 +00:00
smihandler.c sb,soc/amd: Remove unused southbridge_io_trap_handler() 2022-12-06 23:24:48 +00:00
smu.c
uart.c
xhci.c