coreboot/src/arch/armv7
Kyösti Mälkki 657e0be464 console: Move newline translation outside console_tx_byte
This gives us completely transparent low-level function to transmit
data.

Change-Id: I706791ff43d80a36a7252a4da0e6f3af92520db7
Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-on: http://review.coreboot.org/5336
Tested-by: build bot (Jenkins)
Reviewed-by: Patrick Georgi <patrick@georgi-clan.de>
2014-04-09 13:21:25 +02:00
..
include coreboot: introduce arch_payload_run() 2014-03-03 19:50:32 +01:00
boot.c coreboot: introduce arch_payload_run() 2014-03-03 19:50:32 +01: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 console: Split console_init() 2014-04-09 11:34:06 +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 console: Move newline translation outside console_tx_byte 2014-04-09 13:21:25 +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 coreboot: don't return struct lb_memory * from write_tables() 2014-03-03 23:25:53 +01:00