coreboot/src/arch/arm
Jacob Garber 693e04f5c6 arch/arm/include: Remove unused armv7 types.h
This header was originally copied from the Linux kernel. However, these
days all fixed-width integers are defined in stdint.h, and all of the
other typedefs in this file are kernel-specific and aren't used
anywhere, so we can drop it.

Change-Id: I6ee7acb5e12f4b4b7c4325cedcfee36b93ab6a3d
Signed-off-by: Jacob Garber <jgarber1@ualberta.ca>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/37257
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Julius Werner <jwerner@chromium.org>
2019-11-28 10:46:37 +00:00
..
armv4 arch/arm: Make ARM stages select ARCH_ARM 2019-08-29 20:47:18 +00:00
armv7 arch/arm: Make ARM stages select ARCH_ARM 2019-08-29 20:47:18 +00:00
include arch/arm/include: Remove unused armv7 types.h 2019-11-28 10:46:37 +00:00
libgcc src/[arch-lib]: change "unsigned" to "unsigned int" 2019-10-27 21:08:39 +00:00
asmlib.h AUTHORS: Move src/arch/arm copyrights into AUTHORS file 2019-08-26 13:52:01 +00:00
boot.c AUTHORS: Move src/arch/arm copyrights into AUTHORS file 2019-08-26 13:52:01 +00:00
clock.c
cpu.c arch: Add missing #include <commonlib/helpers.h> 2019-06-21 16:04:06 +00:00
div0.c AUTHORS: Move src/arch/arm copyrights into AUTHORS file 2019-08-26 13:52:01 +00:00
eabi_compat.c AUTHORS: Move src/arch/arm copyrights into AUTHORS file 2019-08-26 13:52:01 +00:00
id.S
Kconfig Kconfig: Drop the C_ENVIRONMENT_BOOTBLOCK symbol 2019-11-25 09:17:38 +00:00
Makefile.inc AUTHORS: Move src/arch/arm copyrights into AUTHORS file 2019-08-26 13:52:01 +00:00
memcpy.S AUTHORS: Move src/arch/arm copyrights into AUTHORS file 2019-08-26 13:52:01 +00:00
memmove.S AUTHORS: Move src/arch/arm copyrights into AUTHORS file 2019-08-26 13:52:01 +00:00
memset.S AUTHORS: Move src/arch/arm copyrights into AUTHORS file 2019-08-26 13:52:01 +00:00
stages.c arch/arm: Pass cbmem_top to ramstage via calling argument 2019-11-03 11:19:04 +00:00
tables.c AUTHORS: Move src/arch/arm copyrights into AUTHORS file 2019-08-26 13:52:01 +00:00