U-Boot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Svyatoslav Ryhel <clamor95@gmail.com>
To: Tom Rini <trini@konsulko.com>,
	Thierry Reding <treding@nvidia.com>,
	Svyatoslav Ryhel <clamor95@gmail.com>,
	Peter Geis <pgwipeout@gmail.com>
Cc: u-boot@lists.denx.de
Subject: [PATCH v2 0/1] board: tegra30: ouya: add basic support for Ouya Game Console
Date: Fri, 14 Mar 2025 18:19:48 +0200	[thread overview]
Message-ID: <20250314161951.37357-1-clamor95@gmail.com> (raw)

The Ouya microconsole is build on Nvidia Tegra 3 (T33) SoC, featuring a
quad-core 1.7 GHz ARM Cortex-A9 CPU and a ULP GeForce GPU, paired with 1GB
of DDR3 RAM and 8GB of internal flash storage.

---
Changes in v2:
- fixed EMMC, removed restrictions
- removed redundant configurations
---

Svyatoslav Ryhel (1):
  board: ouya: add Ouya Game Console support

 arch/arm/dts/Makefile               |    1 +
 arch/arm/dts/tegra30-ouya.dts       | 2063 +++++++++++++++++++++++++++
 arch/arm/mach-tegra/tegra30/Kconfig |    5 +
 board/ouya/ouya/Kconfig             |   12 +
 board/ouya/ouya/MAINTAINERS         |    8 +
 board/ouya/ouya/Makefile            |   11 +
 board/ouya/ouya/ouya-spl.c          |   41 +
 board/ouya/ouya/ouya.c              |   21 +
 board/ouya/ouya/ouya.env            |   12 +
 configs/ouya_defconfig              |   86 ++
 doc/board/index.rst                 |    1 +
 doc/board/ouya/index.rst            |    9 +
 doc/board/ouya/ouya.rst             |  123 ++
 include/configs/ouya.h              |   23 +
 include/env/nvidia/prod_upd.env     |    5 +-
 15 files changed, 2419 insertions(+), 2 deletions(-)
 create mode 100644 arch/arm/dts/tegra30-ouya.dts
 create mode 100644 board/ouya/ouya/Kconfig
 create mode 100644 board/ouya/ouya/MAINTAINERS
 create mode 100644 board/ouya/ouya/Makefile
 create mode 100644 board/ouya/ouya/ouya-spl.c
 create mode 100644 board/ouya/ouya/ouya.c
 create mode 100644 board/ouya/ouya/ouya.env
 create mode 100644 configs/ouya_defconfig
 create mode 100644 doc/board/ouya/index.rst
 create mode 100644 doc/board/ouya/ouya.rst
 create mode 100644 include/configs/ouya.h

-- 
2.43.0


             reply	other threads:[~2025-03-14 16:20 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-03-14 16:19 Svyatoslav Ryhel [this message]
2025-03-14 16:19 ` [PATCH v2 1/1] board: ouya: add Ouya Game Console support Svyatoslav Ryhel

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=20250314161951.37357-1-clamor95@gmail.com \
    --to=clamor95@gmail.com \
    --cc=pgwipeout@gmail.com \
    --cc=treding@nvidia.com \
    --cc=trini@konsulko.com \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox