All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 00/11] Add support for booting multiple cores
@ 2015-01-15 13:33 Akshay Saraswat
  2015-01-15 13:33 ` [U-Boot] [PATCH 01/11] Exynos542x: Config: Add various configs Akshay Saraswat
  2015-01-20 22:33 ` [U-Boot] [PATCH 00/11] Add support for booting multiple cores Kevin Hilman
  0 siblings, 2 replies; 5+ messages in thread
From: Akshay Saraswat @ 2015-01-15 13:33 UTC (permalink / raw)
  To: u-boot

This patch series introduces changes for booting secondary CPUs
on Exynos5420 and Exynos5800.

Akshay Saraswat (10):
  Exynos542x: Config: Add various configs
  Exynos542x: CPU: Power down all secondary cores
  Exynos542x: Add workaround for ARM errata 798870
  Exynos542x: Add workaround for ARM errata 799270
  Exynos542x: Add workaround for exynos iROM errata
  Exynos542x: Change ambiguous function name set_l2cache
  Exynos542x: cache: Disable clean/evict push to external
  Exynos542x: add L2 control register configuration
  Exynos542x: Fix secondary core booting for thumb
  Exynos542x: Make A7s boot with thumb-mode U-Boot on warm reset

Doug Anderson (1):
  Exynos: Fix L2 cache timings on Exynos5420 and Exynos5800

 arch/arm/cpu/armv7/exynos/Makefile        |   2 +
 arch/arm/cpu/armv7/exynos/common_setup.h  |  55 +++++++++++
 arch/arm/cpu/armv7/exynos/lowlevel_init.c | 159 ++++++++++++++++++++++++++++++
 arch/arm/cpu/armv7/exynos/sec_boot.S      | 145 +++++++++++++++++++++++++++
 arch/arm/cpu/armv7/exynos/soc.c           |  35 -------
 arch/arm/include/asm/arch-exynos/cpu.h    |  30 ++++++
 arch/arm/include/asm/arch-exynos/system.h |  90 +++++++++++++++++
 include/configs/exynos5-common.h          |  28 ++++++
 8 files changed, 509 insertions(+), 35 deletions(-)
 create mode 100644 arch/arm/cpu/armv7/exynos/sec_boot.S

-- 
1.9.1

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

end of thread, other threads:[~2015-01-28  4:09 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-15 13:33 [U-Boot] [PATCH 00/11] Add support for booting multiple cores Akshay Saraswat
2015-01-15 13:33 ` [U-Boot] [PATCH 01/11] Exynos542x: Config: Add various configs Akshay Saraswat
2015-01-16  6:31   ` Minkyu Kang
2015-01-28  4:09   ` Simon Glass
2015-01-20 22:33 ` [U-Boot] [PATCH 00/11] Add support for booting multiple cores Kevin Hilman

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.