All of lore.kernel.org
 help / color / mirror / Atom feed
From: Beniamino Galvani <b.galvani@gmail.com>
To: u-boot@lists.denx.de, Neil Armstrong <narmstrong@baylibre.com>
Cc: u-boot-amlogic@groups.io, Beniamino Galvani <b.galvani@gmail.com>
Subject: [PATCH 0/2] u-boot support for ODROID-C4
Date: Tue,  5 May 2020 22:22:15 +0200	[thread overview]
Message-ID: <20200505202217.7849-1-b.galvani@gmail.com> (raw)

Hi,

these two patches add initial u-boot support for Hardkernel ODROID-C4.

https://wiki.odroid.com/odroid-c4/odroid-c4

Beniamino Galvani (2):
  arm: dts: import ODROID-C4 device tree
  boards: amlogic: add ODROID-C4 support

 arch/arm/dts/Makefile                |   1 +
 arch/arm/dts/meson-sm1-odroid-c4.dts | 399 +++++++++++++++++++++++++++
 board/amlogic/odroid-c4/MAINTAINERS  |   6 +
 board/amlogic/odroid-c4/Makefile     |   3 +
 board/amlogic/odroid-c4/README       |  83 ++++++
 board/amlogic/odroid-c4/odroid-c4.c  |  17 ++
 configs/odroid-c4_defconfig          |  63 +++++
 7 files changed, 572 insertions(+)
 create mode 100644 arch/arm/dts/meson-sm1-odroid-c4.dts
 create mode 100644 board/amlogic/odroid-c4/MAINTAINERS
 create mode 100644 board/amlogic/odroid-c4/Makefile
 create mode 100644 board/amlogic/odroid-c4/README
 create mode 100644 board/amlogic/odroid-c4/odroid-c4.c
 create mode 100644 configs/odroid-c4_defconfig

-- 
2.25.1


WARNING: multiple messages have this Message-ID (diff)
From: Beniamino Galvani <b.galvani@gmail.com>
To: u-boot@lists.denx.de
Subject: [PATCH 0/2] u-boot support for ODROID-C4
Date: Tue,  5 May 2020 22:22:15 +0200	[thread overview]
Message-ID: <20200505202217.7849-1-b.galvani@gmail.com> (raw)

Hi,

these two patches add initial u-boot support for Hardkernel ODROID-C4.

https://wiki.odroid.com/odroid-c4/odroid-c4

Beniamino Galvani (2):
  arm: dts: import ODROID-C4 device tree
  boards: amlogic: add ODROID-C4 support

 arch/arm/dts/Makefile                |   1 +
 arch/arm/dts/meson-sm1-odroid-c4.dts | 399 +++++++++++++++++++++++++++
 board/amlogic/odroid-c4/MAINTAINERS  |   6 +
 board/amlogic/odroid-c4/Makefile     |   3 +
 board/amlogic/odroid-c4/README       |  83 ++++++
 board/amlogic/odroid-c4/odroid-c4.c  |  17 ++
 configs/odroid-c4_defconfig          |  63 +++++
 7 files changed, 572 insertions(+)
 create mode 100644 arch/arm/dts/meson-sm1-odroid-c4.dts
 create mode 100644 board/amlogic/odroid-c4/MAINTAINERS
 create mode 100644 board/amlogic/odroid-c4/Makefile
 create mode 100644 board/amlogic/odroid-c4/README
 create mode 100644 board/amlogic/odroid-c4/odroid-c4.c
 create mode 100644 configs/odroid-c4_defconfig

-- 
2.25.1

             reply	other threads:[~2020-05-05 20:23 UTC|newest]

Thread overview: 32+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-05-05 20:22 Beniamino Galvani [this message]
2020-05-05 20:22 ` [PATCH 0/2] u-boot support for ODROID-C4 Beniamino Galvani
2020-05-05 20:22 ` [PATCH 1/2] arm: dts: import ODROID-C4 device tree Beniamino Galvani
2020-05-05 20:22   ` Beniamino Galvani
2020-05-05 20:22 ` [PATCH 2/2] boards: amlogic: add ODROID-C4 support Beniamino Galvani
2020-05-05 20:22   ` Beniamino Galvani
2020-05-06  7:59 ` [PATCH 0/2] u-boot support for ODROID-C4 Neil Armstrong
2020-05-06  7:59   ` Neil Armstrong
2020-05-07 19:28   ` Beniamino Galvani
2020-05-07 19:28     ` Beniamino Galvani
2020-06-30 11:33 ` Anand Moon
2020-06-30 11:33   ` Anand Moon
2020-06-30 13:00   ` Neil Armstrong
2020-06-30 13:00     ` Neil Armstrong
2020-06-30 16:02     ` Anand Moon
2020-06-30 16:02       ` Anand Moon
2020-07-01  7:52       ` Neil Armstrong
2020-07-01  7:52         ` Neil Armstrong
2020-07-01 11:31         ` Anand Moon
2020-07-01 11:31           ` Anand Moon
2020-07-01 13:08           ` Neil Armstrong
2020-07-01 13:08             ` Neil Armstrong
2020-07-01 14:43             ` Anand Moon
2020-07-01 14:43               ` Anand Moon
2020-07-01 14:46               ` Neil Armstrong
2020-07-01 14:46                 ` Neil Armstrong
2020-07-01 16:09                 ` Anand Moon
2020-07-01 16:09                   ` Anand Moon
2020-07-02  7:59                   ` Neil Armstrong
2020-07-02  7:59                     ` Neil Armstrong
2020-07-02  8:34                     ` Anand Moon
2020-07-02  8:34                       ` Anand Moon

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=20200505202217.7849-1-b.galvani@gmail.com \
    --to=b.galvani@gmail.com \
    --cc=narmstrong@baylibre.com \
    --cc=u-boot-amlogic@groups.io \
    --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.