Blackfin arch: add support for Blackfin latest processor family BF51x

Previous thread: Blackfin arch: add an option to allow people to stick exception stack into L1 scratch by Linux Kernel Mailing List on Wednesday, January 7, 2009 - 2:01 pm. (1 message)

Next thread: Blackfin arch: unify check_gpio() to reduce arch differences by Linux Kernel Mailing List on Wednesday, January 7, 2009 - 2:01 pm. (1 message)
From: Linux Kernel Mailing List
Date: Wednesday, January 7, 2009 - 2:01 pm

Gitweb:     http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=2f6f4b...
Commit:     2f6f4bcdd611cb968b800f7569c4383727856668
Parent:     2563265bdb5fb21396cdc2125c8260e57f7c3991
Author:     Bryan Wu <cooloney@kernel.org>
AuthorDate: Tue Nov 18 17:48:21 2008 +0800
Committer:  Bryan Wu <cooloney@kernel.org>
CommitDate: Tue Nov 18 17:48:21 2008 +0800

    Blackfin arch: add support for Blackfin latest processor family BF51x
    
    Signed-off-by: Bryan Wu <cooloney@kernel.org>
---
 arch/blackfin/Kconfig                              |   48 +-
 arch/blackfin/Makefile                             |    8 +
 arch/blackfin/configs/BF518F-EZBRD_defconfig       | 1130 ++++++++++++
 arch/blackfin/include/asm/gpio.h                   |   51 +
 arch/blackfin/kernel/bfin_gpio.c                   |   22 +-
 arch/blackfin/mach-bf518/Kconfig                   |  233 +++
 arch/blackfin/mach-bf518/Makefile                  |    7 +
 arch/blackfin/mach-bf518/boards/Kconfig            |   12 +
 arch/blackfin/mach-bf518/boards/Makefile           |    5 +
 arch/blackfin/mach-bf518/boards/ezbrd.c            |  613 ++++++
 arch/blackfin/mach-bf518/dma.c                     |  118 ++
 arch/blackfin/mach-bf518/head.S                    |  146 ++
 arch/blackfin/mach-bf518/include/mach/anomaly.h    |   77 +
 arch/blackfin/mach-bf518/include/mach/bf518.h      |  132 ++
 .../mach-bf518/include/mach/bfin_serial_5xx.h      |  169 ++
 arch/blackfin/mach-bf518/include/mach/bfin_sir.h   |  142 ++
 arch/blackfin/mach-bf518/include/mach/blackfin.h   |  105 ++
 arch/blackfin/mach-bf518/include/mach/cdefBF512.h  |   46 +
 arch/blackfin/mach-bf518/include/mach/cdefBF514.h  |   48 +
 arch/blackfin/mach-bf518/include/mach/cdefBF516.h  |   48 +
 arch/blackfin/mach-bf518/include/mach/cdefBF518.h  |   48 +
 .../mach-bf518/include/mach/cdefBF51x_base.h       | 1204 ++++++++++++
 arch/blackfin/mach-bf518/include/mach/defBF512.h   |   42 +
 ...
Previous thread: Blackfin arch: add an option to allow people to stick exception stack into L1 scratch by Linux Kernel Mailing List on Wednesday, January 7, 2009 - 2:01 pm. (1 message)

Next thread: Blackfin arch: unify check_gpio() to reduce arch differences by Linux Kernel Mailing List on Wednesday, January 7, 2009 - 2:01 pm. (1 message)