[U-Boot] Pull request: u-boot-arm/master

Albert ARIBAUD albert.u.boot at aribaud.net
Thu Oct 3 22:42:46 CEST 2013


Hello Tom,

The following changes since commit
f04c53762962280365005c9db12ab561a18f2692:

  Merge branch 'u-boot-imx/master' into 'u-boot-arm/master' (2013-10-02
  14:53:27 +0200)

are available in the git repository at:


  git://git.denx.De/u-boot-arm master

for you to fetch changes up to e261c83aa04ce0396d57aaecf8dfe0970ffac03e:

  ARM: VExpress: enable ARMv7 virt support for VExpress A15 (2013-10-03
  21:28:57 +0200)

----------------------------------------------------------------
Andre Przywara (8):
      ARM: prepare armv7.h to be included from assembly source
      ARM: add secure monitor handler to switch to non-secure state
      ARM: add assembly routine to switch to non-secure state
      ARM: add C function to switch to non-secure state
      ARM: trigger non-secure state switch during bootm execution
      ARM: add SMP support for non-secure switch
      ARM: extend non-secure switch to also go into HYP mode
      ARM: VExpress: enable ARMv7 virt support for VExpress A15

 arch/arm/cpu/armv7/Makefile             |   5 +
 arch/arm/cpu/armv7/nonsec_virt.S        | 208
 ++++++++++++++++++++++++++++++++
 arch/arm/cpu/armv7/virt-v7.c            | 173
 ++++++++++++++++++++++++++ arch/arm/include/asm/armv7.h            |
 33 ++++- arch/arm/include/asm/gic.h              |  19 +++
 arch/arm/lib/bootm.c                    |  18 +++
 board/armltd/vexpress/vexpress_common.c |  15 +++
 include/common.h                        |   2 +
 include/configs/vexpress_ca15_tc2.h     |   5 +- 9 files changed, 476
 insertions(+), 2 deletions(-) create mode 100644
 arch/arm/cpu/armv7/nonsec_virt.S create mode 100644
 arch/arm/cpu/armv7/virt-v7.c create mode 100644
 arch/arm/include/asm/gic.h

Amicalement,
-- 
Albert.


More information about the U-Boot mailing list