public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 00/28] Blackfin updates for v2011.03
@ 2010-12-27  4:47 Mike Frysinger
  2010-12-27  4:47 ` [U-Boot] [PATCH 01/28] MAINTAINERS: sort Blackfin entries Mike Frysinger
                   ` (24 more replies)
  0 siblings, 25 replies; 39+ messages in thread
From: Mike Frysinger @ 2010-12-27  4:47 UTC (permalink / raw)
  To: u-boot

More processor header cleanups, board config.mk unification and removal,
a few new board ports, and random bug fixes.  Most clean up work is to
address complaints from Wolfgang since he won't pull patches otherwise.

The processor header updates are too large for the list, but you can of
course find them in my git tree:
	git://git.denx.de/u-boot-blackfin.git

Andreas Schallenberg (1):
  Blackfin: dnp5370: new board port

Chong Huang (1):
  Blackfin: bf525-ucr2: new board port

Mike Frysinger (26):
  MAINTAINERS: sort Blackfin entries
  Blackfin: bf518f-ezbrd: don't require SPI logic all the time
  Blackfin: skip RAM display for 0 mem systems
  Blackfin: drop CONFIG_SYS_TEXT_BASE from boards
  Blackfin: unify bootmode based LDR_FLAGS setup
  Blackfin: move CONFIG_BFIN_CPU back to board config.h
  Blackfin: bf527-sdp: update custom CFLAGS paths
  Blackfin: bf537-pnav/blackstamp/blackvme: drop empty config.mk files
  Blackfin: serial: clean up muxing a bit
  Blackfin: bf537-minotaur/bf537-srv1: undefine nfs when net is
    disabled
  Blackfin: bf537: fix L1 data defines
  Blackfin: bf561-ezkit/ibf-dsp561: invert env offset/addr logic
  Blackfin: fix bd_t handling
  Blackfin: BF50x: new processor port
  Blackfin: drop duplicate system mmr and L1 scratch defines
  Blackfin: BF52x: unify duplicated headers
  Blackfin: BF537: unify duplicated headers
  Blackfin: only check for os log when we have external memory
  Blackfin: turn off caches when self initializing
  Blackfin: default to L1 bank A when L1 bank B does not exist
  Blackfin: bf506f-ezkit: new board port
  Blackfin: adi boards: drop old ELF define
  Blackfin: bootrom.h: sync with toolchain
  Blackfin: bootldr: use common defines
  Blackfin: ldrinfo: new command
  Blackfin: adi boards: enable ldrinfo

 MAINTAINERS                                        |   54 +-
 arch/blackfin/config.mk                            |   15 +-
 arch/blackfin/cpu/gpio.c                           |    8 +-
 arch/blackfin/cpu/initcode.c                       |   25 +-
 arch/blackfin/cpu/serial.h                         |   72 +-
 arch/blackfin/cpu/start.S                          |   45 +-
 arch/blackfin/include/asm/blackfin_cdef.h          |    6 +
 arch/blackfin/include/asm/blackfin_def.h           |   10 +
 arch/blackfin/include/asm/config.h                 |   10 +-
 arch/blackfin/include/asm/mach-bf506/BF504_cdef.h  | 1782 ++++++++++++++++++++
 arch/blackfin/include/asm/mach-bf506/BF504_def.h   |  944 +++++++++++
 arch/blackfin/include/asm/mach-bf506/BF506_cdef.h  |   11 +
 arch/blackfin/include/asm/mach-bf506/BF506_def.h   |   11 +
 arch/blackfin/include/asm/mach-bf506/anomaly.h     |  128 ++
 arch/blackfin/include/asm/mach-bf506/def_local.h   |    5 +
 arch/blackfin/include/asm/mach-bf506/gpio.h        |   52 +
 arch/blackfin/include/asm/mach-bf506/portmux.h     |  148 ++
 arch/blackfin/include/asm/mach-bf506/ports.h       |   59 +
 arch/blackfin/include/asm/mach-bf518/BF512_def.h   |    6 -
 .../asm/mach-bf527/ADSP-EDN-BF52x-extended_cdef.h  |  994 -----------
 .../asm/mach-bf527/ADSP-EDN-BF52x-extended_def.h   |  503 ------
 arch/blackfin/include/asm/mach-bf527/BF522_cdef.h  |  986 +++++++++++-
 arch/blackfin/include/asm/mach-bf527/BF522_def.h   |  495 ++++++-
 arch/blackfin/include/asm/mach-bf527/BF524_cdef.h  |   20 +-
 arch/blackfin/include/asm/mach-bf527/BF524_def.h   |   12 +-
 arch/blackfin/include/asm/mach-bf527/BF526_cdef.h  |  358 +----
 arch/blackfin/include/asm/mach-bf527/BF526_def.h   |  181 +--
 arch/blackfin/include/asm/mach-bf533/BF531_def.h   |    6 -
 arch/blackfin/include/asm/mach-bf533/BF532_def.h   |    6 -
 arch/blackfin/include/asm/mach-bf533/BF533_def.h   |    6 -
 .../asm/mach-bf537/ADSP-EDN-BF534-extended_cdef.h  | 1624 ------------------
 .../asm/mach-bf537/ADSP-EDN-BF534-extended_def.h   |  819 ---------
 arch/blackfin/include/asm/mach-bf537/BF534_cdef.h  | 1614 ++++++++++++++++++-
 arch/blackfin/include/asm/mach-bf537/BF534_def.h   |  816 +++++++++-
 arch/blackfin/include/asm/mach-bf538/BF538_def.h   |    6 -
 arch/blackfin/include/asm/mach-bf561/BF561_def.h   |    7 +-
 .../include/asm/mach-common/bits/bootrom.h         |   86 +-
 arch/blackfin/lib/board.c                          |   21 +-
 arch/blackfin/lib/u-boot.lds.S                     |   10 +-
 board/bct-brettl2/config.mk                        |    8 -
 board/bf506f-ezkit/Makefile                        |   54 +
 board/bf506f-ezkit/bf506f-ezkit.c                  |   27 +
 board/bf518f-ezbrd/bf518f-ezbrd.c                  |   30 +-
 board/bf518f-ezbrd/config.mk                       |    8 -
 board/bf525-ucr2/Makefile                          |   54 +
 board/bf525-ucr2/bf525-ucr2.c                      |   16 +
 board/bf526-ezbrd/config.mk                        |    8 -
 board/bf527-ad7160-eval/config.mk                  |    8 -
 board/bf527-ezkit/config.mk                        |    8 -
 board/bf527-sdp/config.mk                          |   10 +-
 board/bf533-ezkit/config.mk                        |    6 -
 board/bf533-stamp/config.mk                        |    6 -
 board/bf537-minotaur/config.mk                     |    8 +-
 board/bf537-pnav/config.mk                         |   32 -
 board/bf537-srv1/config.mk                         |    8 +-
 board/bf537-stamp/config.mk                        |    6 -
 board/bf538f-ezkit/config.mk                       |    6 -
 board/bf548-ezkit/config.mk                        |    6 -
 board/bf561-acvilon/config.mk                      |    6 -
 board/bf561-ezkit/config.mk                        |    6 -
 board/blackstamp/config.mk                         |   32 -
 board/blackvme/config.mk                           |   32 -
 board/cm-bf527/config.mk                           |    8 -
 board/cm-bf533/config.mk                           |    6 -
 board/cm-bf537e/config.mk                          |    6 -
 board/cm-bf537u/config.mk                          |    6 -
 board/cm-bf548/config.mk                           |    6 -
 board/cm-bf561/config.mk                           |    6 -
 board/dnp5370/Makefile                             |   54 +
 board/dnp5370/dnp5370.c                            |  104 ++
 board/ibf-dsp561/config.mk                         |    6 -
 board/ip04/config.mk                               |    6 -
 board/tcm-bf518/config.mk                          |    8 -
 board/tcm-bf537/config.mk                          |    6 -
 boards.cfg                                         |    3 +
 common/Makefile                                    |    1 +
 common/cmd_bootldr.c                               |   21 +-
 common/cmd_ldrinfo.c                               |  192 +++
 doc/README.dnp5370                                 |   67 +
 drivers/mmc/bfin_sdh.c                             |    2 +-
 drivers/spi/bfin_spi.c                             |    2 +
 include/configs/bct-brettl2.h                      |    3 +-
 include/configs/bf506f-ezkit.h                     |  106 ++
 include/configs/bf518f-ezbrd.h                     |    1 +
 include/configs/bf525-ucr2.h                       |  102 ++
 include/configs/bf526-ezbrd.h                      |    1 +
 include/configs/bf527-ad7160-eval.h                |    1 +
 include/configs/bf527-ezkit.h                      |    1 +
 include/configs/bf527-sdp.h                        |    1 +
 include/configs/bf533-ezkit.h                      |    1 +
 include/configs/bf533-stamp.h                      |    1 +
 include/configs/bf537-minotaur.h                   |    2 +
 include/configs/bf537-pnav.h                       |    1 +
 include/configs/bf537-srv1.h                       |    2 +
 include/configs/bf537-stamp.h                      |    1 +
 include/configs/bf538f-ezkit.h                     |    1 +
 include/configs/bf548-ezkit.h                      |    1 +
 include/configs/bf561-acvilon.h                    |    3 +-
 include/configs/bf561-ezkit.h                      |    5 +-
 include/configs/bfin_adi_common.h                  |    2 +-
 include/configs/blackstamp.h                       |    1 +
 include/configs/blackvme.h                         |    3 +-
 include/configs/cm-bf527.h                         |    1 +
 include/configs/cm-bf533.h                         |    1 +
 include/configs/cm-bf537e.h                        |    1 +
 include/configs/cm-bf537u.h                        |    1 +
 include/configs/cm-bf548.h                         |    1 +
 include/configs/cm-bf561.h                         |    1 +
 include/configs/dnp5370.h                          |  128 ++
 include/configs/ibf-dsp561.h                       |    5 +-
 include/configs/ip04.h                             |    1 +
 include/configs/tcm-bf518.h                        |    1 +
 include/configs/tcm-bf537.h                        |    1 +
 113 files changed, 8257 insertions(+), 4981 deletions(-)
 create mode 100644 arch/blackfin/include/asm/mach-bf506/BF504_cdef.h
 create mode 100644 arch/blackfin/include/asm/mach-bf506/BF504_def.h
 create mode 100644 arch/blackfin/include/asm/mach-bf506/BF506_cdef.h
 create mode 100644 arch/blackfin/include/asm/mach-bf506/BF506_def.h
 create mode 100644 arch/blackfin/include/asm/mach-bf506/anomaly.h
 create mode 100644 arch/blackfin/include/asm/mach-bf506/def_local.h
 create mode 100644 arch/blackfin/include/asm/mach-bf506/gpio.h
 create mode 100644 arch/blackfin/include/asm/mach-bf506/portmux.h
 create mode 100644 arch/blackfin/include/asm/mach-bf506/ports.h
 delete mode 100644 arch/blackfin/include/asm/mach-bf527/ADSP-EDN-BF52x-extended_cdef.h
 delete mode 100644 arch/blackfin/include/asm/mach-bf527/ADSP-EDN-BF52x-extended_def.h
 delete mode 100644 arch/blackfin/include/asm/mach-bf537/ADSP-EDN-BF534-extended_cdef.h
 delete mode 100644 arch/blackfin/include/asm/mach-bf537/ADSP-EDN-BF534-extended_def.h
 create mode 100644 board/bf506f-ezkit/Makefile
 create mode 100644 board/bf506f-ezkit/bf506f-ezkit.c
 create mode 100644 board/bf525-ucr2/Makefile
 create mode 100644 board/bf525-ucr2/bf525-ucr2.c
 delete mode 100644 board/bf537-pnav/config.mk
 delete mode 100644 board/blackstamp/config.mk
 delete mode 100644 board/blackvme/config.mk
 create mode 100644 board/dnp5370/Makefile
 create mode 100644 board/dnp5370/dnp5370.c
 create mode 100644 common/cmd_ldrinfo.c
 create mode 100644 doc/README.dnp5370
 create mode 100644 include/configs/bf506f-ezkit.h
 create mode 100644 include/configs/bf525-ucr2.h
 create mode 100644 include/configs/dnp5370.h

-- 
1.7.3.4

^ permalink raw reply	[flat|nested] 39+ messages in thread

end of thread, other threads:[~2011-01-12 23:16 UTC | newest]

Thread overview: 39+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-27  4:47 [U-Boot] [PATCH 00/28] Blackfin updates for v2011.03 Mike Frysinger
2010-12-27  4:47 ` [U-Boot] [PATCH 01/28] MAINTAINERS: sort Blackfin entries Mike Frysinger
2011-01-10 22:21   ` Wolfgang Denk
2010-12-27  4:47 ` [U-Boot] [PATCH 02/28] Blackfin: bf518f-ezbrd: don't require SPI logic all the time Mike Frysinger
2010-12-27  4:47 ` [U-Boot] [PATCH 03/28] Blackfin: skip RAM display for 0 mem systems Mike Frysinger
2010-12-27  4:47 ` [U-Boot] [PATCH 04/28] Blackfin: drop CONFIG_SYS_TEXT_BASE from boards Mike Frysinger
2010-12-27  4:47 ` [U-Boot] [PATCH 05/28] Blackfin: unify bootmode based LDR_FLAGS setup Mike Frysinger
2010-12-27  4:47 ` [U-Boot] [PATCH 06/28] Blackfin: move CONFIG_BFIN_CPU back to board config.h Mike Frysinger
2010-12-27  4:47 ` [U-Boot] [PATCH 07/28] Blackfin: bf527-sdp: update custom CFLAGS paths Mike Frysinger
2010-12-27  4:48 ` [U-Boot] [PATCH 08/28] Blackfin: bf537-pnav/blackstamp/blackvme: drop empty config.mk files Mike Frysinger
2010-12-27  4:48 ` [U-Boot] [PATCH 09/28] Blackfin: dnp5370: new board port Mike Frysinger
2010-12-27  4:48 ` [U-Boot] [PATCH 10/28] Blackfin: bf525-ucr2: " Mike Frysinger
2010-12-27  4:48 ` [U-Boot] [PATCH 11/28] Blackfin: serial: clean up muxing a bit Mike Frysinger
2010-12-27  4:48 ` [U-Boot] [PATCH 12/28] Blackfin: bf537-minotaur/bf537-srv1: undefine nfs when net is disabled Mike Frysinger
2010-12-27  4:48 ` [U-Boot] [PATCH 13/28] Blackfin: bf537: fix L1 data defines Mike Frysinger
2010-12-27  4:48 ` [U-Boot] [PATCH 14/28] Blackfin: bf561-ezkit/ibf-dsp561: invert env offset/addr logic Mike Frysinger
2010-12-27  4:48 ` [U-Boot] [PATCH 15/28] Blackfin: fix bd_t handling Mike Frysinger
2010-12-27 11:41   ` Sergei Shtylyov
2010-12-27 16:42     ` Mike Frysinger
2011-01-10 22:28       ` Wolfgang Denk
2011-01-11  0:31         ` Mike Frysinger
2011-01-12 13:10           ` Sergei Shtylyov
2010-12-27  4:48 ` [U-Boot] [PATCH 17/28] Blackfin: drop duplicate system mmr and L1 scratch defines Mike Frysinger
2010-12-27  4:48 ` [U-Boot] [PATCH 20/28] Blackfin: only check for os log when we have external memory Mike Frysinger
2010-12-27  4:48 ` [U-Boot] [PATCH 21/28] Blackfin: turn off caches when self initializing Mike Frysinger
2010-12-27  4:48 ` [U-Boot] [PATCH 22/28] Blackfin: default to L1 bank A when L1 bank B does not exist Mike Frysinger
2010-12-27  4:48 ` [U-Boot] [PATCH 23/28] Blackfin: bf506f-ezkit: new board port Mike Frysinger
2011-01-10 22:33   ` Wolfgang Denk
2011-01-11  0:25     ` Mike Frysinger
2011-01-12 23:14   ` [U-Boot] [PATCH 23/28 v2] " Mike Frysinger
2011-01-12 23:10     ` Wolfgang Denk
2011-01-12 23:16       ` Mike Frysinger
2010-12-27  4:48 ` [U-Boot] [PATCH 24/28] Blackfin: adi boards: drop old ELF define Mike Frysinger
2010-12-27  4:48 ` [U-Boot] [PATCH 25/28] Blackfin: bootrom.h: sync with toolchain Mike Frysinger
2010-12-27  4:48 ` [U-Boot] [PATCH 26/28] Blackfin: bootldr: use common defines Mike Frysinger
2010-12-27  4:48 ` [U-Boot] [PATCH 27/28] Blackfin: ldrinfo: new command Mike Frysinger
2011-01-10 22:39   ` Wolfgang Denk
2011-01-11  0:40     ` [U-Boot] [PATCH 27/28 v2] " Mike Frysinger
2010-12-27  4:48 ` [U-Boot] [PATCH 28/28] Blackfin: adi boards: enable ldrinfo Mike Frysinger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox