coreboot/src/include/device
Julius Werner ea03d0047b device/mmio: Make buffer_to_fifo32() take a const buffer
The input buffer to the buffer_to_fifo family of functions is only read,
so it can be a const pointer. (Also, remove the MIPS check in libpayload
for these functions... the MIPS architecture has been removed a while
ago.)

Signed-off-by: Julius Werner <jwerner@chromium.org>
Change-Id: I021069680cf691590fdacc3d51f747f12ae3df31
Reviewed-on: https://review.coreboot.org/c/coreboot/+/57731
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Hung-Te Lin <hungte@chromium.org>
2021-09-20 12:07:51 +00:00
..
dram device/dram: Add LPDDR4 utilities 2021-06-09 15:10:34 +00:00
azalia.h
azalia_device.h
cardbus.h
device.h device/device.h: Drop unused function declaration 2021-09-06 19:07:56 +00:00
gpio.h
i2c.h
i2c_bus.h
i2c_simple.h
mmio.h device/mmio: Make buffer_to_fifo32() take a const buffer 2021-09-20 12:07:51 +00:00
path.h src/device: Remove DEVICE_PATH_ESPI & DEVICE_PATH_LPC 2021-07-14 20:24:12 +00:00
pci.h pciexp_device: Rewrite LTR configuration 2021-03-15 06:04:38 +00:00
pci_def.h include/pci_def.h: Add some PCI Power Management CSR bits 2021-06-21 05:30:19 +00:00
pci_ehci.h
pci_ids.h soc/intel/adl: Update PCI ID for ADL-M SKU 2021-08-20 15:16:02 +00:00
pci_mmio_cfg.h
pci_ops.h device: Switch pci_dev_is_wake_source to take pci_devfn_t 2021-05-03 16:28:42 +00:00
pci_rom.h
pci_type.h soc/intel/*: drop UART pad configuration from common code 2021-03-12 08:48:03 +00:00
pciexp.h device/pciexp_device.c: Remove CPP guarding 2021-03-14 19:27:18 +00:00
pcix.h
pnp.h device/pnp: Always provide pnp_unset_and_set_config 2021-06-10 05:38:13 +00:00
pnp_def.h
pnp_ops.h
pnp_type.h
resource.h device: Clean up resource utility function signatures 2021-07-01 09:46:09 +00:00
smbus.h
smbus_def.h
smbus_host.h
soundwire.h device/mipi: Move to drivers/mipi 2021-08-26 15:18:45 +00:00
spi.h
xhci.h