coreboot/src/arch/armv7
Kyösti Mälkki 5b353002a9 CBMEM: Drop cbmem_base_check()
This function was for logging only, but we have both base and size
already logged elsewhere.

Change-Id: Ie6ac71fc859b8fd42fcf851c316a5f888f828dc2
Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-on: http://review.coreboot.org/4620
Tested-by: build bot (Jenkins)
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Vladimir Serbinenko <phcoder@gmail.com>
Reviewed-by: Aaron Durbin <adurbin@google.com>
2014-01-06 17:33:51 +01:00
..
include armv7: Allow accessing ACTLR (Auxiliary Control Register) 2013-12-21 22:46:09 +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 exynos5250: Implement support to boot with USB A-A firmware upload 2013-12-21 22:46:15 +01: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 (NOLOAD) from the .car section 2013-12-21 22:45:20 +01:00
stages.c Drop ELF remains from boot code 2013-07-10 21:43:55 +02:00
tables.c CBMEM: Drop cbmem_base_check() 2014-01-06 17:33:51 +01:00