All of lore.kernel.org
 help / color / mirror / Atom feed
* [RFC PATCH 0/4] Add 32bit-mode for mt7622
@ 2020-08-10 14:26 Frank Wunderlich
  2020-08-10 14:26 ` [RFC PATCH 1/4] mt7622: Support to build 32 bits version Frank Wunderlich
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Frank Wunderlich @ 2020-08-10 14:26 UTC (permalink / raw)
  To: u-boot

From: Frank Wunderlich <frank-w@public-files.de>

official images for bananapi-r64 based on 32bit-uboot and
linux-kernels packed into an armhf image
i post this series for compatibility reasons

it adds ability to build 32bit uboot which can switch to 64bit mode by
calling jumparch64-target from mt7622 ATF

Frank Wunderlich (3):
  mt7622: add lowlevel_init from 2014-04
  jumparch64: insert into bootm
  jumparch64: add go64

Oleksandr Rybalko (1):
  mt7622: Support to build 32 bits version.

 arch/arm/lib/bootm.c                          | 10 ++++++
 arch/arm/mach-mediatek/Kconfig                |  7 +++-
 arch/arm/mach-mediatek/mt7622/Makefile        |  4 +++
 arch/arm/mach-mediatek/mt7622/init.c          |  6 +++-
 arch/arm/mach-mediatek/mt7622/lowlevel_init.S | 33 +++++++++++++++++++
 cmd/boot.c                                    | 26 +++++++++++++++
 6 files changed, 84 insertions(+), 2 deletions(-)
 create mode 100755 arch/arm/mach-mediatek/mt7622/lowlevel_init.S

-- 
2.25.1

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

end of thread, other threads:[~2020-08-11 10:01 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-10 14:26 [RFC PATCH 0/4] Add 32bit-mode for mt7622 Frank Wunderlich
2020-08-10 14:26 ` [RFC PATCH 1/4] mt7622: Support to build 32 bits version Frank Wunderlich
2020-08-11  2:11   ` Sam Shih
2020-08-11 10:01     ` Frank Wunderlich
2020-08-10 14:26 ` [RFC PATCH 2/4] mt7622: add lowlevel_init from 2014-04 Frank Wunderlich
2020-08-10 14:26 ` [RFC PATCH 3/4] jumparch64: insert into bootm Frank Wunderlich
2020-08-10 14:26 ` [RFC PATCH 4/4] jumparch64: add go64 Frank Wunderlich

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.