coreboot/src/drivers/spi
Patrick Rudolph 2be0b50be5 boot_device: Constify argument
Add const qualifier to first argument.

Change-Id: I6655e04401b6a7aa5cafb717ff6f46b80b96646e
Signed-off-by: Patrick Rudolph <patrick.rudolph@9elements.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/32703
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Philipp Deppenwiese <zaolin.daisuki@gmail.com>
2019-05-12 07:47:45 +00:00
..
acpi src/drivers: Remove needless '&' on function pointers 2019-01-23 14:43:49 +00:00
tpm src: Use 'include <string.h>' when appropriate 2019-03-20 20:27:51 +00:00
adesto.c coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) 2019-03-08 08:33:24 +00:00
amic.c coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) 2019-03-08 08:33:24 +00:00
atmel.c coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) 2019-03-08 08:33:24 +00:00
bitbang.c spi: Add helper functions for bit-banging 2018-04-03 00:34:52 +00:00
boot_device_rw_nommap.c boot_device: Constify argument 2019-05-12 07:47:45 +00:00
cbfs_spi.c symbols.h: Add macro to define memlayout region symbols 2019-02-22 06:44:02 +00:00
eon.c coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) 2019-03-08 08:33:24 +00:00
flashconsole.c src: Use 'include <string.h>' when appropriate 2019-03-20 20:27:51 +00:00
gigadevice.c coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) 2019-03-08 08:33:24 +00:00
Kconfig drivers/spi: Remove Kconfig prompt from SPI_FLASH_SMM 2018-06-11 08:43:30 +00:00
macronix.c coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) 2019-03-08 08:33:24 +00:00
Makefile.inc drivers/spi: Treat all stages commonly when adding drivers 2018-06-11 08:43:09 +00:00
spansion.c coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) 2019-03-08 08:33:24 +00:00
spi-generic.c Move compiler.h to commonlib 2018-10-08 16:57:27 +00:00
spi_flash.c Fix code that would trip -Wtype-limits 2019-05-06 10:32:15 +00:00
spi_flash_internal.h src: Don't use a #defines like Kconfig symbols 2019-01-28 13:41:28 +00:00
spi_winbond.h drivers/spi: Move M25Pxx commands to spi_winbond.h 2019-04-11 12:00:56 +00:00
spiconsole.c
sst.c drivers/spi/sst: Remove unused variables 2019-04-25 15:55:10 +00:00
stmicro.c coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) 2019-03-08 08:33:24 +00:00
winbond.c src: include <assert.h> when appropriate 2019-04-23 10:01:36 +00:00