All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v2 0/5] rk3288: Falcon mode support
@ 2017-09-27 17:33 Chakra Divi
  2017-09-27 17:33 ` [U-Boot] [PATCH v2 1/5] armv7: Move L2CTLR read/write to common Chakra Divi
                   ` (4 more replies)
  0 siblings, 5 replies; 16+ messages in thread
From: Chakra Divi @ 2017-09-27 17:33 UTC (permalink / raw)
  To: u-boot

From: Jagan Teki <jagan@amarulasolutions.com>

Updated with fixing previous version changes.

Hi Philipp,
TPL working fine but Falcon mode is not working in latest master
- hang at mmc read [1] with CMD 12, hoping that Debug uart not printing
  further on console.

Let me know if you find any, same patches work fine on previous version
with sha1 [2]

[1] https://paste.ubuntu.com/25625484/
[2] ef8452f871afd8cb116fa96c8db2fe6260538319

Jagan Teki (5):
  armv7: Move L2CTLR read/write to common
  armv7: rk3288: Move configure_l2ctlr to common
  rk3288: vyasa: Add TPL support
  rk3288: vyasa: Add falcon mode support
  rk3288: spl: Add dram_init_banksize

 arch/arm/include/asm/arch-rockchip/sys_proto.h | 23 +++++++
 arch/arm/include/asm/armv7.h                   | 21 +++++++
 arch/arm/mach-rockchip/Makefile                |  1 +
 arch/arm/mach-rockchip/rk3288-board-spl.c      | 61 +++++++------------
 arch/arm/mach-rockchip/rk3288-board-tpl.c      | 84 ++++++++++++++++++++++++++
 arch/arm/mach-rockchip/rk3288/Kconfig          | 16 +++++
 arch/arm/mach-tegra/cache.c                    |  5 +-
 board/amarula/vyasa-rk3288/vyasa-rk3288.c      | 13 ++++
 configs/vyasa-rk3288_defconfig                 |  3 +
 doc/README.rockchip                            | 18 ++++++
 include/configs/rk3288_common.h                |  6 +-
 include/configs/vyasa-rk3288.h                 | 17 ++++++
 12 files changed, 225 insertions(+), 43 deletions(-)
 create mode 100644 arch/arm/mach-rockchip/rk3288-board-tpl.c

-- 
2.7.4

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

end of thread, other threads:[~2017-09-29 17:58 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-09-27 17:33 [U-Boot] [PATCH v2 0/5] rk3288: Falcon mode support Chakra Divi
2017-09-27 17:33 ` [U-Boot] [PATCH v2 1/5] armv7: Move L2CTLR read/write to common Chakra Divi
2017-09-29 16:15   ` [U-Boot] [U-Boot, v2, " Philipp Tomsich
2017-09-29 16:15   ` Philipp Tomsich
2017-09-29 16:44   ` Philipp Tomsich
2017-09-27 17:33 ` [U-Boot] [PATCH v2 2/5] armv7: rk3288: Move configure_l2ctlr " Chakra Divi
2017-09-29 16:15   ` [U-Boot] [U-Boot, v2, " Philipp Tomsich
2017-09-29 16:15   ` Philipp Tomsich
2017-09-29 16:44   ` Philipp Tomsich
2017-09-27 17:33 ` [U-Boot] [PATCH v2 3/5] rk3288: vyasa: Add TPL support Chakra Divi
2017-09-29 16:15   ` [U-Boot] [U-Boot,v2,3/5] " Philipp Tomsich
2017-09-29 16:44   ` Philipp Tomsich
2017-09-27 17:33 ` [U-Boot] [PATCH v2 4/5] rk3288: vyasa: Add falcon mode support Chakra Divi
2017-09-29 16:44   ` [U-Boot] [U-Boot, v2, " Philipp Tomsich
2017-09-27 17:33 ` [U-Boot] [PATCH v2 5/5] rk3288: spl: Add dram_init_banksize Chakra Divi
2017-09-29 17:58   ` [U-Boot] [U-Boot,v2,5/5] " Philipp Tomsich

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.