[U-Boot] [PATCH 0/3] Share header files of Faraday controllers from a320 SoC.

Macpaul Lin macpaul at andestech.com
Thu Oct 28 14:35:58 CEST 2010


The following three device controller inside a320 SoC are Soft IP which are
also used by other SoC products. Here we suggest to move those header files
out from a320 SoC folder into drivers folder. This change should provide 
header file sharing with multiple SoC.

Macpaul Lin (3):
  ftpmu010: move ftpmu010 power controller to drivers/power folder
  fttmr010: move fttmr010 controller to drivers/timer folder
  ftsdmc020: move ftsdmc020 sdram controller to driver/misc folder

 arch/arm/cpu/arm920t/a320/timer.c          |    4 +-
 arch/arm/include/asm/arch-a320/ftpmu010.h  |  146 ----------------------------
 arch/arm/include/asm/arch-a320/ftsdmc020.h |  103 -------------------
 arch/arm/include/asm/arch-a320/fttmr010.h  |   73 --------------
 board/faraday/a320evb/lowlevel_init.S      |    2 +-
 drivers/misc/ftsdmc020.h                   |  103 +++++++++++++++++++
 drivers/power/ftpmu010.h                   |  146 ++++++++++++++++++++++++++++
 drivers/timer/fttmr010.h                   |   73 ++++++++++++++
 8 files changed, 325 insertions(+), 325 deletions(-)
 delete mode 100644 arch/arm/include/asm/arch-a320/ftpmu010.h
 delete mode 100644 arch/arm/include/asm/arch-a320/ftsdmc020.h
 delete mode 100644 arch/arm/include/asm/arch-a320/fttmr010.h
 create mode 100644 drivers/misc/ftsdmc020.h
 create mode 100644 drivers/power/ftpmu010.h
 create mode 100644 drivers/timer/fttmr010.h

-- 
1.7.3.2



More information about the U-Boot mailing list