mbox

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

Message ID 20141124183025.63ccafcc@lilith
State Accepted
Delegated to: Tom Rini
Headers show

Pull-request

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

Message

Albert ARIBAUD Nov. 24, 2014, 5:30 p.m. UTC
Hi Tom,

The following changes since commit 0d485b9095328cdc81b2ee94ff59b988c69b9127:

  Merge branch 'master' of git://git.denx.de/u-boot-sunxi (2014-11-13 10:35:13 -0500)

are available in the git repository at:

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

for you to fetch changes up to 8bc347e2ec17bca44b1639a001eeed50d042f0db:

  ARM: bootm: Allow booting in secure mode on hyp capable systems (2014-11-24 09:09:52 +0100)

----------------------------------------------------------------
Hans de Goede (2):
      ARM: Add arch/arm/cpu/armv7/Kconfig with non-secure and virt options
      ARM: bootm: Allow booting in secure mode on hyp capable systems

Tom Rini (1):
      Kconfig: Add EXPERT option

 Kconfig                             |  8 ++++++++
 arch/arm/Kconfig                    |  4 ++++
 arch/arm/cpu/armv7/Kconfig          | 34 ++++++++++++++++++++++++++++++++++
 arch/arm/cpu/armv7/exynos/Kconfig   |  2 ++
 arch/arm/lib/bootm.c                | 31 ++++++++++++++++++++++++++-----
 board/sunxi/Kconfig                 |  2 ++
 include/configs/arndale.h           |  2 --
 include/configs/sun7i.h             |  2 --
 include/configs/vexpress_ca15_tc2.h |  2 --
 9 files changed, 76 insertions(+), 11 deletions(-)
 create mode 100644 arch/arm/cpu/armv7/Kconfig

Amicalement,

Comments

Tom Rini Nov. 24, 2014, 10:13 p.m. UTC | #1
On Mon, Nov 24, 2014 at 06:30:25PM +0100, Albert ARIBAUD wrote:

> Hi Tom,
> 
> The following changes since commit 0d485b9095328cdc81b2ee94ff59b988c69b9127:
> 
>   Merge branch 'master' of git://git.denx.de/u-boot-sunxi (2014-11-13 10:35:13 -0500)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-arm master
> 
> for you to fetch changes up to 8bc347e2ec17bca44b1639a001eeed50d042f0db:
> 
>   ARM: bootm: Allow booting in secure mode on hyp capable systems (2014-11-24 09:09:52 +0100)
> 

Applied to u-boot/master, thanks!