From: Wolfgang Denk <wd@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] Pull request u-boot-blackfin.git
Date: Wed, 14 Jul 2010 21:55:22 +0200 [thread overview]
Message-ID: <20100714195522.E20CC160691@gemini.denx.de> (raw)
In-Reply-To: <1278713901-15574-1-git-send-email-vapier@gentoo.org>
Dear Mike Frysinger,
In message <1278713901-15574-1-git-send-email-vapier@gentoo.org> you wrote:
> The following changes since commit 54841ab50c20d6fa6c9cc3eb826989da3a22d934:
>
> Make sure that argv[] argument pointers are not modified. (2010-07-04 23:55:42 +0200)
>
> are available in the git repository at:
> git://www.denx.de/git/u-boot-blackfin.git master
>
> Hoan Hoang (1):
> Blackfin: ibf-dsp561: enable AX88180 net driver
>
> Michael Hennerich (1):
> Blackfin: bf527-ad7160-eval: new board support
>
> Mike Frysinger (33):
> Blackfin: clean up trace buffer handling when crashing
> Blackfin: implement bootcount support
> Blackfin: expand EVT1 usage documentation a bit more
> Blackfin: bf537-stamp: drop old spi_flash driver
> Blackfin: update anomaly lists to latest sheets
> Blackfin: set up simple NMI handlers for anomaly 05000219
> Blackfin: import gpio/portmux layer from Linux
> Blackfin: unify custom gpio commands
> Blackfin: back out status_led.h stubs
> Blackfin: switch to common GPIO LED driver
> Blackfin: bf537-stamp: use common spi boot workaround code
> Blackfin: convert gpio flash logic to common gpio layer
> Blackfin: bfin_mac: convert to portmux framework
> Blackfin: bfin_nand: convert to portmux framework
> blackfin: bfin_sdh: convert to portmux framework
> Blackfin: pata_bfin: convert to portmux framework
> Blackfin: serial: convert to portmux framework
> Blackfin: bfin_spi: convert to portmux framework
> Blackfin: bfin_spi: support gpios as chip selects
> Blackfin: bf533-stamp: convert eth/flash swap logic to gpio framework
> Blackfin: blackstamp: convert eth/flash swap logic to gpio framework
> Blackfin: bf533-stamp: scrub unused code
> Blackfin: bf518f-ezbrd: handle different PHYs dynamically
> Blackfin: bf518f-ezbrd: convert to portmux framework
> Blackfin: bf548-ezkit: convert to portmux framework
> Blackfin: bf527-ezkit: convert to portmux framework
> Blackfin: cm-bf548: convert to portmux framework
> Blackfin: bf561: use DMA for Core B L1 regions
> Blackfin: unify default I2C settings for ADI boards
> Blackfin: bfin_mac: remove space from name
> Blackfin: enable IP defrag for ADI boards
> Blackfin: drop old u-boot.lds clean target
> Blackfin: bf561-acvilon: drop unused env redund define
>
> MAINTAINERS | 2 +
> MAKEALL | 1 +
> Makefile | 1 -
> arch/blackfin/cpu/Makefile | 3 +
> arch/blackfin/cpu/bootcount.c | 34 +
> arch/blackfin/cpu/cmd_gpio.c | 120 +++
> arch/blackfin/cpu/cpu.c | 4 +-
> arch/blackfin/cpu/cpu.h | 2 +
> arch/blackfin/cpu/gpio.c | 854 ++++++++++++++++
> arch/blackfin/cpu/initcode.c | 32 +-
> arch/blackfin/cpu/interrupt.S | 5 +
> arch/blackfin/cpu/serial.h | 19 +
> arch/blackfin/cpu/traps.c | 76 +-
> arch/blackfin/include/asm/blackfin_local.h | 10 +-
> arch/blackfin/include/asm/gpio.h | 201 ++++
> arch/blackfin/include/asm/mach-bf527/anomaly.h | 196 +++--
> arch/blackfin/include/asm/mach-bf527/def_local.h | 4 +
> arch/blackfin/include/asm/mach-bf527/gpio.h | 65 ++
> arch/blackfin/include/asm/mach-bf527/portmux.h | 220 ++++
> arch/blackfin/include/asm/mach-bf533/anomaly.h | 111 ++-
> arch/blackfin/include/asm/mach-bf533/def_local.h | 4 +
> arch/blackfin/include/asm/mach-bf533/gpio.h | 31 +
> arch/blackfin/include/asm/mach-bf533/portmux.h | 71 ++
> arch/blackfin/include/asm/mach-bf537/anomaly.h | 85 ++-
> arch/blackfin/include/asm/mach-bf537/def_local.h | 4 +
> arch/blackfin/include/asm/mach-bf537/gpio.h | 65 ++
> arch/blackfin/include/asm/mach-bf537/portmux.h | 152 +++
> arch/blackfin/include/asm/mach-bf548/anomaly.h | 96 ++-
> arch/blackfin/include/asm/mach-bf548/def_local.h | 4 +
> arch/blackfin/include/asm/mach-bf548/gpio.h | 203 ++++
> arch/blackfin/include/asm/mach-bf548/portmux.h | 320 ++++++
> arch/blackfin/include/asm/mach-bf561/anomaly.h | 132 ++-
> arch/blackfin/include/asm/mach-bf561/def_local.h | 4 +
> arch/blackfin/include/asm/mach-bf561/gpio.h | 65 ++
> arch/blackfin/include/asm/mach-bf561/portmux.h | 97 ++
> arch/blackfin/include/asm/portmux.h | 1194 ++++++++++++++++++++++
> arch/blackfin/include/asm/system.h | 2 +
> board/bf518f-ezbrd/bf518f-ezbrd.c | 41 +-
> board/bf526-ezbrd/Makefile | 1 -
> board/bf526-ezbrd/status-led.c | 56 -
> board/bf527-ad7160-eval/Makefile | 54 +
> board/bf527-ad7160-eval/bf527-ad7160-eval.c | 25 +
> board/bf527-ad7160-eval/config.mk | 33 +
> board/bf527-ezkit/bf527-ezkit.c | 7 +-
> board/bf527-ezkit/video.c | 13 +-
> board/bf533-stamp/bf533-stamp.c | 84 +--
> board/bf533-stamp/bf533-stamp.h | 53 -
> board/bf533-stamp/ide-cf.c | 10 +-
> board/bf537-stamp/Makefile | 3 +-
> board/bf537-stamp/bf537-stamp.c | 7 +-
> board/bf537-stamp/cmd_bf537led.c | 201 ----
> board/bf537-stamp/spi_flash.c | 996 ------------------
> board/bf548-ezkit/bf548-ezkit.c | 64 +-
> board/bf548-ezkit/video.c | 27 +-
> board/blackstamp/blackstamp.c | 12 +-
> board/cm-bf527/Makefile | 2 +-
> board/cm-bf527/gpio.c | 74 --
> board/cm-bf527/gpio_cfi_flash.c | 21 +-
> board/cm-bf537e/Makefile | 2 +-
> board/cm-bf537e/flash.c | 34 -
> board/cm-bf537e/gpio_cfi_flash.c | 18 +-
> board/cm-bf537u/Makefile | 2 +-
> board/cm-bf537u/flash.c | 34 -
> board/cm-bf537u/gpio_cfi_flash.c | 18 +-
> board/cm-bf548/cm-bf548.c | 55 +-
> board/cm-bf548/video.c | 33 +-
> board/ibf-dsp561/ibf-dsp561.c | 8 +
> board/tcm-bf537/Makefile | 2 +-
> board/tcm-bf537/flash.c | 37 -
> board/tcm-bf537/gpio_cfi_flash.c | 20 +-
> boards.cfg | 1 +
> drivers/block/pata_bfin.c | 25 +-
> drivers/mmc/bfin_sdh.c | 18 +-
> drivers/mtd/nand/bfin_nand.c | 16 +-
> drivers/net/bfin_mac.c | 49 +-
> drivers/spi/bfin_spi.c | 292 ++----
> include/configs/bf518f-ezbrd.h | 22 +-
> include/configs/bf526-ezbrd.h | 14 +-
> include/configs/bf527-ad7160-eval.h | 148 +++
> include/configs/bf527-ezkit.h | 2 -
> include/configs/bf533-ezkit.h | 2 -
> include/configs/bf533-stamp.h | 18 +-
> include/configs/bf537-pnav.h | 2 -
> include/configs/bf537-stamp.h | 4 -
> include/configs/bf538f-ezkit.h | 2 -
> include/configs/bf548-ezkit.h | 2 -
> include/configs/bf561-acvilon.h | 1 -
> include/configs/bf561-ezkit.h | 2 -
> include/configs/bfin_adi_common.h | 15 +
> include/configs/cm-bf527.h | 2 -
> include/configs/cm-bf537e.h | 2 -
> include/configs/cm-bf537u.h | 2 -
> include/configs/cm-bf548.h | 2 -
> include/configs/ibf-dsp561.h | 14 +-
> include/configs/tcm-bf518.h | 2 -
> include/configs/tcm-bf537.h | 2 -
> include/status_led.h | 3 -
> 97 files changed, 4896 insertions(+), 2304 deletions(-)
> create mode 100644 arch/blackfin/cpu/bootcount.c
> create mode 100644 arch/blackfin/cpu/cmd_gpio.c
> create mode 100644 arch/blackfin/cpu/gpio.c
> create mode 100644 arch/blackfin/include/asm/gpio.h
> create mode 100644 arch/blackfin/include/asm/mach-bf527/gpio.h
> create mode 100644 arch/blackfin/include/asm/mach-bf527/portmux.h
> create mode 100644 arch/blackfin/include/asm/mach-bf533/gpio.h
> create mode 100644 arch/blackfin/include/asm/mach-bf533/portmux.h
> create mode 100644 arch/blackfin/include/asm/mach-bf537/gpio.h
> create mode 100644 arch/blackfin/include/asm/mach-bf537/portmux.h
> create mode 100644 arch/blackfin/include/asm/mach-bf548/gpio.h
> create mode 100644 arch/blackfin/include/asm/mach-bf548/portmux.h
> create mode 100644 arch/blackfin/include/asm/mach-bf561/gpio.h
> create mode 100644 arch/blackfin/include/asm/mach-bf561/portmux.h
> create mode 100644 arch/blackfin/include/asm/portmux.h
> delete mode 100644 board/bf526-ezbrd/status-led.c
> create mode 100644 board/bf527-ad7160-eval/Makefile
> create mode 100644 board/bf527-ad7160-eval/bf527-ad7160-eval.c
> create mode 100644 board/bf527-ad7160-eval/config.mk
> delete mode 100644 board/bf533-stamp/bf533-stamp.h
> delete mode 100644 board/bf537-stamp/cmd_bf537led.c
> delete mode 100644 board/bf537-stamp/spi_flash.c
> delete mode 100644 board/cm-bf527/gpio.c
> delete mode 100644 board/cm-bf537e/flash.c
> delete mode 100644 board/cm-bf537u/flash.c
> delete mode 100644 board/tcm-bf537/flash.c
> create mode 100644 include/configs/bf527-ad7160-eval.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
Quotation, n. The act of repeating erroneously the words of another.
The words erroneously repeated.
- Ambrose Bierce _The Devil's Dictionary_
next prev parent reply other threads:[~2010-07-14 19:55 UTC|newest]
Thread overview: 117+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-07-09 22:18 [U-Boot] Pull request u-boot-blackfin.git Mike Frysinger
2010-07-13 21:57 ` Mike Frysinger
2010-07-14 19:55 ` Wolfgang Denk [this message]
-- strict thread matches above, loose matches on Subject: below --
2011-11-19 3:19 Mike Frysinger
2011-11-21 21:05 ` Wolfgang Denk
2011-10-16 18:23 Mike Frysinger
2011-10-17 19:51 ` 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-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-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-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-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
2010-11-21 21:52 Mike Frysinger
2010-11-24 18:27 ` Wolfgang Denk
2010-11-18 9:45 Mike Frysinger
2010-11-19 21:02 ` Wolfgang Denk
2010-10-28 6:31 Mike Frysinger
2010-10-29 19:46 ` Wolfgang Denk
2010-10-26 2:09 Mike Frysinger
2010-10-26 19:00 ` Wolfgang Denk
2010-10-15 19:23 Mike Frysinger
2010-10-17 17:54 ` 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-09-21 22:35 Mike Frysinger
2010-09-22 20:37 ` Wolfgang Denk
2010-08-11 19:30 Mike Frysinger
2010-08-12 20:59 ` Wolfgang Denk
2010-07-25 19:19 Mike Frysinger
2010-07-25 19:36 ` Mike Frysinger
2010-08-03 21:31 ` Wolfgang Denk
2010-04-09 21:03 Mike Frysinger
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-01-17 14:40 Mike Frysinger
2010-01-17 22:16 ` Wolfgang Denk
2009-10-14 16:34 Mike Frysinger
2009-10-15 20:30 ` Wolfgang Denk
2009-10-01 16:09 Mike Frysinger
2009-10-03 21:39 ` Wolfgang Denk
2009-09-04 0:07 Mike Frysinger
2009-09-04 18:41 ` Wolfgang Denk
2009-08-24 21:30 Mike Frysinger
2009-08-25 20:52 ` Wolfgang Denk
2009-07-24 18:07 Mike Frysinger
2009-07-26 20:57 ` Wolfgang Denk
2009-07-19 1:17 Mike Frysinger
2009-07-20 20:55 ` Wolfgang Denk
2009-07-10 6:41 Mike Frysinger
2009-07-13 21:33 ` 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-06-17 7:23 Mike Frysinger
2009-06-20 8:04 ` Wolfgang Denk
2009-06-15 0:02 Mike Frysinger
2009-06-15 9:15 ` Wolfgang Denk
2009-06-01 3:17 Mike Frysinger
2009-06-03 20:27 ` Wolfgang Denk
2009-05-26 2:39 Mike Frysinger
2009-05-28 19:28 ` Wolfgang Denk
2009-05-20 0:19 Mike Frysinger
2009-05-20 20:41 ` Wolfgang Denk
2009-05-09 7:02 Mike Frysinger
2009-05-10 20:11 ` Wolfgang Denk
2009-04-07 7:32 Mike Frysinger
2009-04-07 19:53 ` Wolfgang Denk
2009-04-03 17:21 Mike Frysinger
2009-04-03 20:42 ` Wolfgang Denk
2009-03-25 1:29 Mike Frysinger
2009-03-25 21:43 ` Wolfgang Denk
2009-02-06 19:30 Mike Frysinger
2009-02-07 21:57 ` Wolfgang Denk
2009-02-02 17:42 Mike Frysinger
2009-02-03 22:15 ` Wolfgang Denk
2009-01-28 18:29 Mike Frysinger
2009-01-28 20:08 ` 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-08 18:41 Mike Frysinger
2009-01-10 17:19 ` Wolfgang Denk
2008-10-23 9:12 Mike Frysinger
2008-10-31 13:11 ` Mike Frysinger
2008-11-01 15:12 ` Wolfgang Denk
2008-11-01 15: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=20100714195522.E20CC160691@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox