From: Wolfgang Denk <wd@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] Pull request u-boot-blackfin.git
Date: Sat, 01 Nov 2008 16:05:20 +0100 [thread overview]
Message-ID: <20081101150520.28E00832E40C@gemini.denx.de> (raw)
In-Reply-To: <1224753122-30077-1-git-send-email-vapier@gentoo.org>
Dear Mike Frysinger,
In message <1224753122-30077-1-git-send-email-vapier@gentoo.org> you wrote:
> The following changes since commit d9d8c7c696dec370ca714c03beb6e79d4c90bd5e:
> Wolfgang Denk (1):
> Fix strmhz(): avoid printing negative fractions
>
> are available in the git repository at:
>
> git://www.denx.de/git/u-boot-blackfin.git master
>
> Ben Maan (1):
> Blackfin: fix port mux defines for BF54x
>
> Mike Frysinger (25):
> Blackfin: unify DSPID/DBGSTAT MMR definitions
> Blackfin: update anomaly lists
> Blackfin: fix typo in boot mode comment and add NAND define
> Blackfin: delete unused page_descriptor_table_size define
> Blackfin: punt old unused mem_init.h header
> Blackfin: only enable hardware error irq by default
> Blackfin: document some of the blackfin directories
> Blackfin: build with -fomit-frame-pointer
> Blackfin: fix SWRST register definition
> Blackfin: only initialize the RTC when actually used
> Blackfin: unify cache handling code
> Blackfin: drop unused cache flush code
> Blackfin: check cache bits, not cplb bits
> Blackfin: init NAND before relocating env
> Blackfin: enable support for nested interrupts
> Blackfin: don't bother displaying reboot msg when crashing
> Blackfin: fix register dump messages
> Blackfin: decode hwerrcause/excause when crashing
> Blackfin: make baud calculation more accurate
> Blackfin: set initial stack correctly according to Blackfin ABI
> Blackfin: small cpu init optimization while setting interrupt mask
> Blackfin: linker scripts: force start.o and set initcode boundaries
> Blackfin: bf561-ezkit: drop pointless USB code
> Blackfin: bf561-ezkit: drop redundant code
> Blackfin: fix up UART status bit handling
>
> README | 2 +
> blackfin_config.mk | 2 +-
> board/bf533-ezkit/u-boot.lds.S | 7 +-
> board/bf533-stamp/bf533-stamp.c | 1 -
> board/bf533-stamp/u-boot.lds.S | 7 +-
> board/bf537-stamp/u-boot.lds.S | 7 +-
> board/bf561-ezkit/bf561-ezkit.c | 21 +--
> board/bf561-ezkit/u-boot.lds.S | 7 +-
> cpu/blackfin/Makefile | 2 +-
> cpu/blackfin/cpu.c | 40 +---
> cpu/blackfin/flush.S | 230 --------------
> cpu/blackfin/serial.c | 72 ++++-
> cpu/blackfin/serial.h | 8 +-
> cpu/blackfin/start.S | 27 +-
> cpu/blackfin/traps.c | 54 +++-
> drivers/rtc/bfin_rtc.c | 19 +-
> include/asm-blackfin/blackfin-config-pre.h | 3 +-
> include/asm-blackfin/cplb.h | 5 -
> include/asm-blackfin/mach-bf527/BF522_cdef.h | 3 -
> include/asm-blackfin/mach-bf527/BF522_def.h | 1 -
> include/asm-blackfin/mach-bf527/BF523_cdef.h | 3 -
> include/asm-blackfin/mach-bf527/BF523_def.h | 1 -
> include/asm-blackfin/mach-bf527/BF524_cdef.h | 3 -
> include/asm-blackfin/mach-bf527/BF524_def.h | 1 -
> include/asm-blackfin/mach-bf527/BF525_cdef.h | 3 -
> include/asm-blackfin/mach-bf527/BF525_def.h | 1 -
> include/asm-blackfin/mach-bf527/BF526_cdef.h | 3 -
> include/asm-blackfin/mach-bf527/BF526_def.h | 1 -
> include/asm-blackfin/mach-bf527/BF527_cdef.h | 3 -
> include/asm-blackfin/mach-bf527/BF527_def.h | 1 -
> include/asm-blackfin/mach-bf527/anomaly.h | 63 ++++-
> include/asm-blackfin/mach-bf533/anomaly.h | 28 ++-
> .../mach-bf537/ADSP-EDN-BF534-extended_cdef.h | 3 -
> .../mach-bf537/ADSP-EDN-BF534-extended_def.h | 1 -
> include/asm-blackfin/mach-bf537/anomaly.h | 16 +-
> include/asm-blackfin/mach-bf548/BF541_cdef.h | 3 -
> include/asm-blackfin/mach-bf548/BF541_def.h | 1 -
> include/asm-blackfin/mach-bf548/BF542_cdef.h | 3 -
> include/asm-blackfin/mach-bf548/BF542_def.h | 1 -
> include/asm-blackfin/mach-bf548/BF544_cdef.h | 3 -
> include/asm-blackfin/mach-bf548/BF544_def.h | 1 -
> include/asm-blackfin/mach-bf548/BF547_cdef.h | 3 -
> include/asm-blackfin/mach-bf548/BF547_def.h | 1 -
> include/asm-blackfin/mach-bf548/BF548_cdef.h | 3 -
> include/asm-blackfin/mach-bf548/BF548_def.h | 1 -
> include/asm-blackfin/mach-bf548/BF549_cdef.h | 3 -
> include/asm-blackfin/mach-bf548/BF549_def.h | 1 -
> include/asm-blackfin/mach-bf548/anomaly.h | 78 +++++-
> include/asm-blackfin/mach-bf548/ports.h | 64 ++--
> include/asm-blackfin/mach-bf561/BF561_cdef.h | 18 +-
> include/asm-blackfin/mach-bf561/BF561_def.h | 2 -
> include/asm-blackfin/mach-bf561/anomaly.h | 9 +-
> .../asm-blackfin/mach-common/ADSP-EDN-core_cdef.h | 6 +
> .../asm-blackfin/mach-common/ADSP-EDN-core_def.h | 2 +
> .../mach-common/ADSP-EDN-extended_cdef.h | 9 +-
> .../mach-common/ADSP-EDN-extended_def.h | 1 -
> include/asm-blackfin/mem_init.h | 321 --------------------
> lib_blackfin/board.c | 14 +-
> lib_blackfin/cache.c | 35 +++
> 59 files changed, 427 insertions(+), 805 deletions(-)
> delete mode 100644 cpu/blackfin/flush.S
> delete mode 100644 include/asm-blackfin/mem_init.h
Applied, thanks.
Best regards,
Wolfgang Denk
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
The idea of male and female are universal constants.
-- Kirk, "Metamorphosis", stardate 3219.8
next prev parent reply other threads:[~2008-11-01 15:05 UTC|newest]
Thread overview: 117+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-10-23 9:12 [U-Boot] Pull request u-boot-blackfin.git Mike Frysinger
2008-10-31 13:11 ` Mike Frysinger
2008-11-01 15:12 ` Wolfgang Denk
2008-11-01 15:05 ` Wolfgang Denk [this message]
-- strict thread matches above, loose matches on Subject: below --
2009-01-08 18:41 Mike Frysinger
2009-01-10 17:19 ` Wolfgang Denk
2009-01-23 17:39 Mike Frysinger
2009-01-23 22:01 ` Wolfgang Denk
2009-01-23 22:08 ` Mike Frysinger
2009-01-23 22:43 ` Wolfgang Denk
2009-01-23 23:28 ` Mike Frysinger
2009-01-24 1:07 ` Wolfgang Denk
2009-01-24 2:52 ` Mike Frysinger
2009-01-28 18:29 Mike Frysinger
2009-01-28 20:08 ` Wolfgang Denk
2009-02-02 17:42 Mike Frysinger
2009-02-03 22:15 ` Wolfgang Denk
2009-02-06 19:30 Mike Frysinger
2009-02-07 21:57 ` Wolfgang Denk
2009-03-25 1:29 Mike Frysinger
2009-03-25 21:43 ` Wolfgang Denk
2009-04-03 17:21 Mike Frysinger
2009-04-03 20:42 ` Wolfgang Denk
2009-04-07 7:32 Mike Frysinger
2009-04-07 19:53 ` Wolfgang Denk
2009-05-09 7:02 Mike Frysinger
2009-05-10 20:11 ` Wolfgang Denk
2009-05-20 0:19 Mike Frysinger
2009-05-20 20:41 ` Wolfgang Denk
2009-05-26 2:39 Mike Frysinger
2009-05-28 19:28 ` Wolfgang Denk
2009-06-01 3:17 Mike Frysinger
2009-06-03 20:27 ` Wolfgang Denk
2009-06-15 0:02 Mike Frysinger
2009-06-15 9:15 ` Wolfgang Denk
2009-06-17 7:23 Mike Frysinger
2009-06-20 8:04 ` Wolfgang Denk
2009-07-06 22:48 Mike Frysinger
2009-07-07 18:57 ` Wolfgang Denk
2009-07-08 5:28 ` Mike Frysinger
2009-07-08 19:53 ` Wolfgang Denk
2009-07-08 20:40 ` Mike Frysinger
2009-07-08 20:47 ` Wolfgang Denk
2009-07-10 6:41 Mike Frysinger
2009-07-13 21:33 ` Wolfgang Denk
2009-07-19 1:17 Mike Frysinger
2009-07-20 20:55 ` Wolfgang Denk
2009-07-24 18:07 Mike Frysinger
2009-07-26 20:57 ` Wolfgang Denk
2009-08-24 21:30 Mike Frysinger
2009-08-25 20:52 ` Wolfgang Denk
2009-09-04 0:07 Mike Frysinger
2009-09-04 18:41 ` Wolfgang Denk
2009-10-01 16:09 Mike Frysinger
2009-10-03 21:39 ` Wolfgang Denk
2009-10-14 16:34 Mike Frysinger
2009-10-15 20:30 ` Wolfgang Denk
2010-01-17 14:40 Mike Frysinger
2010-01-17 22:16 ` Wolfgang Denk
2010-01-17 23:25 [U-Boot] [PATCH 0/5] kgdb cleanup and Blackfin kgdb port Wolfgang Denk
2010-01-18 1:37 ` [U-Boot] Pull request u-boot-blackfin.git Mike Frysinger
2010-01-21 20:55 ` Wolfgang Denk
2010-04-09 21:03 Mike Frysinger
2010-07-09 22:18 Mike Frysinger
2010-07-13 21:57 ` Mike Frysinger
2010-07-14 19:55 ` Wolfgang Denk
2010-07-25 19:19 Mike Frysinger
2010-07-25 19:36 ` Mike Frysinger
2010-08-03 21:31 ` Wolfgang Denk
2010-08-11 19:30 Mike Frysinger
2010-08-12 20:59 ` Wolfgang Denk
2010-09-21 22:35 Mike Frysinger
2010-09-22 20:37 ` Wolfgang Denk
2010-10-02 20:05 [U-Boot] [PATCH 00/37] Blackfin updates for v2010.12-rc1 Mike Frysinger
2010-10-04 17:33 ` [U-Boot] Pull request u-boot-blackfin.git Mike Frysinger
2010-10-05 12:43 ` Wolfgang Denk
2010-10-15 19:23 Mike Frysinger
2010-10-17 17:54 ` Wolfgang Denk
2010-10-26 2:09 Mike Frysinger
2010-10-26 19:00 ` Wolfgang Denk
2010-10-28 6:31 Mike Frysinger
2010-10-29 19:46 ` Wolfgang Denk
2010-11-18 9:45 Mike Frysinger
2010-11-19 21:02 ` Wolfgang Denk
2010-11-21 21:52 Mike Frysinger
2010-11-24 18:27 ` Wolfgang Denk
2011-01-10 5:21 Mike Frysinger
2011-01-12 22:43 ` Wolfgang Denk
2011-01-12 22:50 ` Mike Frysinger
2011-01-12 23:03 ` Wolfgang Denk
2011-01-12 23:08 ` Mike Frysinger
2011-01-12 23:18 ` Wolfgang Denk
2011-01-12 23:36 ` Mike Frysinger
2011-01-12 23:47 ` Wolfgang Denk
2011-02-15 8:13 ` Mike Frysinger
2011-01-12 23:32 ` Wolfgang Denk
2011-01-12 23:37 ` Mike Frysinger
2011-01-12 23:45 ` Wolfgang Denk
2011-01-12 22:44 ` Wolfgang Denk
2011-01-12 22:50 ` Mike Frysinger
2011-01-12 23:04 ` Wolfgang Denk
2011-04-03 8:58 [U-Boot] [PATCH 00/34] Blackfin updates for 2011.06 Mike Frysinger
2011-04-08 4:47 ` [U-Boot] Pull request u-boot-blackfin.git Mike Frysinger
2011-04-10 19:19 ` Wolfgang Denk
2011-04-25 6:06 [U-Boot] [PATCH 0/3] Blackfin minor config updates for 2011.06 Mike Frysinger
2011-04-25 6:07 ` [U-Boot] Pull request u-boot-blackfin.git Mike Frysinger
2011-04-27 19:44 ` Wolfgang Denk
2011-05-24 3:30 [U-Boot] [PATCH 0/7] Blackfin fixes for 2011.06 Mike Frysinger
2011-05-24 3:32 ` [U-Boot] Pull request u-boot-blackfin.git Mike Frysinger
2011-06-01 19:58 ` Wolfgang Denk
2011-06-02 15:02 ` Mike Frysinger
2011-06-02 20:46 ` Wolfgang Denk
2011-06-28 19:36 [U-Boot] [PATCH 00/18] Blackfin updates for v2011.09 Mike Frysinger
2011-06-29 2:50 ` [U-Boot] Pull request u-boot-blackfin.git Mike Frysinger
2011-06-29 21:23 ` Wolfgang Denk
2011-06-30 15:45 ` Mike Frysinger
2011-06-30 15:55 ` Wolfgang Denk
2011-07-12 6:23 ` Mike Frysinger
2011-08-02 19:49 ` Wolfgang Denk
2011-10-16 18:23 Mike Frysinger
2011-10-17 19:51 ` Wolfgang Denk
2011-11-19 3:19 Mike Frysinger
2011-11-21 21:05 ` Wolfgang Denk
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20081101150520.28E00832E40C@gemini.denx.de \
--to=wd@denx.de \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.