]> git.ipfire.org Git - people/ms/u-boot.git/commit - arch/blackfin/include/asm/blackfin_local.h
Blackfin: add os log functions
authorMike Frysinger <vapier@gentoo.org>
Thu, 9 Jul 2009 05:15:05 +0000 (01:15 -0400)
committerMike Frysinger <vapier@gentoo.org>
Sun, 19 Jul 2009 01:15:50 +0000 (21:15 -0400)
commit909878fd3fda056d19b8b51a5cc51cb1c0b563d1
tree8093a518e8637fe7fef3cde5e0b2850fb767bbe9
parentd39041fcadb1231430201d298c31f6be03d654f7
Blackfin: add os log functions

Part of the mini Blackfin ABI with operating systems is that they can use
0x4f0-0x4f8 to pass log buffers to/from bootloaders.  So add support to
U-Boot for reading the log buffer.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
cpu/blackfin/Makefile
cpu/blackfin/os_log.c [new file with mode: 0644]
include/asm-blackfin/blackfin_local.h
lib_blackfin/board.c