coreboot-kgpe-d16/src/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 addtional LPDDR4 speed grades 2021-09-13 13:47:31 +00:00
oprom device/oprom/include/x86emu/fpu_regs.h: Fix lint error 2021-02-01 08:46:11 +00:00
azalia_device.c device/azalia_device.c: Add option to lock down GCAP 2021-04-19 19:02:08 +00:00
cardbus_device.c src: Never set ISA Enable on PCI bridges 2020-07-28 10:54:02 +00:00
cpu_device.c
device.c device: Add helper function devfn_disable() 2021-06-17 06:48:45 +00:00
device_const.c src/device: Remove DEVICE_PATH_ESPI & DEVICE_PATH_LPC 2021-07-14 20:24:12 +00:00
device_util.c device_util.c: Replace memcpy() with strcpy() 2021-08-19 10:02:05 +00:00
gpio.c device + util/sconfig: introduce new device gpio 2020-12-28 17:47:04 +00:00
i2c.c
i2c_bus.c device/i2c_bus.c: Correct code style 2021-04-06 07:02:47 +00:00
Kconfig device/mipi: Move to drivers/mipi 2021-08-26 15:18:45 +00:00
Makefile.inc device/mipi: Move to drivers/mipi 2021-08-26 15:18:45 +00:00
mmio.c device/mmio: Make buffer_to_fifo32() take a const buffer 2021-09-20 12:07:51 +00:00
pci_class.c
pci_device.c device: Reflow strings in printk statements 2021-07-05 10:52:19 +00:00
pci_early.c
pci_ops.c device: Switch pci_dev_is_wake_source to take pci_devfn_t 2021-05-03 16:28:42 +00:00
pci_rom.c device/pci_rom: Make ON_DEVICE_ROM_LOAD condition truthy 2021-07-20 16:52:35 +00:00
pciexp_device.c pciexp_device: Rewrite LTR configuration 2021-03-15 06:04:38 +00:00
pcix_device.c
pnp_device.c device/pnp: Always provide pnp_unset_and_set_config 2021-06-10 05:38:13 +00:00
resource_allocator_common.c src/device: Remove unused <console/console.h> 2021-02-15 10:48:28 +00:00
resource_allocator_v3.c
resource_allocator_v4.c device/resource_allocator_v4: Only highlight log message with === 2021-07-05 10:49:53 +00:00
root_device.c device: Export enable_static_device() function 2020-10-21 15:35:24 +00:00
smbus_ops.c
software_i2c.c
xhci.c device/xhci.c: Remove repeated word 2021-01-18 07:33:25 +00:00