All of lore.kernel.org
 help / color / mirror / Atom feed
From: Frank Wunderlich <linux@fw-web.de>
To: u-boot@lists.denx.de
Subject: [RFC PATCH 0/4] Add 32bit-mode for mt7622
Date: Mon, 10 Aug 2020 16:26:48 +0200	[thread overview]
Message-ID: <20200810142652.40669-1-linux@fw-web.de> (raw)

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

             reply	other threads:[~2020-08-10 14:26 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-08-10 14:26 Frank Wunderlich [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200810142652.40669-1-linux@fw-web.de \
    --to=linux@fw-web.de \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.