coreboot/src/arch/arm
Jonathan Neuschäfer 8f06ce3512 Constify struct cpu_device_id instances
There is currently no case where a struct cpu_device_id instance needs
to be modified. Thus, declare all instances as const.

Change-Id: I5ec7460b56d75d255b3451d76a46df76a51d6365
Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net>
Reviewed-on: https://review.coreboot.org/22526
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
2017-11-23 05:00:17 +00:00
..
armv4 Remove libverstage as separate library and source file class 2017-03-28 22:18:53 +02:00
armv7 arch/arm/armv7: Correct checkpatch errors 2017-07-21 20:40:27 +00:00
include Constify struct cpu_device_id instances 2017-11-23 05:00:17 +00:00
libgcc src/arch: Update license headers missing paragraph 2 2016-01-26 04:44:20 +01:00
asmlib.h src/arch: Update license headers missing paragraph 2 2016-01-26 04:44:20 +01:00
boot.c die() when attempting to use bounce buffer on non-i386. 2016-02-22 18:38:48 +01:00
clock.c coreboot arm: Define function for setting cntfrq register 2015-03-02 22:19:46 +01:00
cpu.c src/arch: Fix checkpatch warning: no spaces at the start of a line 2017-07-25 14:26:30 +00:00
div0.c arch/arm: Correct checkpatch errors 2017-06-02 18:30:53 +02:00
eabi_compat.c arch/arm: Correct checkpatch errors 2017-06-02 18:30:53 +02:00
id.S arch/arm: add missing license headers 2016-01-13 22:54:02 +01:00
Kconfig console: Simplify bootblock console Kconfig selection logic 2016-01-21 05:37:27 +01:00
Makefile.inc Remove libverstage as separate library and source file class 2017-03-28 22:18:53 +02:00
memcpy.S src/arch: Update license headers missing paragraph 2 2016-01-26 04:44:20 +01:00
memmove.S src/arch: Update license headers missing paragraph 2 2016-01-26 04:44:20 +01:00
memset.S src/arch: Update license headers missing paragraph 2 2016-01-26 04:44:20 +01:00
stages.c arch: remove stage_exit() 2016-02-11 23:12:06 +01:00
tables.c lib: add common write_tables() implementation 2016-04-21 20:49:05 +02:00