[U-Boot] [PATCH v2 0/5] arm: at91/spl: make matrix and saic redirect sharing with others

Wenyou Yang wenyou.yang at atmel.com
Thu Nov 5 09:37:48 CET 2015


This patches is to make matix initialization and saic redirect
code sharing with other SoCs, move them to seperate files from
SAMA5D4 particular file.

Changes in v2:
 1./ split the version 1 [PATCH 2/3] into three patches for
     more legible.

Wenyou Yang (5):
  arm: at91/spl: matrix: move matrix init to separate file
  arm: at91/spl: matrix: remove matrix write protection code
  arm: at91/spl: matrix: remove security peripheral select code
  arm: at91/spl: matrix: use matrix slave id macros
  arm: at91/spl: atmel_sfr: move saic redirect to separate file

 arch/arm/mach-at91/Makefile                 |    2 +-
 arch/arm/mach-at91/armv7/sama5d4_devices.c  |   55 ---------------------------
 arch/arm/mach-at91/atmel_sfr.c              |   21 ++++++++++
 arch/arm/mach-at91/include/mach/sama5_sfr.h |    1 -
 arch/arm/mach-at91/include/mach/sama5d4.h   |   28 ++++++++++++++
 arch/arm/mach-at91/matrix.c                 |   34 +++++++++++++++++
 6 files changed, 84 insertions(+), 57 deletions(-)
 create mode 100644 arch/arm/mach-at91/atmel_sfr.c
 create mode 100644 arch/arm/mach-at91/matrix.c

-- 
1.7.9.5



More information about the U-Boot mailing list