[U-Boot] Pull request for ARM zynq

Michal Simek monstr at monstr.eu
Thu Feb 7 09:22:55 CET 2013


Hi Albert,

please pull these three patches to your arm custodian tree.
All of them are related to xilinx zynq.
Also after my discussion with Wolfgang Denk I have enabled DCC for zynq
because we are using it in one configuration and this driver
is not compiled by any platform.

Thanks,
Michal


The following changes since commit d62ef5619c9249772247d6af3b8e65207ae0c871:
   Jagannadha Sutradharudu Teki (1):
         sf: stmicro: Add support for N25Q256A

are available in the git repository at:

   git://www.denx.de/git/u-boot-microblaze.git mainline/arm

Michal Simek (3):
       xilinx: zynq: Enable DCC and create new zynq_dcc board
       arm: zynq: Add SLCR support with system reset
       arm: zynq: Add lowlevel initialization to C

  arch/arm/cpu/armv7/zynq/Makefile           |    1 +
  arch/arm/cpu/armv7/zynq/cpu.c              |   28 +++++++++-
  arch/arm/cpu/armv7/zynq/slcr.c             |   63 ++++++++++++++++++++
  arch/arm/include/asm/arch-zynq/hardware.h  |   85 ++++++++++++++++++++++++++++
  arch/arm/include/asm/arch-zynq/sys_proto.h |   30 ++++++++++
  boards.cfg                                 |    1 +
  include/configs/zynq.h                     |    5 ++
  7 files changed, 212 insertions(+), 1 deletions(-)
  create mode 100644 arch/arm/cpu/armv7/zynq/slcr.c
  create mode 100644 arch/arm/include/asm/arch-zynq/hardware.h
  create mode 100644 arch/arm/include/asm/arch-zynq/sys_proto.h


-- 
Michal Simek, Ing. (M.Eng)
w: www.monstr.eu p: +42-0-721842854
Maintainer of Linux kernel 2.6 Microblaze Linux - http://www.monstr.eu/fdt/
Microblaze U-BOOT custodian


More information about the U-Boot mailing list