public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/2] socfpga: Adding Clock Manager
@ 2013-12-18 23:54 Chin Liang See
  2013-12-18 23:54 ` [U-Boot] [PATCH 1/2] socfpga: Adding Clock Manager driver Chin Liang See
  2013-12-18 23:54 ` [U-Boot] [PATCH 2/2] socfpga: Adding Clock Manager handoff file Chin Liang See
  0 siblings, 2 replies; 8+ messages in thread
From: Chin Liang See @ 2013-12-18 23:54 UTC (permalink / raw)
  To: u-boot

Adding Clock Manager driver and handoff files. Clock Manager driver
will be called to configure the all the clocks setting.

Chin Liang See (2):
  socfpga: Adding Clock Manager driver
  socfpga: Adding Clock Manager handoff file

 arch/arm/cpu/armv7/socfpga/Makefile                |    2 +-
 arch/arm/cpu/armv7/socfpga/clock_manager.c         |  378 ++++++++++++++++++++
 arch/arm/cpu/armv7/socfpga/spl.c                   |   90 +++++
 arch/arm/include/asm/arch-socfpga/clock_manager.h  |  205 +++++++++++
 .../include/asm/arch-socfpga/socfpga_base_addrs.h  |    1 +
 board/altera/socfpga/pll_config.h                  |  115 ++++++
 include/configs/socfpga_cyclone5.h                 |    1 +
 7 files changed, 791 insertions(+), 1 deletion(-)
 create mode 100644 arch/arm/cpu/armv7/socfpga/clock_manager.c
 create mode 100644 arch/arm/include/asm/arch-socfpga/clock_manager.h
 create mode 100755 board/altera/socfpga/pll_config.h

-- 
1.7.9.5

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

end of thread, other threads:[~2014-02-21 15:05 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-18 23:54 [U-Boot] [PATCH 0/2] socfpga: Adding Clock Manager Chin Liang See
2013-12-18 23:54 ` [U-Boot] [PATCH 1/2] socfpga: Adding Clock Manager driver Chin Liang See
2014-01-09 14:48   ` Chin Liang See
2014-02-04 19:10   ` Chin Liang See
2014-02-13  9:53   ` Albert ARIBAUD
2014-02-21 15:05     ` Chin Liang See
2013-12-18 23:54 ` [U-Boot] [PATCH 2/2] socfpga: Adding Clock Manager handoff file Chin Liang See
2014-02-04 19:11   ` Chin Liang See

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