coreboot-kgpe-d16/src
Aamir Bohra e825d3f4d6 src/arch/x86/acpi: Constify struct device instances
Constify the struct device arguments in below APIs:
> acpi_device_name
> acpi_device_path_fill
> acpi_device_path
> acpi_write_dbg2_pci_uart
> acpi_device_scope
> acpi_device_path_join

The APIs do not seem to modify the argument and are using
device argument as reference to device only.

Change-Id: Ic2ce045f17efa288eb41503795723d0ad5ec78bd
Signed-off-by: Aamir Bohra <aamir.bohra@intel.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/34625
Reviewed-by: Subrata Banik <subrata.banik@intel.com>
Reviewed-by: Patrick Rudolph <patrick.rudolph@9elements.com>
Reviewed-by: Nico Huber <nico.h@gmx.de>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
2019-08-02 15:47:24 +00:00
..
acpi AUTHORS: Move src/acpi copyrights into AUTHORS file 2019-07-30 11:04:14 +00:00
arch src/arch/x86/acpi: Constify struct device instances 2019-08-02 15:47:24 +00:00
commonlib vboot: deprecate vboot_handoff structure 2019-07-23 12:07:07 +00:00
console src: Make implicit fall throughs explicit 2019-07-19 09:57:54 +00:00
cpu src/cpu/intel: Add sanity check for cpu turbo mode capability 2019-07-21 19:01:13 +00:00
device device: Constify dev argument to (probe|find)_resource() 2019-07-31 09:10:28 +00:00
drivers drivers/crb: Add CRB driver for TPM2 support 2019-07-31 10:58:36 +00:00
ec ec/google/wilco: Hide wilco symbols when unused 2019-07-25 16:46:17 +00:00
include stage_cache: Add more empty stubs functions 2019-08-02 04:40:39 +00:00
lib lib/bootmem: Prepare for OpenSBI 2019-07-31 10:57:30 +00:00
mainboard mb/google/hatch: Fine-tune Kohaku I2C CLK frequency 2019-08-02 15:43:10 +00:00
northbridge nb/amd/amdht: Use standard coreboot assertions 2019-07-30 09:57:44 +00:00
security drivers/crb: Add CRB driver for TPM2 support 2019-07-31 10:58:36 +00:00
soc soc/samsung/exynos5420: Refactor fimd vidtcon access 2019-08-02 10:00:09 +00:00
southbridge sb/intel/common/spi: Fix opmenu setup 2019-07-28 17:54:02 +00:00
superio src/superio/nuvoton: Add support for NCT5539D 2019-07-29 17:02:12 +00:00
vendorcode vc/cavium/bdk/libbdk-hal: Fix eye data memory leak 2019-08-02 10:00:58 +00:00
Kconfig Kconfig: Remove HAVE_RAMSTAGE dependency from RELOCATABLE_RAMSTAGE 2019-07-12 02:22:27 +00:00