public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v2 0/4] ls102xa: HYP/non-sec: for ls102xa.
@ 2014-10-08  3:07 Xiubo Li
  2014-10-08  3:07 ` [U-Boot] [PATCH v2 1/4] ARM: HYP/non-sec: add the pen address byte reverting support Xiubo Li
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Xiubo Li @ 2014-10-08  3:07 UTC (permalink / raw)
  To: u-boot

Change for V2:
- All the registers are defined as a struct, here use it.
- Use CONFIG_PEN_ADDR_BIG_ENDIAN instead of CONFIG_SOC_BIG_ENDIAN.


Xiubo Li (4):
  ARM: HYP/non-sec: add the pen address byte reverting support.
  ARM: HYP/non-sec: Fix the ARCH Timer frequency setting.
  ls102xa: HYP/non-sec: support for ls102xa boards
  ARM: ls102xa: allow all the peripheral access permissions as R/W.

 arch/arm/cpu/armv7/ls102xa/cpu.c                  |  16 +++
 arch/arm/cpu/armv7/nonsec_virt.S                  |   7 +-
 arch/arm/include/asm/arch-ls102xa/config.h        |   3 +
 arch/arm/include/asm/arch-ls102xa/immap_ls102xa.h |   3 +
 arch/arm/include/asm/arch-ls102xa/ns_access.h     | 118 ++++++++++++++++++++++
 board/freescale/common/Makefile                   |   2 +
 board/freescale/common/ns_access.c                |  32 ++++++
 board/freescale/ls1021aqds/ls1021aqds.c           |  92 +++++++++++++++++
 board/freescale/ls1021atwr/ls1021atwr.c           |  91 +++++++++++++++++
 include/configs/ls1021aqds.h                      |   8 ++
 include/configs/ls1021atwr.h                      |   8 ++
 include/configs/sun7i.h                           |   1 +
 12 files changed, 379 insertions(+), 2 deletions(-)
 create mode 100644 arch/arm/include/asm/arch-ls102xa/ns_access.h
 create mode 100644 board/freescale/common/ns_access.c

-- 
2.1.0.27.g96db324

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

end of thread, other threads:[~2014-11-14  6:55 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-08  3:07 [U-Boot] [PATCH v2 0/4] ls102xa: HYP/non-sec: for ls102xa Xiubo Li
2014-10-08  3:07 ` [U-Boot] [PATCH v2 1/4] ARM: HYP/non-sec: add the pen address byte reverting support Xiubo Li
2014-10-08  3:07 ` [U-Boot] [PATCH v2 2/4] ARM: HYP/non-sec: Fix the ARCH Timer frequency setting Xiubo Li
2014-10-08  3:07 ` [U-Boot] [PATCH v2 3/4] ls102xa: HYP/non-sec: support for ls102xa boards Xiubo Li
2014-10-08  3:07 ` [U-Boot] [PATCH v2 4/4] ARM: ls102xa: allow all the peripheral access permissions as R/W Xiubo Li
2014-11-13  6:08   ` Albert ARIBAUD
2014-11-13  6:09     ` York Sun
2014-11-13 16:50       ` York Sun
2014-11-14  6:55         ` Albert ARIBAUD

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