From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mike Frysinger Date: Sat, 18 Jul 2009 21:17:00 -0400 Subject: [U-Boot] Pull request u-boot-blackfin.git Message-ID: <1247966220-23627-1-git-send-email-vapier@gentoo.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de The following changes since commit d39041fcadb1231430201d298c31f6be03d654f7: Wolfgang Denk (1): PATI board: fix compiler warnings are available in the git repository at: git://www.denx.de/git/u-boot-blackfin.git master Mike Frysinger (4): Blackfin: add os log functions Blackfin: split cpu COBJS into multilines Blackfin: bf533-stamp: back down SCLK a bit Blackfin: bf537-{minotaur,srv1}: do not hardcode CONFIG_ETHADDR cpu/blackfin/Makefile | 8 +++++++- cpu/blackfin/os_log.c | 30 ++++++++++++++++++++++++++++++ include/asm-blackfin/blackfin_local.h | 3 +++ include/configs/bf533-stamp.h | 2 +- include/configs/bf537-minotaur.h | 5 ++--- include/configs/bf537-srv1.h | 5 ++--- lib_blackfin/board.c | 6 ++++++ 7 files changed, 51 insertions(+), 8 deletions(-) create mode 100644 cpu/blackfin/os_log.c