coreboot/src/arch/armv7
Gabe Black 74dbfc252f arm: Remove __image_copy_end from the ARM linker script
That symbol isn't used by anything and doesn't appear in other linker scripts.

Change-Id: Iab54ecb3be2e262d7674ef8ee7ed13ea2e5b56f3
Signed-off-by: Gabe Black <gabeblack@google.com>
Reviewed-on: https://gerrit.chromium.org/gerrit/63776
Commit-Queue: Gabe Black <gabeblack@chromium.org>
Reviewed-by: Gabe Black <gabeblack@chromium.org>
Tested-by: Gabe Black <gabeblack@chromium.org>
Reviewed-on: http://review.coreboot.org/4399
Tested-by: build bot (Jenkins)
Reviewed-by: Patrick Georgi <patrick@georgi-clan.de>
2013-12-21 19:56:24 +01:00
..
include arm: Don't use const pointers with the write functions 2013-12-21 10:48:57 +01:00
boot.c Drop ELF remains from boot code 2013-07-10 21:43:55 +02:00
bootblock.inc armv7: Reserve space BL1 and checksum header by specifying bootblock offset. 2013-07-10 21:46:01 +02:00
bootblock.lds ARM: Define custom ELF headers for ARM. 2013-07-15 18:33:41 +02:00
bootblock_simple.c ARM: Separate the early console (romstage) from the bootblock console. 2013-07-10 21:47:52 +02:00
cache.c armv7: Fix dcache_clean_by_mva. 2013-12-12 22:03:01 +01:00
coreboot_ram.ld ARM: Define custom ELF headers for ARM. 2013-07-15 18:33:41 +02:00
div0.c ARMv7: flatten arch/armv7 source tree 2013-07-10 21:43:38 +02:00
eabi_compat.c ARMv7: flatten arch/armv7 source tree 2013-07-10 21:43:38 +02:00
early_console.c Don't try to use CBMEM console in bootblock 2013-07-10 22:44:42 +02:00
exception.c ARM: Don't leave alignment checking on after the exception test. 2013-07-10 22:43:16 +02:00
exception_asm.S ARMV7 and Google/Snow: Add exception support code to the ramstage 2013-03-08 22:03:37 +01:00
id.inc ARMv7: flatten arch/armv7 source tree 2013-07-10 21:43:38 +02:00
interrupts.c ARMv7: flatten arch/armv7 source tree 2013-07-10 21:43:38 +02:00
Kconfig arm: Add and enable an arch specific version of memmove. 2013-07-14 20:36:00 +02:00
Makefile.inc Makefile: Drop obsolete rules 2013-12-02 19:41:53 +01:00
memcpy.S ARM: Tell the linker memset and memcpy are functions. 2013-07-10 21:49:45 +02:00
memmove.S arm: Add and enable an arch specific version of memmove. 2013-07-14 20:36:00 +02:00
memset.S ARM: Tell the linker memset and memcpy are functions. 2013-07-10 21:49:45 +02:00
mmu.c ARMv7: flatten arch/armv7 source tree 2013-07-10 21:43:38 +02:00
romstage.ld arm: Remove __image_copy_end from the ARM linker script 2013-12-21 19:56:24 +01:00
stages.c Drop ELF remains from boot code 2013-07-10 21:43:55 +02:00
tables.c armv7: Prepare tables code for dynamic CBMEM 2013-12-21 18:30:43 +01:00